Fuller check for invalid NSID in _dl_open.
[glibc.git] / ChangeLog
blob967a8c85ea9f00118d6a28004493baddb28d3c9b
1 2015-04-17  Roland McGrath  <roland@hack.frob.com>
3         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
4         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
5         before using NSID as an index.
7 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
9         [BZ #17825]
10         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
11         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
12         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
14 2015-04-17  Roland McGrath  <roland@hack.frob.com>
16         Add preliminary port to Google Native Client on ARM.
17         * abi-tags (.*-.*-nacl.*): New entry.
18         * sysdeps/arm/nacl: New directory.
19         * sysdeps/nacl: New directory.
21 2015-04-16  David S. Miller  <davem@davemloft.net>
23         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
24         lowlevellock-futex.h
26 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
28         * sysdeps/tile/configure.ac: New file.
29         * sysdeps/tile/configure: Regenerated.
31 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
34         conditionals for weak_alias and libc_hidden_weak.
35         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
36         libc_hidden_weak and weak_alias.
37         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
38         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
39         and weak_alias for static one.
41 2015-04-15  David S. Miller  <davem@davemloft.net>
43         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
45 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
47         [BZ #18206]
48         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
49           Use signed comparision instead of substraction to avoid
50           overflow bug.
51         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
52           Take the sign of ret.
53         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
54           Do not expect precise return values. Only the sign matters.
55         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
56         * wcsmbs/test-wcsncmp.c: New File.
57         * string/test-strncmp.c: Add wcsncmp support.
59 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
61         [BZ #6792]
62         * math/w_log1p.c: New file.
63         * math/w_log1pf.c: Likewise.
64         * math/w_log1pl.c: Likewise.
65         * math/Makefile (libm-calls): Add w_log1p.
66         * math/s_log1pl.c (log1pl): Remove weak_alias.
67         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
68         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
69         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
70         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
71         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
72         [NO_LONG_DOUBLE] (log1pl): Likewise.
73         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
74         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
75         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
76         (log1p): Remove long_double_symbol.
77         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
78         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
79         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
80         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
81         remove weak_alias for corresponding log1p function.
82         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
83         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
84         * sysdeps/ia64/fpu/w_log1p.c: New file.
85         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
86         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
87         * math/libm-test.inc (log1p_test_data): Add errno expectations.
89 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
91         [BZ #18247]
92         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
93         decimal exponent by 1.
94         * stdlib/tst-strtod-round-data: Add more tests.
95         * stdlib/tst-strtod-round.c (tests): Regenerated.
97 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
99         * math/auto-libm-test-in: Add more tests of clog and clog10.
100         * math/auto-libm-test-out: Regenerated.
101         * sysdeps/i386/fpu/libm-test-ulps: Update.
102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
104 2015-04-09  Roland McGrath  <roland@hack.frob.com>
106         * Makeconfig (module-cppflags): Exclude all .v.i files.
107         (skip-module-cppflags): Variable removed.
109         * configure.ac (libc_config_ok): Initialize before reading
110         preconfigure scripts, not after.
111         * configure: Regenerated.
113         * test-skeleton.c (TIMEOUT): Move #define to top level.
114         (main): Grok environment variable TEST_DIRECT.  If set, print
115         test expectation details into that file and then behave as if
116         given --direct.
118 2015-04-09  Florian Weimer  <fweimer@redhat.com>
120         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
121         warning on 32-bit.
123 2015-04-08  David S. Miller  <davem@davemloft.net>
125         * sysdeps/sparc/fpu/libm-test-ulps: Update.
127 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
129         * math/auto-libm-test-in: Add more tests of atanh.
130         * math/auto-libm-test-out: Regenerated.
131         * sysdeps/i386/fpu/libm-test-ulps: Update.
132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
134         * math/auto-libm-test-in: Add more tests of atan.
135         * math/auto-libm-test-out: Regenerated.
136         * sysdeps/i386/fpu/libm-test-ulps: Update.
137         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
139 2015-04-08  Florian Weimer  <fweimer@redhat.com>
141         * elf/pldd.c (main): Rewrite to use struct
142         scratch_buffer instead of extend_alloca.
143         * elf/pldd-xx.c (find_maps): Likewise.
144         * grp/initgroups.c: Include <scratch_buffer.h> instead of
145         <alloca.h>.
146         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
147         scratch_buffer instead of extend_alloca.
148         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
149         grp/compat-initgroups.c.
150         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
151         Rewrite to use struct scratch_buffer instead of extend_alloca.
152         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
153         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
155 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
157         * math/auto-libm-test-in: Add more tests of cbrt.
158         * math/auto-libm-test-out: Regenerated.
159         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
161         * math/auto-libm-test-in: Add more tests of cabs.
162         * math/auto-libm-test-out: Regenerated.
163         * sysdeps/i386/fpu/libm-test-ulps: Update.
164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
166         [BZ #18210]
167         [BZ #18211]
168         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
169         (__ieee754_atan2): Set FE_TONEAREST mode for internal
170         computations.
171         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
172         clog10.
173         * math/auto-libm-test-out: Regenerated.
174         * sysdeps/i386/fpu/libm-test-ulps: Update.
175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
177         [BZ #18197]
178         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
179         (atan): Set FE_TONEAREST mode for internal computations.
180         * math/auto-libm-test-in: Add more tests of atan.
181         * math/auto-libm-test-out: Regenerated.
183 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
185         [BZ #17930]
186         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
188 2015-04-07  Florian Weimer  <fweimer@redhat.com>
190         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
192 2015-04-07  Florian Weimer  <fweimer@redhat.com>
194         * include/scratch_buffer.h: New file.
195         * malloc/scratch_buffer_grow.c: Likewise.
196         * malloc/scratch_buffer_grow_preserve.c: Likewise.
197         * malloc/scratch_buffer_set_array_size.c: Likewise.
198         * malloc/tst-scratch_buffer.c: Likewise.
199         * malloc/Makefile (routines): Add scratch_buffer_grow.
200         (tests): Add test case.
201         * malloc/Versions (GLIBC_PRIVATE): Export
202         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
203         __libc_scratch_buffer_set_array_size.
205 2015-04-06  Richard Henderson  <rth@redhat.com>
207         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
208         * sysdeps/alpha/fpu/libm-test-ulps: Update.
210         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
211         unsigned int before printing.
213 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
215         [BZ #17596]
216         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
217         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
219 2015-04-02  Florian Weimer  <fweimer@redhat.com>
221         * include/libc-internal.h (libc_max_align_t): Define.
223 2015-04-02  Andreas Schwab  <schwab@suse.de>
225         [BZ #16850]
226         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
228 2015-04-02  Mel Gorman  <mgorman@suse.de>
230         [BZ #17195]
231         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
232         as well as the main arena.
234 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
236         [BZ #18185]
237         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
238         sharing L2 cache to 2 for Silvermont/Knights Landing.
240 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
242         [BZ #17711]
243         * config.make.in (have-protected-data): New.
244         * configure.ac: Check linker support for protected data symbol.
245         * configure: Regenerated.
246         * elf/Makefile (modules-names): Add tst-protected1moda and
247         tst-protected1modb if $(have-protected-data) is yes.
248         (tests): Add tst-protected1a and tst-protected1b if
249         $(have-protected-data) is yes.
250         ($(objpfx)tst-protected1a): New.
251         ($(objpfx)tst-protected1b): Likewise.
252         (tst-protected1modb.so-no-z-defs): Likewise.
253         * elf/tst-protected1a.c: New file.
254         * elf/tst-protected1b.c: Likewise.
255         * elf/tst-protected1mod.h: Likewise.
256         * elf/tst-protected1moda.c: Likewise.
257         * elf/tst-protected1modb.c: Likewise.
259 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
261         [BZ #17711]
262         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
263         indicates it is called from do_lookup_x on relocation against
264         protected data, skip the data definion in the executable from
265         copy reloc.
266         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
267         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
268         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
269         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
270         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
271         otherwise to 0.
272         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
273         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
274         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
275         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
276         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
277         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
279 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
281         * sysdeps/nptl/pthread.h: Remove duplicate definition of
282         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
284 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
286         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
287         THREAD_SETMEM_NC.
288         * sysdeps/x86_64/nptl/tls.h: Ditto.
290 2015-03-27  Roland McGrath  <roland@hack.frob.com>
292         * dlfcn/tststatic.c (main): Converted to ...
293         (do_test): ... this.
294         (TEST_FUNCTION): New macro.
295         Include test-skeleton.c.
297 2015-03-26  Alan Modra  <amodra@gmail.com>
299         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
300         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
301         zero for undefined weak.
302         (elf_machine_plt_conflict): Similarly.
304 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
306         * math/auto-libm-test-in: Add more tests of acosh, asinh and
307         atanh.
308         * math/auto-libm-test-out: Regenerated.
309         * sysdeps/i386/fpu/libm-test-ulps: Update.
310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
312         * math/auto-libm-test-in: Add another test of asin.
313         * math/auto-libm-test-out: Regenerated.
314         * sysdeps/i386/fpu/libm-test-ulps: Update.
315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
317         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
318         Remove macro.
319         (LLL_EBX_REG): Likewise.
320         (LLL_ENTER_KERNEL): Likewise.
322         * math/auto-libm-test-in: Add more tests of asin.
323         * math/auto-libm-test-out: Regenerated.
324         * sysdeps/i386/fpu/libm-test-ulps: Update.
325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
327         [BZ #18138]
328         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
329         libc_do_syscall_args): New structure.
330         (INTERNAL_SYSCALL_MAIN_0): New macro.
331         (INTERNAL_SYSCALL_MAIN_1): Likewise.
332         (INTERNAL_SYSCALL_MAIN_2): Likewise.
333         (INTERNAL_SYSCALL_MAIN_3): Likewise.
334         (INTERNAL_SYSCALL_MAIN_4): Likewise.
335         (INTERNAL_SYSCALL_MAIN_5): Likewise.
336         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
337         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
338         Replace conditional definitions by conditional definitions of ....
339         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
340         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
341         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
342         (libpthread-sysdep_routines): Add libc-do-syscall.
343         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
344         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
345         to __NR_futex not 240.
347 2015-03-25  Alan Modra  <amodra@gmail.com>
349         * NEWS: Advertise TLS optimization.
350         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
351         (DT_PPC_NUM): Increment.
352         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
353         (CHECK_STATIC_TLS): Use here.
354         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
355         TLS descriptors.
356         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
357         * sysdeps/powerpc/dl-tls.c: New file.
358         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
359         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
360         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
361         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
366 2015-03-25  Alan Modra  <amodra@gmail.com>
368         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
369         for overlapping .opd entries" to "support...".
370         * sysdeps/powerpc/powerpc64/configure: Regenerate
372 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
374         * math/auto-libm-test-in: Add more tests of acos.
375         * math/auto-libm-test-out: Regenerated.
376         * sysdeps/i386/fpu/libm-test-ulps: Update.
377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
379         * math/auto-libm-test-in: Add more tests of expm1.
380         * math/auto-libm-test-out: Regenerated.
381         * sysdeps/i386/fpu/libm-test-ulps: Update.
382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
384 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
386         * math/auto-libm-test-in: Add more tests of cosh and sinh.
387         * math/auto-libm-test-out: Regenerated.
388         * sysdeps/i386/fpu/libm-test-ulps: Update.
389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
391         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
394         * math/auto-libm-test-in: Add more tests of log2.
395         * math/auto-libm-test-out: Regenerated.
396         * sysdeps/i386/fpu/libm-test-ulps: Update.
397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
399 2015-03-23  Roland McGrath  <roland@hack.frob.com>
401         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
402         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
403         _IO_IS_APPENDING bit in READ_WRITE instead.
405 2015-03-23  Florian Weimer  <fweimer@redhat.com>
407         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
408         (__determine_cpumask_size): Replace extend_alloca with a
409         variable-length array.  Do not treat res == 0 as an error.
411 2015-03-23  Florian Weimer  <fweimer@redhat.com>
413         [BZ #18100]
414         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
415         and integer overflow.
416         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
417         (main): Add integer overflow tests.
418         * manual/pattern.texi (Calling Wordexp): Document additional use
419         for WRDE_SYNTAX.
421 2015-03-23  Alan Modra  <amodra@gmail.com>
423         * config.h.in: Remove HAVE_ASM_PPC_REL16.
424         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
425         and false branch of conditional.
426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
427         Likewise.
429 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
431         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
432         libc-modules.h
433         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
434         unused declaration of _hurd_intr_rpc_msg_in_trap.
435         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
436         defined instead of whether it is non-zero.
437         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
438         input constraint instead of both input and output constraint.  Use ecx
439         clobber instead of %ecx.
440         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
441         mutex_unlock): Use a statement expression instead of an expression list.
442         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
443         type to vm_size_t instead of vm_address_t.
444         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
445         defined instead of whether it is non-zero.
446         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
447         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
448         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
449         comparisons with mapaddr.
450         * nscd/nscd-client.h: Include <time.h>.
451         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
452         9th parameter to __vm_region instead of int.
453         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
454         * scripts/check-local-headers.sh (exclude): Add device/,
455         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
456         cthreads.h.
458 2015-03-19  Roland McGrath  <roland@hack.frob.com>
460         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
461         to account for alignment padding.
462         * sysdeps/arm/memmove.S: Likewise.
464 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
466         * sysdeps/unix/sysv/linux/generic/README: New file.
468 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
470         [BZ #18138]
471         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
472         (futex_abstimed_wait)
473         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
474         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
475         of lll_futex_timed_wait.
477 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
479         [BZ #17542]
480         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
482 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
484         [BZ #17090]
485         [BZ #17620]
486         [BZ #17621]
487         [BZ #17628]
488         * NEWS: Update.
489         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
490         entries with Static TLS too.  Skip entries past the end of the
491         allocated DTV, from Alan Modra.
492         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
493         Static TLS DTV entry set up from...
494         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
495         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
496         * nptl/allocatestack.c (init_one_static_tls): ... and here...
497         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
498         for Static TLS.
499         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
500         that the slot we find is associated with the given map before
501         using its generation count.
502         * nptl_db/db_info.c: Include ldsodefs.h.
503         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
504         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
505         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
506         (link_map::l_tls_offset): New struct field.
507         (dtv_t::counter): Likewise.
508         (rtld_global): New struct.
509         (_rtld_global): New rtld variable.
510         (dl_tls_dtv_slotinfo_list): New rtld global field.
511         (dtv_slotinfo_list): New struct.
512         (dtv_slotinfo): Likewise.
513         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
514         (td_lookup): Rename to...
515         (td_mod_lookup): ... this.  Use new mod parameter instead of
516         LIBPTHREAD_SO.
517         * nptl_db/td_thr_tlsbase.c: Include link.h.
518         (dtv_slotinfo_list, dtv_slotinfo): New functions.
519         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
520         addresses even if the DTV is out of date or missing them.
521         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
522         index zero-length arrays.
523         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
524         (td_lookup): Make it a macro implemented in terms of...
525         (td_mod_lookup): ... this declaration.
526         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
527         (DB_MAIN_VARIABLE): Likewise.
529 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
531         [BZ #18134]
532         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
534 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
536         * stdlib/setenv.c (__add_to_environ): Revert previous change.
538 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
540         [BZ #18128]
541         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
542         (atomic_add, atomic_increment_and_test)
543         (atomic_decrement_and_test): Fix 64-bit arithmetic.
545 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
547         * stdlib/setenv.c (__add_to_environ):
548         Dump core quickly if setenv (..., NULL, ...) is called.
550 2015-03-13  Roland McGrath  <roland@hack.frob.com>
552         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
553         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
554         all the necessary asm magic in one place.
555         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
556         using those.
558 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
560         [BZ #14906]
561         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
562         traced file mtime. Use consistent log message.
563         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
564         (register_traced_file): Call install_watches. Always set mtime.
565         (invalidate_cache): Iterate over all trace files. Call install_watches.
566         (inotify_check_files): Don't inline. Handle watching parent
567         directories and configuration file movement in and out.
568         (handle_inotify_events): New function.
569         (main_loop_poll): Call handle_inotify_events.
570         (main_loop_epoll): Likewise.
571         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
572         (struct traced_file): Use array of inotify fds. Add parent directory,
573         and basename.
574         (struct database_dyn): Remove unused file_mtime.
575         (init_traced_file): New inline function.
576         (define_traced_file): New macro.
577         * nss/nss_db/db-init.c: Use define_traced_file.
578         (_nss_db_init): Use init_traced_file.
579         * nss/nss_files/files-init.c: Use define_traced_file.
580         (_nss_files_init): Use init_traced_file.
582 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
584         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
585         [_LIBC]: Do not include <stdlib.h>.
586         [!_LIBC] (abort): Remove declaration.
587         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
588         _FP_STATIC_ASSERT instead of conditionally calling abort.
589         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
590         (_FP_EXTEND_CNAN): Likewise.
591         (FP_TRUNC): Likewise.
592         (__FP_CLZ): Likewise.
593         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
595 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
597         * manual/string.texi (XPG basename): Fix prototype.
599 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
601         [BZ #18080]
602         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
603         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
604         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
605         (__setcontext): Likewise.
606         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
607         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
608         Call rt_sigprocmask syscall one time to set new signal mask
609         and retrieve the current signal mask instead of two calls.
610         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
611         (__swapcontext): Likewise.
612         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
613         * stdlib/tst-setcontext2.c: New file.
615 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
617         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
619 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
621         [BZ #18093]
622         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
623         the wrong size.
625 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
627         [BZ #18043]
628         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
630 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
632         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
633         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
634         Remove define.
635         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
636         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
637         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
638         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
639         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
640         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
641         define.
642         * nptl_db/td_symbol_list.c (td_lookup): Remove
643         HAVE_ASM_GLOBAL_DOT_NAME code.
644         * sysdeps/powerpc/powerpc64/configure.ac: Remove
645         HAVE_ASM_GLOBAL_DOT_NAME check.
646         * sysdeps/powerpc/powerpc64/configure: Regenerate.
647         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
648         (DOT_LABEL): Remove define.
649         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
650         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
651         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
652         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
653         (__TLS_GET_ADDR): Likewise.
654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
655         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
657 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
659         [BZ #18111]
660         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
661         (_FPU_SETCW): Initialize cw from fpsr before storing.
662         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
663         (fesetexceptflag): Rewrite using fpu_control.h.
664         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
666 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
668         [BZ #18110]
669         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
670         asms.
671         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
673 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
675         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
676         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
677         abort.
678         (_FP_FMA): Likewise.
679         (_FP_DIV): Likewise.
681 2015-03-10  Roland McGrath  <roland@hack.frob.com>
683         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
684         with 0 in that case.
685         * Makefile (summarize-tests): New canned sequence, factored out of
686         commands for targets tests and xtests.  Display summary lines that
687         don't start with PASS: or XFAIL: rather than ones that do start with
688         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
689         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
690         do start with ERROR: or FAIL:.
691         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
692         (except for [$(build-shared) = yes]).
693         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
694         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
695         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
696         * nptl/Makefile: Revert 2015-03-04 changes.
697         [$(CXX) empty] (tests-unsupported): New variable.
698         * debug/Makefile: Likewise.
700         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
701         gnulib file.  Replace __attribute with __attribute__ throughout.
703 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
705         * sysdeps/hppa/fpu/libm-test-ulps: Update.
707 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
709         [BZ #18104]
710         * math/auto-libm-test-in: Add another test of pow.
711         * math/auto-libm-test-out: Regenerated.
713 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
715         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
716         $(config-cflags-nofma).
718 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
720         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
721         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
722         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
723         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
724         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
725         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
726         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
727         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
728         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
729         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
730         Add comment on closing #endif.
732 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
734         * posix/wordexp.c (CHAR_IN_SET): New macro.
735         (parse_param): Use it.
737 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
739         * sysdeps/powerpc/fpu/libm-test-ulps: update.
741 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
743         [BZ #18043]
744         * posix/wordexp.c (parse_param): Fix buffer overflow.
745         * posix/wordexp-test.c (test_case): Add test case.
747 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
749         [BZ #18042]
750         * posix/wordexp.c (parse_backtick): Fix off-by-one.
751         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
753 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
755         [BZ #18043]
756         * posix/wordexp-test.c (test_case): Add test for BZ #18043
757         (do_bz18043): Delete.
758         (at_page_end): New.
759         (testit): Refactor to have words at the edge of unreadable page.
761 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
763         [BZ #16734]
764         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
765         Cleanup read-only streams as well.
766         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
768 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
770         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
771         <bits/libc-lockP.h>
773 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
775         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
776         on [__KERNEL__].
777         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
778         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
779         * soft-fp/op-common.h (_FP_DECL): Likewise.
781 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
783         * elf/ifuncdep2.c (global): Replace
784         __attribute__((visibility("protected"))) with
785         asm (".protected global").
786         * elf/ifuncmod1.c (global): Likewise.
787         * elf/ifuncmod5.c (global): Likewise.
789 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
791         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
792         <asm/sfp-machine.h> instead of <sfp-machine.h>.
794 2015-03-06  Roland McGrath  <roland@hack.frob.com>
796         * manual/install.texi (Configuring and compiling):
797         Document test-wrapper-env-only.
798         * INSTALL: Regenerated.
800 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
802         [BZ #18043]
803         * posix/wordexp.c (parse_param): Fix buffer overflow.
804         * posix/wordexp-test.c (do_bz18043): Add test case.
806 2015-03-06  Vincent Bernat  <vincent@bernat.im>
808         * time/tst-strptime2.c (do_test): Ensure failing tests are
809         reported correctly.
810         * time/tst-strptime3.c (do_test): Likewise.
812 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
814         Fix aio_error thread-safety.
815         * sysdeps/pthread/aio_error.c: New file
816         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
817         synchronization.
819 2015-03-06  Florian Weimer  <fweimer@redhat.com>
821         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
822         (group_number, vfprintf): Use it.
823         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
824         (JUMP, REF): Use it.
825         (WORK_BUFFER_SIZE): New enum constant.
826         (process_arg, vfprintf): Use it.
828 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
830         * manual/errno.texi (Error Messages): Complete example function
831         by adding missing #define.
832         (program_invocation_name): Add statement indicating GNU
833         extension and reference which header file declares the variable.
834         (program_invocation_short_name): Likewise.
836 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
838         * manual/errno.texi (Error Messages): Delete strerror ISO C89
839         compatibility note.
841 2015-03-05  Roland McGrath  <roland@hack.frob.com>
843         * Makeconfig (test-wrapper-env-only): New variable.
844         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
845         then use that with $(test-wrapper-env-only) rather than using
846         $(test-wrapper-env) $(run-program-env) $($*-ENV).
848 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
850         [BZ #18082]
851         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
852         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
853         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
854         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
855         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
856         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
857         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
858         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
859         Likewise.
860         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
861         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
862         Likewise.
863         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
864         Likewise.
865         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
866         Likewise.
867         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
868         Likewise.
869         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
870         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
871         Likewise.
872         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
873         Likewise.
874         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
875         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
877 2015-03-04  Roland McGrath  <roland@hack.frob.com>
879         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
880         (ETH_ALEN): New macro.
881         (struct ether_addr): Use it for length of ether_addr_octet.
883         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
884         (setdb): Don't call __nss_configure_lookup for "rpc".
885         (do_test): Don't call test_rpc.
886         (output_rpcent, test_rpc): Functions moved ...
887         * sunrpc/test-rpcent.c: ... to this new file.
888         * sunrpc/Makefile (tests): Add it.
890         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
891         __xpg_sigpause.
892         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
893         * nptl/tst-signal6.c: Likewise.
894         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
895         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
897         * configure.ac (libc_cv_cxx_link_ok): New check.
898         Reset CXX to empty if it fails to link.
899         * configure: Regenerated.
900         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
901         bug-atexit3-lib only if $(CXX) is nonempty.
902         * nptl/Makefile (tests): Likewise for tst-cancel24.
903         (tests, tests-static): Likewise for tst-cancel24-static.
904         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
905         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
906         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
907         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
909 2015-03-04  Andreas Schwab  <schwab@suse.de>
911         [BZ #17631]
912         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
913         for non-GCC compilers.
914         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
915         Likewise.
917 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
919         [BZ #17776]
920         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
921         integer before bitwise and assembly operations.
922         (feclearexcept): Likewise.
923         * math/test-fenvinline.c: New file.
924         * math/Makefile: Add test-fenvinline test.
926 2015-03-03  Alan Modra  <amodra@gmail.com>
928         [BZ #16512]
929         * scripts/localplt.awk: Strip off symbol version.
930         * NEWS: Mention bug fix.
932 2015-03-02  Roland McGrath  <roland@hack.frob.com>
934         * sysdeps/pthread/timer_routines.c
935         (timer_free_list, thread_free_list, thread_active_list): Make static.
937 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
939         [BZ #17779]
940         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
941         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
942         Undefine.
943         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
944         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
945         Likewise.
946         * sysdeps/unix/sysv/linux/sh/kernel-features.h
947         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
948         Likewise.
950 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
952         [BZ #18036]
953         * posix/fnmatch_loop.c (END): Detect invalid pattern.
954         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
956 2015-03-02  Andreas Schwab  <schwab@suse.de>
958         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
959         variable name.
961 2015-03-02  Florian Weimer  <fweimer@redhat.com>
963         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
964         Return error status.
966 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
968         [BZ #15969]
969         * locale/findlocale.c (_nl_find_locale): Introduce const
970         version of loc_name and drop unsafe type casts.
972 2015-02-27  Roland McGrath  <roland@hack.frob.com>
974         * dlfcn/tststatic2.c (main): Converted to ...
975         (do_test): ... this.
976         (TEST_FUNCTION): New macro.
977         Include test-skeleton.c.
979 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
981         [BZ #17711]
982         * elf/Makefile (tests): Add vismain only if PIE is enabled.
983         (tests-pie): Add vismain.
984         (CFLAGS-vismain.c): New.
985         * elf/vismain.c: Add comments for PIE requirement.
987 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
989         [BZ #18046]
990         [BZ #18047]
991         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
992         0x1p-56L as threshold for just returning the argument.
993         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
994         0x1p-32L as threshold for just returning the argument.
995         * math/auto-libm-test-in: Add more tests of atanh.
996         * math/auto-libm-test-out: Regenerated.
997         * sysdeps/i386/fpu/libm-test-ulps: Update.
998         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1000 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1002         * string/bcopy.c (bcopy): Call memmove for performance.
1004 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1006         * string/bzero.c (__bzero): Call memset for performance.
1008 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1010         [BZ #18068]
1011         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1012         to 00100000.
1014 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1016         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1018 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1020         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1021         (__kernel_standard): Use CSTR macro when setting exc.name.
1022         * sysdeps/ieee754/Makefile [$(subdir) = math]
1023         (CFLAGS-k_standard.c): Remove variable.
1025         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1026         setting p and q from "else if" to "else".
1027         (qzero): Likewise.
1028         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1029         (qone): Likewise.
1030         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1031         (qzerof): Likewise.
1032         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1033         (qonef): Likewise.
1034         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1035         (qzero): Likewise.
1036         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1037         (qone): Likewise.
1039         [BZ #18038]
1040         [BZ #18039]
1041         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1042         return pi/2 for arguments below 0x1p-113L.
1043         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1044         return pi/2 for arguments below 0x1p-106L.
1045         * math/auto-libm-test-in: Add more tests of acos.
1046         * math/auto-libm-test-out: Regenerated.
1048         [BZ #16351]
1049         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1050         (MO): New macro.
1051         (__ieee754_asin): Force underflow exception for results with small
1052         absolute value.
1053         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1054         (MO): New macro.
1055         (__ieee754_asinf): Force underflow exception for results with
1056         small absolute value.
1057         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1058         (__ieee754_asin): Force underflow exception for results with small
1059         absolute value.
1060         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1061         (__ieee754_asinf): Force underflow exception for results with
1062         small absolute value.
1063         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1064         (__ieee754_asinl): Force underflow exception for results with
1065         small absolute value.
1066         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1067         (__ieee754_asinl): Force underflow exception for results with
1068         small absolute value.
1069         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1070         (__ieee754_asinl): Force underflow exception for results with
1071         small absolute value.
1072         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1073         Include <math.h>.
1074         * math/auto-libm-test-in: Do not mark underflow exceptions as
1075         possibly missing for bug 16351.
1076         * math/auto-libm-test-out: Regenerated.
1078         [BZ #18030]
1079         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1080         of power of 2 down when low part has opposite sign.
1081         * math/libm-test.inc (logb_test_data): Add more tests.
1083 2015-02-26  Andreas Schwab  <schwab@suse.de>
1085         [BZ #18032]
1086         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1087         over collating symbol inside a bracket expression.  Minor cleanup.
1088         * posix/tst-fnmatch3.c (do_test): Add test case.
1090 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1092         [BZ #18029]
1093         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1094         Adjust exponent of power of 2 down when low part has opposite
1095         sign.
1096         * math/libm-test.inc (ilogb_test_data): Add more tests.
1098 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1100         [BZ #15969]
1101         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1102         the previous change.
1104         [BZ #15969]
1105         * locale/findlocale.c (_nl_find_locale): Retry archive search
1106         after alias expansion.
1108 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1110         * iconv/tst-iconv3.c (main): Converted to ...
1111         (do_test): ... this.
1112         (TEST_FUNCTION): New macro.
1113         Include test-skeleton.c.
1115         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1116         (convert): Make function static.
1117         (test_unalign): Likewise.  Add const to argument pointee types.
1118         (main): Replace with static function do_test.
1119         Print "Succeeded." only if RET is zero.
1120         (TEST_FUNCTION): New macro.
1121         Include test-skeleton.c.
1123         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1124         returns a null pointer.
1126 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1128         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1129         to __memcpy_ppc only for static builds.
1131 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1133         [BZ #18020]
1134         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1135         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1136         * math/auto-libm-test-in: Add more tests of asinh.
1137         * math/auto-libm-test-out: Regenerated.
1138         * sysdeps/i386/fpu/libm-test-ulps: Update.
1139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1141 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1143         [BZ #15850]
1144         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1145         and ip6_mtuinfo definitions here.
1146         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1147         in this define too.  Update comment.
1149 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1151         * elf/sprof.c (load_shobj): Tweak error message to match others.
1153 2015-02-24  Kevin Easton  <kevin@guarana.org>
1155         [BZ #16145] (partial fix)
1156         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1157         to reduce lock contention.
1159 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1161         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1162         (struct timex): Update time comment.
1163         (ADJ_SETOFFSET): Define.
1165 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1167         [BZ #18019]
1168         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1169         2**56 not 2**28 as threshold for log (2x) formula.
1170         * math/auto-libm-test-in: Add more tests of acosh.
1171         * math/auto-libm-test-out: Regenerated.
1172         * sysdeps/i386/fpu/libm-test-ulps: Update.
1173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1175 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1177         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1178         parenthesis around the buf assignment.
1179         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1181 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1183         [BZ #16783]
1184         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1185         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1186         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1187         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1188         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1189         * math/libm-test.inc (scalb_test_data): Add more tests.
1191 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1193         [BZ #17916]
1194         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1195         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1197 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1199         [BZ #17523]
1200         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1201         * io/bits/fcntl2.h (open): Use it.
1202         (openat): Likewise.
1203         * io/open.c (__libc_open): Likewise.
1204         * io/open64.c (__libc_open64): Likewise.
1205         * io/open64_2.c (__open64_2): Likewise.
1206         * io/open_2.c (__open_2): Likewise.
1207         * io/openat.c (__openat): Likewise.
1208         * io/openat64.c (__openat64): Likewise.
1209         * io/openat64_2.c (__openat64_2): Likewise.
1210         * io/openat_2.c (__openat_2): Likewise.
1211         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1212         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1213         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1214         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1215         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1216         (__open_nocancel): Likewise.
1217         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1218         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1219         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1221 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1223         [BZ #14841]
1224         * resolv/gethnamaddr.c (getanswer): Skip logging if
1225         RES_USE_DNSSEC is set.
1226         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1228 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1230         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1232 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1234         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1235         201304L, for Unicode 7.
1237 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1239         [BZ #17836]
1240         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1241         shared library.  Add gmon-start.os otherwise.
1242         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1243         $(objpfx)gmon-start.os if builing shared library.
1244         ($(objpfx)g$(static-start-installed-name)): Likewise.
1246 2015-02-23  Andreas Schwab  <schwab@suse.de>
1248         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1250 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1252         [BZ #17269]
1253         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1254         (enlarge_userbuf): Likewise.
1256 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1258         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1259         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1260         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1261         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1263 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1265         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1266         expression inside statement expression.
1268 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1270         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1271         <sysdeps/nptl/lowlevellock.h> and remove macros and
1272         functions that are now defined there.
1273         (SYS_futex): Remove.
1274         (lll_compare_and_swap): Remove.
1275         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1277 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1279         [BZ #17999]
1280         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1281         instead of scandirat.
1282         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1283         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1284         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1285         __scandirat.
1286         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1287         (__scandirat): Declare.  Use libc_hidden_proto.
1288         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1289         Remove variable.
1290         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1292 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1294         [BZ #15319]
1295         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1296         (MO): New macro.
1297         (__ieee754_atan2): For results with small absolute value, force
1298         underflow exception and remove excess range and precision from
1299         return value.
1300         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1301         (MO): New macro.
1302         (__ieee754_atan2f): For results with small absolute value, force
1303         underflow exception and remove excess range and precision from
1304         return value.
1305         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1306         (MO): New macro.
1307         (__atan): For results with small absolute value, force underflow
1308         exception and remove excess range and precision from return value.
1309         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1310         (MO): New macro.
1311         (__atanf): For results with small absolute value, force underflow
1312         exception and remove excess range and precision from return value.
1313         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1314         <math.h>.
1315         (__ieee754_atan2): Force underflow exception for results with
1316         small absolute value.
1317         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1318         <math_private.h>.
1319         (atan): Force underflow exception for results with small absolute
1320         value.
1321         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1322         (__atanf): Force underflow exception for results with small
1323         absolute value.
1324         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1325         <math.h>.
1326         (__atanl): Force underflow exception for results with small
1327         absolute value.
1328         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1329         (__atanl): Force underflow exception for results with small
1330         absolute value.
1331         * sysdeps/x86/fpu/bits/mathinline.h
1332         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1333         (__ieee754_atan2): Only define inline for long double.
1334         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1335         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1336         * math/auto-libm-test-in: Do not mark underflow exceptions as
1337         possibly missing for bug 15319.  Add more tests of atan2.
1338         * math/auto-libm-test-out: Regenerated.
1339         * math/libm-test.inc (casin_test_data): Do not mark underflow
1340         exceptions as possibly missing for bug 15319.
1341         (casinh_test_data): Likewise.
1342         * sysdeps/i386/fpu/libm-test-ulps: Update.
1344 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1346         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1347         * sysdeps/mips/bits/endian.h: Fix comments.
1349 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1351         [BZ #17996]
1352         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1353         (hdestroy_r): Likewise.
1354         (hsearch_r): Likewise.
1355         (__hcreate_r): Declare and use libc_hidden_proto.
1356         (__hdestroy_r): Likewise.
1357         (__hsearch_r): Likewise.
1358         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1359         (hcreate): Call __hcreate_r instead of hcreate_r.
1360         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1361         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1362         as weak alias of __hcreate_r.
1363         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1364         __hdestroy_r.
1365         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1366         __hsearch_r.
1367         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1368         Remove variable.
1369         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1370         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1371         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1372         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1374 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1376         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1377         arena_lock into a single arena_get.
1379 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1381         * dl-reloc.c: Inlucde libc-internal.h.
1382         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1383         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1384         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1385         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1386         (grow_heap): Likewise.
1387         * malloc/malloc.c: Include libc-internal.h.
1388         (do_check_malloc): Call powerof2.
1389         (sysmalloc): Use pagesize. Call ALIGN_UP.
1390         (systrim): Use pagesize.
1391         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1392         (__libc_valloc): Use pagesize.
1393         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1395 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1397         [BZ #17991]
1398         * include/sys/resource.h (__getrlimit64): Declare.  Use
1399         libc_hidden_proto.
1400         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1401         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1402         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1403         getrlimit64.
1404         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1405         __getrlimit64.
1406         [!getrlimit64] (getrlimit64): Define as weak alias of
1407         __getrlimit64.  Use libc_hidden_weak.
1408         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1409         using __getrlimit64 not __new_getrlimit64.
1410         (__GI_getrlimit64): Likewise.
1411         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1412         Likewise.
1413         (__GI_getrlimit64): Likewise.
1414         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1416         (getrlimit): Add __getrlimit64 alias.
1417         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1418         Likewise.
1419         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1420         Remove variable.
1421         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1422         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1424 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1426         * libio/fileops.c: Add missing sys/mman.h
1427         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1429 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1431         * manual/math.texi (Errors in Math Functions): Clarify goals
1432         regarding inexact and underflow exceptions.
1434 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1436         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1437         * sysdeps/mips/memset.S: Ditto.
1439 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1441         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1443 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1445         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1446         (__v1longjmp): Remove versioned symbol.
1447         (__v1siglongjmp): Remove alias and versioned symbol.
1448         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1449         (__v2siglongjmp): Likewise.
1451 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1453         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1455 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1457         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1459 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1461         [BZ #17987]
1462         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1463         zero result does not depend on the sign resulting from
1464         subtraction.
1465         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1466         Likewise.
1467         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1468         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1469         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1470         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1471         * math/libm-test.inc (remquo_test_data): Add more tests.
1473 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1475         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1476         Problem reported by J William Piggott.
1478 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1480         [BZ #17978]
1481         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1482         products 4 * y and 2 * y where those would overflow.
1483         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1484         Likewise.
1485         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1486         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1487         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1488         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1489         * math/libm-test.inc (remquo_test_data): Add more tests.
1491         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1493         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1494         [defined _COMPILING_NEWLIB].
1495         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1496         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1498         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1499         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1501 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1503         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1504         acquired.
1506 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1508         [BZ #17792]
1509         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1510         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1511         HOST_STACK_END_ADDR): Likewise.
1513 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1515         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1516         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1517         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1519 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1521         * sysdeps/generic/c++-types.data: New file.
1522         * sysdeps/generic/ld.abilist: New file.
1523         * sysdeps/generic/libBrokenLocale.abilist: New file.
1524         * sysdeps/generic/libanl.abilist: New file.
1525         * sysdeps/generic/libc.abilist: New file.
1526         * sysdeps/generic/libcrypt.abilist: New file.
1527         * sysdeps/generic/libdl.abilist: New file.
1528         * sysdeps/generic/libm.abilist: New file.
1529         * sysdeps/generic/libpthread.abilist: New file.
1530         * sysdeps/generic/libresolv.abilist: New file.
1531         * sysdeps/generic/librt.abilist: New file.
1533 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1535         [BZ #17569]
1536         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1537         Compute absolute value of x as modified by fmod, not original
1538         value of x.
1539         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1540         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1541         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1542         RUN_TEST_ffI_f1_mod8.
1543         (remquo_test_data): Add more tests.
1545 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1547         * sysdeps/init_array/pt-crti.S: New file.
1549 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1551         [BZ #17967]
1552         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1553         __builtin_fmaf instead of relying on contraction of a * b + c.
1555 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1557         [BZ #17969]
1558         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1559         node.
1561 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1563         [BZ #17964]
1564         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1565         __builtin_fma instead of relying on contraction of a * b + c.
1567 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1569         * Makeconfig (ASFLAGS): Add -Werror=undef.
1570         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1571         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1572         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1574         * Makeconfig (after-link): New variable.
1575         (+link-pie, +link-pie-tests): Use it.
1576         (+link-static, +link-static-tests): Likewise.
1577         (+link, +link-tests): Likewise.
1578         * Makerules (build-module, build-module-asneeded): Likewise.
1579         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1580         Likewise.
1581         * elf/Makefile ($(objpfx)ld.so): Likewise.
1583 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1585         [BZ #17965]
1586         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1587         both struct timeval and struct timespec.
1589 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1591         [BZ #16560]
1592         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1593         and redefine.
1594         (__ieee754_exp2l): Do not multiply small fractional parts by
1595         M_LN2l.
1596         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1597         small argument.
1598         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1599         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1600         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1601         * math/auto-libm-test-in: Add more tests of exp2.
1602         * math/auto-libm-test-out: Regenerated.
1604 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1606         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1607         unaligned path.
1609 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1611         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1612         little endian.
1614 2015-02-12  Andreas Schwab  <schwab@suse.de>
1616         [BZ #15790]
1617         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1618         Filter out elision flags from value returned in kind.
1619         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1620         * nptl/tst-pthread-mutexattr.c: New file.
1622 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1624         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1625         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1626         into gnu-gnu, and update comment to refer to abi-tags.
1628 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1630         [BZ #15467]
1631         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1632         (__sincos): Set errno to EDOM for infinite argument.
1633         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1634         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1635         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1636         (__sincosl): Set errno to EDOM for infinite argument.
1637         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1638         (__sincosl): Set errno to EDOM for infinite argument.
1639         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1640         (__sincosl): Set errno to EDOM for infinite argument.
1641         * math/libm-test.inc (sincos_test_data): Test errno setting.
1643 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1645         * string/strxfrm_l.c: Remove #define STRCMP.
1646         * string/strcoll_l.c: Remove #define STRLEN.
1647         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1648         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1650 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1652         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1653         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1654         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1655         * sysdeps/mips/mips64/Makefile: ... here.
1656         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1657         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1658         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1659         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1660         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1661         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1662         * sysdeps/mips/mips64/n64/Implies: Likewise.
1664 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1666         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1667         <sys/time.h>, <string.h>, and <errno.h>.
1668         (dest_offset, dest_address, value, zero): Remove unused variables.
1669         (ldouble): Remove typedef.
1670         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1671         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1672         1).  Fix code style.
1673         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1674         (check): Function removed.
1675         (CHECK): New macro.
1676         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1677         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1678         Don't call set_sigaction_FP and remove_sigaction_FP here.
1679         (ldouble_test): Just use 'long double' as macro argument, no need for
1680         the 'ldouble' typedef.
1681         (do_test): Set up SIGFPE handler at start, using plain signal rather
1682         than sigaction.  Fix code style.
1684 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1686         [BZ #17949]
1687         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1688         jump label.
1690 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1692         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1693         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1695         * sysdeps/powerpc/configure.ac: Remove file.
1696         * sysdeps/powerpc/configure: Likewise.
1698         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1699         [sysdep_routines]: Remove wordcopy-power6 object.
1700         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1701         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1702         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1703         (__memmove_ppc32): Likewise.
1704         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1705         file.
1706         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1707         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1708         Remove preprocessor.
1710         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1711         [sysdep_routines]: Remove wide chars objects.
1712         [wcsmbs]: New rule for wide char objects.
1714         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1715         Remove wordcopy-power6 obejct.
1716         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1717         Use local call for wordcopy and memcpy symbols.
1718         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1719         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1720         implementation for loader.
1721         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1723         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1724         Remove wordcopy-power7 object.
1725         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1726         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1727         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1728         (_wordcopy_fwd_dest_aligned): Likewise.
1729         (_wordcopy_bwd_aligned): Likewise.
1730         (_wordcopy_bwd_dest_aligned): Likewise.
1732         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1733         Rewrite to call __memmove_ppc instead of include default
1734         implementation.
1736         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1737         Remove wide chars objects.
1738         [wcsmbs]: New rule for wide char objects.
1740 2015-02-09  Andreas Schwab  <schwab@suse.de>
1742         [BZ #17912]
1743         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1744         in terms of __O_DIRECTORY.
1746 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1748         * time/getdate.c: Include <stdbool.h>.
1749         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1750         call PTR_MANGLE.
1751         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1752         PTR_DEMANGLE.
1754 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1756         Add ersatz _Static_assert on older C hosts
1757         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1758         pre-C11 C platform that is not known to support _Static_assert.
1760 2015-02-07  Richard Braun  <rbraun@sceen.net>
1762         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1763         sigstate.
1764         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1766 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1768         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1769         priority against unexistent AIO_PRIO_DELTA_MAX.
1770         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1771         instead of int.
1772         * misc/fchflags.c (fchflags): Likewise.
1773         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1774         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1775         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1776         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1777         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1778         Declare macros.
1779         [__USE_MISC] (chflags, fchflags): Declare functions.
1780         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1781         EINVAL when nfds is greater than FD_SETSIZE.
1782         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1783         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1784         45.
1785         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1786         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1787         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1788         MACH_RCV_TIMED_OUT.
1789         * hurd/hurd/signal.h (_hurd_self_sigstate,
1790         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1791         Explicit casts from void *.
1792         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1793         * abi-tags: Rename gnu-gnu os into gnu.
1795         [BZ #4719]
1796         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1797         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1798         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1799         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1800         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1801         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1803         [BZ #17944]
1804         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1805         duplicates ADDR->sun_path with sockaddr LEN limitation.
1806         * sysdeps/mach/hurd/connect.c: Include <string.h>
1807         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1808         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1809         * sysdeps/mach/hurd/sendto.c: Likewise.
1810         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1811         implementing it by hand.
1813 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1815         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1816         Use sfi_breg on ldr.
1817         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1818         Likewise.
1820         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1821         it's defined.
1822         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1823         Test SIGSETXID only if it's defined.
1825         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1827         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1828         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1830         * nptl/tst-align2.c: Moved ...
1831         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1832         * nptl/Makefile (tests): Remove tst-align2.
1833         * sysdeps/unix/sysv/linux/Makefile
1834         [$(subdir) = nptl] (tests): Add tst-align-clone.
1835         * nptl/tst-getpid1.c: Moved ...
1836         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1837         * nptl/tst-getpid2.c: Moved ...
1838         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1839         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1840         * sysdeps/unix/sysv/linux/Makefile
1841         [$(subdir) = nptl] (tests): ... here.
1842         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1843         * sysdeps/unix/sysv/linux/Makefile
1844         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1846         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1847         Drop trailing \n from perror argument.  Use return rather than exit.
1849         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1850         on [SA_SIGINFO].
1851         * nptl/tst-cancel21.c (do_test): Likewise.
1852         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1853         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1854         [!SA_SIGINFO]: Make it a stub test.
1856         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1857         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1859         * posix/tst-getlogin.c: Move to ...
1860         * login/tst-getlogin.c: ... here.
1861         * posix/Makefile (tests): Move tst-getlogin to ...
1862         * login/Makefile (tests): ... here.
1864         * libio/tst-atime.c (do_test): Move local variables SV and E
1865         inside [ST_NOATIME] conditional.
1867         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1869         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1871         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1872         (wait_code): New function replaces macro.
1873         Call nanosleep rather than syscall.
1875         * nptl/pt-system.c: Rewritten.  Put everything under
1876         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1877         Use IFUNC to redirect when possible.
1879         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1880         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1881         Use IFUNC to redirect when possible.
1883         * nptl/pt-fork.c: Rewritten.  Put everything under
1884         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1885         Use IFUNC to redirect when possible.
1886         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1888         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1889         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1890         unconditionally nowadays.  This included the only reference to
1891         __vdso_clock_gettime that appears outside libc proper.
1892         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1893         Remove version set (containing only __vdso_clock_gettime).
1894         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1895         Add attribute_hidden.
1896         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1897         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1898         libc_hidden_data_def.
1899         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1900         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1902         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1903         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1904         setrpcent, and getrpcport to ...
1905         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1906         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1907         getrpcbynumber_r, and getrpcent_r to ...
1908         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1909         * inet/getrpcbyname.c: Moved ...
1910         * sunrpc/getrpcbyname.c: ... here.
1911         * inet/getrpcbyname_r.c: Moved ...
1912         * sunrpc/getrpcbyname_r.c: ... here.
1913         * inet/getrpcbynumber.c: Moved ...
1914         * sunrpc/getrpcbynumber.c: ... here.
1915         * inet/getrpcbynumber_r.c: Moved ...
1916         * sunrpc/getrpcbynumber_r.c: ... here.
1917         * inet/getrpcent.c: Moved ...
1918         * sunrpc/getrpcent.c: ... here.
1919         * inet/getrpcent_r.c: Moved ...
1920         * sunrpc/getrpcent_r.c: ... here.
1921         * inet/Makefile (routines): Move those to ...
1922         * sunrpc/Makefile (routines): ... here.
1923         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1924         the $(subdirs) list.
1925         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1926         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1927         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1928         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1930         * elf/Makefile (routines): Include $(all-dl-routines), not just
1931         $(dl-routines).
1932         (rtld-routines): Likewise.  Use = rather than :=.
1933         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1934         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1935         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1936         * sysdeps/arm/Makefile: Likewise.
1937         * sysdeps/i386/Makefile: Likewise.
1938         * sysdeps/x86_64/Makefile: Likewise.
1939         * sysdeps/hppa/Makefile [$(subdir) = elf]
1940         (sysdep_routines, sysdep-rtld-routines): Don't add
1941         $(sysdep-dl-routines) to these.
1942         * sysdeps/ia64/Makefile: Likewise.
1943         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1944         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1945         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1946         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1947         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1948         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1949         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1950         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1951         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1952         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1953         these; sysdep-dl-routines alone is enough.
1955 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1957         [BZ #17932]
1958         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1959         where multiplication results in zero and third argument is finite
1960         and nonzero.
1961         * math/auto-libm-test-in: Add more tests of fma.
1962         * math/auto-libm-test-out: Regenerated.
1964         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1965         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1966         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1967         (_FP_CMP_EQ): Likewise.
1968         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1970         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1971         extra argument CHECK_NAN.  Redefine as wrapper around
1972         _FP_EXTEND_CNAN.
1974 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1976         * version.h (RELEASE): Set to "stable".
1977         (VERSION): Set to "2.21"
1978         * include/features.h (__GLIBC_MINOR__): Set to 21.
1980         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1982 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1983             Paul Eggert  <eggert@cs.ucla.edu>
1985         [BZ #16618]
1986         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1987         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1988         size in bytes. Store needed elements in wpmax. Use needed size
1989         in bytes for extend_alloca.
1991 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1993         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1994         binutls 2.25, and texinfo 5.2.
1995         * INSTALL: Regenerate.
1996         * sysdeps/nios2/configure: Regenerate.
1997         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1998         * manual/contrib.texi: Update.
1999         * po/be.po: Update.
2000         * po/bg.po: Update.
2001         * po/ca.po: Update.
2002         * po/cs.po: Update.
2003         * po/da.po: Update.
2004         * po/de.po: Update.
2005         * po/el.po: Update.
2006         * po/eo.po: Update.
2007         * po/es.po: Update.
2008         * po/fi.po: Update.
2009         * po/fr.po: Update.
2010         * po/gl.po: Update.
2011         * po/hr.po: Update.
2012         * po/hu.po: Update.
2013         * po/ia.po: Update.
2014         * po/id.po: Update.
2015         * po/it.po: Update.
2016         * po/ja.po: Update.
2017         * po/ko.po: Update.
2018         * po/lt.po: Update.
2019         * po/nb.po: Update.
2020         * po/nl.po: Update.
2021         * po/pl.po: Update.
2022         * po/pt_BR.po: Update.
2023         * po/ru.po: Update.
2024         * po/rw.po: Update.
2025         * po/sk.po: Update.
2026         * po/sl.po: Update.
2027         * po/sv.po: Update.
2028         * po/tr.po: Update.
2029         * po/uk.po: Update.
2030         * po/vi.po: Update.
2031         * po/zh_CN.po: Update.
2032         * po/zh_TW.po: Update.
2034         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2035         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2036         * sysdeps/hppa/dl-irel.h: Remove #warning.
2037         * sysdeps/hppa/entry.h: Provide prototype for
2038         __canonicalize_funcptr_for_compare and cast argument.
2039         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2040         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2041         * sysdeps/hppa/sotruss-lib.c: New file.
2042         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2043         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2044         (atomic_compare_and_exchange_bool_acq): Likewise.
2045         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2046         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2048         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2049         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2050         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2052 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2054         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2055         called function in non-PIC case.
2057 2015-01-31  David S. Miller  <davem@davemloft.net>
2059         * sysdeps/sparc/sparc32/bits/atomic.h
2060         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2061         unlock not after it.
2062         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2063         volatile register usage warnings from the compiler.
2065         * sysdeps/sparc/nptl/sem_init.c: Delete.
2066         * sysdeps/sparc/nptl/sem_post.c: Delete.
2067         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2068         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2069         * sysdeps/sparc/sparc32/sem_init.c: New file.
2070         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2071         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2072         padding explicitly initialized.
2073         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2074         padding for in-semaphore spinlock.
2075         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2076         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2077         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2078         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2079         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2080         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2081         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2082         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2083         version.
2084         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2085         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2087 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2089         [BZ #17801]
2090         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2091         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2092         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2093         New.
2094         (index_AVX_Fast_Unaligned_Load): Likewise.
2095         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2096         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2097         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2098         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2099         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2100         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2101         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2102         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2103         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2105 2015-01-29  Andreas Schwab  <schwab@suse.de>
2107         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2109 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2111         [BZ #17892]
2112         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2114 2015-01-28  Martin Sebor  <msebor@redhat.com>
2116         * math/README.libm-test: Clarify. Add "How to read the test output."
2118 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2120         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2121         Define to 0.
2123 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2125         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2126         (__HAVE_64B_ATOMICS): Define to 0.
2128 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2130         [BZ #17885]
2131         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2132         value to set as new flag.
2134         [BZ #16576]
2135         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2136         and use _ARCH_PPCSQ instead.
2137         (__ieee754_sqrt): Likewise.
2138         (__ieee754_sqrtf): Likewise.
2139         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2140         _ARCH_PPCSQ is defined.
2141         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2142         fsqrt instruction.
2143         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2144         _ARCH_PPCSQ is defined.
2145         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2146         fsqrts instruction.
2147         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2149 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2151         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2152         bug (GCC BZ #64739).
2154 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2156         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2157         Mark _retval as used.
2158         (lll_futex_wake_unlock): Likewise.
2159         (lll_futex_timed_wait_requeue_pi): Likewise.
2161         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2162         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2163         register variables.
2165         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2166         libm_hidden_def.
2168         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2169         (__bswap_64): Mark as __always_inline.
2171 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2173         [BZ #15378]
2174         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2175         when none of the search directories exist.
2177 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2179         [BZ #17869]
2180         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2181         power8 in .machine directive.
2183         [BZ #17868]
2184         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2185         set dependency from opd value.
2187 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2189         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2190         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2191         architecture.
2193 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2195         [BZ #17870]
2196         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2197         with uint64_t.
2198         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2199         (uint64_t) 1.
2200         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2201         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2202         Replace 1UL with (uint64_t) 1.
2203         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2204         int with uint64_t.
2206 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2208         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2209         (if_freenameindex): Likewise.
2211         * resource/getrlimit64.c: Add missing libc_hidden_def.
2213 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2215         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2216         __label__.
2217         (_FP_FMA): Likewise.
2218         (_FP_TO_INT_ROUND): Likewise.
2219         (_FP_FROM_INT): Likewise.
2221 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2223         [BZ #16418]
2224         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2225         Make code racy and cancel safe.
2227 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2229         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2230         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2231         attribution.
2233         * pwd/tst-getpw.c: Rewrite.
2235         [BZ #17702]
2236         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2237         (modules-names): Add moddummy1 and moddummy2.
2238         ($(objpfx)tst-rec-dlopen): Define.
2239         * dlfcn/moddummy1.c: New file.
2240         * dlfcn/moddummy2.c: New file.
2241         * dlfcn/tst-rec-dlopen.c: New file.
2242         * elf/dl-cache.c (_dl_load_cache_lookup):
2243         Return char*. Copy result with alloca/strcpy/strdup.
2244         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2245         returns char*. Free cached. If not saving realname
2246         free cached.
2247         * elf/dl-open.c (dl_open_worker): Do not assert that
2248         _r_debug->r_state is RT_CONSISTENT.
2249         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2250         returns char*.
2252 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2253             Carlos O'Donell  <carlos@redhat.com>
2255         [BZ #12674]
2256         * nptl/sem_waitcommon.c: New file.
2257         * nptl/sem_wait.c: Include sem_waitcommon.c.
2258         (__sem_wait_cleanup, do_futex_wait): Remove.
2259         (__new_sem_wait): Adapt.
2260         (__new_sem_trywait): New function.
2261         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2262         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2263         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2264         (sem_timedwait): Adapt.
2265         * nptl/sem_post.c (__new_sem_post): Adapt.
2266         (futex_wake): New function.
2267         (__old_sem_post): Add release MO fence.
2268         * nptl/sem_open.c (sem_open): Adapt.
2269         * nptl/sem_init.c (__new_sem_init): Adapt.
2270         (futex_private_if_supported): New function.
2271         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2272         (__old_sem_getvalue): Add using previous code.
2273         * sysdeps/nptl/internaltypes.h: Adapt.
2274         * nptl/tst-sem13.c (do_test): Adapt.
2275         * nptl/tst-sem11.c (main): Adapt.
2276         * nptl/sem_trywait.c: Remove.
2277         * nptl/DESIGN-sem.txt: Remove.
2278         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2279         (gen-as-const-headers): Remove structsem.sym.
2280         * nptl/structsem.sym: Remove.
2281         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2282         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2283         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2284         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2285         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2286         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2287         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2288         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2289         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2290         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2291         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2292         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2293         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2294         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2295         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2296         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2297         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2298         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2299         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2300         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2301         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2302         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2304 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2306         * INSTALL: Regenerated.
2308         * po/libc.pot: Regenerated.
2310 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2311             Sandra Loosemore  <sandra@codesourcery.com>
2312             Andrew Jenner  <andrew@codesourcery.com>
2313             Joseph Myers  <joseph@codesourcery.com>
2314             Nathan Sidwell  <nathan@codesourcery.com>
2316         * NEWS: Mention new Nios II port.
2317         * sysdeps/nios2/Implies: New file.
2318         * sysdeps/nios2/Makefile: New file.
2319         * sysdeps/nios2/Subdirs: New file.
2320         * sysdeps/nios2/Versions: New file.
2321         * sysdeps/nios2/__longjmp.S: New file.
2322         * sysdeps/nios2/abort-instr.h: New file.
2323         * sysdeps/nios2/backtrace.c: New file.
2324         * sysdeps/nios2/bits/endian.h: New file.
2325         * sysdeps/nios2/bits/fenv.h: New file.
2326         * sysdeps/nios2/bits/link.h: New file.
2327         * sysdeps/nios2/bits/setjmp.h: New file.
2328         * sysdeps/nios2/bsd-_setjmp.S: New file.
2329         * sysdeps/nios2/bsd-setjmp.S: New file.
2330         * sysdeps/nios2/configure: New generated file.
2331         * sysdeps/nios2/configure.ac: New file.
2332         * sysdeps/nios2/crti.S: New file.
2333         * sysdeps/nios2/crtn.S: New file.
2334         * sysdeps/nios2/dl-init.c: New file.
2335         * sysdeps/nios2/dl-machine.h: New file.
2336         * sysdeps/nios2/dl-sysdep.h: New file.
2337         * sysdeps/nios2/dl-tls.h: New file.
2338         * sysdeps/nios2/dl-trampoline.S: New file.
2339         * sysdeps/nios2/gccframe.h: New file.
2340         * sysdeps/nios2/gmp-mparam.h: New file.
2341         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2342         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2343         * sysdeps/nios2/ldsodefs.h: New file.
2344         * sysdeps/nios2/libc-tls.c: New file.
2345         * sysdeps/nios2/libm-test-ulps: New file.
2346         * sysdeps/nios2/machine-gmon.h: New file.
2347         * sysdeps/nios2/math-tests.h: New file.
2348         * sysdeps/nios2/math_private.h: New file.
2349         * sysdeps/nios2/memusage.h: New file.
2350         * sysdeps/nios2/nptl/Makefile: New file.
2351         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2352         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2353         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2354         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2355         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2356         * sysdeps/nios2/nptl/tls.h: New file.
2357         * sysdeps/nios2/preconfigure: New file.
2358         * sysdeps/nios2/s_fma.c: New file.
2359         * sysdeps/nios2/s_fmaf.c: New file.
2360         * sysdeps/nios2/setjmp.S: New file.
2361         * sysdeps/nios2/sfp-machine.h: New file.
2362         * sysdeps/nios2/sotruss-lib.c: New file.
2363         * sysdeps/nios2/stackguard-macros.h: New file.
2364         * sysdeps/nios2/stackinfo.h: New file.
2365         * sysdeps/nios2/start.S: New file.
2366         * sysdeps/nios2/sysdep.h: New file.
2367         * sysdeps/nios2/tls-macros.h: New file.
2368         * sysdeps/nios2/tst-audit.h: New file.
2369         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2370         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2371         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2372         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2373         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2374         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2375         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2376         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2377         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2378         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2379         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2380         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2381         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2382         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2383         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2384         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2385         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2386         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2387         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2388         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2389         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2390         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2391         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2392         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2393         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2394         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2395         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2396         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2397         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2398         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2399         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2400         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2401         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2402         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2403         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2404         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2405         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2406         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2407         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2408         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2409         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2410         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2411         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2412         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2414 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2416         [BZ #17844]
2417         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2418         (getutent): Use weak_alias in non SHARED case
2419         and default_symbol_version in SHARED case.
2420         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2421         (getutent_r, pututline): Likewise.
2422         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2423         (getutid): Likewise.
2424         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2425         (getutid_r): Likewise.
2426         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2427         (getutline): Likewise.
2428         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2429         (getutline_r): Likewise.
2430         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2431         (updwtmp): Likewise.
2433 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2435         [BZ #17848]
2436         * sysdeps/s390/s390-32/memcmp.S
2437         (memcmp_g5): Rename to __memcmp_g5.
2438         * sysdeps/s390/s390-32/memcpy.S
2439         (memcpy_g5): Rename to __memcpy_g5.
2440         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2441         (memcpy_mvcle) Rename to __memcpy_mvcle.
2442         * sysdeps/s390/s390-32/memset.S
2443         (memset_g5): Rename to __memset_g5.
2444         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2445         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2446         and use prefixed functions.
2447         * sysdeps/s390/s390-32/multiarch/memcmp.S
2448         (memcmp_z196): Rename to __memcmp_z196.
2449         (memcmp_z10): Rename to __memcmp_z10.
2450         (memcmp): Set alias to __memcmp_g5.
2451         (bcmp): Set alias to __memcmp_g5.
2452         * sysdeps/s390/s390-32/multiarch/memcpy.S
2453         (memcpy_z196): Rename to __memcpy_z196.
2454         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2455         (memcpy_z10): Rename to __memcpy_z10.
2456         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2457         (memcpy): Set alias to __memcpy_g5.
2458         * sysdeps/s390/s390-32/multiarch/memset.S
2459         (memset_z196): Rename to __memset_z196.
2460         Jump to __memset_mvcle instead of memset_mvcle.
2461         (memset_z10): Rename to __memset_z10.
2462         Jump to __memset_mvcle instead of memset_mvcle.
2463         (memset_mvcle) Rename to __memset_mvcle.
2464         (memset): Set alias to __memset_g5.
2465         * sysdeps/s390/s390-64/memcmp.S
2466         (memcmp_z900): Rename to __memcmp_z900.
2467         * sysdeps/s390/s390-64/memcpy.S
2468         (memcpy_z900): Rename to __memcpy_z900.
2469         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2470         (memcpy_mvcle) Rename to __memcpy_mvcle.
2471         * sysdeps/s390/s390-64/memset.S
2472         (memset_z900): Rename to __memset_z900.
2473         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2474         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2475         and use prefixed functions.
2476         * sysdeps/s390/s390-64/multiarch/memcmp.S
2477         (memcmp_z196): Rename to __memcmp_z196.
2478         (memcmp_z10): Rename to __memcmp_z10.
2479         (memcmp): Set alias to __memcmp_z900.
2480         (bcmp): Set alias to __memcmp_z900.
2481         * sysdeps/s390/s390-64/multiarch/memcpy.S
2482         (memcpy_z196): Rename to __memcpy_z196.
2483         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2484         (memcpy_z10): Rename to __memcpy_z10.
2485         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2486         (memcpy): Set alias to __memcpy_z900.
2487         * sysdeps/s390/s390-64/multiarch/memset.S
2488         (memset_z196): Rename to __memset_z196.
2489         Jump to __memset_mvcle instead of memset_mvcle.
2490         (memset_z10): Rename to __memset_z10.
2491         Jump to __memset_mvcle instead of memset_mvcle.
2492         (memset_mvcle) Rename to __memset_mvcle.
2493         (memset): Set alias to __memset_z900.
2495 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2497         [BZ #17748]
2498         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2499         __fesetenv instead of fesetenv.
2501 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2503         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2504         macro.
2506 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2508         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2509         regression on LE.
2511         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2512         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2513         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2514         strncmp-power8 object.
2515         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2516         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2517         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2518         * NEWS: Update.
2520 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2521             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2523         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2524         trailing byte check.
2526 2015-01-13  David S. Miller  <davem@davemloft.net>
2528         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2530 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2532         * login/logout.c (logout): Use memset rather than bzero.
2533         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2534         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2535         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2536         (_gethtbyaddr): Likewise.
2537         * locale/programs/simple-hash.c (bcopy): Macro removed.
2539 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2541         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2542         Add strcmp-power8 object.
2543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2544         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2545         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2546         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2547         __strcmp_power8 implementation.
2548         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2549         * NEWS: Update.
2551         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2552         Add strncpy-power8 and stpncpy-power8 objects.
2553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2554         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2555         implementations.
2556         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2557         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2558         __stpncpy_power8 implementation.
2559         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2560         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2561         __strncpy_power8 implementation.
2562         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2563         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2564         * NEWS: Update.
2566         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2567         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2568         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2570         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2571         strncat-power8 object.
2572         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2573         __strcat_power8 implementation.
2574         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2575         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2576         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2577         optimized strcat for power8.
2579         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2580         strcpy-power8 and stpcpy-power8 objects.
2581         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2582         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2583         implementations.
2584         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2585         multiarch stpcpy implementation for POWER8.
2586         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2587         multiarch strcpy implementation for POWER8.
2588         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2589         __strcpy_power8 function.
2590         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2591         stpcpy for POWER8.
2592         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2593         strcpy for POWER8.
2594         * NEWS: Update.
2596 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2598         [BZ #16009]
2599         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2600         weights and rules. Use do_xfrm_cached if data fits in cache,
2601         do_xfrm otherwise.  Moved former main loop to...
2602         * (do_xfrm_cached): New function.
2603         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2604         find_idx, find_position and stack_push.
2605         * (find_idx): New function.
2606         * (find_position): Likewise.
2607         * localedata/sort-test.sh: Added test run for do_xfrm.
2608         * localedata/xfrm-test.c (main): Added command line option
2609         -nocache to run the test with strings that are too large for
2610         the STRXFRM cache.
2612 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2614         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2615         variable to lll_futex_wake call, not the value itself.
2617 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2619         [BZ #17803]
2620         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2621         twom64.  Adjust value to 0x1p-64L.
2622         (__scalblnl): Only return standard underflowing result for K <=
2623         -64 not K <= -63; adjust exponent for underflowing result by 64
2624         not 63.
2625         * math/libm-test.inc (scalbn_test_data): Add more tests.
2626         (scalbln_test_data): Likewise.
2628         [BZ #17834]
2629         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2630         0x1p63L.
2631         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2632         not HX.
2633         * math/libm-test.inc (scalbn_test_data): Add more tests.
2634         (scalbln_test_data): Likewise.
2636 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2637             Stefani Seibold  <stefani@seibold.net>
2639         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2640         (sysdep_routines): Add dl-vdso here, ...
2641         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2642         (sysdep_routines): ... not here.
2643         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2644         fallback when vDSO is not presented.
2645         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2646         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2647         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2648         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2649         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2650         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2651         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2652         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2653         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2654         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2655         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2656         fallback configurable symbol when vDSO is not available.
2657         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2658         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2659         be able to redefine fallback symbol when vDSO is not available.
2660         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2661         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2663 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2665         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2666         (TLS_INIT_TP): Add tm_capable initialization.
2667         (TLS_DEFINE_INIT_TP): Likewise.
2668         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2669         TCB.
2670         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2671         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2672         calculation.
2673         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2674         transactoion is lock elision is built and TCB tm_capable is set.
2675         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2677         (INTERNAL_SYSCALL_NCS): Likewise.
2678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2679         (INTERNAL_SYSCALL_NCS): Likewise.
2680         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2682         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2683         for powerpc.
2684         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2685         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2686         and remove it for 32 bits case.
2687         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2688         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2689         initialization.
2690         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2691         Disable lock elision with rdlocks if elision is not available.
2693         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2694         (sysdep_routines): Add lock elision objects.
2695         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2696         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2697         [pthread_mutex_t] (__elision): Add field.
2698         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2699         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2700         elision definitions for powerpc.
2701         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2702         implementation of lock elision for powerpc.
2703         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2704         implementation of timed lock elision for powerpc.
2705         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2706         implementation of trylock with lock elision for powerpc.
2707         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2708         implementaion of unlock for lock elision for powerpc.
2709         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2710         automatic enable lock elision for mutexes.
2711         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2712         transaction execution definitions for powerpc.
2713         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2714         definitions.
2715         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2716         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2717         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2718         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2719         * NEWS: Update.
2721 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2723         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2724         for #include of <shm-directory.h>.
2726 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2728         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2729         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2731 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2733         [BZ #17791]
2734         * NEWS: Mention bug fix.
2735         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2736         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2737         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2739 2015-01-09  Torvald Riegel <triegel@redhat.com>
2741         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2743 2015-01-09  Torvald Riegel <triegel@redhat.com>
2745         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2747 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2749         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2750         pointer and cast to uintptr_t.
2752 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2754         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2755         removed.
2756         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2758 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2760         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2761         of 0.
2763 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2765         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2766         <nptl/pthreadP.h> instead.
2767         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2769         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2770         already defined.
2771         [__SIGRTMIN] (init): Function removed.
2772         [__SIGRTMIN] (initialized): Variable removed.
2773         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2774         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2775         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2776         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2777         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2778         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2779         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2780         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2781         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2782         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2783         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2784         * sysdeps/nptl/allocrtsig.c: New file.
2785         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2786         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2787         * sysdeps/generic/testrtsig.h: File removed.
2789         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2790         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2792         * nptl/nptl-init.c (pthread_functions): Conditionalize
2793         .ptr__nptl_setxid initialization on [SIGSETXID].
2795         * sysdeps/nptl/sys/procfs.h: New file.
2796         * nptl_db/Makefile (headers): Add it.
2797         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2799         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2800         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2801         * nptl/pthread_attr_setaffinity.c: Include it.
2802         * nptl/pthread_setattr_default_np.c: Likewise.
2803         * nptl/check-cpuset.h: New file.
2805 2015-01-08  Richard Henderson  <rth@redhat.com>
2807         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2808         (CFLAGS-tst-execstack-prog.c): Likewise.
2809         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2811 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2812             Sandra Loosemore  <sandra@codesourcery.com>
2813             Andrew Jenner  <andrew@codesourcery.com>
2814             Joseph Myers  <joseph@codesourcery.com>
2815             Nathan Sidwell  <nathan@codesourcery.com>
2817         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2818         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2819         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2820         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2821         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2822         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2823         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2824         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2825         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2826         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2827         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2828         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2829         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2830         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2831         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2832         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2833         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2835 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2837         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2838         timespec struct member in syscall macro.
2839         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2840         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2841         first timeval struct member in syscall macro.
2842         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2844 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2846         [BZ #17748]
2847         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2848         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2849         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2850         __feupdateenv and define as weak alias of __feupdateenv.  Use
2851         libm_hidden_weak.
2852         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2853         libm_hidden_def.
2854         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2855         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2856         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2857         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2858         libm_hidden_def.
2859         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2860         __feupdateenv and define as weak alias of __feupdateenv.  Use
2861         libm_hidden_weak.
2862         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2863         libm_hidden_def.
2864         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2865         __feupdateenv and define as weak alias of __feupdateenv.  Use
2866         libm_hidden_weak.
2867         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2868         libm_hidden_def.
2869         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2870         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2871         (__feupdateenv): Likewise.
2872         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2873         __feupdateenv and define as weak alias of __feupdateenv.  Use
2874         libm_hidden_weak.
2875         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2876         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2877         libm_hidden_def.
2878         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2879         function.
2880         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2881         libm_hidden_def.
2882         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2883         __feupdateenv instead of feupdateenv.
2884         (default_libc_feupdateenv_test): Likewise.
2885         (libc_feresetround_ctx): Likewise.
2887 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2889         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2890         prototype.
2892 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2894         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2895         COLL_SYM in a couple of places to avoid uninitialized variable
2896         wanings on tilegx gcc 4.8.2.
2898 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2900         * sysdeps/aarch64/strcpy.S: New file.
2901         * sysdeps/aarch64/stpcpy.S: New file.
2902         * NEWS: Updated.
2904 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2906         * sysdeps/aarch64/strrchr.S: New file.
2907         * NEWS: Updated.
2909 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2911         [BZ #17658]
2912         * stdlib/setenv.c: Fix memory leak when setting large,
2913         duplicate string.
2915 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2917         [BZ #17273]
2918         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2919         and tabs from buffer before parsing fstab entry.
2920         * misc/tst-mntent.c (main): Add test for mount entry with
2921         trailing spaces and tabs.
2923 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2925         [BZ #17748]
2926         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2927         * math/fesetround.c (fesetround): Rename to __fesetround and
2928         define as weak alias of __fesetround.  Use libm_hidden_weak.
2929         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2930         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2931         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2932         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2933         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2934         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2935         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2936         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2937         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2938         __fesetround_inline.
2939         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2940         __fesetround_inline instead of __fesetround.
2941         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2942         __fesetround and define as weak alias of __fesetround.  Use
2943         libm_hidden_weak.  Call __fesetround_inline instead of
2944         __fesetround.
2945         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2946         __fesetround and define as weak alias of __fesetround.  Use
2947         libm_hidden_weak.
2948         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2949         Likewise.
2950         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2951         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2952         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2953         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2954         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2955         __fesetround and define as weak alias of __fesetround.  Use
2956         libm_hidden_weak.
2957         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2958         __fesetround instead of fesetround.
2959         (default_libc_feholdexcept_setround): Likewise.
2960         (libc_feholdsetround_ctx): Likewise.
2961         (libc_feholdsetround_noex_ctx): Likewise.
2963         [BZ #17748]
2964         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2965         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2966         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2967         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2968         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2969         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2970         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2971         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2972         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2973         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2974         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2975         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2976         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2977         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2978         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2979         libm_hidden_def.
2980         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2981         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2982         Likewise.
2983         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2984         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2985         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2986         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2987         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2988         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2989         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2990         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2991         __fesetenv instead of fesetenv.
2992         (libc_feresetround_noex_ctx): Likewise.
2993         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2994         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2995         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2996         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2997         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2998         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2999         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3000         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3001         (__feupdateenv): Likewise.
3002         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3003         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3004         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3005         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3007 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3009         [BZ #17806]
3010         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3011         addresses have been freed.
3013 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3015         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3016         and nservall.
3018 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3020         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3021         Clean up check_pf allocation pattern. addresses
3023 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3025         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3026         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3027         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3028         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3029         * nptl/pthread_join.c (pthread_join): Likewise.
3030         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3031         * sysdeps/posix/waitid.c (__waitid): Likewise.
3032         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3033         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3034         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3035         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3036         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3037         Likewise.
3038         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3039         (__libc_pread64): Likewise.
3040         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3041         (__libc_pwrite): Likewise.
3042         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3043         (__libc_pwrite64): Likewsie.
3044         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3045         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3046         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3047         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3048         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3049         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3050         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3052         Likewise.
3053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3054         (__libc_pread64): Likewise.
3055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3056         Likewise.
3057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3058         (__libc_pwrite64): Likewise.
3059         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3060         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3061         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3062         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3063         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3064         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3065         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3066         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3067         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3068         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3069         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3070         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3071         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3072         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3073         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3074         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3075         Likewise.
3077 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3079         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3080         (CFLAGS-test-double.c): Likewise.
3081         (CFLAGS-test-ldouble.c): Likewise.
3082         (CPPFLAGS-test-ifloat.c): Likewise.
3083         (CPPFLAGS-test-idouble.c): Likewise.
3084         (CPPFLAGS-test-ildoubl.c): Likewise.
3085         (CFLAGS-test-test-fenv.c): Remove variable.
3086         (CFLAGS-test-misc.c): Likewise.
3088 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3090         [BZ #17797]
3091         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3092         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3093         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3094         CLOCKS_PER_SEC == 1000000.
3095         * time/clocktest.c (main): Replace %ld with %jd and cast to
3096         intmax_t.
3098 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3100         * sysdeps/generic/unwind-resume.h: New file.
3101         * sysdeps/gnu/unwind-resume.c: Include it.
3102         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3103         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3104         argument list.
3105         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3106         global rather than static.
3107         (_Unwind_Resume): Update user.
3108         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3109         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3110         rather than static.  Add __attribute__ ((cold)).
3111         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3112         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3113         * sysdeps/arm/arm-unwind-resume.S: New file.
3114         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3115         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3116         * sysdeps/arm/Makefile [$(subdir) = csu]
3117         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3118         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3119         Add rt-arm-unwind-resume.
3120         [$(subdir) = nptl]
3121         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3122         Add pt-arm-unwind-resume.
3123         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3124         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3126 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3128         [BZ #17748]
3129         * include/fenv.h (__feholdexcept): Declare.  Use
3130         libm_hidden_proto.
3131         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3132         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3133         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3134         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3135         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3136         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3137         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3138         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3139         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3140         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3141         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3142         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3143         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3144         (feholdexcept): Likewise.
3145         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3146         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3147         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3148         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3149         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3150         __feholdexcept instead of feholdexcept.
3151         (default_libc_feholdexcept_setround): Likewise.
3153 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3155         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3156         to avoid using stl/str to align destination.
3158 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3160         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3162 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3164         [BZ #17796]
3165         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3166         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3167         Define as weak alias not strong alias.
3169 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3171         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3172         bltzal with addiupc.
3173         (RTLD_START): Ditto.
3175 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3177         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3178         for __vdso_* functions in declarations.
3179         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3180         definitions.
3181         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3182         INTERNAL_VSYSCALL): Use struct return types to check for error.
3184         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3185         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3186         function with cast from llround().
3187         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3188         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3189         Define.
3191 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3193         [BZ #17793]
3194         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3195         Define as weak alias not strong alias.
3197         [BZ #17635]
3198         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3199         ...
3200         * ctype/ctype-extn.c: ... here.
3201         (__isblank_l): Move to ...
3202         * ctype/ctype-c99_l.c: ... here.  New file.
3203         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3204         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3205         Remove variable.
3206         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3207         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3208         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3209         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3210         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3212         [BZ #17777]
3213         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3214         (posix_fadvise64): Define as weak alias not strong alias.
3215         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3216         (posix_fallocate64): Likewise.
3217         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3218         Remove variable.
3219         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3220         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3221         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3222         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3223         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3225 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3227         [BZ #16191]
3228         * NEWS: Mention bug fix.
3229         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3230         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3231         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3232         (HOST_STACK_END_ADDR): Likewise.
3234 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3236         [BZ #17748]
3237         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3238         * math/fegetround.c (fegetround): Rename to __fegetround and
3239         define as weak alias of __fegetround.  Use libm_hidden_weak.
3240         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3241         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3242         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3243         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3244         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3245         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3246         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3247         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3248         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3249         Undefine after rather than before function definition; use
3250         parentheses around function name in definition.
3251         (__fegetround): Also undefine macro after function definition.
3252         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3253         __fegetround and define as weak alias of __fegetround.  Use
3254         libm_hidden_weak.  Do not undefine as macro.
3255         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3256         Likewise.
3257         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3258         __fegetround and define as weak alias of __fegetround.  Use
3259         libm_hidden_weak.
3260         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3261         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3262         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3263         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3264         __fegetround and define as weak alias of __fegetround.  Use
3265         libm_hidden_weak.
3266         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3267         __fegetround instead of fegetround.
3269         [BZ #17782]
3270         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3271         Condition macro definition on [__USE_MISC].
3273         [BZ #17781]
3274         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3275         (struct sigaction): Change type of sa_flags field to int.
3277         [BZ #17780]
3278         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3279         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3280         __glibc_reserved0.
3282         * nptl/version.c (banner): Use single year in copyright notice.
3284         * NEWS: Update copyright dates.
3285         * catgets/gencat.c (print_version): Likewise.
3286         * csu/version.c (banner): Likewise.
3287         * debug/catchsegv.sh: Likewise.
3288         * debug/pcprofiledump.c (print_version): Likewise.
3289         * debug/xtrace.sh (do_version): Likewise.
3290         * elf/ldconfig.c (print_version): Likewise.
3291         * elf/ldd.bash.in: Likewise.
3292         * elf/pldd.c (print_version): Likewise.
3293         * elf/sotruss.sh: Likewise.
3294         * elf/sprof.c (print_version): Likewise.
3295         * iconv/iconv_prog.c (print_version): Likewise.
3296         * iconv/iconvconfig.c (print_version): Likewise.
3297         * locale/programs/locale.c (print_version): Likewise.
3298         * locale/programs/localedef.c (print_version): Likewise.
3299         * login/programs/pt_chown.c (print_version): Likewise.
3300         * malloc/memusage.sh (do_version): Likewise.
3301         * malloc/memusagestat.c (print_version): Likewise.
3302         * malloc/mtrace.pl: Likewise.
3303         * manual/libc.texinfo: Likewise.
3304         * nptl/version.c (banner): Likewise.
3305         * nscd/nscd.c (print_version): Likewise.
3306         * nss/getent.c (print_version): Likewise.
3307         * nss/makedb.c (print_version): Likewise.
3308         * posix/getconf.c (main): Likewise.
3309         * scripts/test-installation.pl: Likewise.
3310         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3312 2015-01-02  Will Newton  <will.newton@linaro.org>
3314         * sysdeps/arm/armv7/configure: Removed.
3315         * sysdeps/arm/armv7/configure.ac: Likewise.
3317 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3319         * All files with FSF copyright notices: Update copyright dates
3320         using scripts/update-copyrights.
3321         * intl/plural.c: Regenerated.
3322         * locale/programs/charmap-kw.h: Likewise.
3323         * locale/programs/locfile-kw.h: Likewise.
3325 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3327         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3329 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3331         [BZ #17748]
3332         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3333         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3334         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3335         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3336         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3337         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3338         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3339         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3340         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3341         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3342         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3343         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3344         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3345         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3346         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3347         libm_hidden_def.
3348         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3349         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3350         Likewise.
3351         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3352         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3353         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3354         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3355         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3356         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3357         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3358         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3359         __fegetenv instead of fegetenv.
3360         (libc_feholdsetround_noex_ctx): Likewise.
3362 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3364         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3365         (Elf_MIPS_ABIFlags_v0): New structure.
3366         (EF_MIPS_FP64): Define.
3367         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3368         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3369         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3370         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3371         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3372         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3373         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3374         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3375         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3376         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3377         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3378         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3379         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3380         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3381         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3382         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3383         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3384         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3385         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3386         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3387         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3388         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3389         field.
3390         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3391         EF_MIPS_FP64.
3392         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3393         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3394         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3395         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3396         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3397         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3398         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3399         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3400         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3401         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3402         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3403         record the current FP ABI extension.
3404         (mips-mode-switch): Define to show if kernel headers support mode
3405         switching.
3406         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3407         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3408         supported SYSV ABI version to 3.
3409         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3410         feature.
3412 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3413             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3415         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3416         path.
3417         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3419 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3421         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3422         __fegetround and redefine to call __fegetround.  Remove condition
3423         on [!__NO_MATH_INLINES].
3424         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3425         function.
3426         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3427         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3428         Remove macro.
3429         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3430         instead of <fenv_libc.h>.
3431         (__llrintl): Call fegetround instead of __fegetround.
3432         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3433         instead of <fenv_libc.h>.
3434         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3435         (__lrintl): Call fegetround instead of __fegetround.
3436         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3437         instead of <fenv_libc.h>.
3438         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3439         (__rintl): Call fegetround instead of __fegetround.
3441 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3443         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3444         arrays.
3446 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3448         [BZ #17775]
3449         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3450         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3451         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3453 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3455         * sysdeps/i386/tls-macros.h: Include <features.h>.
3456         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3457         (TLS_IE): Likewise.
3458         (TLS_LD): Likewise.
3459         (TLS_GD): Likewise.
3460         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3461         define for GCC >= 5.0.
3463 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3465         * math/test-fenv.c (test_single_exception, set_single_exc,
3466         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3467         feexcp_mask_test, feenable_test, fe_single_test): Add
3468         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3469         case where they are not used.
3470         * math/libm-test.inc: Likewise.
3471         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3472         unused in the absence of FP rounding/exception support.
3473         * stdio-common/tst-printf-round.c: Likewise.
3474         * stdlib/tst-strtod-round.c: Likewise.
3475         * stdlib/tst-strtod-underflow.c: Likewise.
3477 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3479         [BZ #17723]
3480         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3481         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3482         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3483         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3484         libm_hidden_weak.
3485         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3486         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3487         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3488         libm_hidden_def.
3489         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3490         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3491         libm_hidden_weak.
3492         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3493         Likewise.
3494         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3495         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3496         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3497         libm_hidden_weak.
3498         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3499         libm_hidden_def.
3500         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3501         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3502         (__feraiseexcept): Likewise.
3503         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3504         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3505         libm_hidden_weak.
3506         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3507         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3508         libm_hidden_def.
3509         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3510         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3511         Use libm_hidden_def.
3512         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3513         libm_hidden_def.
3514         (feraiseexcept): Define as weak not strong alias.  Use
3515         libm_hidden_weak.
3516         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3517         New inline function.  Factored out of ...
3518         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3519         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3520         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3521         feraiseexcept.
3522         * math/w_acos.c (__acos): Likewise.
3523         * math/w_asin.c (__asin): Likewise.
3524         * math/w_ilogb.c (__ilogb): Likewise.
3525         * math/w_j0.c (y0): Likewise.
3526         * math/w_j1.c (y1): Likewise.
3527         * math/w_jn.c (yn): Likewise.
3528         * math/w_log.c (__log): Likewise.
3529         * math/w_log10.c (__log10): Likewise.
3530         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3531         * sysdeps/aarch64/fpu/math_private.h
3532         (libc_feupdateenv_test_aarch64): Likewise.
3533         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3534         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3535         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3536         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3537         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3538         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3539         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3540         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3541         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3542         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3544 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3546         [BZ #17732]
3547         * io/test-utime.c (main): Replace %ld with %jd and cast to
3548         intmax_t.
3549         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3550         * nptl/tst-mutex5.c: Include <stdint.h>.
3551         (do_test): Replace %ld with %jd and cast to intmax_t.
3552         * posix/tst-regex.c (run_test): Likewise.
3553         (run_test_backwards): Likewise.
3554         * rt/tst-clock.c: Include <stdint.h>.
3555         (clock_test): Replace %ld with %jd and cast to intmax_t.
3556         * rt/tst-cpuclock1.c: Include <stdint.h>.
3557         (do_test): Replace %lu with %ju and cast to uintmax_t.
3558         * rt/tst-cpuclock2.c: Include <stdint.h>.
3559         (do_test): Replace %lu with %ju and cast to uintmax_t.
3560         * rt/tst-mqueue1.c: Include <stdint.h>.
3561         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3562         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3563         intmax_t.
3564         * rt/tst-mqueue4.c (do_test): Likewise.
3565         * rt/tst-timer4.c: Include <stdint.h>.
3566         (check_ts): Replace %ld with %jd and cast to intmax_t.
3567         (do_test): Likewise.
3568         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3569         and cast to intmax_t.
3570         * sysdeps/pthread/tst-timer.c (main): Likewise.
3571         * time/clocktest.c (main): Likewise.
3572         * time/tst-posixtz.c (do_test): Likewise.
3573         * timezone/tst-timezone.c (main): Likewise.
3575 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3576             H.J. Lu  <hongjiu.lu@intel.com>
3578         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3579         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3580         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3581         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3582         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3583         version if bit_Fast_Unaligned_Load is set.
3584         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3585         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3586         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3587         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3588         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3589         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3590         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3591         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3592         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3593         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3594         to 4.
3595         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3596         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3597         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3598         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3600 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3602         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3603         instead of #if to avoid a Wundef warning.
3604         * stdlib/tst-limits.c (do_test): Likewise.
3606         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3607         parallel other exception macros.
3608         (fegetenv): Convert from macro to extern inline so that it applies
3609         retroactively to inline functions already seen by the compiler.
3610         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3612         * posix/Makefile (before-compile): Use $(objpfx) for
3613         posix-conf-vars-def.h.
3615 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3617         * posix/getconf.c (main): Use size_t for type of I.
3618         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3619         NSPEC.
3621         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3622         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3623         * posix/posix-envs.def: Likewise.
3624         * sysdeps/posix/sysconf.c: Likewise.
3625         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3626         (specs): Remove array.
3627         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3628         array.
3630         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3631         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3632         (__sysconf): Use CONF_IS_* macros.
3634         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3635         ($(objpfx)posix-conf-vars-def.h): New target.
3636         * posix/posix-conf-vars.list: New file.
3637         * posix/posix-conf-vars.h: New file.
3638         * posix/confstr.c: Include posix-conf-vars.h.
3639         (confstr): Use CONF_IS_* macros.
3640         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3641         CONF_IS_* macros.
3642         * scripts/gen-posix-conf-vars.awk: New file.
3644 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3646         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3647         fegetround): Add no-op macros to avoid linknamespace issues.
3649         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3650         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3652         * sysdeps/unix/sysv/linux/tile/sysdep.h
3653         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3654         assembly-specific section to avoid a redefinition warning.
3656         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3657         long before casting to pointer to avoid a cast warning.
3659 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3661         * sysdeps/tile/tilegx/Implies: New file.
3663 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3665         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3667 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3669         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3671 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3673         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3674         not define.
3675         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3676         <kernel-features.h>.
3677         (__utimes) [__NR_utimes]: Make code unconditional.
3678         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3679         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3680         (__ASSUME_UTIMES): Do not undefine.
3681         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3682         (__ASSUME_UTIMES): Likewise.
3683         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3684         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3685         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3686         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3688 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3690         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3692 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3694         [BZ #17747]
3695         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3696         alias to weak alias for j0l, y0l.
3697         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3698         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3700         [BZ #17746]
3701         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3702         conversion.
3704 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3706         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3707         to zero if not already defined.
3709 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3711         [BZ #17724]
3712         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3713         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3714         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3715         (char *) casts added.
3716         * sysdeps/ieee754/k_standardf.c: New file.
3717         * sysdeps/ieee754/k_standardl.c: Likewise.
3718         * math/Makefile (libm-support): Remove k_standard.
3719         (libm-calls): Add k_standard.
3721 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3723         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3724         Optimize to avoid an unnecessary FPCR read.
3726 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3728         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3729         Optimize to reduce FPCR/FPSR accesses.
3731 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3733         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3734         Call libc_fetestexcept_aarch64.
3736 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3738         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3739         Call libc_fesetround_aarch64.
3741 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3743         [BZ #17733]
3744         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3745         (__bind): Do not define as weak alias.
3746         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3747         define.
3748         (__getsockname): Do not define as weak alias.
3750 2014-12-22  Will Newton  <will.newton@linaro.org>
3752         * manual/install.texi: Document that we require bison 2.7
3753         or above.
3754         * INSTALL: Regenerate.
3755         * configure.ac: Use AC_CHECK_PROG_VER instead of
3756         AC_PATH_PROG when checking for bison and check for
3757         version 2.7 or above.
3758         * configure: Regenerate.
3760 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3762         [BZ #17745]
3763         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3764         * sysdeps/tile/ffsll.c (ffsll): To here.
3766         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3768 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3770         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3771         if not defined.
3772         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3773         definition.
3774         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3775         hidden ___tls_get_addr.
3776         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3777         hidden __tls_get_addr.
3778         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3779         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3780         Likewise.
3782 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3784         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3785         _dl_init call.
3787 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3789         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3790         from "call _dl_init@PLT".
3791         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3793 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3795         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3796         guarantees.
3798 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3800         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3802 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3804         [BZ #17744]
3805         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3806         strnlen.
3808 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3810         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3811         of multu on MIPSr6.
3812         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3813         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3814         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3815         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3816         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3818 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3820         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3821         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3822         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3823         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3824         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3825         mips32r6/mips64r6.
3826         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3828 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3830         * string/strncat.c (STRNCAT): Simplify implementation.
3832 2014-12-19  David S. Miller  <davem@davemloft.net>
3834         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3835         access the quad as both a long double and as a series of 4 words.
3837         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3838         link_map->l_info array access.
3840 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3842         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3844         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3845         * math/atest-exp2.c (TIMEOUT): Likewise.
3846         * math/atest-sincos.c (TIMEOUT): Likewise.
3848 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3850         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3851         -Wno-error with -fno-builtin-lround.
3853 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3855         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3856         Contains futex constants and functions moved over from ...
3857         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3858         <lowlevellock-futex.h>.
3859         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3860         (lll_timedwait_tid): Add comments and parentheses around macro
3861         arguments.
3863 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3865         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3866         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3867         (__lll_private_flag): Remove.
3868         (lll_futex_wait): Likewise.
3869         (lll_futex_timed_wait): Likewise.
3870         (lll_futex_wake): Likewise.
3871         (lll_futex_requeue): Likewise.
3872         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3873         (__lll_timedwait_tid): Spell out argument names.
3874         (lll_timedwait_tid): Add comments and parentheses around macro
3875         arguments.
3876         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3877         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3879 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3881         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3882         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3883         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3884         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3885         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3886         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3887         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3888         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3889         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3890         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3891         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3892         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3893         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3894         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3895         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3896         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3897         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3898         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3899         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3901 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3903         * sysdeps/x86_64/x32/Makefile: New file.
3905 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3907         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3908         1L with (mp_limb_t) 1.
3910 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3912         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3913         * nptl/libc_pthread_init.c: ... here.
3914         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3915         * nptl/register-atfork.c: ... here.
3917         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3918         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3919         Use assert_perror to check its return value.
3920         (__gai_create_helper_thread): Likewise.
3922         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3924         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3926 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3928         [BZ #17725]
3929         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3930         __profil_counter.
3931         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3932         Likewise.
3933         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3934         Likewise.
3935         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3936         Likewise.
3937         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3938         (profil_counter): Likewise.
3939         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3940         (profil_counter): Likewise.
3941         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3942         Likewise.
3943         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3944         Likewise.
3945         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3946         (profil_counter): Likewise.
3947         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3948         Likewise.
3949         [!__profil_counter] (profil_counter): Define as weak alias of
3950         __profil_counter.
3951         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3952         (profil_counter): Rename to __profil_counter.
3953         [!__profil_counter] (profil_counter): Define as weak alias of
3954         __profil_counter.
3955         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3956         (profil_counter): Rename to __profil_counter.
3957         [!__profil_counter] (profil_counter): Define as weak alias of
3958         __profil_counter.
3959         * sysdeps/posix/profil.c: Update comment referring to
3960         profil_counter.
3961         (__profil): Use __profil_counter instead of profil_counter.
3962         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3963         __profil_counter.  Use __profil_counter_ushort and
3964         __profil_counter_uint in definitions.
3965         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3966         instead of profil_counter_uint and profil_counter_ushort.
3968         [BZ #17722]
3969         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3970         define as weak alias of __inet_makeaddr.
3971         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3972         as weak alias of __inet_addr.
3973         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3974         as weak alias of __inet_pton.  Use libc_hidden_weak.
3975         * include/arpa/inet.h (__inet_pton): Declare.  Use
3976         libc_hidden_proto.
3977         (inet_makeaddr): Don't use libc_hidden_proto.
3978         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3979         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3980         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3981         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3982         Remove variable.
3983         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3984         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3986 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3988         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3990 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3992         * stdio-common/bug-vfprintf-nargs.c (do_test):
3993         Cast value to intptr_t to avoid format warning
3994         for usage with PRIdPTR printing macro.
3996 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3998         * libio/tst-widetext.c (do_test):
3999         Use format type %td instead of %Zd for ptrdiff_t
4000         in order to avoid format warning.
4002 2014-12-17  Andreas Schwab  <schwab@suse.de>
4004         * nscd/mem.c (gc): Add size_t cast to match printf format.
4006 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4008         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4009         (init): Apply PTR_MANGLE to pointers before storing them.
4010         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4011         before using them.
4013 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4015         [BZ #17719]
4016         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4017         define as weak alias of __memrchr.
4018         (__memrchr): Do not define as strong alias of memrchr.
4019         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4020         Remove variable.
4021         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4022         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4023         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4025         [BZ #17717]
4026         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4027         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4028         (if_indextoname): Rename to __if_indextoname and define as weak
4029         alias of __if_indextoname.  Use libc_hidden_weak.
4030         (if_freenameindex): Rename to __if_freenameindex and define as
4031         weak alias of __if_freenameindex.
4032         (if_nameindex): Rename to __if_nameindex and define as weak alias
4033         of __if_nameindex.
4034         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4035         __if_nametoindex and define as weak alias of __if_nametoindex.
4036         Use libc_hidden_weak.
4037         (if_freenameindex): Rename to __if_freenameindex and define as
4038         weak alias of __if_freenameindex.
4039         (if_nameindex): Rename to __if_nameindex and define as weak alias
4040         of __if_nameindex.
4041         (if_indextoname): Rename to __if_indextoname and define as weak
4042         alias of __if_indextoname.  Use libc_hidden_weak.
4043         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4044         __if_nametoindex and define as weak alias of __if_nametoindex.
4045         Use libc_hidden_weak.
4046         (if_freenameindex): Rename to __if_freenameindex and define as
4047         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4048         (if_nameindex_netlink): Use __if_freenameindex instead of
4049         if_freenameindex.
4050         (if_nameindex): Rename to __if_nameindex and define as weak alias
4051         of __if_nameindex.  Use libc_hidden_weak.
4052         (if_indextoname): Rename to __if_indextoname and define as weak
4053         alias of __if_indextoname.  Use libc_hidden_weak.
4054         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4055         libc_hidden_proto.
4056         [!_ISOMAC] (__if_freenameindex): Likewise.
4057         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4058         if_nametoindex.
4059         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4060         variable.
4061         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4062         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4063         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4064         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4065         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4066         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4067         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4069         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4070         Remove variable.
4071         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4072         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4074 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4076         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4077         subscript above bounds'
4079         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4080         bounds.
4082 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4084         * libio/tst-fopenloc.c: Use test-skeleton.c.
4086         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4087         (entry): Rename to ITEM.
4088         (do_test, comp): Adjust.
4090         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4092 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4094         * string/tester.c: Include <libc-internal.h>.
4095         (test_memset): Ignore -Wmemset-transposed-args.
4097 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4099         * misc/tst-mntent2.c (do_test): Fix warning.
4101 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4103         * elf/tst-unique4lib.cc(a): Mark as used.
4105 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4107         [BZ #17630]
4108         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4109         names.
4111 2014-12-16  Allan McRae  <allan@archlinux.org>
4113         * stdio-common/Makefile (tests): Re-add bug26.
4115 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4117         [BZ #17657]
4118         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4119         static array.
4121 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4123         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4124         (__lll_lock_wait): Likewise.
4125         (__lll_timedlock_wait): Likewise.
4126         (__lll_timedwait_tid): Likewise.
4127         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4128         (__lll_robust_timedlock_wait): Likewise.
4129         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4130         (lll_cond_trylock): Likewise.
4131         (__lll_lock): Likewise.
4132         (__lll_robust_lock): Likewise.
4133         (__lll_cond_lock): Likewise.
4134         (lll_robust_cond_lock): Likewise.
4135         (__lll_timedlock): Likewise.
4136         (__lll_robust_timedlock): Likewise.
4137         (__lll_unlock): Likewise.
4138         (__lll_robust_unlock): Likewise.
4139         (lll_wait_tid): Likewise.
4140         (lll_timedwait_tid): Likewise.
4142 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4144         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4146 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4148         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4150 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4152         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4153         * stdio-common/tst-sprintf.c: Likewise.
4155 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4157         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4159 2014-12-15  Jeff Law  <law@redhat.com>
4161         [BZ #16617]
4162         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4163         on the heap.  (CVE-2012-3406)
4164         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4165         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4166         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4168 2014-12-15  Will Newton  <will.newton@linaro.org>
4170         * manual/install.texi: Bump required version of texinfo
4171         to 4.7 from 4.5.
4172         * INSTALL: Regenerated.
4173         * configure.ac: Check for makeinfo version 4.7 and above.
4174         * configure: Regenerated.
4176 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4178         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4179         PREFIX, string constant to insert between directory and name.
4180         * sysdeps/posix/shm_open.c: Update caller.
4181         * sysdeps/posix/shm_unlink.c: Likewise.
4182         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4183         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4184         (SEM_SHM_PREFIX): New macro.
4185         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4186         [$(have-thread-library) = no].
4187         * nptl/Makefile (libpthread-routines): Add shm-directory.
4188         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4189         * sysdeps/nptl/shm-directory.h: New file.
4190         * sysdeps/posix/shm-directory.c
4191         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4192         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4193         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4194         INTERNAL_SYSCALL.
4195         (__where_is_shmfs): Function removed.
4196         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4197         Variables removed.
4198         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4199         Use SHM_GET_NAME.
4200         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4202         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4203         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4204         unconditional for use inside libpthread.
4205         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4207 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4209         * nptl/pthread_getaffinity.c: New file.
4210         * nptl/pthread_setaffinity.c: New file.
4211         * nptl/pthread_getname.c: New file.
4212         * nptl/pthread_setname.c: New file.
4214         * nptl/pthread_create.c (START_THREAD_DEFN)
4215         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4217 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4218             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4220         * resolv/res_send.c (send_vc): Disable warning resplen may
4221         be used uninitialized.
4223 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4225         * nptl/tst-mutex6.c
4226         (ATTR_NULL): New define checks ATTR against NULL.
4227         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4228         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4230 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4232         [BZ #17581]
4233         * malloc/hooks.c
4234         (mem2mem_check): Revert my previous change.
4235         (malloc_check_get_size): Revert my previous change.
4236         (mem2chunk_check): Revert my previous change.
4238 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4240         * sysdeps/posix/shm-directory.c: New file.
4241         * sysdeps/posix/shm-directory.h: New file.
4242         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4243         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4244         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4245         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4246         Transmute EPERM to EACCES.
4247         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4248         from ...
4249         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4250         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4252 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4254         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4255         pointer and cast to uintptr_t.
4256         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4257         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4258         Add cast to avoid warning.
4259         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4261 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4263         * nptl/semaphore.h: Move to ...
4264         * sysdeps/pthread/semaphore.h: ... here.
4265         * Makefile (installed-headers): Change nptl/semaphore.h to
4266         sysdeps/pthread/semaphore.h.
4268 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4270         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4271         generated error format strings.
4273         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4274         -Wformat-extra-args warnings for scanf formats.
4275         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4276         test of zero-length format (duh).
4277         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4278         corner-case scanf format test.
4279         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4280         generated fprintf format string.
4281         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4282         corner-case sprintf format tests.
4283         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4284         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4285         -Wformat-extra-args warnings throughout.
4286         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4287         (CFLAGS-scanf4.c): Likewise.
4288         (CFLAGS-scanf7.c): Likewise.
4289         (CFLAGS-tst-sprintf.c): Likewise.
4290         (CFLAGS-tst-printf.c): Likewise.
4291         (CFLAGS-tst-printfsz.c): Likewise.
4293 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4295         * include/cpio.h: New file.
4296         * include/fmtmsg.h: Likewise.
4298         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4299         corresponding format argument to size_t.
4300         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4301         arguments.
4302         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4303         corresponding format argument to size_t.
4304         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4305         arguments.
4306         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4307         corresponding format argument to size_t.
4308         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4309         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4310         (CFLAGS-tst-mbswcs2.c): Likewise.
4311         (CFLAGS-tst-mbswcs3.c): Likewise.
4312         (CFLAGS-tst-mbswcs4.c): Likewise.
4313         (CFLAGS-tst-mbswcs5.c): Likewise.
4314         (CFLAGS-tst-trans.c): Likewise
4316 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4318         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4319         rather than assuming they won't contain any '%'s.
4321 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4323         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4324         inhibit_loop_to_libcall to avoid recursive calls.
4325         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4326         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4328 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4330         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4331         prototype.
4333 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4335         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4336         integer value instead of boolean.
4338 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4340         * malloc/malloc.c: Fix powerof2 check.
4342 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4344         * locale/programs/locfile.h (maybe_swap_uint32):
4345         Remove inline and add unused attribute.
4347 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4349         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4350         Truncating assembler expression to a .long expression.
4352 2014-12-11  Andreas Schwab  <schwab@suse.de>
4354         * elf/rtld.c (struct map_args): Constify str member.
4355         (do_preload): Constify fname argument.
4357 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4359         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4360         constants definition.
4362 2014-12-11  Andreas Schwab  <schwab@suse.de>
4364         [BZ #16657]
4365         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4366         FORCE_ELISION instead of DO_ELISION.
4367         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4368         Remove.
4369         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4370         Likewise.
4372         * iconvdata/gconv-modules: Remove duplicate entry.
4374 2014-12-11  Will Newton  <will.newton@linaro.org>
4376         Merge gettext 0.19.3 into intl/.
4378         This involves a number of cosmetic changes to comments
4379         and ANSI function definitions and prototypes throughout
4380         all the files. The gettext copyright header is used but
4381         with the date ranges taken from the glibc copy.
4383         * NEWS: Add gettext merge to 2.21.
4384         * intl/bindtextdom.c: Switch to gettext copyright.
4385         Use ANSI definitions and prototypes.
4386         Use gl_* locking primitives rather than __libc_* ones.
4387         Use __builtin_expect rather than __glibc_likely/unlikely.
4388         * intl/dcgettext.c: Switch to gettext copyright.
4389         Use ANSI definitions and prototypes.
4390         * intl/dcigettext.c: Switch to gettext copyright.
4391         Use ANSI definitions and prototypes.
4392         (INTDIV0_RAISES_SIGFPE): New define.
4393         Use gl_* locking primitives rather than __libc_* ones.
4394         Include eval-plural.h instead of plural-eval.c.
4395         Use __builtin_expect rather than __glibc_likely/unlikely.
4396         * intl/dcngettext.c: Switch to gettext copyright.
4397         Use ANSI definitions and prototypes.
4398         * intl/dgettext.c: Likewise.
4399         * intl/dngettext.c: Likewise.
4400         * intl/plural-eval.c: Renamed to...
4401         * intl/eval-plural.h: ...this.
4402         * intl/explodename.c: Switch to gettext copyright.
4403         Use ANSI definitions and prototypes.
4404         (_nl_explode_name): Use strchr instead of __rawmemchr.
4405         * intl/finddomain.c: Switch to gettext copyright.
4406         Use ANSI definitions and prototypes.
4407         Use gl_* locking primitives rather than __libc_* ones.
4408         (_nl_find_domain): Use malloc rather than alloca for
4409         allocation of temporary locale name.
4410         * intl/gettext.c: Switch to gettext copyright.
4411         Use ANSI definitions and prototypes.
4412         * intl/gettextP.h: Switch to gettext copyright.
4413         Use ANSI definitions and prototypes.
4414         Use gl_* locking primitives rather than __libc_* ones.
4415         * intl/gmo.h: Switch to gettext copyright.
4416         (struct sysdep_string): Move struct segment_pair outside of
4417         struct definition.
4418         * intl/hash-string.c: Use ANSI definitions and prototypes.
4419         * intl/hash-string.h: Switch to gettext copyright.
4420         Use ANSI definitions and prototypes.
4421         * intl/l10nflist.c: Switch to gettext copyright.
4422         Use ANSI definitions and prototypes.
4423         (_nl_normalize_codeset): Avoid integer overflow.
4424         * intl/loadinfo.h: Switch to gettext copyright.
4425         Use ANSI definitions and prototypes.
4426         (LIBINTL_DLL_EXPORTED): New define.
4427         (PATH_SEPARATOR): New define.
4428         * intl/loadmsgcat.c: Switch to gettext copyright.
4429         * intl/localealias.c: Switch to gettext copyright.
4430         Use ANSI definitions and prototypes.
4431         (_nl_expand_alias): Use PATH_SEPARATOR.
4432         * intl/ngettext.c: Switch to gettext copyright.
4433         Use ANSI definitions and prototypes.
4434         * intl/plural-exp.c: Likewise.
4435         * intl/plural-exp.h: Switch to gettext copyright.
4436         Use ANSI definitions and prototypes.
4437         (struct expression): Move definition of enum operator outside
4438         of struct definition.
4439         * intl/plural.c: Regenerate.
4440         * intl/plural.y: Switch to gettext copyright.
4441         Use ANSI definitions and prototypes.
4442         Port to bison 3.0.
4443         * intl/textdomain.c: Switch to gettext copyright.
4444         Use ANSI definitions and prototypes.
4445         Use gl_* locking primitives rather than __libc_* ones.
4447 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4449         * debug/warning-nop.c: Add used atrribute.
4451 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4453         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4455         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4456         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4457         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4459 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4460             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4462         [BZ #17634]
4463         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4464         Undefine after defining function.  Define as weak alias of
4465         __wcschr.  Use libc_hidden_weak.
4466         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4467         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4468         (libc_hidden_def): Also define __GI___wcschr alias.
4469         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4470         __wcschr and define as weak alias of __wcschr.
4471         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4472         __wcschr.
4473         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4474         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4475         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4476         libc_hidden_weak.  Do not use libc_hidden_def.
4477         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4478         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4479         __GI___wcschr alias.
4480         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4481         [IS_IN (libc)] (wcschr): Define as macro expanding to
4482         __redirect_wcschr.
4483         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4484         [IS_IN (libc)] (__wcschr_power6): Likewise.
4485         [IS_IN (libc)] (__wcschr_power7): Likewise.
4486         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4487         instead of wcschr.
4488         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4489         __libc_wcschr.
4490         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4491         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4492         __wcschr and define as weak alias of __wcschr.  Use
4493         libc_hidden_builtin_def.
4494         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4495         as weak alias of __wcschr.  Use libc_hidden_weak.
4496         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4497         wcschr.
4498         * time/era.c (_nl_init_era_entries): Likewise.
4499         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4500         variable.
4501         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4502         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4504 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4506         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4507         format for long int variable.
4509 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4511         [BZ #10672]
4512         * manual/search.texi: (Array Sort Function): Remove claim how to make
4513         qsort stable.
4515 2014-12-10  Andreas Schwab  <schwab@suse.de>
4517         [BZ #12847]
4518         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4519         user-controlled locks.
4521 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4523         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4524         register.
4526 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4528         * configure.ac (--disable-werror): New configure option.
4529         (enable_werror): New AC_SUBST.
4530         * configure: Regenerated.
4531         * config.make.in (enable-werror): New variable.
4532         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4533         -Wno-error=undef.
4534         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4535         * manual/install.texi (Configuring and compiling): Document
4536         --disable-werror.
4537         * INSTALL: Regenerated.
4538         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4539         (CFLAGS-tst-chk2.c): Likewise.
4540         (CFLAGS-tst-chk3.c): Likewise.
4541         (CFLAGS-tst-chk4.cc): Likewise.
4542         (CFLAGS-tst-chk5.cc): Likewise.
4543         (CFLAGS-tst-chk6.cc): Likewise.
4544         (CFLAGS-tst-lfschk1.c): Likewise.
4545         (CFLAGS-tst-lfschk2.c): Likewise.
4546         (CFLAGS-tst-lfschk3.c): Likewise.
4547         (CFLAGS-tst-lfschk4.cc): Likewise.
4548         (CFLAGS-tst-lfschk5.cc): Likewise.
4549         (CFLAGS-tst-lfschk6.cc): Likewise.
4551         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4552         (main): Disable -Wdeprecated-declarations around calls to
4553         register_printf_function.
4555         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4556         (do_test): Disable -Wdiv-by-zero around some calls to
4557         fwrite_unlocked and fread_unlocked.
4559         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4560         (DIAG_POP_NEEDS_COMMENT): Likewise.
4561         (_DIAG_STR1): Likewise.
4562         (_DIAG_STR): Likewise.
4563         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4564         * stdio-common/bug21.c: Include <libc-internal.h>.
4565         (do_test): Disable -Wformat around call to sscanf.
4566         * stdio-common/scanf14.c: Include <libc-internal.h>.
4567         (main): Disable -Wformat around some calls to scanf functions.
4569 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4571         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4573 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4575         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4576         stack variable alignment.
4578 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4580         [BZ #17682]
4581         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4582         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4583         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4584         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4585         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4586         __getrlimit instead of getrlimit.
4587         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4588         __gettimeofday instead of gettimeofday.
4589         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4590         Likewise.
4591         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4592         Likewise.
4593         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4594         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4595         Remove variable.
4596         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4597         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4599 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4601         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4602         for wide-character tests.
4604 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4606         * io/openat64.c: #include <libc-internal.h>
4607         (__openat64): Prototypify.  Use ignore_value on MODE.
4608         * io/openat.c: Likewise.
4609         * misc/reboot.c: #include <libc-internal.h>
4610         (reboot): Prototypify.  Use ignore_value on HOWTO.
4611         * misc/ptrace.c: #include <libc-internal.h>
4612         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4614 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4616         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4617         XPG4, UNIX98 and XOPEN2K.
4618         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4619         Remove variable.
4620         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4622 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4624         * libio/fileops.c: Use ISO C style for function definitions.
4625         * libio/iofopen.c: Likewise.
4626         * libio/wfileops.c: Likewise.
4628         [BZ #17653]
4629         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4630         offset on EOF.
4631         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4632         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4633         (fgets_func): Function pointer to fgets and fgetws.
4634         (do_ftell_test): Add test to verify ftell value after read
4635         EOF.
4636         (do_test): Set fgets_func.
4638         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4639         O_TRUNC flag for w and w+ modes.
4640         (do_rewind_test): Likewise.
4641         (do_ftell_test): Likewise.
4642         (do_write_test): Likewise.
4644         [BZ #17647]
4645         * libio/fileops.c (do_ftell): Seek only when there are
4646         unflushed writes.
4647         * libio/wfileops.c (do_ftell_wide): Likewise.
4648         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4649         test case.
4650         (do_one_test): Call it.
4652 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4654         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4655         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4656         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4657         Remove variable.
4658         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4659         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4660         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4662 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4664         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4665         Remove variable.
4666         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4668         [BZ #17668]
4669         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4670         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4671         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4672         __freeifaddrs.  Use libc_hidden_weak.
4673         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4674         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4675         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4676         __freeifaddrs.  Use libc_hidden_weak.
4677         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4678         __getifaddrs and define as weak alias of __getifaddrs.  Use
4679         libc_hidden_weak.
4680         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4681         __freeifaddrs.  Use libc_hidden_weak.
4682         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4683         Remove variable.
4684         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4685         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4687 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4689         [BZ #17601]
4690         * sysdeps/mips/start.S (__start): Use indirect jump to call
4691         __libc_start_main.
4693 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4695         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4697         * nptl/tst-mutex1.c: Include <stdbool.h>.
4698         [!ATTR] (ATTR_NULL): New macro.
4699         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4700         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4701         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4703         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4704         to char *.
4706         [BZ #17665]
4707         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4708         Change conditional to [__USE_MISC].
4710         [BZ #17664]
4711         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4712         fgets_unlocked.
4713         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4714         __fgets_unlocked.
4715         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4716         fgets_unlocked.
4717         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4718         Remove variable.
4719         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4720         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4721         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4722         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4723         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4724         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4725         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4726         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4727         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4729         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4731 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4733         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4734         Remove strpbrk objects.
4735         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4736         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4737         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4738         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4739         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4740         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4742         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4743         Remove strcspn objects.
4744         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4745         (__libc_ifunc_impl_list): Remove strcspn implementation.
4746         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4747         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4748         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4749         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4751         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4752         Remove strspn objetcs.
4753         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4754         (__libc_ifunc_impl_list): Remove strspn implementation.
4755         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4756         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4757         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4758         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4760 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4762         [BZ #17581]
4763         * malloc/hooks.c
4764         (mem2mem_check): Add a terminator to the chain of checking blocks.
4765         (malloc_check_get_size): Use it here.
4766         (mem2chunk_check): Ditto.
4768 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4770         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4771         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4773 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4775         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4777         * nptl/nptl-init.c: Include libc-internal.h.
4778         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4780         * elf/ldconfig.c (search_dir): Expand comment.
4782 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4784         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4785         variable.
4786         (linknamespace-symlist-stdlibs-tests): Likewise.
4787         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4788         instead of $(objpfx)symlist-stdlibs.
4789         (linknamespace-libs-isoc): New variable.
4790         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4791         (linknamespace-libs-ISO): New variable.
4792         (linknamespace-libs-ISO99): Likewise.
4793         (linknamespace-libs-ISO11): Likewise.
4794         (linknamespace-libs-XPG3): Likewise.
4795         (linknamespace-libs-XPG4): Likewise.
4796         (linknamespace-libs-POSIX): Likewise.
4797         (linknamespace-libs-UNIX98): Likewise.
4798         (linknamespace-libs-XOPEN2K): Likewise.
4799         (linknamespace-libs-POSIX2008): Likewise.
4800         (linknamespace-libs-XOPEN2K8): Likewise.
4801         ($(objpfx)symlist-stdlibs): Replace by
4802         $(linknamespace-symlist-stdlibs-tests).  Use
4803         $(linknamespace-libs-$*) as set of libraries.
4804         ($(linknamespace-header-tests)): Update dependencies.  Use
4805         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4806         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4807         * conform/linknamespace.pl: Remove comment about considering
4808         definitions of symbols from irrelevant libraries.
4810 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4812         [BZ #13862]
4813         * elf/dl-tls.c: Include <atomic.h>.
4814         (oom): Remove #ifdef SHARED/#endif.
4815         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4816         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4817         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4818         big enough.
4819         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4820         * nptl/Makefile (tests): Add tst-stack4.
4821         (modules-names): Add tst-stack4mod.
4822         ($(objpfx)tst-stack4): New.
4823         (tst-stack4mod.sos): Likewise.
4824         ($(objpfx)tst-stack4.out): Likewise.
4825         ($(tst-stack4mod.sos)): Likewise.
4826         (clean): Likewise.
4827         * nptl/tst-stack4.c: New file.
4828         * nptl/tst-stack4mod.c: Likewise.
4830 2014-11-27  J. Brown  <jb999@gmx.de>
4832         * sysdeps/x86/bits/string.h: Add recent CPUs.
4834 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4836         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4837         sigblock.
4839         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4840         feof.
4842         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4843         variable.
4845 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4847         * nscd/connections.c: Include libc-internal.h because of macro
4848         usage ignore_value.
4850 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4852         * string/bits/string3.h (__warn_memset_zero_len): Don't
4853         declare for gcc newer than 5.0.
4854         (memset): Don't test for zero-length __LEN for gcc newer than
4855         5.0.
4857 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4859         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4860         size_t for %zu format.
4862         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4863         difference, not %ju.
4865 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4867         * include/libc-internal.h (ignore_value): New macro.
4868         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4869         with ignore_value.
4871         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4872         definition.
4874         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4875         pthread_cleanup_push to void *.
4877         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4878         Undefine.
4880         [BZ #16619]
4881         [BZ #16740]
4882         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4883         instead of 1L << 52.
4885         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4886         * libio/bug-rewind2.c (do_test): Likewise.
4888         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4889         * debug/test-strcpy_chk-ifunc.c: Likewise.
4890         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4891         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4892         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4893         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4894         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4895         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4896         * Rules [$(multi-arch) = no] (tests): Do not filter out
4897         $(tests-ifunc).
4898         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4899         * debug/Makefile (tests-ifunc): Remove variable.
4900         (tests): Do not add $(tests-ifunc).
4901         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4902         (tests): Do not add $(tests-ifunc).
4903         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4904         [TEST_IFUNC]: Remove conditionals.
4905         * string/test-string.h (TEST_IFUNC): Remove macro.
4906         [TEST_IFUNC]: Remove conditionals.
4908         * string/test-strchr.c [!WIDE] (L): New macro.
4909         [WIDE] (L): Likewise.
4910         (check1): Use CHAR instead of char.  Use L on string and character
4911         constants.
4913 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4915         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4916         tests.
4917         * sysdeps/powerpc/bits/atomic.h
4918         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4919         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4920         (atomic_exchange_and_add_acq): Likewise.
4921         (atomic_exchange_and_add_rel): Likewise.
4922         * sysdeps/powerpc/powerpc32/bits/atomic.h
4923         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4924         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4925         * sysdeps/powerpc/powerpc64/bits/atomic.h
4926         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4927         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4929 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4931         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4932         Change synchronization of __sched_fifo_min_prio and
4933         __sched_fifo_max_prio.
4934         * nptl/pthread_mutexattr_getprioceiling.c
4935         (pthread_mutexattr_getprioceiling): Likewise.
4936         * nptl/pthread_mutexattr_setprioceiling.c
4937         (pthread_mutexattr_setprioceiling): Likewise.
4938         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4939         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4940         Likewise.
4942 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4944         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4945         void.
4947 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4949         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4950         third argument const.
4952 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4954         fnmatch: work around GCC compiler warning bug with uninit var
4955         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4956         This works around a bug with x86-64 GCC 4.9.2 and earlier
4957         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4958         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4959         used uninitialized in this function [-Wmaybe-uninitialized]".
4961 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4963         * posix/bug-regex31.c (main): Return RES not 0.
4965 2014-11-25  Anton Blanchard <anton@samba.org>
4967         * sysdeps/powerpc/bits/atomic.h
4968         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4970 2014-11-24  Sterling Augustine  <saugustine@google.com>
4972         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4974 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4976         [BZ #17608]
4977         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4979 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4981         [BZ #17633]
4982         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4983         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4984         variable.
4985         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4986         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4988 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4990         * string/strncpy.c (strncpy): Improve performance by using memset.
4992 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4994         * string/strcpy.c (strcpy):
4995         Improve performance by using strlen and memcpy.
4997 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4999         * string/strcoll_l.c (get_next_seq): __always_inline.
5000         * string/strcoll_l.c (do_compare): __always_inline.
5002 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5004         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5005         defined.
5006         * include/mqueue.h: Likewise.
5007         * include/stdlib.h: Likewise.
5009         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5010         (get_null_defines): Adjust.
5011         * sunrpc/Makefile: Adjust comment.
5012         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5013         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5014         (CFLAGS-interp.c): Likewise.
5015         (CFLAGS-ldconfig.c): Likewise.
5016         (CPPFLAGS-.os): Likewise.
5017         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5018         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5019         * extra-modules.mk (extra-modules.mk): Likewise.
5020         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5021         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5022         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5023         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5024         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5025         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5026         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5027         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5028         * iconvdata/Makefile (CPPFLAGS): Likewise.
5029         (cpp-srcs-left): Add libof for all iconvdata routines.
5030         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5031         * include/assert.h: Likewise.
5032         * include/ctype.h: Likewise.
5033         * include/errno.h: Likewise.
5034         * include/libc-symbols.h: Likewise.
5035         * include/math.h: Likewise.
5036         * include/netdb.h: Likewise.
5037         * include/resolv.h: Likewise.
5038         * include/stdio.h: Likewise.
5039         * include/stdlib.h: Likewise.
5040         * include/string.h: Likewise.
5041         * include/sys/stat.h: Likewise.
5042         * include/wctype.h: Likewise.
5043         * intl/l10nflist.c: Likewise.
5044         * libidn/idn-stub.c: Likewise.
5045         * libio/libioP.h: Likewise.
5046         * nptl/libc_multiple_threads.c: Likewise.
5047         * nptl/pthreadP.h: Likewise.
5048         * posix/regex_internal.h: Likewise.
5049         * resolv/res_hconf.c: Likewise.
5050         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5051         * sysdeps/arm/memmove.S: Likewise.
5052         * sysdeps/arm/sysdep.h: Likewise.
5053         * sysdeps/generic/_itoa.h: Likewise.
5054         * sysdeps/generic/symbol-hacks.h: Likewise.
5055         * sysdeps/gnu/errlist.awk: Likewise.
5056         * sysdeps/gnu/errlist.c: Likewise.
5057         * sysdeps/i386/i586/memcpy.S: Likewise.
5058         * sysdeps/i386/i586/memset.S: Likewise.
5059         * sysdeps/i386/i686/memcpy.S: Likewise.
5060         * sysdeps/i386/i686/memmove.S: Likewise.
5061         * sysdeps/i386/i686/mempcpy.S: Likewise.
5062         * sysdeps/i386/i686/memset.S: Likewise.
5063         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5064         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5065         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5066         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5067         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5068         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5069         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5070         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5071         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5072         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5073         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5074         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5075         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5076         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5077         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5078         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5079         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5080         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5081         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5082         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5083         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5084         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5085         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5086         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5087         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5088         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5089         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5090         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5091         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5092         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5093         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5094         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5095         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5096         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5097         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5098         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5099         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5100         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5101         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5102         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5103         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5104         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5105         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5106         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5107         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5108         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5109         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5110         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5111         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5112         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5113         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5114         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5115         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5116         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5117         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5118         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5119         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5120         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5121         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5122         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5123         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5124         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5125         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5126         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5127         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5128         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5129         * sysdeps/posix/closedir.c: Likewise.
5130         * sysdeps/posix/opendir.c: Likewise.
5131         * sysdeps/posix/readdir.c: Likewise.
5132         * sysdeps/posix/rewinddir.c: Likewise.
5133         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5134         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5135         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5136         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5137         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5138         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5139         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5140         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5141         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5142         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5143         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5144         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5145         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5146         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5147         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5148         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5149         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5150         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5151         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5152         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5153         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5154         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5155         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5156         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5157         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5158         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5159         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5160         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5161         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5162         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5164         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5166         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5168         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5169         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5170         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5171         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5172         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5173         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5174         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5175         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5176         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5177         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5178         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5179         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5180         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5181         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5182         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5183         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5184         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5185         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5186         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5187         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5188         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5189         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5190         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5191         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5192         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5193         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5194         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5195         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5196         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5197         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5198         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5199         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5200         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5201         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5202         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5203         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5204         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5205         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5206         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5207         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5208         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5209         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5210         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5211         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5212         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5213         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5214         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5215         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5216         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5217         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5218         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5219         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5220         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5221         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5222         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5223         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5224         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5225         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5226         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5227         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5228         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5229         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5230         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5231         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5232         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5233         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5234         * sysdeps/unix/alpha/sysdep.S: Likewise.
5235         * sysdeps/unix/alpha/sysdep.h: Likewise.
5236         * sysdeps/unix/make-syscalls.sh: Likewise.
5237         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5238         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5239         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5240         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5241         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5242         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5243         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5244         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5245         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5246         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5247         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5248         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5249         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5250         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5251         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5252         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5253         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5254         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5255         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5256         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5257         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5258         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5259         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5260         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5261         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5262         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5263         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5266         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5267         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5268         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5269         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5270         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5271         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5272         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5273         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5274         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5275         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5276         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5277         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5278         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5279         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5280         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5281         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5282         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5284         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5285         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5286         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5287         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5288         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5289         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5290         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5291         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5292         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5293         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5294         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5295         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5296         * sysdeps/x86_64/memcpy.S: Likewise.
5297         * sysdeps/x86_64/memmove.c: Likewise.
5298         * sysdeps/x86_64/memset.S: Likewise.
5299         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5300         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5301         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5302         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5303         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5304         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5305         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5306         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5307         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5308         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5309         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5310         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5311         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5312         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5313         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5314         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5315         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5316         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5317         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5318         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5319         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5320         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5321         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5322         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5323         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5324         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5325         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5326         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5327         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5328         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5329         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5330         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5331         * sysdeps/x86_64/strcmp.S: Likewise.
5333         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5335         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5336         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5337         * elf/rtld-Rules: Likewise.
5338         * elf/setup-vdso.h: Likewise.
5339         * include/assert.h: Likewise.
5340         * include/bits/stdlib-float.h: Likewise.
5341         * include/errno.h: Likewise.
5342         * include/sys/stat.h: Likewise.
5343         * include/unistd.h: Likewise.
5344         * sysdeps/aarch64/setjmp.S: Likewise.
5345         * sysdeps/alpha/setjmp.S: Likewise.
5346         * sysdeps/arm/__longjmp.S: Likewise.
5347         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5348         * sysdeps/arm/setjmp.S: Likewise.
5349         * sysdeps/arm/sysdep.h: Likewise.
5350         * sysdeps/generic/_itoa.h: Likewise.
5351         * sysdeps/generic/dl-sysdep.h: Likewise.
5352         * sysdeps/generic/ldsodefs.h: Likewise.
5353         * sysdeps/i386/dl-tls.h: Likewise.
5354         * sysdeps/i386/setjmp.S: Likewise.
5355         * sysdeps/m68k/setjmp.c: Likewise.
5356         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5357         * sysdeps/mach/hurd/opendir.c: Likewise.
5358         * sysdeps/posix/getcwd.c: Likewise.
5359         * sysdeps/posix/opendir.c: Likewise.
5360         * sysdeps/posix/profil.c: Likewise.
5361         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5362         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5363         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5364         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5365         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5366         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5367         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5368         * sysdeps/s390/dl-tls.h: Likewise.
5369         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5370         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5371         * sysdeps/sh/sh3/setjmp.S: Likewise.
5372         * sysdeps/sh/sh4/setjmp.S: Likewise.
5373         * sysdeps/unix/alpha/sysdep.h: Likewise.
5374         * sysdeps/unix/arm/sysdep.S: Likewise.
5375         * sysdeps/unix/i386/sysdep.S: Likewise.
5376         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5377         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5378         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5379         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5380         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5381         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5382         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5383         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5384         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5385         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5386         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5387         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5388         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5391         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5392         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5393         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5394         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5395         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5396         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5397         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5398         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5399         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5400         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5401         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5402         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5403         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5404         * sysdeps/x86_64/setjmp.S: Likewise.
5406         * include/math.h: Use IS_IN instead of IS_IN_libm.
5407         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5408         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5409         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5410         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5411         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5412         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5413         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5414         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5415         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5416         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5417         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5418         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5419         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5420         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5421         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5422         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5423         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5424         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5425         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5426         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5427         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5428         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5429         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5430         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5431         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5432         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5433         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5434         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5435         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5436         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5437         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5438         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5439         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5441         Likewise.
5442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5443         Likewise.
5444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5445         Likewise.
5446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5447         Likewise.
5448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5449         Likewise.
5450         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5451         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5452         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5453         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5454         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5455         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5461         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5462         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5463         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5464         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5465         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5466         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5467         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5468         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5469         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5470         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5471         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5472         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5473         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5474         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5476         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5478         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5479         * nptl/pthreadP.h: Likewise.
5480         * nptl_db/structs.def: Likewise.
5481         * sysdeps/arm/sysdep.h: Likewise.
5482         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5483         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5484         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5485         * sysdeps/unix/alpha/sysdep.h: Likewise.
5486         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5487         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5488         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5489         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5490         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5491         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5492         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5493         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5494         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5495         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5496         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5497         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5498         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5499         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5502         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5503         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5504         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5505         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5506         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5507         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5508         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5509         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5510         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5511         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5513         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5514         * nptl/pthreadP.h: Likewise.
5515         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5516         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5517         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5518         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5519         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5520         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5521         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5522         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5523         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5524         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5525         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5526         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5528         Likewise.
5529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5530         Likewise.
5531         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5532         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5533         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5534         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5535         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5536         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5537         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5538         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5540         * dlfcn/dladdr.c: Use IS_IN.
5541         * dlfcn/dladdr1.c: Likewise.
5542         * dlfcn/dlclose.c: Likewise.
5543         * dlfcn/dlerror.c: Likewise.
5544         * dlfcn/dlinfo.c: Likewise.
5545         * dlfcn/dlmopen.c: Likewise.
5546         * dlfcn/dlopen.c: Likewise.
5547         * dlfcn/dlsym.c: Likewise.
5548         * dlfcn/dlvsym.c: Likewise.
5550         * include/ifaddrs.h: Use IS_IN.
5551         * inet/check_pf.c: Likewise.
5552         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5553         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5555         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5556         IS_IN_ldconfig.
5557         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5558         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5560         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5561         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5562         IS_IN (libc).
5564         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5566         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5567         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5568         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5569         * include/libc-symbols.h (IS_IN_LIB): New macro.
5570         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5571         * include/netdb.h: Likewise.
5572         * include/stap-probe.h: Remove all uses of IN_LIB.
5574         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5575         instead of IN_MODULE.
5576         * include/libc-symbols.h (IN_MODULE): Define using
5577         MODULE_NAME.
5578         (PASTE_NAME, PASTE_NAME1): New macros.
5579         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5580         of IN_LIB.
5581         (STAP_PROBE_ASM): Likewise.
5583 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5585         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5586         __mach_init in dlopened libc.
5588 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5590         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5591         * sysdeps/arm/preconfigure: Regenerate.
5593 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5595         * nptl/pthread_create.c (__pthread_create_2_1): Set
5596         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5597         when copying values from IATTR into PD.
5599 2014-11-21  Will Newton  <will.newton@linaro.org>
5600             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5602         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5603         Refactor inline-asm.  Also add comment.
5605         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5606         ElfW macro instead of hardcoded Elf64 types.
5607         (la_aarch64_gnu_pltenter): Likewise.
5608         * sysdeps/aarch64/dl-machine.h
5609         (elf_machine_runtime_setup): Use ElfW(Addr).
5611         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5612         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5613         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5614         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5615         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5616         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5617         (R_AARCH64_TLS_DTPMOD): This.
5618         (R_AARCH64_TLS_DTPREL64): Rename to ...
5619         (R_AARCH64_TLS_DTPREL): This.
5620         (R_AARCH64_TLS_TPREL64): Rename to ...
5621         (R_AARCH64_TLS_TPREL): This.
5622         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5623         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5624         R_AARCH64_TLS_TPREL64.
5625         (elf_machine_rela): Likewise.
5627 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5629         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5630         by setting it to 0.  64b atomics are not supported currently.
5632 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5634         [BZ #16469]
5635         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5636         search domain names.
5638 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5640         [BZ #16469]
5641         * NEWS: Update.
5642         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5643         trailing dot.
5644         * posix/tst-getaddrinfo5.c: New.
5645         * posix/Makefile (tests): Add it.
5647 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5649         [BZ #14498]
5650         * NEWS: Fixed.
5651         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5652         after parsing line but before break_if_match.
5653         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5654         if there is a protocol mismatch.
5656 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5658         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5659         because the potential race is on the user-supplied stream.
5661 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5663         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5664         string literal if not passed a buffer.
5665         * manual/job.texi (ctermid): Update reasoning, note deviation
5666         from posix, suggest mtasurace when not passed a buffer, for
5667         future non-preliminary safety notes.
5669 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5671         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5672         of not passing it a buffer.
5673         Reported by Peng Haitao.
5675 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5677         * manual/Makefile ($(objpfx)stamp-summary): Require
5678         check-safety.sh to pass.
5679         * manual/check-safety.sh: Wish for verification that every
5680         @deftypefn and @deftypefun is followed by a @safety remark.
5682 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5684         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5686         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5687         PTHREAD_CANCEL_ASYNCHRONOUS.
5688         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5689         send SIGCANCEL.
5691         * nptl/default-sched.h: New file.
5692         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5693         * nptl/pthread_create.c: Include it.
5694         (__pthread_create_2_1): Use collect_default_sched instead of making
5695         Linux syscalls here directly.
5697 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5699         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5700         __pthread_once): Use C11 atomics.
5702 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5704         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5706 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5708         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5709         atomic_thread_fence_acquire, atomic_thread_fence_release,
5710         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5711         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5712         atomic_compare_exchange_weak_relaxed,
5713         atomic_compare_exchange_weak_acquire,
5714         atomic_compare_exchange_weak_release,
5715         atomic_exchange_acquire, atomic_exchange_release,
5716         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5717         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5718         atomic_fetch_and_acquire,
5719         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5721 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5723         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5724         USE_ATOMIC_COMPILER_BUILTINS): Define.
5725         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5726         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5727         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5728         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5729         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5730         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5731         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5732         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5733         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5734         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5735         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5736         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5737         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5738         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5739         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5740         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5741         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5742         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5743         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5744         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5745         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5746         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5747         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5748         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5749         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5750         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5751         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5752         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5753         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5754         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5755         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5756         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5757         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5758         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5759         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5760         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5761         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5762         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5763         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5764         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5766 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5768         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5769         the sched_priority value here.  It was already checked when the user
5770         called pthread_attr_setschedparam.
5772         * nptl/tst-bad-schedattr.c: New file.
5773         * nptl/Makefile (tests): Add it.
5775 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5776             Florian Weimer  <fweimer@redhat.com>
5777             Joseph Myers  <joseph@codesourcery.com>
5778             Adam Conrad  <adconrad@0c3.net>
5779             Andreas Schwab  <schwab@suse.de>
5780             Brooks  <bmoses@google.com>
5782         [BZ #17625]
5783         * wordexp-test.c (__dso_handle): Add prototype.
5784         (__register_atfork): Likewise.
5785         (__app_register_atfork): New function.
5786         (registered_forks): New global.
5787         (register_fork): New function.
5788         (test_case): Add 3 new tests for WRDE_CMDSUB.
5789         (main): Call __app_register_atfork.
5790         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5791         fork count is non-zero fail the test.
5792         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5793         is set.
5794         (parse_dollars): Remove check for WRDE_NOCMD.
5795         (parse_dquote): Likewise.
5797 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5799         * Makeconfig (built-modules): List non-library modules to be
5800         built.
5801         (module-cppflags): Include libc-modules.h for
5802         everything except shlib-versions.v.i.
5803         (CPPFLAGS): Use it.
5804         (before-compile): Add libc-modules.h.
5805         ($(common-objpfx)libc-modules.h,
5806         $(common-objpfx)libc-modules.stmp): New targets.
5807         (common-generated): Add libc-modules.h and libc-modules.stmp.
5808         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5809         * include/libc-symbols.h: Don't include libc-modules.h.
5810         * include/libc-modules.h: Remove file.
5811         * scripts/gen-libc-modules.awk: New script to generate
5812         libc-modules.h.
5813         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5814         Depend on libc-modules.stmp.
5816         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5818         * Makeconfig (in-module): Get value of libof set for the
5819         translation unit.
5820         (CPPFLAGS): Use $(in-module).
5821         * Makerules: Don't suffix routine names for nonlib.
5822         * include/libc-modules.h: New file.
5823         * include/libc-symbols.h: Include libc-modules.h
5824         (IS_IN): New macro to replace IS_IN_* macros.
5825         * elf/Makefile: Set libof-* for each routine.
5826         * elf/rtld-Rules: Likewise.
5827         * extra-modules.mk: Likewise.
5828         * iconv/Makefile: Likewise.
5829         * iconvdata/Makefile: Likewise.
5830         * locale/Makefile: Likewise.
5831         * malloc/Makefile: Likewise.
5832         * nss/Makefile: Likewise.
5833         * sysdeps/gnu/Makefile: Likewise.
5834         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5835         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5836         * sysdeps/s390/s390-64/Makefile: Likewise.
5837         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5838         CPPFLAGS for nscd instead of nonlib.
5840 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5842         * nptl/createthread.c: New file.
5844         * nptl/createthread.c: Moved ...
5845         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5847         * nptl/createthread.c: Add proper top-line comment.
5848         (do_clone): Folded into ...
5849         (create_thread): ... here.  Take new arguments STOPPED_START and
5850         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5851         increment __nptl_threads, do event-reporting logic, do
5852         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5853         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5854         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5855         just send SIGCANCEL.
5856         * nptl/pthread_create.c: Forward-declare create_thread before
5857         including createthread.c.
5858         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5859         declaration, and new macro START_THREAD_SELF to replace argument.
5860         Remove return statement.
5861         (report_thread_creation): New function.
5862         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5863         synchronization logic, and __nptl_nthreads increment here, around
5864         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5865         PD->parent_cancelhandling here, before create_thread.  When
5866         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5867         __deallocate_stack, and ENOMEM translation here.
5869 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5871         [BZ #17616]
5872         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5873         (mptwo): Rename to __mptwo.
5874         (__inv): Use __mptwo instead of mptwo.
5875         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5876         (mptwo): Rename to __mptwo.
5877         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5878         of mpone and __mptwo instead of mptwo.
5879         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5880         instead of mpone.
5881         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5882         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5883         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5884         of mpone and __mptwo instead of mptwo.
5885         (__mpranred): Use __mpone instead of mpone.
5886         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5887         variable.
5888         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5889         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5890         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5891         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5892         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5893         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5894         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5895         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5896         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5897         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5898         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5899         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5900         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5901         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5902         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5903         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5904         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5905         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5906         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5908 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5910         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5911         replace BSD Handler xref with BSD Signal Handling.
5913 2014-11-17  Richard Henderson  <rth@redhat.com>
5915         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5916         (_FP_PACK_RAW_2): Remove.
5917         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5918         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5919         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5920         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5921         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5922         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5923         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5924         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5925         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5926         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5927         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5928         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5929         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5930         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5931         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5932         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5934 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5936         * signal/signal.h [__USE_MISC]
5937         (struct sigvec): Remove type.
5938         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5939         (sigvec): Remove declaration.
5940         * sysdeps/posix/sigvec.c: Moved ...
5941         * signal/sigvec.c: ... here, replacing old file.
5942         (struct sigvec): New type, copied from old signal.h definition.
5943         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5944         (__sigvec): Convert definition to prototype.
5945         (sigvec): Replace weak_alias with compat_symbol.
5946         * signal/Versions (libc: GLIBC_2.21): New version set.
5947         * include/signal.h: Remove __sigvec declaration.
5948         * sysdeps/unix/bsd/sigvec.c: Remove file.
5949         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5950         * manual/signal.texi (BSD Handler): Remove subsection.
5951         Move siginterrupt up to ...
5952         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5953         (Blocking in BSD): Fold subsection into its parent.
5954         * NEWS: Mention sigvec removal.
5956 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5958         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5959         (DLA_FMS): Make definition conditional only on [__FMA4__].
5960         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5961         definition.
5963         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5964         Make definition conditional only on [PROF].
5965         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5966         definition.
5967         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5968         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5970         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5971         !__GNUC__].
5972         * include/signal.h (__sigpause): Move declaration above call to
5973         libc_hidden_proto.
5974         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5975         variable.
5976         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5977         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5979 2014-11-14  David S. Miller  <davem@davemloft.net>
5981         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5982         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5984 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5986         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5987         * configure: Regenerated.
5988         * manual/install.texi (Tools for Compilation): Document a
5989         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5990         compiler verified to work.
5991         * INSTALL: Regenerated.
5993         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5994         redeclare with asm name.
5995         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5996         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5997         including <string.h>.
5998         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5999         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6000         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6001         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6002         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6003         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6004         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6006 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6008         * stdlib/strtol.c (__strtol): Use prototype definition.
6010         [BZ #17594]
6011         * stdlib/strtol.c (SYM__): New macro.
6012         (SYM__1): Likewise.
6013         (__strtol): Likewise.
6014         (strtol): Rename to __strtol and define as weak alias of
6015         __strtol.  Use libc_hidden_weak.
6017 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6019         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6020         Use numbered labels in inline assembly.
6022 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6024         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6025         Add setjmp LIBC_PROBE.
6026         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6027         Likewise.
6028         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6029         Add longjmp, longjmp_target LIBC_PROBE.
6030         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6031         Likewise.
6033 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6035         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6036         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6037         to get rid of unused variable warning.
6039 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6041         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6042         Check for unwind_backtrace ==  NULL only in SHARED case.
6043         (__backchain_backtrace): Compile only in SHARED case.
6044         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6045         Likewise.
6046         (__backchain_backtrace): Declare as static.
6048 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6050         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6051         (__libc_multiple_threads_ptr): Variable moved ...
6052         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6054 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6056         * conform/GlibcConform.pm: New file.
6057         * conform/conformtest.pl: Use GlibcConform module.
6058         * conform/linknamespace.pl: New file.
6059         * conform/list-header-symbols.pl: Likewise.
6060         * conform/Makefile (linknamespace-symlists-base): New variable.
6061         (linknamespace-symlists-tests): Likewise.
6062         (linknamespace-header-base): Likewise.
6063         (linknamespace-header-tests): Likewise.
6064         (tests-special): Add new tests.
6065         ($(linknamespace-symlists-tests)): New rule.
6066         (linknamespace-libs): New variable.
6067         ($(objpfx)symlist-stdlibs): New rule.
6068         ($(linknamespace-header-tests)): Likewise.
6069         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6070         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6071         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6072         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6073         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6074         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6075         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6076         (test-xfail-ISO/math.h/linknamespace): Likewise.
6077         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6078         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6079         (test-xfail-ISO/time.h/linknamespace): Likewise.
6080         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6081         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6082         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6083         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6084         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6085         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6086         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6087         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6088         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6089         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6090         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6091         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6092         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6093         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6094         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6095         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6096         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6097         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6098         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6099         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6100         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6101         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6102         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6103         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6104         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6105         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6106         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6107         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6108         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6109         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6110         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6111         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6112         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6113         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6114         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6115         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6116         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6117         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6118         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6119         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6120         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6121         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6122         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6123         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6124         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6125         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6126         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6127         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6128         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6129         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6130         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6131         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6132         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6133         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6134         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6135         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6136         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6137         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6138         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6139         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6140         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6141         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6142         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6143         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6144         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6145         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6146         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6147         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6148         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6149         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6150         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6151         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6152         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6153         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6154         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6155         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6156         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6157         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6158         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6159         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6160         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6161         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6162         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6163         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6164         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6165         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6166         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6167         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6168         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6169         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6170         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6171         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6172         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6173         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6174         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6175         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6176         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6177         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6178         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6179         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6180         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6181         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6182         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6183         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6184         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6185         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6186         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6187         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6188         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6189         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6190         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6191         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6192         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6193         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6194         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6195         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6196         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6197         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6198         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6199         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6200         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6201         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6202         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6203         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6204         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6205         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6206         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6207         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6208         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6209         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6210         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6211         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6212         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6213         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6214         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6215         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6216         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6217         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6218         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6219         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6220         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6221         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6222         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6223         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6224         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6225         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6226         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6227         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6228         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6229         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6231         [BZ #17589]
6232         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6233         of fgets_unlocked.
6235         [BZ #17585]
6236         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6237         (memmem): Rename to __memmem and define as weak alias of
6238         __memmem.  Use libc_hidden_weak.
6239         (__memmem): Use libc_hidden_def.
6240         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6241         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6242         memmem.
6244         [BZ #17582]
6245         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6246         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6247         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6248         and define as weak alias of __fgets_unlocked.  Use
6249         libc_hidden_weak.
6250         (__fgets_unlocked): Use libc_hidden_def.
6251         * include/stdio.h (__fgets_unlocked): Declare.  Use
6252         libc_hidden_proto.
6253         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6254         __fgets_unlocked instead of fgets_unlocked.
6255         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6256         (GET_NPROCS_CONF_PARSER): Likewise.
6257         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6258         (GET_NPROCS_CONF_PARSER): Likewise.
6260         [BZ #17574]
6261         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6262         weak alias of __wmemset.  Use libc_hidden_weak.
6263         (__wmemset): Use libc_hidden_def.
6264         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6265         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6266         of wmemset.
6268         [BZ #17573]
6269         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6270         with asm name __mempcpy.
6271         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6273         [BZ #17572]
6274         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6275         and define as weak alias of __rawmemchr.
6276         (__rawmemchr): Do not define as strong alias of rawmemchr.
6278         [BZ #17571]
6279         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6280         alias of __qsort_r.
6281         (qsort): Call __qsort_r instead of qsort_r.
6282         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6283         (__qsort_r): Declare.  Call libc_hidden_proto.
6284         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6285         instead of qsort_r.
6286         * nscd/gai.c (__qsort_r): Define to qsort_r.
6287         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6288         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6289         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6291         [BZ #17570]
6292         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6293         define as weak alias of __malloc_info.
6295         [BZ #17584]
6296         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6297         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6298         (__rewinddir): Use libc_hidden_def.
6299         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6300         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6301         (__rewinddir): Use libc_hidden_def.
6302         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6303         weak alias of __rewinddir.  Don't use libc_hidden_def.
6304         (__rewinddir): Use libc_hidden_def.
6305         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6306         (__rewinddir): Use libc_hidden_proto.
6307         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6308         rewinddir.
6309         (__getcwd): Use __rewinddir instead of rewinddir.
6311         [BZ #17583]
6312         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6313         alias of __fileno.  Use libc_hidden_weak.
6314         (__fileno): Use libc_hidden_def.
6315         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6316         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6317         alias of __ftello.
6318         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6319         __ftello.
6320         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6321         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6322         libc_hidden_def.
6323         (fread_unlocked): Don't use libc_hidden_ver.
6324         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6325         and define as weak alias of __fread_unlocked.  Don't use
6326         libc_hidden_def.
6327         (__fread_unlocked): Use libc_hidden_def.
6328         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6329         (ftello): Don't use libc_hidden_proto.
6330         (__ftello): Declare.  Use libc_hidden_proto.
6331         (fread_unlocked): Don't use libc_hidden_proto.
6332         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6333         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6334         and __ftello instead of fileno, fread_unlocked and ftello.
6336 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6338         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6339         GOT12.
6340         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6341         Likewise.
6342         (_dl_start_user): Likewise.
6343         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6345 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6346             Siddhesh Poyarekar  <siddhesh@redhat.com>
6348         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6349         Move argv and envp down instead of moving argc up.
6350         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6352 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6354         [BZ #17506]
6355         * test-skeleton.c (main): Return successful if one of
6356         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6357         * string/tst-strcoll-overflow.c: Define expected status.
6359 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6361         [BZ #17475]
6362         * locale/iso-639.def: Define Bhili and Tulu language codes.
6364 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6366         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6368 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6370         [BZ #17555]
6371         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6373 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6375         * configure.ac: Updated check of minimal required version to
6376         2.22.
6377         * manual/install.texi (Tools for Compilation): Updated version
6378         number.
6379         * configure: Regenerated.
6380         * INSTALL: Likewise.
6382 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6384         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6385         __tls_get_addr.
6387 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6389         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6390         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6391         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6392         libc_hidden_weak.
6393         (waitpid): Define as alias of __waitpid.
6394         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6395         __waitpid.
6396         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6397         libc_hidden_weak.
6398         (waitpid): Define as alias of __waitpid.
6399         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6400         __libc_waitpid alias.
6401         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6402         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6403         Likewise.
6404         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6405         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6406         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6407         alias.
6408         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6409         __waitpid.
6410         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6411         libc_hidden_weak.
6412         (waitpid): Define as alias of __waitpid.
6414 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6416         * manual/llio.texi: Add comment that write safety has been
6417         fixed in Linux.
6419         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6420         (localplt-build-dso): Add elf/ld.so.
6421         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6422         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6423         and free for ld.so.
6424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6425         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6427         Likewise.
6428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6429         Likewise.
6430         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6431         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6432         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6433         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6434         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6435         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6436         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6437         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6438         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6439         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6440         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6442 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6444         [BZ #14132]
6445         * include/libc-symbols.h (INTUSE): Remove macro.
6446         (INTDEF): Likewise.
6447         (INTVARDEF): Likewise.
6448         (_INTVARDEF): Likewise.
6449         (INTDEF2): Likewise.
6450         (INTVARDEF2): Likewise.
6451         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6452         rtld_hidden_def instead of INTVARDEF.
6453         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6454         (_dl_starting_up_internal): Remove declaration.
6455         (_dl_starting_up): Use rtld_hidden_proto.
6456         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6457         declaration.
6458         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6459         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6460         _dl_starting_up.
6461         * elf/dl-writev.h (_dl_writev): Likewise.
6462         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6463         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6464         _dl_starting_up_internal.
6466 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6468         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6469         test-skeleton.c.
6471 2014-11-05  Will Newton  <will.newton@linaro.org>
6473         * benchtests/Makefile: (bench-malloc): Add malloc thread
6474         scalability benchmark.
6475         * benchtests/bench-malloc-threads.c: New file.
6477 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6479         * sysdeps/aarch64/strchrnul.S: New file.
6481 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6483         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6484         definition.
6485         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6486         Likwise.
6487         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6488         Likewise.
6489         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6490         Likewise.
6491         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6492         Likewise.
6493         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6494         Likewise.
6496 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6498         * catgets/test-gencat.c: Use test-skeleton.c.
6499         * catgets/tst-catgets.c: Likewise.
6500         * csu/tst-empty.c: Likewise.
6501         * elf/tst-audit2.c: Likewise.
6502         * elf/tst-global1.c: Likewise.
6503         * elf/tst-pathopt.c: Likewise.
6504         * elf/tst-piemod1.c: Likewise.
6505         * elf/tst-tls10.c: Likewise.
6506         * elf/tst-tls11.c: Likewise.
6507         * elf/tst-tls12.c: Likewise.
6508         * gnulib/tst-gcc.c: Likewise.
6509         * iconvdata/tst-e2big.c: Likewise.
6510         * iconvdata/tst-loading.c: Likewise.
6511         * iconv/tst-iconv1.c: Likewise.
6512         * iconv/tst-iconv2.c: Likewise.
6513         * inet/test-inet6_opt.c: Likewise.
6514         * inet/tst-gethnm.c: Likewise.
6515         * inet/tst-network.c: Likewise.
6516         * inet/tst-ntoa.c: Likewise.
6517         * intl/tst-codeset.c: Likewise.
6518         * intl/tst-gettext2.c: Likewise.
6519         * intl/tst-gettext3.c: Likewise.
6520         * intl/tst-ngettext.c: Likewise.
6521         * intl/tst-translit.c: Likewise.
6522         * io/test-stat.c: Likewise.
6523         * libio/test-fmemopen.c: Likewise.
6524         * libio/tst-freopen.c: Likewise.
6525         * libio/tst-sscanf.c: Likewise.
6526         * libio/tst-ungetwc1.c: Likewise.
6527         * libio/tst-ungetwc2.c: Likewise.
6528         * libio/tst-widetext.c: Likewise.
6529         * localedata/tst-ctype.c: Likewise.
6530         * localedata/tst-digits.c: Likewise.
6531         * localedata/tst-leaks.c: Likewise.
6532         * localedata/tst-mbswcs1.c: Likewise.
6533         * localedata/tst-mbswcs2.c: Likewise.
6534         * localedata/tst-mbswcs3.c: Likewise.
6535         * localedata/tst-mbswcs4.c: Likewise.
6536         * localedata/tst-mbswcs5.c: Likewise.
6537         * localedata/tst-setlocale.c: Likewise.
6538         * localedata/tst-trans.c: Likewise.
6539         * localedata/tst-wctype.c: Likewise.
6540         * localedata/tst-xlocale1.c: Likewise.
6541         * login/tst-grantpt.c: Likewise.
6542         * malloc/tst-calloc.c: Likewise.
6543         * malloc/tst-malloc.c: Likewise.
6544         * malloc/tst-mallocstate.c: Likewise.
6545         * malloc/tst-mcheck.c: Likewise.
6546         * malloc/tst-mtrace.c: Likewise.
6547         * malloc/tst-obstack.c: Likewise.
6548         * math/atest-exp2.c: Likewise.
6549         * math/atest-exp.c: Likewise.
6550         * math/atest-sincos.c: Likewise.
6551         * math/test-matherr.c: Likewise.
6552         * math/test-misc.c: Likewise.
6553         * math/test-powl.c: Likewise.
6554         * math/tst-definitions.c: Likewise.
6555         * misc/tst-dirname.c: Likewise.
6556         * misc/tst-efgcvt.c: Likewise.
6557         * misc/tst-fdset.c: Likewise.
6558         * misc/tst-hsearch.c: Likewise.
6559         * misc/tst-mntent2.c: Likewise.
6560         * nptl/tst-sem7.c: Likewise.
6561         * nptl/tst-sem8.c: Likewise.
6562         * nptl/tst-sem9.c: Likewise.
6563         * nss/test-netdb.c: Likewise.
6564         * posix/tst-fnmatch.c: Likewise.
6565         * posix/tst-getlogin.c: Likewise.
6566         * posix/tst-gnuglob.c: Likewise.
6567         * posix/tst-mmap.c: Likewise.
6568         * pwd/tst-getpw.c: Likewise.
6569         * resolv/tst-inet_ntop.c: Likewise.
6570         * rt/tst-timer.c: Likewise.
6571         * stdio-common/test-fseek.c: Likewise.
6572         * stdio-common/test-popen.c: Likewise.
6573         * stdio-common/test-vfprintf.c: Likewise.
6574         * stdio-common/tst-cookie.c: Likewise.
6575         * stdio-common/tst-fileno.c: Likewise.
6576         * stdio-common/tst-gets.c: Likewise.
6577         * stdio-common/tst-obprintf.c: Likewise.
6578         * stdio-common/tst-perror.c: Likewise.
6579         * stdio-common/tst-sprintf2.c: Likewise.
6580         * stdio-common/tst-sprintf3.c: Likewise.
6581         * stdio-common/tst-sprintf.c: Likewise.
6582         * stdio-common/tst-swprintf.c: Likewise.
6583         * stdio-common/tst-tmpnam.c: Likewise.
6584         * stdio-common/tst-unbputc.c: Likewise.
6585         * stdio-common/tst-wc-printf.c: Likewise.
6586         * stdlib/tst-environ.c: Likewise.
6587         * stdlib/tst-fmtmsg.c: Likewise.
6588         * stdlib/tst-limits.c: Likewise.
6589         * stdlib/tst-rand48-2.c: Likewise.
6590         * stdlib/tst-rand48.c: Likewise.
6591         * stdlib/tst-random2.c: Likewise.
6592         * stdlib/tst-random.c: Likewise.
6593         * stdlib/tst-strtol.c: Likewise.
6594         * stdlib/tst-strtoll.c: Likewise.
6595         * stdlib/tst-tls-atexit.c: Likewise.
6596         * stdlib/tst-xpg-basename.c: Likewise.
6597         * string/test-ffs.c: Likewise.
6598         * string/tst-bswap.c: Likewise.
6599         * string/tst-inlcall.c: Likewise.
6600         * string/tst-strtok.c: Likewise.
6601         * string/tst-strxfrm.c: Likewise.
6602         * sysdeps/x86_64/tst-audit10.c: Likewise.
6603         * sysdeps/x86_64/tst-audit3.c: Likewise.
6604         * sysdeps/x86_64/tst-audit4.c: Likewise.
6605         * sysdeps/x86_64/tst-audit5.c: Likewise.
6606         * time/tst-ftime_l.c: Likewise.
6607         * time/tst-getdate.c: Likewise.
6608         * time/tst-mktime3.c: Likewise.
6609         * time/tst-mktime.c: Likewise.
6610         * time/tst-posixtz.c: Likewise.
6611         * time/tst-strptime2.c: Likewise.
6612         * time/tst-strptime3.c: Likewise.
6613         * wcsmbs/tst-btowc.c: Likewise.
6614         * wcsmbs/tst-mbrtowc.c: Likewise.
6615         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6616         * wcsmbs/tst-wchar-h.c: Likewise.
6617         * wcsmbs/tst-wcpncpy.c: Likewise.
6618         * wcsmbs/tst-wcrtomb.c: Likewise.
6619         * wcsmbs/tst-wcsnlen.c: Likewise.
6620         * wcsmbs/tst-wcstof.c: Likewise.
6622 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6624         [BZ #14132]
6625         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6626         INTDEF.
6627         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6628         declaration.
6629         (_dl_mcount): Use rtld_hidden_proto.
6630         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6631         _dl_mcount.
6632         * elf/rtld.c (_rtld_global_ro): Likewise.
6634         [BZ #14132]
6635         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6636         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6637         of _dl_init_internal.
6638         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6639         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6640         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6641         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6642         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6643         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6644         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6645         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6646         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6647         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6648         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6649         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6650         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6651         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6652         * sysdeps/tile/dl-start.S (_start): Likewise.
6653         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6654         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6656         [BZ #14132]
6657         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6658         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6659         (rtld_progname): Make macro definition unconditional.
6660         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6661         INTDEF.
6662         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6663         (dl_main): Likewise.
6664         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6665         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6666         instead of _dl_argv_internal.
6667         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6668         __GI__dl_argv instead of INTUSE(_dl_argv).
6669         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6670         __GI__dl_argv instead of _dl_argv_internal.
6672         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6673         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6674         macro.
6675         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6676         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6677         New macro.
6678         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6679         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6680         macro.
6681         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6682         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6684 2014-11-04  Andreas Schwab  <schwab@suse.de>
6686         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6688 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6690         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6691         mtvsrd instruction in binary form.
6693 2014-11-03  Andreas Schwab  <schwab@suse.de>
6695         [BZ #17522]
6696         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6697         for less than MB_LEN_MAX use a local buffer of that size.
6698         * libio/tst-fputws.c: New file.
6699         * libio/Makefile (tests): Add tst-fputws.
6701 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6703         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6704         the size of the fpu_fr.fpu_dregs[] array.
6706 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6708         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6709         (__nanosleep): Do not define as alias.
6710         (nanosleep): Define as alias of __nanosleep.
6711         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6712         __libc_nanosleep name.
6714 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6716         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6717         install.texi in comment.
6719 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6721         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6722         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6723         ... add here and use lwsync or sync ...
6724         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6725         ... and add here using lwsync.
6727 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6729         * elf/dl-machine-reject-phdr.h: New file.
6730         * elf/dl-load.c: #include that.
6731         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6732         if that returned true.
6734 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6736         [BZ #17496]
6737         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6738         gen-as-const-headers chunk.  Add a big scare comment after the last
6739         safe place to touch before-compile.
6741 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6743         * manual/install.texi (Tools for Compilation): Update autoconf
6744         version requirements.
6745         * INSTALL: Regenerated.
6747         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6748         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6749         (__libc_pselect): Likewise.
6751         [BZ #14138]
6752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6757 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6759         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6760         correct barrier instruction.
6761         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6762         Likewise.
6763         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6764         Likewise.
6766 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6768         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6769         after defining inlines.  Instead, just use parens to defeat macro
6770         expansion of __isctype in its declaration.
6772 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6774         * include/sys/uio.h (__libc_readv): Remove declaration.
6775         (__libc_writev): Likewise.
6776         * misc/readv.c (__libc_readv): Rename to __readv.
6777         (__readv): Do not define as alias.
6778         (readv): Define as alias of __readv.
6779         * misc/writev.c (__libc_writev): Rename to __writev.
6780         (__writev): Do not define as alias.
6781         (writev): Define as alias of __writev.
6782         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6783         (__readv): Do not define as alias.
6784         (readv): Define unconditionally as alias of __readv.
6785         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6786         (__writev): Do not define as alias.
6787         (writev): Define unconditionally as alias of __writev.
6788         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6789         name.
6790         (writev): Do not define __libc_writev name.
6792 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6794         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6795         (convert_charseq): New function, broken out of ...
6796         (use_from_charmap): ... here.  Call it.
6797         (use_to_charmap): Use convert_charseq and free instead of duplicating
6798         its code with a variable-length stack struct.
6800 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6802         * include/fcntl.h (__libc_creat): Remove declaration.
6803         * io/creat.c (__libc_creat): Rename to creat.
6804         (creat): Do not define as alias.
6805         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6806         of creat instead of __libc_creat.
6807         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6808         to creat.
6809         (creat): Do not define as alias.
6810         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6811         __libc_creat.
6812         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6813         __libc_creat name.
6814         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6815         Likewise.
6817 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6819         * manual/llio.texi: Add comments discussing why write() may be
6820         considered MT-unsafe on Linux.
6822 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6824         * dl-load.c (local_strdup): Remove.
6825         (expand_dynamic_string_token): Use __strdup.
6826         (decompose_rpath): Likewise.
6827         (_dl_map_object): Likewise.
6829 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6831         [BZ #14132]
6832         * sysdeps/generic/unwind-dw2-fde.c
6833         (__register_frame_info_bases_internal): Do not declare.
6834         (__register_frame_info_table_bases_internal): Likewise.
6835         (__deregister_frame_info_bases_internal): Likewise.
6836         (__register_frame_info_bases): Declare and use hidden_proto before
6837         definition.  Use hidden_def instead of INTDEF.
6838         (__register_frame_info_table_bases): Likewise.
6839         (__deregister_frame_info_bases): Likewise.
6840         (__register_frame_info): Do not use INTUSE.
6841         (__register_frame): Likewise.
6842         (__register_frame_info_table): Likewise.
6843         (__register_frame_table): Likewise.
6844         (__deregister_frame_info): Likewise.
6845         (__deregister_frame): Likewise.
6847 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6849         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6850         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6851         not undefine.
6852         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6853         Likewise.
6854         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6855         Likewise.
6857 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6859         [BZ #14138]
6860         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6861         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6862         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6863         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6864         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6865         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6866         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6867         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6868         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6869         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6870         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6871         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6872         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6873         syscall.
6874         (setfsuid): Likewise.
6875         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6876         (setfsuid): Likewise.
6877         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6878         (setfsuid): Likewise.
6879         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6880         Likewise.
6881         (setfsuid): Likewise.
6882         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6883         (setfsuid): Likewise.
6884         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6885         Likewise.
6886         (setfsuid): Likewise.
6888 2014-10-27  Andreas Schwab  <schwab@suse.de>
6890         [BZ #17501]
6891         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6892         check for Slow_SSE4_2 feature bit.
6893         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6894         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6895         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6896         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6898 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6900         * configure.ac: Validate compiler version with a empirical test of
6901         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6902         $CC -v output.
6903         * configure: Regenerated.
6905         * inet/htons.c (htons): Prototypify.
6906         * inet/htonl.c (htonl): Likewise.
6908 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6910         * string/strncat.c (strncat): Improve performance by using strlen.
6912 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6914         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6916 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6918         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6919         Call libc_fetestexcept_aarch64.
6921 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6923         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6924         Call libc_feholdexcept_aarch64.
6926 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6928         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6929         Call get_rounding_mode.
6931 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6933         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6934         Simplify logic.
6936 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6938         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6939         Simplify logic.
6941 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6943         [BZ #14138]
6944         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6945         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6946         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6947         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6948         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6949         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6950         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6951         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6952         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6953         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6954         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6955         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6956         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6957         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6958         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6959         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6960         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6961         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6962         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6963         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6964         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6965         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6966         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6967         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6968         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6969         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6970         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6971         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6972         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6973         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6974         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6975         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6976         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6977         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6978         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6979         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6980         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6981         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6982         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6983         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6984         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6985         syscall.
6986         (geteuid): Likewise.
6987         (getgid): Likewise.
6988         (getuid): Likewise.
6989         (getresgid): Likewise.
6990         (getresuid): Likewise.
6991         (getgroups): Likewise.
6992         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6993         (geteuid): Likewise.
6994         (getgid): Likewise.
6995         (getuid): Likewise.
6996         (getresgid): Likewise.
6997         (getresuid): Likewise.
6998         (getgroups): Likewise.
6999         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7000         (geteuid): Likewise.
7001         (getgid): Likewise.
7002         (getuid): Likewise.
7003         (getresgid): Likewise.
7004         (getresuid): Likewise.
7005         (getgroups): Likewise.
7006         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7007         Likewise.
7008         (geteuid): Likewise.
7009         (getgid): Likewise.
7010         (getuid): Likewise.
7011         (getresgid): Likewise.
7012         (getresuid): Likewise.
7013         (getgroups): Likewise.
7014         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7015         (geteuid): Likewise.
7016         (getgid): Likewise.
7017         (getuid): Likewise.
7018         (getresgid): Likewise.
7019         (getresuid): Likewise.
7020         (getgroups): Likewise.
7021         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7022         Likewise.
7023         (geteuid): Likewise.
7024         (getgid): Likewise.
7025         (getuid): Likewise.
7026         (getgroups): Likewise.
7028         [BZ #14138]
7029         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7030         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7031         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7032         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7033         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7034         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7035         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7036         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7037         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7038         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7039         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7040         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7041         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7042         __chown.
7043         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7044         (lchown): Likewise.
7045         (fchown): Likewise.
7046         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7047         Likewise.
7048         (lchown): Likewise.
7049         (fchown): Likewise.
7050         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7051         (lchown): Likewise.
7052         (fchown): Likewise.
7053         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7054         Likewise.
7055         (lchown): Likewise.
7056         (fchown): Likewise.
7058 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7060         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7061         Simplify logic.
7063 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7065         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7066         Cleanup logic.
7068 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7070         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7071         Remove unused include.
7073 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7075         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7076         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7077         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7078         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7080 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7081             Helge Deller <deller@gmx.de>
7083         [BZ #17508]
7084         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7085         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7086         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7088 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7090         [BZ #14132]
7091         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7092         Remove macro definition.
7093         (__ashrdi3_v_glibc20): Likewise.
7094         (__lshrdi3_v_glibc20): Likewise.
7095         (__cmpdi2_v_glibc20): Likewise.
7096         (__ucmpdi2_v_glibc20): Likewise.
7097         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7098         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7099         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7100         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7101         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7102         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7104 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7106         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7107         old GNU extension [0] syntax.
7108         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7109         alloca rather than an array member with variable length.
7110         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7111         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7112         (parse_opt): ... here.  Likewise use alloca there.
7113         Validate the -i argument before checking for rootness.
7114         (send_shutdown): New function, broken out of ...
7115         (parse_opt): ... here.
7117 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7119         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7120         macro to get at the _rt_local_ro field.
7121         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7122         ([PIC] case) or _dl_hwcap ([!PIC] case).
7123         * sysdeps/arm/setjmp.S: Likewise.
7125         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7126         * sysdeps/arm/configure.ac: New check to define it.
7127         * sysdeps/arm/configure: Regenerated.
7128         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7129         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7130         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7131         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7132         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7133         Use move/movt pair instead of a load.
7134         (LDST_GLOBAL): Macro removed.
7135         (LDR_GLOBAL): New macro replaces it.
7136         (LDR_HIDDEN): New macro.
7137         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7138         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7140         * setjmp/tst-setjmp-static.c: New file.
7141         * setjmp/Makefile (tests): Add it.
7142         (tests-static): New variable.
7144 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7146         [BZ #17485]
7147         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7149 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7151         [BZ #14132]
7152         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7154 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7156         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7158 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7160         * io/fts.c (dirent_not_directory): New function.
7161         (fts_build): Call it.
7163 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7165         * nptl/version.c (__nptl_main): Use normal __write rather than
7166         INTERNAL_SYSCALL.
7167         (banner): Update copyright years.
7169         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7170         gettimeofday.
7171         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7172         * nptl/pthread_cond_timedwait.c: Likewise.
7173         * nptl/pthread_mutex_timedlock.c: Likewise.
7174         * nptl/sem_timedwait.c: Likewise.
7176         * sysdeps/nptl/bits/libc-lock.h
7177         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7178         (__libc_lock_init_recursive): Return void, not 0.
7179         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7180         (__libc_rwlock_init): Likewise.
7181         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7183 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7185         [BZ #15215]
7186         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7187         (__pthread_once_slow): ... here.
7188         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7189         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7191 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7193         [BZ #15215]
7194         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7195         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7196         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7197         * nptl/pthread_once.c (__pthread_once): Likewise.
7198         Update comments.
7200 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7202         [BZ #14138]
7203         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7204         name.
7205         (writev): Use __libc_writev as strong name.
7206         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7207         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7209 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7211         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7213         * sysdeps/i386/nptl/tls.h
7214         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7215         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7216         New macros.
7217         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7218         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7219         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7220         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7221         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7222         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7224         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7225         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7226         on [__NR_futex].
7227         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7228         broken out of ...
7229         (__pthread_mutex_init): ... here.  Call it.
7230         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7231         Conditionalize PI cases on [__NR_futex].
7232         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7233         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7234         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7236         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7237         conditional on [SIGSETXID].
7238         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7239         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7240         is defined.  Likewise for SIGSETXID.
7241         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7242         Conditionalize definitions on [SIGSETXID].
7243         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7244         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7245         unblocking on [SIGCANCEL].
7247         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7248         [__NR_set_robust_list].
7250 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7252         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7253         (do_compare): Likewise.
7255 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7257         [BZ #15884]
7258         * string/strcoll_l.c: Don't include stdio.h.
7259         (coll_seq): Remove members idxarr and rulearr.
7260         (get_next_seq_cached): Remove function.
7261         (get_next_seq): Likewise.
7262         (get_next_seq_nocache): Rename to get_next_seq.
7263         (do_compare): Remove function.
7264         (do_compare_nocache): Rename to do_compare.
7265         (STRCOLL): Remove weight and rules cache.
7267 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7269         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7270         * sysdeps/arm/sfp-machine.h: ... to here.
7271         * sysdeps/arm/Implies: Remove arm/soft-fp.
7273 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7275         * conform/data/sys/utsname.h-data (*_t): Allow.
7276         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7277         [POSIX] (WEXITED): Do not expect constant.
7278         [POSIX] (WSTOPPED): Likewise.
7279         [POSIX] (WNOHANG): Likewise.
7280         [POSIX] (WNOWAIT): Likewise.
7281         [POSIX] (siginfo_t): Do not expect type or elements.
7282         [POSIX] (pid_t): Do not expect type.
7283         [POSIX] (signal.h): Do not allow header.
7284         [POSIX] (sys/resource.h): Likewise.
7285         [POSIX] (si_*): Do not allow pattern.
7286         [POSIX] (W*): Likewise.
7287         [POSIX] (P_*): Likewise.
7288         [POSIX] (BUS_*): Likewise.
7289         [POSIX] (CLD_*): Likewise.
7290         [POSIX] (FPE_*): Likewise.
7291         [POSIX] (ILL_*): Likewise.
7292         [POSIX] (POLL_*): Likewise.
7293         [POSIX] (SEGV_*): Likewise.
7294         [POSIX] (SI_*): Likewise.
7295         [POSIX] (TRAP_*): Likewise.
7296         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7297         variable.
7299 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7301         [BZ #12926]
7302         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7303         infinite loop when __recvmsg returns 0.
7305 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7307         * CANCEL-FCT-WAIVE: Remove file.
7308         * CANCEL-FILE-WAIVE: Likewise.
7310         [BZ #14132]
7311         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7312         instead of INTVARDEF.
7313         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7314         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7315         rtld_hidden_data_def instead of INTVARDEF.
7316         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7317         * elf/dl-deps.c (expand_dst): Likewise.
7318         * elf/dl-load.c (_dl_dst_count): Likewise.
7319         (_dl_dst_substitute): Likewise.
7320         (decompose_rpath): Likewise.
7321         (_dl_init_paths): Likewise.
7322         (open_path): Likewise.
7323         (_dl_map_object): Likewise.
7324         * elf/rtld.c (dl_main): Likewise.
7325         (process_dl_audit): Likewise.
7326         (process_envvars): Likewise.
7327         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7328         Remove declaration.
7329         (__libc_enable_secure): Use rtld_hidden_proto.
7331 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7333         * elf/dl-load.c
7334         (add_path): New function broken out of _dl_rtld_di_serinfo.
7335         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7337 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7339         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7340         parentheses around macro arguments.
7341         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7342         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7344         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7345         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7346         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7347         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7348         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7349         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7350         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7351         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7352         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7353         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7354         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7355         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7356         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7357         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7358         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7360         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7362         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7363         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7364         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7365         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7366         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7367         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7368         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7369         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7370         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7371         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7372         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7373         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7374         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7375         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7376         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7377         Likewise.
7378         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7379         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7380         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7381         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7382         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7383         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7384         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7385         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7386         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7387         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7388         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7389         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7390         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7391         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7392         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7393         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7394         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7395         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7396         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7397         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7398         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7399         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7400         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7401         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7402         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7403         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7404         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7405         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7406         (_FP_FRAC_SRS_1): Likewise.
7407         (_FP_FRAC_CLZ_1): Likewise.
7408         (_FP_MUL_MEAT_1_imm): Likewise.
7409         (_FP_MUL_MEAT_1_wide): Likewise.
7410         (_FP_MUL_MEAT_1_hard): Likewise.
7411         (_FP_SQRT_MEAT_1): Likewise.
7412         (_FP_FRAC_ASSEMBLE_1): Likewise.
7413         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7414         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7415         (__FP_CLZ_2): Likewise.
7416         (_FP_MUL_MEAT_2_wide): Likewise.
7417         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7418         (_FP_MUL_MEAT_2_gmp): Likewise.
7419         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7420         (_FP_SQRT_MEAT_2): Likewise.
7421         (_FP_FRAC_ASSEMBLE_2): Likewise.
7422         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7423         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7424         (_FP_FRAC_CLZ_4): Likewise.
7425         (_FP_MUL_MEAT_4_wide): Likewise.
7426         (_FP_MUL_MEAT_4_gmp): Likewise.
7427         (_FP_SQRT_MEAT_4): Likewise.
7428         (_FP_FRAC_ASSEMBLE_4): Likewise.
7429         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7430         * soft-fp/op-common.h (_FP_CMP): Likewise.
7431         (_FP_CMP_EQ): Likewise.
7432         (_FP_CMP_UNORD): Likewise.
7433         (_FP_TO_INT): Likewise.
7434         (_FP_FROM_INT): Likewise.
7435         [!__FP_CLZ] (__FP_CLZ): Likewise.
7436         (_FP_DIV_HELP_imm): Likewise.
7437         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7438         Likewise.
7439         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7440         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7441         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7442         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7443         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7444         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7445         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7446         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7447         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7448         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7449         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7450         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7451         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7452         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7453         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7454         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7455         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7456         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7457         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7458         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7459         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7460         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7461         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7462         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7463         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7464         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7465         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7466         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7467         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7468         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7469         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7470         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7471         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7472         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7473         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7474         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7475         (FP_UNPACK_RAW_SP): Likewise.
7476         (FP_PACK_RAW_S): Likewise.
7477         (FP_PACK_RAW_SP): Likewise.
7478         (FP_UNPACK_S): Likewise.
7479         (FP_UNPACK_SP): Likewise.
7480         (FP_UNPACK_SEMIRAW_S): Likewise.
7481         (FP_UNPACK_SEMIRAW_SP): Likewise.
7482         (FP_PACK_S): Likewise.
7483         (FP_PACK_SP): Likewise.
7484         (FP_PACK_SEMIRAW_S): Likewise.
7485         (FP_PACK_SEMIRAW_SP): Likewise.
7486         (_FP_SQRT_MEAT_S): Likewise.
7487         (FP_CMP_S): Likewise.
7488         (FP_CMP_EQ_S): Likewise.
7489         (FP_CMP_UNORD_S): Likewise.
7490         (FP_TO_INT_S): Likewise.
7491         (FP_FROM_INT_S): Likewise.
7493         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7495         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7496         (FP_EX_INVALID_IMZ): Likewise.
7497         (FP_EX_INVALID_IMZ_FMA): Likewise.
7498         (FP_EX_INVALID_ISI): Likewise.
7499         (FP_EX_INVALID_ZDZ): Likewise.
7500         (FP_EX_INVALID_IDI): Likewise.
7501         (FP_EX_INVALID_SQRT): Likewise.
7502         (FP_EX_INVALID_CVI): Likewise.
7503         (FP_EX_INVALID_VC): Likewise.
7504         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7505         "invalid" exceptions.
7506         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7507         (_FP_ADD_INTERNAL): Likewise.
7508         (_FP_MUL): Likewise.
7509         (_FP_FMA): Likewise.
7510         (_FP_DIV): Likewise.
7511         (_FP_CMP_CHECK_NAN): Likewise.
7512         (_FP_SQRT): Likewise.
7513         (_FP_TO_INT): Likewise.
7514         (FP_EXTEND): Likewise.
7516 2014-10-09  Allan McRae  <allan@archlinux.org>
7518         * po/fr.po: Update French translation from translation project.
7520 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7522         [BZ #14132]
7523         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7524         of INTDEF.
7525         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7526         (__cxa_atexit): Use libc_hidden_proto.
7527         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7529         [BZ #14132]
7530         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7531         declaration.
7532         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7533         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7534         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7535         [!_ISOMAC] (__iswctype_internal): Likewise.
7536         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7537         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7538         alias.
7539         (fcntl): Remove __fcntl_internal alias.
7540         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7541         __connect_internal alias.
7542         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7543         Likewise.
7545         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7546         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7547         FP_DENORM_ZERO.
7548         (_FP_CHECK_FLUSH_ZERO): New macro.
7549         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7550         (_FP_CMP): Likewise.
7551         (_FP_CMP_EQ): Likewise.
7552         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7553         FP_DENORM_ZERO.
7554         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7555         (FP_TRUNC): Likewise.
7557         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7558         treated as invalid conversion, not as normal exponent.
7560         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7561         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7562         (_FP_CMP_EQ): Likewise.
7563         (_FP_CMP_UNORD): Likewise.
7564         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7565         (FP_CMP_EQ_D): Likewise.
7566         (FP_CMP_UNORD_D): Likewise.
7567         * soft-fp/extended.h (FP_CMP_E): Likewise.
7568         (FP_CMP_EQ_E): Likewise.
7569         (FP_CMP_UNORD_E): Likewise.
7570         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7571         (FP_CMP_EQ_Q): Likewise.
7572         (FP_CMP_UNORD_Q): Likewise.
7573         * soft-fp/single.h (FP_CMP_S): Likewise.
7574         (FP_CMP_EQ_S): Likewise.
7575         (FP_CMP_UNORD_S): Likewise.
7576         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7577         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7578         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7579         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7580         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7581         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7582         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7583         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7584         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7585         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7586         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7587         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7588         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7589         to FP_CMP_Q.
7590         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7591         FP_CMP_Q.
7592         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7593         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7594         FP_CMP_EQ_Q.
7595         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7596         FP_CMP_Q.
7597         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7598         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7599         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7600         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7601         FP_CMP_EQ_Q.
7602         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7603         FP_CMP_Q.
7604         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7605         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7606         FP_CMP_EQ_Q.
7607         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7608         FP_CMP_Q.
7609         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7610         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7611         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7612         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7613         FP_CMP_EQ_Q.
7615         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7616         a subnormal result, set the underflow exception if trapping on
7617         underflow is enabled.
7618         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7619         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7620         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7621         redefine to 0.
7622         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7623         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7624         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7625         * soft-fp/extendxftf2.c (__extendxftf2): Use
7626         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7628         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7629         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7630         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7631         FP_HANDLE_EXCEPTIONS.
7632         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7633         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7634         FP_HANDLE_EXCEPTIONS.
7635         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7636         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7637         FP_HANDLE_EXCEPTIONS.
7638         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7639         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7640         FP_HANDLE_EXCEPTIONS.
7642 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7644         [BZ #14132]
7645         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7646         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7647         use INTUSE.
7648         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7649         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7650         Remove alias.
7651         (__adjtimex): Define using libc_hidden_ver.
7652         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7653         Remove declaration.
7654         (ntp_gettime): Call __adjtimex directly.
7655         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7656         Remove declaration.
7657         (ntp_gettimex): Call __adjtimex directly.
7658         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7659         __adjtimex_internal alias.
7661 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7663         [BZ #17460]
7664         * nscd/nscd.c (more_help): Rewrite list of tables collection
7665         using xstrdup and asprintf.
7667         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7669 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7670             Roland McGrath  <roland@hack.frob.com>
7672         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7673         (do_lookup_unique): ... local function 'enter' here; update callers.
7675 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7677         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7678         compat_symbol calls on [SHARED].
7679         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7680         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7681         Remove.
7682         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7683         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7684         (oldsetrlimit): Remove.
7685         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7687         (lchown): New syscall entry.
7688         (oldsetrlimit): Remove.
7689         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7690         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7691         (oldsetrlimit): Remove.
7692         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7694         [BZ #14138]
7695         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7696         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7697         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7698         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7699         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7700         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7701         (fchown): Likewise.
7702         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7703         (fchown): Likewise.
7704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7705         Likewise.
7707 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7709         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7710         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7711         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7712         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7713         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7714         Likewise.
7715         (__old_sem_post): Likewise.
7717 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7719         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7720         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7721         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7722         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7723         Use INLINE_VSYSCALL macro.
7724         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7725         __vdso_clock_gettime.
7726         * sysdeps/unix/sysv/linux/tile/init-first.c
7727         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7728         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7729         __vdso_clock_gettime.
7731         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7732         to set up frame more cleanly.
7734         * sysdeps/tile/memcmp.c: New file.
7736         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7738         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7739         * sysdeps/tile/tilegx/strcasestr.c: New file.
7740         * sysdeps/tile/tilegx/strnlen.c: New file.
7741         * sysdeps/tile/tilegx/strstr.c: New file.
7743         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7745 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7747         * nptl/tst-setuid3.c: Write errors to stdout.
7749 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7751         * elf/dl-deps.c
7752         (preload): New functions broken out of _dl_map_object_deps.
7753         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7755 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7757         [BZ #14138]
7758         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7759         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7761 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7763         * sysdeps/mips/strcmp.S: New.
7765 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7767         [BZ #14138]
7768         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7769         (linkat): Likewise.
7770         (mkdirat): Likewise.
7771         (readlinkat): Likewise.
7772         (renameat): Likewise.
7773         (symlinkat): Likewise.
7774         (unlinkat): Likewise.
7775         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7776         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7777         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7778         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7779         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7780         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7781         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7783 2014-09-30  Will Newton  <will.newton@linaro.org>
7785         * math/math.h: Define long double math functions if
7786         _LIBC_TEST is defined.
7787         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7789         * localedata/Makefile: Move assignment to tests-special
7790         into an ifdef testing run-built-tests.
7791         * timezone/Makefile: Likewise.
7793 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7795         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7796         with $(BASH) not $(SHELL).
7798 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7799             Matthew LeGendre  <legendre1@llnl.gov>
7801         [BZ #17411]
7802         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7803         l_reloc_result.
7805 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7807         * stdio-common/printf_fp.c
7808         (hack_digit): New function, broken out of ...
7809         (__printf_fp): ... local function here.  Update call sites.
7810         hack_digit now takes an additional parameter that is a pointer
7811         to a struct of the referenced locals.  Those locals moved inside
7812         the struct and references updated.
7814 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7816         * aclocal.m4: Require autoconf 2.69.
7817         * configure: Regenerated.
7818         * sysdeps/aarch64/configure: Likewise.
7819         * sysdeps/alpha/configure: Likewise.
7820         * sysdeps/arm/armv7/configure: Likewise.
7821         * sysdeps/arm/configure: Likewise.
7822         * sysdeps/ia64/configure: Likewise.
7823         * sysdeps/mach/configure: Likewise.
7824         * sysdeps/mips/configure: Likewise.
7825         * sysdeps/s390/configure: Likewise.
7826         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7829         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7830         file.
7831         * sysdeps/ia64/configure.ac: Likewise.
7833 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7836         specify symbol version for ld.so.  Do not include entry for
7837         libpthread.
7838         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7839         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7840         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7842         [BZ #14171]
7843         * Makeconfig [$(build-shared) = yes]
7844         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7845         makefiles.
7846         [$(build-shared) = yes && $(soversions.mk-done) = t]
7847         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7848         [$(build-shared) = yes && $(soversions.mk-done) = t]
7849         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7850         to Makerules.
7851         [$(build-shared) = yes && $(soversions.mk-done) = t]
7852         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7853         here.
7854         [$(build-shared) = yes && $(soversions.mk-done) = t]
7855         (common-generated): Don't append gnu/lib-names.h and
7856         gnu/lib-names.stmp here.
7857         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7858         (lib-names-h-abi): New variable.
7859         [$(build-shared) = yes && $(soversions.mk-done) = t]
7860         (lib-names-stmp-abi): Likewise.
7861         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7862         abi-variants] (before-compile): Append
7863         $(common-objpfx)$(lib-names-h-abi).
7864         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7865         abi-variants] (common-generated): Append gnu/lib-names.h.
7866         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7867         abi-variants] (install-others-nosubdir): Depend on
7868         $(inst_includedir)/$(lib-names-h-abi).
7869         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7870         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7871         [$(build-shared) = yes && $(soversions.mk-done) = t]
7872         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7873         [$(build-shared) = yes && $(soversions.mk-done) = t]
7874         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7875         [$(build-shared) = yes && $(soversions.mk-done) = t]
7876         (common-generated): Append $(lib-names-h-abi) and
7877         $(lib-names-stmp-abi).
7878         * scripts/lib-names.awk: Do not handle multi being set.
7879         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7880         Remove variable.
7881         (abi-lp64_be-ld-soname): Likewise.
7882         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7883         Likewise.
7884         (abi-hard-ld-soname): Likewise.
7885         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7886         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7887         Remove variable.
7888         (abi-o32_hard-ld-soname): Likewise.
7889         (abi-o32_soft_2008-ld-soname): Likewise.
7890         (abi-o32_hard_2008-ld-soname): Likewise.
7891         (abi-n32_soft-ld-soname): Likewise.
7892         (abi-n32_hard-ld-soname): Likewise.
7893         (abi-n32_soft_2008-ld-soname): Likewise.
7894         (abi-n32_hard_2008-ld-soname): Likewise.
7895         (abi-n64_soft-ld-soname): Likewise.
7896         (abi-n64_hard-ld-soname): Likewise.
7897         (abi-n64_soft_2008-ld-soname): Likewise.
7898         (abi-n64_hard_2008-ld-soname): Likewise.
7899         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7900         Likewise.
7901         (abi-64-v2-ld-soname): Likewise.
7902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7903         ld.so entries.
7904         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7905         variable.
7906         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7907         entry.
7908         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7909         variable.
7910         (abi-64-ld-soname): Likewise.
7911         (abi-x32-ld-soname): Likewise.
7912         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7913         entry.
7914         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7916 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7918         [BZ #14138]
7919         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7920         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7921         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7922         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7923         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7924         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7925         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7926         syscall entry for GLIBC_2.2 symbol version.
7927         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7928         Likewise.
7929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7930         (setrlimit): Likewise.
7931         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7932         Likewise.
7934 2014-09-23  Will Newton  <will.newton@linaro.org>
7936         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7937         _LINUX_ARM_SYSDEP_H include guard too.
7938         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7939         define.
7941 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7943         * sysdeps/unix/sysv/linux/eventfd.c:
7944         Make first argument unsigned.
7945         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7946         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7948 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7950         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7951         * socket/sys/socket.h: Likewise
7952         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7954 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7956         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7958 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7960         * time/tst-ftime.c: New test.
7961         * time/Makefile (tests): Add tst-ftime.
7963 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7965         * soft-fp/extended.h: Fix comment formatting.
7966         * soft-fp/op-1.h: Likewise.
7967         * soft-fp/op-2.h: Likewise.
7968         * soft-fp/op-4.h: Likewise.
7969         * soft-fp/op-8.h: Likewise.
7970         * soft-fp/op-common.h: Likewise.
7971         * soft-fp/soft-fp.h: Likewise.
7973         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7975 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7977         [BZ #6652]
7978         * Makeconfig (soversions-default-setname): Remove variable.
7979         ($(common-objpfx)soversions.i): Don't pass default_setname to
7980         soversions.awk.
7981         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7982         oldest_abi to abi-versions.awk.
7983         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7984         * config.make.in (oldest-abi): Remove variable.
7985         * configure.ac (--enable-oldest-abi): Remove configure option.
7986         * configure: Regenerated.
7987         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7988         text.
7989         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7990         * scripts/soversions.awk: Do not handle default_setname variable.
7991         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7992         variable.
7993         * sysdeps/mach/hurd/configure: Regenerated.
7994         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7995         variable.
7996         * sysdeps/unix/sysv/linux/configure: Regenerated.
7998 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8000         * elf/Makefile (CFLAGS-interp.c): Remove.
8001         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8002         path string.
8003         * elf/interp.c: Include generated runtime-linker.h
8005         * Makerules (lib%.so): Don't include $(+interp) in
8006         prerequisites.
8007         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8008         * dlfcn/eval.c: Remove file.
8010         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8011         macros.
8013         [BZ #17266]
8014         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8015         4.2 and newer.
8017         [BZ #17370]
8018         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8020 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8021             Jakub Jelinek  <jakub@redhat.com>
8023         [BZ #17266]
8024         * libio/stdio.h: Check definition of __fortify_function
8025         instead of __extern_always_inline to include bits/stdio2.h.
8026         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8027         check if __extern_always_inline is defined.
8028         [__USE_MISC || __USE_XOPEN]: Likewise.
8029         [__USE_ISOC99] Likewise.
8030         * misc/sys/cdefs.h (__fortify_function): Define only if
8031         __extern_always_inline is defined.
8032         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8033         __extern_always_inline and __extern_inline only for g++-4.3
8034         and newer or a compatible gcc.
8036 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8038         [BZ #17371]
8039         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8040         last change to handle zero prefix length.
8042 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8044         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8045         _SC_REGEX_VERSION.
8047         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8048         _POSIX_RAW_SOCKETS.
8050 2014-09-13  Allan McRae  <allan@archlinux.org>
8052         * po/ru.po: Update Russian translation from translation project.
8054 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8056         * locale/programs/locale.c (show_locale_vars): Inline local function
8057         into its sole call site.  Clean up some style nits.
8058         (print_item): New function, broken out of ...
8059         (show_info): ... local function here.  Clean up style nits.
8061         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8062         out of ...
8063         (set_class_defaults): ... local function set_default here.
8064         Define set_default as a macro locally to pass constant parameters.
8065         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8066         rather than a shared local.
8068         * stdlib/rpmatch.c (try): New function, broken out of ...
8069         (rpmatch): ... local function here.  Also, prototypify definition.
8071 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8073         * scripts/soversions.awk: Do not handle configuration names.
8074         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8075         vendor and os variables to soversions.awk.
8076         * configure.ac: Do not modify gnu-* host_os.
8077         * configure: Regenerated
8078         * shlib-versions: Remove first column with configuration names.
8079         * nptl/shlib-versions: Likewise.
8080         * nptl_db/shlib-versions: Likewise.
8081         * sysdeps/hppa/shlib-versions: Likewise.
8082         * sysdeps/m68k/shlib-versions: Likewise.
8083         * sysdeps/mach/hurd/shlib-versions: Likewise.
8084         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8085         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8086         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8087         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8088         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8089         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8090         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8091         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8093         Likewise.
8094         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8095         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8096         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8097         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8098         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8099         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8100         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8101         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8104         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8106         Regenerated.
8107         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8109         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8111         * shlib-versions: Remove OS-specific entries.  Moved to files in
8112         sysdeps.
8113         * sysdeps/mach/hurd/shlib-versions: New file.
8114         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8116         * nptl/shlib-versions: Remove architecture-specific entries.
8117         Moved to files in sysdeps.
8118         * shlib-versions: Likewise.
8119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8120         file.
8121         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8122         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8123         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8124         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8126         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8127         (UDP_NO_CHECK6_RX): Likewise.
8129 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8131         * sysdeps/posix/sysconf.c (__sysconf): Spell
8132         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8134 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8136         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8137         loading.
8138         * iconv/Versions (__gconv_transliterate): Export for use from
8139         gconv modules.
8140         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8141         (struct __gconv_trans_data, __gconv_trans_fct,
8142         __gconv_trans_context_fct, __gconv_trans_query_fct,
8143         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8144         definitions.
8145         (struct __gconv_step_data): Remove __trans member.
8146         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8147         longer hidden.  Remove unused trans_data argument.
8148         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8149         (__gconv_translit_find): Remove declaration.
8150         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8151         prototype.
8152         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8153         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8154         trans_data argument.  Add hidden definition.
8155         (__gconv_translit_find): Remove.
8156         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8157         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8158         * iconv/skeleton.c: Remove transliteration initialization.
8159         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8160         __gconv_step_data initialization.
8161         * libio/iofwide.c (__libio_translit_): Remove.
8162         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8163         * wcsmbs/btowc.c (__btowc): Likewise.
8164         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8165         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8166         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8167         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8168         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8169         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8170         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8171         * wcsmbs/wctob.c (wctob): Likewise.
8173 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8175         [BZ #16194]
8176         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8177         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8178         register usage.
8179         * sysdeps/x86/Makefile: Adjust.
8181 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8182             Roland McGrath  <roland@hack.frob.com>
8184         * locale/weight.h: Add include guard.
8185         (findidx): Make static rather than auto; take new parameters
8186         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8187         * locale/weightwc.h: Likewise.
8188         * posix/fnmatch_loop.c
8189         (FCT): Change type of EXTRA from int32_t to wint_t.
8190         Don't include either header inside the function.
8191         Call FINDIDX rather than findidx, and pass new arguments.
8192         #undef FINDIDX at the end of the file.
8193         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8194         FINDIDX before including fnmatch_loop.c for the non-wide version.
8195         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8196         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8197         for the wide version.
8198         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8199         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8200         Pass new arguments to findidx.
8201         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8202         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8203         Don't #include it inside the function.  Pass new arguments to findidx.
8204         * posix/regex_internal.h
8205         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8206         (re_string_elem_size_at): Don't #include it inside the function.
8207         Pass new arguments to findidx.
8208         * string/strcoll_l.c: #include WEIGHT_H at top level.
8209         (get_next_seq): Don't #include it inside the function.
8210         Pass new arguments to findidx.
8211         (get_next_seq_nocache): Likewise.
8212         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8213         (STRXFRM): Don't #include it inside the function.
8214         Pass new arguments to findidx.
8216 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8218         [BZ #17344]
8219         * malloc/malloc.c (unlink): Turn asserts into a call to
8220         malloc_printerr.
8222 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8224         [BZ #17370]
8225         * libio/wfileops (do_ftell_wide): Free OUT.
8227 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8229         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8231 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8233         [BZ #17363]
8234         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8235         group if the current group is empty.
8237 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8239         * benchtests/bench-memset.c (test_main): Add more test from size
8240         from 32 to 512 bytes.
8241         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8242         Add POWER8 memset object.
8243         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8244         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8245         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8246         implementation.
8247         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8248         Likewise.
8249         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8250         multiarch POWER8 memset optimization.
8251         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8252         POWER8 memset optimization.
8254         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8255         Remove bzero multiarch objects.
8256         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8257         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8258         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8259         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8260         Remove define.
8261         [__bzero]: Redefine to specific name.
8262         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8263         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8264         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8265         define.
8266         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8267         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8269 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8271         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8272         warnings into errors.
8274         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8275         __cxa_thread_atexit_impl prototype.
8277 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8279         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8280         Fix capitalization of error message.
8282 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8284         * sysdeps/mips/preconfigure: Modify ABI tests.
8286 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8288         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8290 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8291             Carlos O'Donell  <carlos@systemhalted.org>
8293         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8294         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8295         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8296         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8297         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8298         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8299         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8300         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8301         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8302         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8303         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8304         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8305         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8306         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8307         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8308         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8309         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8310         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8311         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8312         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8313         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8314         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8315         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8316         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8317         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8318         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8319         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8320         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8321         Deconditionalize the code that was previously under [RESET_PID].
8322         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8323         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8324         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8325         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8326         include sysdep.h.
8328 2014-09-08  Allan McRae  <allan@archlinux.org>
8330         * version.h (RELEASE): Set to "development".
8331         (VERSION): Set to "2.20.90"
8333 2014-09-07  Allan McRae  <allan@archlinux.org
8335         * version.h (RELEASE): Set to "stable".
8336         (VERSION): Set to "2.20"
8337         * include/features.h (__GLIBC_MINOR__): Set to 20.
8339         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8340         Liebler.
8342         * po/ko.po: Update Korean translation from translation project.
8344 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8346         [BZ #17354]
8347         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8348         macro for handling signed relocations.
8350 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8352         [BZ #17325]
8353         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8354         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8355         assert.
8356         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8357         * iconvdata/ibm935.c (BODY): Likewise.
8358         * iconvdata/ibm937.c (BODY): Likewise.
8359         * iconvdata/ibm939.c (BODY): Likewise.
8360         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8361         assert.
8362         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8363         script.
8364         * iconvdata/run-iconv-test.sh: New test loop for checking for
8365         decoder crashers.
8367 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8369         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8370         libm_hidden_ver.
8372 2014-09-01  Allan McRae  <allan@archlinux.org>
8374         * po/eo.po: Update Esperanto translation from translation project.
8376         * po/ca.po: Update Catalan translation from translation project.
8378 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8380         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8381         __proc_dostop call.
8383 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8385         [BZ #17319]
8386         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8387         to call set_thread_area instead of hand written asm.
8388         (__NR_set_thread_area): Removed define.
8389         (TLS_FLAG_WRITABLE): Likewise.
8390         (__ASSUME_SET_THREAD_AREA): Remove check.
8391         (TLS_EBX_ARG): Remove define.
8392         (TLS_LOAD_EBX): Likewise.
8394 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8396         Simplify atomicity of socket creation in bind.
8398         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8399         looking up the name after linking the file.
8401 2014-08-27  Allan McRae  <allan@archlinux.org>
8403         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8405 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8407         [BZ #17187]
8408         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8409         trans_compare, open_translit, __gconv_translit_find):
8410         Remove module loading code.
8412 2014-08-26  Allan McRae  <allan@archlinux.org>
8414         * po/vi.po: Update Vietnamese translation from translation project.
8416         * po/uk.po: Update Ukrainian translation from translation project.
8418         * po/fr.po: Update French translation from translation project.
8420         * po/ru.po: Update Russian translation from translation project.
8422         * po/pl.po: Update Polish translation from translation project.
8424         * po/cs.po: Update Czech translation from translation project.
8426         * po/de.po: Update German translation from translation project.
8428         * po/bg.po: Update Bulgarian translation from translation project.
8430         * po/sv.po: Update Sweedish translation from translation project.
8432         * po/nl.po: Update Dutch translation from translation project.
8434         * po/es.po: Update Spanish translation from translation project.
8436 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8438         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8440         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8441         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8442         (CPPFLAGS-iconvconfig): Likewise.
8443         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8445         * include/libc-symbols.h: Remove unnecessary check for
8446         NOT_IN_libc.
8447         * nptl/pthreadP.h: Likewise.
8448         * sysdeps/aarch64/setjmp.S: Likewise.
8449         * sysdeps/alpha/setjmp.S: Likewise.
8450         * sysdeps/arm/sysdep.h: Likewise.
8451         * sysdeps/i386/setjmp.S: Likewise.
8452         * sysdeps/m68k/setjmp.c: Likewise.
8453         * sysdeps/posix/getcwd.c: Likewise.
8454         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8455         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8456         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8457         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8458         * sysdeps/sh/sh3/setjmp.S: Likewise.
8459         * sysdeps/sh/sh4/setjmp.S: Likewise.
8460         * sysdeps/unix/alpha/sysdep.h: Likewise.
8461         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8462         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8463         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8464         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8467         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8468         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8469         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8470         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8471         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8472         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8473         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8474         * sysdeps/x86_64/setjmp.S: Likewise.
8476 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8478         [BZ #17263]
8479         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8480         <stdint.h>.
8481         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8482         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8484 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8486         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8488         [BZ #17262]
8489         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8490         and __x86_64__ when disabling x87 inline functions.
8492 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8494         [BZ #17259]
8495         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8496         asm statement with __cpuid_count.
8498 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8500         * configure.ac: Change __ehdr_start code to dereference the struct.
8501         Run readelf on the output to look for relocations.
8502         * configure: Regenerated.
8504 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8506         [BZ #17261]
8507         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8508         value to 0.
8509         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8511 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8513         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8515 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8517         [BZ #16892]
8518         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8519         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8521 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8523         * malloc/malloc.c: Fix typo in comment.
8525 2014-08-09  Allan McRae  <allan@archlinux.org>
8527         * Regenerate libc.po.
8529 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8531         * intl/tst-gettext2.sh: Check every lang file for creation.
8533 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8535         * sysdeps/aarch64/fpu/math_private.h
8536         (libc_feholdsetround_noex_aarch64_ctx): New function.
8538 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8540         * sysdeps/arm/armv6/strcpy.S (strcpy):
8541         Fix performance issue in misaligned cases.
8543 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8545         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8546         Move definition from termios.h.
8547         (struct termio): Likewise.
8548         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8549         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8550         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8551         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8552         Likewise.
8553         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8554         Move definition to ioctl-types.h
8555         (struct termio): Likewise.
8556         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8557         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8558         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8559         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8560         Likewise.
8562 2014-08-05  Richard Henderson  <rth@redhat.com>
8564         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8565         exceptions.
8566         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8567         Add fraiseexcpt.
8568         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8569         Use __feraiseexcept.
8570         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8571         Protect libm symbols with IS_IN_libm.
8573         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8575 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8577         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8579 2014-08-04  Will Newton  <will.newton@linaro.org>
8581         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8582         file.
8584 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8586         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8587         variants for each function.
8589 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8591         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8592         appended ...
8593         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8594         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8595         appended ...
8596         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8597         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8598         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8599         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8600         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8601         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8602         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8603         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8604         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8605         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8606         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8608         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8610         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8611         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8612         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8613         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8614         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8615         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8616         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8617         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8618         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8619         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8620         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8622         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8623         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8624         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8625         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8626         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8627         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8628         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8629         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8630         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8631         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8632         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8633         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8634         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8635         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8636         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8637         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8638         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8639         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8640         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8641         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8642         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8643         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8644         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8645         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8646         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8647         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8648         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8649         Update #include.
8650         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8651         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8653 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8655         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8656         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8657         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8658         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8659         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8660         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8662 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8664         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8665         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8666         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8667         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8669 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8671         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8672         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8673         (__libc_vfork): Define function under this name.
8674         (__vfork): Define as an alias.
8675         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8676         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8678 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8680         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8681         that was previously under [RESET_PID].
8682         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8684 2014-08-04  Andreas Schwab  <schwab@suse.de>
8686         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8688 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8690         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8691         (main): Likewise.
8693 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8695         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8697 2014-08-01  Richard Henderon  <rth@redhat.com>
8699         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8700         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8701         typo in exact zero test.
8702         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8703         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8704         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8706 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8708         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8709         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8710         * sysdeps/arm/sysdep.h: ... here.
8711         [!__ASSEMBLER__]: Include <stdint.h>.
8713 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8715         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8716         (HAVE_WCTYPE_H): Likewise.
8717         (HAVE_ISWCTYPE): Likewise.
8718         (ENABLE_NLS): Likewise.
8719         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8720         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8722         * posix/regex_internal.c: Check if DEBUG is defined and is
8723         set.
8725         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8726         (HAVE_MBSRTOWCS): Likewise.
8727         * posix/fnmatch.c: Include string.h unconditionally.
8729 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8731         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8732         reversal.
8734 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8736         * sysdeps/generic/safe-fatal.h: New file.
8737         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8738         * nptl/forward.c: Include it.
8739         (__pthread_unwind): Use __safe_fatal as default action, rather
8740         than a bogus use of INTERNAL_SYSCALL that could never work.
8742         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8743         * configure.ac (libc_cv_builtin_trap): New test.
8744         * configure: Regenerated.
8745         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8746         (ABORT_INSTRUCTION): Define using __builtin_trap.
8748         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8749         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8750         * sysdeps/nptl/nptl-signals.h: New file.
8751         * nptl/pthreadP.h: Include <nptl-signals.h>.
8753 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8755         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8756         (ONE_DIRECTION): Define.
8757         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8758         (ONE_DIRECTION): Define.
8759         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8760         (ONE_DIRECTION): Define.
8762 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8764         * sysdeps/s390/Makefile: Delete file.
8765         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8766         * sysdeps/s390/__longjmp.c: Delete file.
8767         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8768         Remove fields __flags and __reserved.
8769         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8770         and add versioning.
8771         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8772         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8773         * sysdeps/s390/rtld-setjmp.S: Likewise.
8774         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8775         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8776         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8777         * sysdeps/s390/s390-32/setjmp.S: ... here.
8778         Add versioning.
8779         (__sigsetjmp): Remove setting __flags field.
8780         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8781         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8782         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8783         * sysdeps/s390/s390-64/setjmp.S: ... here.
8784         Add versioning.
8785         (__sigsetjmp): Remove setting __flags field.
8786         * sysdeps/s390/setjmp.S: Delete file.
8787         * sysdeps/s390/sigjmp.c: Likewise.
8788         * sysdeps/s390/v1-longjmp.c: Likewise.
8789         * sysdeps/s390/v1-setjmp.h: Likewise.
8790         * sysdeps/s390/v1-sigjmp.c: Likewise.
8791         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8792         Remove v1-longjmp_chk.
8793         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8794         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8795         Include debug/longjmp_chk.c and add versioning.
8796         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8797         Include nptl/pt-longjmp.c and add versioning.
8798         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8799         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8800         Include __longjmp.c.
8801         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8802         Move to ...
8803         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8804         (__getcontext): Remove setting __flags field.
8805         Add versioning.
8806         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8807         Don't restore upper high grps.
8808         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8809         Likewise.
8810         (__swapcontext): Remove setting uc_flags field.
8811         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8812         Delete file.
8813         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8814         Include __longjmp.c.
8815         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8816         Move to ...
8817         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8818         (__getcontext): Remove setting __flags field.
8819         Add versioning.
8820         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8821         (__swapcontext): Remove setting uc_flags field.
8822         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8823         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8824         Remove fields uc_high_gprs and __reserved.
8825         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8826         New file with reverted content.
8827         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8828         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8829         Regenerated.
8830         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8831         Regenerated.
8833 2014-07-31  Andreas Schwab  <schwab@suse.de>
8835         * config.h.in (HAVE_IFUNC): Define to 0.
8836         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8837         definedness.
8839 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8842         memmove-avx-unaligned, memcpy-avx-unaligned and
8843         mempcpy-avx-unaligned.
8844         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8845         Add tests for AVX memcpy functions.
8846         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8847         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8848         memcpy_chk.
8849         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8850         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8851         memmove_chk.
8852         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8853         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8854         mempcpy_chk.
8855         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8856         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8857         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8859 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8861         [BZ #17213]
8862         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8863         powerpc64le.
8865 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8867         [BZ #16839]
8868         * manual/llio.texi: Add section about open file description locks.
8869         * manual/examples/ofdlocks.c: Example of open file description
8870         lock usage.
8871         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8872         F_OFD_SETLK, and F_OFD_SETLKW.
8874 2014-07-23  Allan McRae  <allan@archlinux.org>
8876         * po/es.po: Update Spanish translation from translation project.
8878 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8880         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8882 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8884         [BZ #17078]
8885         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8886         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8887         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8889 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8891         [BZ #17088]
8892         * math/fesetenv.c (__fesetenv)
8893         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8894         * math/feupdateenv.c (__feupdateenv)
8895         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8897         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8898         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8899         (__ASSUME_SOCKETCALL): Do not define.
8901         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8902         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8903         (__ASSUME_SOCKETCALL): Do not define.
8904         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8905         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8906         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8907         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8908         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8909         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8910         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8911         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8913         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8914         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8915         (__ASSUME_SOCKETCALL): Do not define.
8916         (__ASSUME_IPC64): Define unconditionally.
8917         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8918         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8919         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8920         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8921         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8922         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8923         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8924         Likewise.
8926         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8927         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8928         (__ASSUME_SOCKETCALL): Do not define.
8929         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8930         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8931         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8932         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8933         (__ASSUME_REQUEUE_PI): Define unconditionally.
8934         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8935         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8936         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8937         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8938         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8939         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8941         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8942         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8943         (__ASSUME_SOCKETCALL): Do not define.
8944         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8945         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8946         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8947         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8948         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8949         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8951         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8952         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8953         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8954         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8955         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8956         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8957         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8958         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8959         (__ASSUME_GETCPU_SYSCALL): Likewise.
8961         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8962         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8963         cases for individual architectures.
8964         * sysdeps/gnu/configure: Regenerated.
8965         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8966         LIBC_SLIBDIR_RTLDDIR.
8967         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8968         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8969         LIBC_SLIBDIR_RTLDDIR.
8970         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8972         LIBC_SLIBDIR_RTLDDIR.
8973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8974         Regenerated.
8975         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8976         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8977         file.
8978         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8979         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8980         file.
8981         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8982         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8983         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8984         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8986         * sysdeps/aarch64/shlib-versions: Move to ...
8987         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8988         * sysdeps/alpha/shlib-versions: Move to ...
8989         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8990         * sysdeps/arm/shlib-versions: Move to ...
8991         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8992         * sysdeps/hppa/shlib-versions: Move all contents except for
8993         libgcc_s entry to ...
8994         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8995         entry from ...
8996         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8997         * sysdeps/ia64/shlib-versions: Move to ...
8998         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8999         entry from ...
9000         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9001         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9002         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9003         * sysdeps/microblaze/shlib-versions: Move to ...
9004         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9005         * sysdeps/mips/shlib-versions: Move to ...
9006         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9007         entry from ...
9008         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9009         * sysdeps/tile/shlib-versions: Move to ...
9010         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9011         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9012         from ...
9013         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9014         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9015         entry from ...
9016         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9018 2014-07-17  Will Newton  <will.newton@linaro.org>
9020         * sysdeps/arm/bits/atomic.h
9021         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9022         (__arch_compare_and_exchange_bool_16_int): Likewise.
9023         (__arch_compare_and_exchange_bool_64_int): Likewise.
9025         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9026         into an #else block.
9028 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9030         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9031         just Linux configurations.  Test empirically that the compiler sets
9032         __ARM_EABI__, rather than using the tuple to decide.
9033         * sysdeps/arm/preconfigure: Regenerated.
9034         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9035         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9036         contents appended ...
9037         * sysdeps/arm/configure.ac: ... here.
9038         * sysdeps/arm/configure: Regenerated.
9040 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9042         * nptl/pthread_kill.c: New file.
9043         * nptl/pthread_sigmask.c: New file.
9044         * nptl/pthread_sigqueue.c: New file.
9046         * sysdeps/nptl/lowlevellock.h: New file.
9047         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9048         * sysdeps/nptl/lowlevellock-futex.h: New file.
9050         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9051         Remove dead declarations.
9053 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9055         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9056         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9057         config-cflags-avx2.
9058         * sysdeps/x86_64/configure.ac: Likewise.
9059         * sysdeps/i386/configure: Regenerated.
9060         * sysdeps/x86_64/configure: Likewise.
9061         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9062         memset-avx2 only if config-cflags-avx2 is yes.
9063         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9064         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9065         defined.
9066         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9067         only if HAVE_AVX2_SUPPORT is defined.
9068         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9070 2014-07-14  Alan Modra  <amodra@gmail.com>
9072         [BZ #17153]
9073         * elf/elf.h (DT_PPC64_NUM): Correct value.
9074         * NEWS: Add to fixed bug list.
9076 2014-07-13  Jim Meyering  <meyering@fb.com>
9078         [BZ 17150]
9079         regex: don't deref NULL upon heap allocation failure
9080         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9081         failure in one more place.
9082         To trigger the segfault, configure grep -with-included-regex,
9083         build it, and run these commands:
9084         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9086 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9088         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9090 2014-07-11  Richard Henderson  <rth@redhat.com>
9092         * sysdeps/aarch64/libm-test-ulps: Update.
9094 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9096         [BZ #17135]
9097         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9098         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9099         (__nptl_setxid): Initialize error member.  Call
9100         __nptl_setxid_error.
9101         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9102         * nptl/descr.h (struct xid_command): Add error member.
9103         * nptl/tst-setuid3.c: New file.
9104         * nptl/Makefile (tests): Add it.
9106 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9108         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9109         New define.
9110         (__lll_trylock): Use __lll_base_trylock.
9111         (__lll_cond_trylock): Likewise.
9113 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9115         * nptl/pthread_create.c (start_thread): Use atomic_or and
9116         lll_futex_wake directly rather than lll_robust_dead.
9117         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9118         (lll_robust_dead): Macro removed.
9119         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9120         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9121         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9122         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9123         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9124         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9125         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9126         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9127         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9128         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9129         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9130         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9131         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9132         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9133         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9135         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9136         Use atomic_compare_and_exchange_val_acq directly rather than
9137         lll_robust_trylock.
9138         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9139         (__lll_robust_trylock, lll_robust_trylock): Removed.
9140         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9141         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9142         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9143         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9144         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9145         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9146         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9147         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9148         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9149         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9150         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9151         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9152         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9153         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9155 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9157         * manual/locale.texi (Locale Names): New section documenting
9158         locale name syntax.  Adjust menu and node chaining accordingly.
9159         (Choosing Locale): Reference Locale Names, Locale Categories.
9160         Mention setting LC_ALL=C.  Reflect that name syntax is now
9161         documented.
9162         (Locale Categories): New section title.  Reference Locale Names.
9163         LC_ALL is an environment variable, but not a category.
9164         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9165         description, now in Locale Name.  Reference that section.  Locale
9166         name syntax is now documented.
9168 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9170         [BZ #17137]
9171         * locale/findlocale.c (name_present, valid_locale_name): New
9172         functions.
9173         (_nl_find_locale): Use the loc_name variable to store name
9174         candidates.  Call name_present and valid_locale_name to check and
9175         validate locale names.  Return an error if the locale is invalid.
9177 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9179         * locale/setlocale.c (setlocale): Use strdup for allocating
9180         composite name copy.
9182 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9184         Sync up with gnulib.
9185         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9186         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9187         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9188         and _GL_ARG_NONNULL.
9189         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9190         [!_LIBC]: Include code for Windows and Cygwin.
9191         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9192         Include prototype for int strerror_r.
9193         [!_LIBC] (is_open): New function.
9194         (flush_stdout): New function.
9195         (print_errno_message): Use it.
9196         (error): Likewise.
9197         (error_at_line): Likewise.
9198         (error_tail) Add function attribute macros.  Use
9199         __builtin_expect.
9201         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9203         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9205         * io/ftw.c: Include sys/param.h unconditionally.
9207         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9209         [BZ #17125]
9210         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9211         libc_freeres_ptr.
9212         (freecache): New function to free CACHE on exit.
9214         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9215         initialization.
9217 2014-07-09  David S. Miller  <davem@davemloft.net>
9219         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9221         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9222         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9223         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9224         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9225         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9226         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9227         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9228         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9229         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9230         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9231         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9232         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9233         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9235 2014-07-09  Andreas Schwab  <schwab@suse.de>
9237         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9238         output.
9239         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9240         (do_test): Likewise.
9242         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9244 2014-07-09  Will Newton  <will.newton@linaro.org>
9246         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9247         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9248         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9249         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9250         * sysdeps/hppa/start.S (_start): Likewise.
9252 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9254         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9256         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9257         defined.
9259 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9261         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9262         after checking that it is non-NULL.
9264         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9266 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9268         * sysdeps/powerpc/memmove.c: Remove file.
9269         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9270         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9271         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9272         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9273         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9274         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9275         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9276         string memmove instead of removed powerpc one.
9278         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9279         [weak_alias]: Fix compiler warning due trailing data.
9280         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9281         [weak_alias]: Likewise.
9282         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9283         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9285         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9286         (__libc_ifunc_impl_list): Add memmove functions.
9288 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9290         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9291         Remove code.
9292         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9293         Likewise
9294         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9295         Likewise
9296         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9297         Likewise
9298         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9299         Likewise
9300         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9301         Likewise
9302         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9303         Likewise
9304         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9305         Likewise
9306         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9307         Likewise
9308         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9309         Likewise
9310         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9311         Likewise
9312         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9313         Likewise
9314         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9315         Likewise
9316         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9317         Likewise
9318         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9319         Likewise
9320         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9321         Likewise
9322         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9323         Likewise
9325 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9327         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9328         to avoid alignment traps in non-cacheable memory.
9329         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9331         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9332         multiarch objects.
9333         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9334         file: multiarch power7 memmove.
9335         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9336         multiarch default memmove.
9337         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9338         multiarch memove for powerpc32/power4.
9340         * string/bcopy.c: Use full path to include memmove.c.
9341         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9342         multiarch objects.
9343         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9344         bcopy for powerpc64.
9345         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9346         bcopy for powerpc64.
9347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9348         and memmove implementations.
9349         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9350         optimized multiarch memmove for POWER7/powerpc64.
9351         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9352         default multiarch memmove for powerpc64.
9353         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9354         multiarch for powerpc64.
9355         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9356         for POWER7/powerpc64.
9357         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9358         memmove for POWER7/powerpc64.
9360         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9361         glibc default one.
9363         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9364         __ELF_NATIVE_CLASS equal to 64.
9366 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9368         * sysdeps/nptl/lowlevellock.h: File removed.
9370         * NEWS: NPTL is no longer an add-on!
9371         * nptl/internaltypes.h: Moved ...
9372         * sysdeps/nptl/internaltypes.h: ... here.
9373         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9374         * sysdeps/nptl/fork.c: Likewise.
9375         * sysdeps/nptl/gai_misc.h: Likewise.
9376         * sysdeps/nptl/librt-cancellation.c: Likewise.
9377         * sysdeps/nptl/jmp-unwind.c: Likewise.
9378         * sysdeps/nptl/setxid.h: Likewise.
9379         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9380         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9381         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9382         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9383         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9384         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9385         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9386         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9387         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9388         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9389         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9390         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9391         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9392         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9393         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9394         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9395         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9396         * nptl/Makeconfig: Moved ...
9397         * sysdeps/nptl/Makeconfig: ... here.
9398         * nptl/configure: File removed.
9399         * nptl/ANNOUNCE: File removed.
9400         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9401         * sysdeps/unix/sysv/linux/configure: Regenerated.
9403         * nptl/Makefile (routines): Add libc_pthread_init,
9404         libc_multiple_threads, register-atfork and unregister-atfork.
9405         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9406         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9407         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9408         pthread-pi-defines.sym, structsem.sym.
9409         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9410         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9411         [$(subdir) = nptl] (tests): Add tst-setgetname.
9412         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9413         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9414         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9415         [!LIBC_SIGACTION]: Remove aliases.
9416         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9417         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9418         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9419         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9420         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9421         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9422         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9423         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9424         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9425         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9426         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9427         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9428         __libc_allocate_rtsig_private.
9429         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9430         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9431         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9432         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9433         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9434         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9435         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9436         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9437         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9438         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9439         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9440         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9441         * nptl/internaltypes.h: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9443         * sysdeps/nptl/jmp-unwind.c: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9445         * nptl/libc-lowlevellock.c: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9447         * nptl/libc_multiple_threads.c: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9449         * nptl/libc_pthread_init.c: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9451         * nptl/lowlevelbarrier.sym: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9453         * nptl/lowlevelcond.sym: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9455         * nptl/lowlevellock.c: ... here.
9456         * nptl/lowlevellock.h: Moved ...
9457         * sysdeps/nptl/lowlevellock.h: ... here.
9458         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9459         * nptl/lowlevelrobustlock.c: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9461         * nptl/lowlevelrobustlock.sym: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9463         * nptl/lowlevelrwlock.sym: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9465         * nptl/pt-fork.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9467         * nptl/pthread-pi-defines.sym: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9469         * nptl/pthread_attr_getaffinity.c: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9471         * nptl/pthread_attr_setaffinity.c: ... here.
9472         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9473         * nptl/pthread_mutex_cond_lock.c: ... here.
9474         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9475         Update #include.
9476         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9477         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9478         * nptl/pthread_once.c: ... here, replacing old file.
9479         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9480         * nptl/pthread_yield.c: ... here.
9481         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9482         * nptl/register-atfork.c: ... here.
9483         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9484         * nptl/sem_post.c: ... here.
9485         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9486         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9487         * nptl/sem_timedwait.c: ... here.
9488         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9489         * nptl/sem_trywait.c: ... here.
9490         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9491         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9492         * nptl/sem_wait.c: ... here.
9493         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9494         * nptl/structsem.sym: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9496         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9497         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9498         * nptl/unregister-atfork.c: ... here.
9499         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9500         * nptl/unwindbuf.sym: ... here.
9501         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9502         * sysdeps/nptl/fork.c: ... here.
9503         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9504         * sysdeps/nptl/fork.h: ... here.
9505         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9506         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9507         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9509         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9510         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9511         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9512         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9513         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9514         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9515         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9516         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9517         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9518         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9519         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9520         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9521         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9522         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9523         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9525         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9526         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9527         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9528         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9529         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9531         * sysdeps/unix/sysv/linux/raise.c: ... here.
9532         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9533         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9534         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9535         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9536         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9537         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9539         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9540         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9541         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9542         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9543         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9545         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9546         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9548 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9550         * sysdeps/generic/memcopy.h: Add comment for
9551         MEMCPY_OK_FOR_FWD_MEMMOVE.
9553 2014-07-04  Will Newton  <will.newton@linaro.org>
9555         * string/memchr.c: Merge from gnulib.
9556         [_LIBC]: Remove conditionals.
9557         (__ptr_t): Remove define.
9558         (LONG_MAX_32_BITS): Likewise.
9559         (LONG_MAX): Likewise.
9560         (MEMCHR): Use ANSI prototype and optimize algorithm.
9562         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9564 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9566         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9567         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9569         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9570         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9571         in a bare environment with no <stdlib.h> installed.
9572         * sysdeps/nptl/configure: Regenerated.
9574         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9576         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9577         AC_EGREP_CPP for kernel header checks, so they only succeed if
9578         including <linux/version.h> actually works right.
9579         * sysdeps/unix/sysv/linux/configure: Regenerated.
9581         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9582         value so it's not diagnosed as unused.
9584         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9585         thing) with "ifeq ($(subdir),rt)".
9587 2014-07-03  Richard Henderson  <rth@redhat.com>
9589         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9590         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9591         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9593         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9594         (math_force_eval): New.
9596         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9597         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9599         * sysdeps/alpha/fpu/s_round.c: Remove file.
9600         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9602         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9603         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9604         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9605         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9606         (_dl_start, print_statistics): Likewise.
9607         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9608         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9610         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9611         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9612         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9613         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9614         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9615         (HP_SMALL_TIMING_AVAIL): Define.
9616         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9617         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9618         (HP_SMALL_TIMING_AVAIL): Define.
9619         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9620         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9622         * sysdeps/aarch64/hp-timing.h: New file.
9624         * sysdeps/generic/hp-timing.h: Remove dead comment.
9625         * sysdeps/generic/hp-timing-common.h: New file.
9626         * sysdeps/alpha/hp-timing.h: Include it.
9627         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9628         * sysdeps/i386/i686/hp-timing.h: Likewise.
9629         * sysdeps/ia64/hp-timing.h: Likewise.
9630         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9631         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9632         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9633         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9634         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9635         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9636         (hp_timing_t): New.
9638         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9639         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9640         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9641         * elf/rtld.c (_dl_start_final): Likewise.
9642         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9643         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9644         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9645         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9646         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9647         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9648         (HP_TIMING_DIFF_INIT): Remove.
9649         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9650         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9651         (HP_TIMING_DIFF_INIT): Remove.
9652         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9653         * sysdeps/i386/i686/hp-timing.c: Remove file.
9654         * sysdeps/x86_64/hp-timing.c: Remove file.
9655         * sysdeps/ia64/hp-timing.c: Remove file.
9656         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9657         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9658         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9659         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9661         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9662         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9663         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9664         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9665         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9666         (HP_TIMING_ACCUM): Remove.
9667         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9668         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9669         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9671         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9672         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9673         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9674         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9675         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9676         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9677         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9678         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9680         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9682 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9684         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9686 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9688         Sync up with gettext.
9689         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9690         [_MSC_VER]: Include malloc.h
9691         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9692         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9693         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9694         TEMP_FAILURE_RETRY.  Cast return of alloca.
9695         [!_LIBC] Call gl_rwlock_init.
9696         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9698 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9700         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9701         before checking its value.
9703 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9705         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9707         * debug/memcpy_chk.c: Don't include pagecopy.h.
9708         * debug/mempcpy_chk.c: Likewise.
9709         * string/memcpy.c: Likewise.
9710         * string/memmove.c: Likewise.
9711         * sysdeps/powerpc/memmove.c: Likewise.
9712         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9713         definition of PAGE_COPY_FWD_MAYBE here...
9714         * sysdeps/generic/pagecopy.h: ... from here.
9715         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9717 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9718             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9720         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9722         optimizations.
9723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9724         (__libc_ifunc_impl_list): Likewise.
9725         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9726         multiarch strcat for PPC64.
9727         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9728         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9730 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9732         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9734 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9736         * intl/loadmsgcat.c: Remove declaration of
9737         get_sysdep_segment_value.
9738         (get_sysdep_segment_value): Use ISO C style.
9739         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9740         semicolon.  Fix typo and formatting in comment.
9741         (_nl_unload_domain): Use ISO C style.
9743         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9745 2014-07-02  Will Newton  <will.newton@linaro.org>
9747         * malloc/obstack.c: Merge from gnulib master.
9748         [HAVE_CONFIG_H]: Remove conditional code.
9749         [!_LIBC]: Include config.h.
9750         [!ELIDE_CODE]: Don't include inttypes.h, include
9751         stdint.h unconditionally.
9752         (print_and_abort): Mark as _Noreturn.
9753         (_obstack_allocated_p): Mark as __attribute_pure__.
9754         (obstack_free): Rename to __obstack_free.
9755         [!__attribute__]: Remove conditional code.
9756         * malloc/obstack.h: Merge from gnulib master.
9757         [__cplusplus]: Move conditional down.
9758         [!__attribute_pure__]: Define __attribute_pure__ here
9759         if it is not already defined.
9760         (_obstack_memory_used): Mark as __attribute_pure__.
9761         [!__obstack_free]: Define as obstack_free.
9762         [__GNUC__]: Remove check for ancient NeXT gcc.
9764 2014-07-02  Will Newton  <will.newton@linaro.org>
9765             Paul Eggert  <eggert@cs.ucla.edu>
9767         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9769 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9771         * resolv/gethnamaddr.c: Add comment warning that the file is
9772         not maintained.
9774 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9776         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9777         entries.
9779         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9780         entry for aio_cancel and aio_cancel64.
9781         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9782         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9783         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9784         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9785         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9786         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9787         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9788         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9789         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9790         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9791         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9792         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9793         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9795 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9797         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9798         * nptl/pthread_mutex_lock.c: Likewise.
9799         * nptl/pthread_mutex_timedlock.c: Likewise.
9800         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9802 2014-07-01  Richard henderson  <rth@redhat.com>
9804         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9805         (__isnan, __isnanl): Remove.
9806         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9808         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9810 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9812         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9814 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9816         * resolv/nss_dns/dns-host.c (getanswer_r)
9817         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9819 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9821         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9822         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9823         undefine.
9824         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9825         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9827 2014-07-01  Roland McGrath <roland@hack.frob.com>
9829         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9830         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9832         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9833         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9835         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9836         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9837         ... here.
9838         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9839         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9841         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9842         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9843         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9844         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9846         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9847         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9848         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9849         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9850         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9851         Moved ...
9852         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9853         ... here.
9854         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9855         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9868         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9874         ... here.
9875         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9876         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9877         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9878         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9879         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9880         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9881         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9882         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9884 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9886         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9887         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9888         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9889         Add sysdep.
9891 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9893         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9895 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9897         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9898         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9900         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9902         * sysdeps/arm/libm-test-ulps: Regenerated.
9904 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9905             Roland McGrath <roland@hack.frob.com>
9907         * test-skeleton.c (signal_handler): Kill the whole process group
9908         before killing the child individually.
9909         (main): Report any failure on `setpgid'.
9911 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9913         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9914         from _TLS_H to _ARM_NPTL_TLS_H.
9915         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9916         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9918 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9920         [BZ #16539]
9921         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9922         (__expm1l): Return argument unchanged when small but not
9923         subnormal.
9925         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9926         include macro name.
9927         (_FP_UNPACK_RAW_1_P): Likewise.
9928         (_FP_PACK_RAW_1): Likewise.
9929         (_FP_PACK_RAW_1_P): Likewise.
9930         (_FP_MUL_MEAT_1_wide): Likewise.
9931         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9932         (_FP_MUL_MEAT_1_hard): Likewise.
9933         (_FP_DIV_MEAT_1_imm): Likewise.
9934         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9935         (_FP_DIV_MEAT_1_udiv): Likewise.
9936         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9937         (_FP_UNPACK_RAW_2): Likewise.
9938         (_FP_UNPACK_RAW_2_P): Likewise.
9939         (_FP_PACK_RAW_2): Likewise.
9940         (_FP_PACK_RAW_2_P): Likewise.
9941         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9942         (_FP_MUL_MEAT_2_wide): Likewise.
9943         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9944         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9945         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9946         (_FP_MUL_MEAT_2_gmp): Likewise.
9947         (_FP_DIV_MEAT_2_udiv): Likewise.
9948         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9949         (_FP_FRAC_SRL_4): Likewise.
9950         (_FP_FRAC_SRST_4): Likewise.
9951         (_FP_FRAC_SRS_4): Likewise.
9952         (_FP_UNPACK_RAW_4): Likewise.
9953         (_FP_UNPACK_RAW_4_P): Likewise.
9954         (_FP_PACK_RAW_4): Likewise.
9955         (_FP_PACK_RAW_4_P): Likewise.
9956         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9957         (_FP_MUL_MEAT_4_wide): Likewise.
9958         (_FP_MUL_MEAT_4_gmp): Likewise.
9959         (umul_ppppmnnn): Likewise.
9960         (_FP_DIV_MEAT_4_udiv): Likewise.
9961         (__FP_FRAC_ADD_4): Likewise.
9962         (__FP_FRAC_SUB_3): Likewise.
9963         (__FP_FRAC_SUB_4): Likewise.
9964         (__FP_FRAC_DEC_3): Likewise.
9965         (__FP_FRAC_DEC_4): Likewise.
9966         (__FP_FRAC_ADDI_4): Likewise.
9967         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9968         (_FP_FRAC_SRL_8): Likewise.
9969         (_FP_FRAC_SRS_8): Likewise.
9971         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9972         include macro name.
9973         (FP_UNPACK_RAW_EP): Likewise.
9974         (FP_PACK_RAW_E): Likewise.
9975         (FP_PACK_RAW_EP): Likewise.
9976         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9977         (_FP_ISSIGNAN): Likewise.
9978         (_FP_ADD_INTERNAL): Likewise.
9979         (_FP_FMA): Likewise.
9980         (_FP_CMP): Likewise.
9981         (_FP_SQRT): Likewise.
9982         (_FP_TO_INT): Likewise.
9983         (_FP_FROM_INT): Likewise.
9984         (FP_EXTEND): Likewise.
9985         (_FP_DIV_MEAT_N_loop): Likewise.
9987 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9989         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9990         throughout.
9992 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9994         [BZ #17097]
9995         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9996         result with correct sign in case of exponents that produce
9997         overflow except for X very close to 1.
9999 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10001         mktime: merge #if/#ifdef usage from glibc
10002         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10003         as that works with both Glibc's and Gnulib's style.
10004         See thread starting at Siddhesh Poyarekar's bug report at:
10005         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10007 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10009         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10010         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10011         * sysdeps/tile/tilegx/memmove.c: Remove file.
10013 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10015         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10016         abi-name definition.
10017         * scripts/soversions.awk: Do not handle or generate ABI lines.
10018         * shlib-versions: Remove ABI entries.
10019         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10020         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10022 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10024         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10025         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10026         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10027         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10028         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10029         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10030         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10031         Moved ...
10032         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10033         ... here.
10034         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10035         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10036         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10039         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10041         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10042         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10043         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10044         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10045         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10046         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10047         Moved ...
10048         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10051         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10054         Moved ...
10055         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10056         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10057         Moved ...
10058         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10059         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10060         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10061         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10062         Moved ...
10063         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10064         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10065         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10066         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10067         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10068         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10069         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10071         Moved ...
10072         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10073         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10076         Moved ...
10077         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10078         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10079         Moved ...
10080         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10081         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10084         Moved ...
10085         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10086         ... here.
10087         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10088         Identical file removed.
10089         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10090         Moved ...
10091         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10093         Identical file removed.
10094         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10097         Moved ...
10098         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10099         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10100         Identical file removed.
10101         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10102         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10103         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10104         Identical file removed.
10105         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10106         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10107         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10108         Identical file removed.
10109         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10110         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10111         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10112         Identical file removed.
10113         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10114         Moved ...
10115         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10116         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10117         Identical file removed.
10118         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10119         Moved ...
10120         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10122         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10123         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10124         Identical file removed.
10125         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10126         Moved ...
10127         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10128         ... here.
10129         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10130         Identical file removed.
10131         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10132         Moved ...
10133         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10134         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10135         Identical file removed.
10136         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10137         Moved ...
10138         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10139         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10140         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10141         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10142         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10143         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10144         Moved ...
10145         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10146         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10147         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10149         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10150         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10151         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10152         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10153         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10155 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10157         [BZ #17092]
10158         * nscd/nscd.c (monitor_child): Return exit status of child
10159         instead of return value from wait syscall.
10161 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10163         * configure.ac (libc_commonpagesize): Remove variable.
10164         (libc_relro_required): Likewise.
10165         (libc_cv_z_relro): Remove configure test.
10166         * configure: Regenerated.
10167         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10168         variable.
10169         (libc_relro_required): Likewise.
10170         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10171         (libc_relro_required): Likewise.
10172         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10173         (libc_relro_required): Likewise.
10174         * sysdeps/arm/preconfigure: Regenerated.
10175         * sysdeps/ia64/preconfigure: Remove file.
10176         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10177         variable.
10178         (libc_relro_required): Likewise.
10180         [BZ #16561]
10181         [BZ #16562]
10182         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10183         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10184         recompute overflowing results in original rounding mode.
10185         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10186         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10187         recompute overflowing results in original rounding mode.
10188         * sysdeps/ieee754/ldbl-128/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/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10192         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10193         recompute overflowing results in original rounding mode.
10194         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10195         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10196         recompute overflowing results in original rounding mode.
10197         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10198         (libc_feholdsetround_ctx): New macro.
10199         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10200         * sysdeps/i386/fpu/libm-test-ulps: Update.
10201         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10203 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10205         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10206         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10207         corresponding .cpsetup call.
10209 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10211         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10212         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10213         * sysdeps/arm/Makefile [$(subdir) = csu]
10214         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10215         (static-only-routines): Add aeabi_read_tp here.
10216         (shared-only-routines): Add libc-aeabi_read_tp here.
10217         (CFLAGS-libc-start.c): Add -fexceptions here.
10218         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10219         (sysdep_routines, static-only-routines, shared-only-routines):
10220         Don't add to these here.
10221         (CFLAGS-libc-start.c): Likewise.
10223         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10224         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10225         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10226         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10227         * sysdeps/arm/Makefile [$(subdir) = rt]
10228         (librt-sysdep_routines, librt-shared-only-routines):
10229         Append rt-aeabi_unwind_cpp_pr1 here.
10230         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10231         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10232         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10233         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10234         Append nptl-aeabi_unwind_cpp_pr1 here.
10235         (tests): Filter out tst-cleanupx4 here.
10236         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10237         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10238         Don't do those here.
10240 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10242         * scripts/list-sources.sh: Do not handle ports specially.
10244 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10246         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10247         * sysdeps/arm/feupdateenv.c: Likewise.
10249         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10251 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10253         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10254         trailing whitespace removed.
10255         * scripts/config.guess: Update to version 2014-03-23.
10256         * scripts/config.sub: Update to version 2014-05-01
10257         * scripts/install-sh: Update to version 2013-12-25.23.
10258         * scripts/move-if-change: Update from gnulib.
10260 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10262         * debug/memmove_chk.c: Remove pagecopy.h include.
10264 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10266         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10267         identical to gnulib mktime.
10269 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10271         * configure.ac: Do not test for machine being rs6000.  Do not test
10272         for powerpc*-*soft.
10273         * configure: Regenerated.
10275         [BZ #11505]
10276         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10277         test.
10278         * configure: Regenerated.
10279         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10280         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10281         Remove configure test.
10282         * sysdeps/arm/configure: Regenerated.
10283         * sysdeps/nptl/configure.ac: Do not check
10284         libc_cv_asm_cfi_directives.
10285         * sysdeps/nptl/configure: Regenerated.
10286         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10287         * sysdeps/x86_64/nptl/configure: Remove generated file.
10288         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10289         unconditional.
10290         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10292 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10294         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10295         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10296         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10297         it is defined.
10299         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10300         instead of whether it is defined.
10301         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10302         * sysdeps/hppa/dl-machine.h: Likewise.
10303         * sysdeps/ia64/dl-machine.h: Likewise.
10304         * sysdeps/m68k/dl-machine.h: Likewise.
10305         * sysdeps/microblaze/dl-machine.h: Likewise.
10306         * sysdeps/mips/dl-machine.: Likewise.
10307         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10308         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10309         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10310         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10311         * sysdeps/sh/dl-machine.h: Likewise.
10312         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10313         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10314         * sysdeps/tile/dl-machine.h: Likewise.
10315         * sysdeps/x86_64/dl-machine.h: Likewise.
10317         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10318         code.
10319         (verify_persistent_db): Likewise.
10321 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10323         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10324         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10326         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10328         Moved ...
10329         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10330         ... here.
10331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10332         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10334         Identical file removed.
10335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10336         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10338         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10340         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10342         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10343         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10344         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10345         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10346         Moved ...
10347         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10349         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10353         Moved ...
10354         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10356         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10358         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10360         Identical file removed.
10361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10362         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10364         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10366         Moved ...
10367         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10368         ... here.
10369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10370         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10372         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10374         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10375         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10376         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10378         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10380         Moved ...
10381         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10383         Moved ...
10384         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10386         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10388         Moved ...
10389         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10391         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10393         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10394         folded into ...
10395         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10396         * sysdeps/unix/sysv/linux/s390/Versions
10397         (libpthread: GLIBC_2.19): New version set.
10398         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10399         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10400         (librt: GLIBC_2.3.3): New version set.
10401         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10402         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10403         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10404         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10405         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10406         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10407         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10408         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10409         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10410         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10411         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10412         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10413         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10414         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10415         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10416         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10417         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10418         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10419         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10420         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10421         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10422         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10423         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10424         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10425         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10426         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10427         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10428         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10429         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10431         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10432         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10433         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10435         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10436         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10437         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10439         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10441         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10442         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10443         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10445         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10448         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10449         (__libc_vfork): Define the function under this name.
10450         [!NOT_IN_libc] (__vfork): Make this an alias.
10451         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10452         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10453         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10454         (__libc_vfork): Define the function under this name.
10455         [!NOT_IN_libc] (__vfork): Make this an alias.
10456         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10457         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10458         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10459         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10460         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10461         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10463         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10464         code that was previously under [RESET_PID].
10465         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10466         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10467         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10469         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10470         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10471         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10472         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10473         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10474         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10475         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10476         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10477         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10478         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10479         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10480         Moved ...
10481         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10482         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10483         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10489         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10505         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10506         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10507         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10508         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10509         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10511 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10513         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10514         that was previously under [RESET_PID].
10515         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10517 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10519         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10520         not undefine and redefine.
10521         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10522         [O_CLOEXEC]: Make code unconditional.
10523         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10524         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10525         <kernel-features.h>.
10526         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10527         conditional variable definition.
10528         (shm_open) [O_CLOEXEC]: Make code unconditional.
10529         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10530         code.
10532         * configure.ac (USE_REGPARMS): Don't define here.
10533         * configure: Regenerated.
10534         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10535         * sysdeps/i386/configure: Regenerated.
10537         * nptl/createthread.c: Don't include kernel-features.h.
10538         * nptl/pthread_cancel.c: Likewise.
10539         * nptl/pthread_condattr_setclock.c: Likewise.
10540         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10541         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10542         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10543         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10544         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10545         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10546         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10547         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10548         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10549         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10550         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10551         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10552         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10553         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10554         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10555         * nscd/gai.c: Likewise.
10556         * nss/nss_db/db-open.c: Likewise.
10557         * sysdeps/generic/ldsodefs.h: Likewise.
10558         * sysdeps/sh/nptl/tls.h: Likewise.
10559         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10560         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10561         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10562         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10563         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10564         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10565         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10566         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10567         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10568         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10569         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10570         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10571         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10572         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10573         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10574         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10575         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10576         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10577         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10578         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10579         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10580         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10581         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10582         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10583         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10584         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10585         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10586         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10587         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10588         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10589         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10590         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10591         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10592         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10593         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10594         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10595         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10596         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10597         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10598         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10599         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10600         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10601         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10602         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10603         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10604         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10605         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10606         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10607         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10608         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10609         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10610         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10611         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10612         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10613         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10614         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10615         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10616         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10639         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10640         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10641         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10642         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10643         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10644         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10645         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10646         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10647         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10648         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10649         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10650         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10651         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10652         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10653         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10654         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10655         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10656         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10657         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10658         * sysdeps/unix/sysv/linux/system.c: Likewise.
10659         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10660         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10661         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10662         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10663         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10664         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10665         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10667         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10668         * configure: Regenerated.
10669         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10671         * configure.ac (base_machine): Do not set specially for particular
10672         machines here.
10673         * configure: Regenerated.
10674         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10675         settings from configure.ac.
10676         * sysdeps/i386/preconfigure: New file.
10677         * sysdeps/s390/preconfigure: Likewise.
10678         * sysdeps/sh/preconfigure: Likewise.
10679         * sysdeps/sparc/preconfigure: Likewise.
10681 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10683         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10684         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10685         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10686         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10687         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10688         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10689         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10690         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10691         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10692         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10693         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10694         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10695         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10696         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10697         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10698         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10699         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10700         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10701         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10703         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10704         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10705         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10706         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10707         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10708         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10709         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10710         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10711         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10712         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10713         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10714         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10715         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10716         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10717         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10718         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10719         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10720         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10721         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10722         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10723         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10724         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10725         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10726         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10727         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10728         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10729         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10730         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10731         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10732         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10733         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10734         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10735         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10736         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10737         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10738         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10739         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10740         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10742         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10743         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10745         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10747         Moved ...
10748         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10749         ... here.
10750         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10751         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10752         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10753         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10754         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10755         Moved ...
10756         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10758         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10760         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10762         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10764         Moved ...
10765         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10766         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10767         Moved ...
10768         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10769         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10770         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10771         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10772         Moved ...
10773         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10774         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10775         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10777         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10778         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10779         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10781         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10783         Moved ...
10784         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10785         ... here.
10786         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10787         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10788         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10789         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10791         Moved ...
10792         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10794         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10796         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10798         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10800         Moved ...
10801         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10802         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10803         Moved ...
10804         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10805         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10806         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10807         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10808         Moved ...
10809         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10810         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10811         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10812         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10813         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10815 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10817         * timezone/checktab.awk: Update from tzcode 2014e.
10818         * timezone/private.h: Likewise.
10819         * timezone/tzfile.h: Likewise.
10820         * timezone/zdump.c: Likewise.
10821         * timezone/zic.c: Likewise.
10823         * sysdeps/unix/sysv/linux/kernel-features.h
10824         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10825         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10826         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10827         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10828         Remove conditional code.
10830 2014-06-25  Will Newton  <will.newton@linaro.org>
10832         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10833         (_dl_arm_cap_flags): Add HWCAP2 values.
10834         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10835         (_DL_HWCAP_COUNT): Increase to 37.
10836         (_DL_HWCAP_LAST): New define.
10837         (_DL_HWCAP2_LAST): New define.
10838         (_dl_procinfo): Add support for printing
10839         AT_HWCAP2 entries.
10840         (_dl_string_hwcap): Use _dl_hwcap_string.
10842 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10846 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10848         * README: Do not mention ports directory.
10850         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10851         Remove macro.
10852         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10853         <kernel-features.h>.
10854         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10855         conditional variable definition.
10856         (__futimes): Update comment.
10857         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10858         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10860         [BZ #16560]
10861         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10862         arguments close to 0.
10863         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10864         Likewise.
10865         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10866         Likewise.
10867         * math/auto-libm-test-in: Add more tests of exp10.
10868         * math/auto-libm-test-out: Regenerated.
10869         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10871         * sysdeps/unix/sysv/linux/kernel-features.h
10872         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10873         * sysdeps/unix/sysv/linux/readv.c: Do not include
10874         <kernel-features.h>.
10875         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10876         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10877         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10878         unconditional.
10879         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10880         conditional code.
10881         * sysdeps/unix/sysv/linux/writev.c: Do not include
10882         <kernel-features.h>.
10883         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10884         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10885         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10886         unconditional.
10887         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10888         conditional code.
10890 2014-06-25  Will Newton  <will.newton@linaro.org>
10892         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10893         comment changes throughout the file.  Remove checks
10894         for HAVE_*_H definitions that are not required.
10895         (__gen_tempname): Call abort if an unknown kind value is
10896         passed.
10898 2014-06-25  Andreas Schwab  <schwab@suse.de>
10900         [BZ #17086]
10901         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10902         scalbln, scalblnf, scalblnl in libc.
10904 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10906         [BZ #17086]
10907         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10908         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10909         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10911 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10913         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10914         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10915         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10916         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10917         Update #include.
10918         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10919         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10920         Update #include.
10921         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10922         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10923         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10924         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10925         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10926         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10927         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10928         * sysdeps/x86/bits/semaphore.h: ... here.
10929         * sysdeps/x86/nptl/elide.h: Moved ...
10930         * sysdeps/x86/elide.h: ... here.
10931         * sysdeps/x86_64/nptl/Implies: File removed.
10932         * sysdeps/i386/nptl/Implies: File removed.
10934 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10936         [BZ #16539]
10937         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10938         return the argument for normal arguments with exponent below -64.
10939         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10940         Likewise.
10941         * math/auto-libm-test-in: Add another test of expm1.
10942         * math/auto-libm-test-out: Regenerated.
10944         [BZ #16287]
10945         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10946         calling __erfcl for arguments at least 16.
10947         * math/auto-libm-test-in: Add more tests of erf.
10948         * math/auto-libm-test-out: Regenerated.
10950         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10951         individual architectures.
10952         * sysdeps/unix/sysv/linux/configure: Regenerated.
10953         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10954         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10955         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10956         (ldd_rewrite_script): Define variable.
10957         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10959         file.
10960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10961         generated file.
10962         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10963         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10964         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10965         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10966         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10967         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10968         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10969         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10971 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10973         [BZ #17084]
10974         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10975         Rename member __data.d to __data.__elision_data.
10977 2014-06-24  Wilco  <wdijkstr@arm.com>
10979         * NEWS: Add 16918 to fixed bug list.
10981 2014-06-24  Wilco  <wdijkstr@arm.com>
10983         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10985 2014-06-24  Wilco  <wdijkstr@arm.com>
10987         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10988         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10989         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10990         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10991         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10992         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10993         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10994         Use _FPU_MASK_RM.
10996 2014-06-24  Wilco  <wdijkstr@arm.com>
10998         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11000 2014-06-24  Wilco  <wdijkstr@arm.com>
11002         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11003         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11004         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11005         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11007 2014-06-24  Wilco  <wdijkstr@arm.com>
11009         [BZ #16918]
11010         * sysdeps/arm/feupdateenv.c (feupdateenv):
11011         Rewrite to reduce FPSCR accesses and fix return value.
11013 2014-06-24  Wilco  <wdijkstr@arm.com>
11015         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11016         Optimize to avoid unnecessary FPSCR writes.
11017         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11018         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11019         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11020         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11022 2014-06-24  Wilco  <wdijkstr@arm.com>
11024         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11025         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11026         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11027         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11028         Call libc_fetestexcept_vfp.
11029         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11030         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11031         __SOFTFP__ ifdef so that they can be built for softfp.
11033 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11035         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11036         argument type signed char.
11038         * Makerules (check-abi): Dump diff of symlist if the test
11039         fails.
11041 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11043         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11044         using abort.
11046         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11047         Remove unused variable ST.
11049 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11051         [BZ #16354]
11052         [BZ #17061]
11053         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11054         small arguments before calling __expm1.
11055         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11056         small arguments before calling __expm1f.
11057         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11058         small arguments before calling __expm1l.
11059         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11060         Likewise.
11061         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11062         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11063         spurious underflow for some cosh tests.
11064         * math/auto-libm-test-out: Regenerated.
11065         * sysdeps/i386/fpu/libm-test-ulps: Update.
11067         [BZ #17050]
11068         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11069         (__ieee754_y1): Set errno if return value overflows.
11070         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11071         (__ieee754_y1f): Set errno if return value overflows.
11072         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11073         (__ieee754_y1l): Set errno if return value overflows.
11074         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11075         (__ieee754_y1l): Set errno if return value overflows.
11076         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11077         * math/auto-libm-test-out: Regenerated.
11079         * math/gen-auto-libm-tests.c: Document use of
11080         ignore-zero-inf-sign.
11081         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11082         (input_flags): Add ignore-zero-inf-sign.
11083         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11084         * math/gen-libm-test.pl (generate_testfile): Handle
11085         ignore-zero-inf-sign.
11086         * math/auto-libm-test-in: Mark some cpow tests with
11087         ignore-zero-inf-sign and some with xfail-rounding.
11088         * math/auto-libm-test-out: Regenerated.
11089         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11090         * sysdeps/i386/fpu/libm-test-ulps: Update.
11091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11093         [BZ #16315]
11094         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11095         overflowing or underflowing operations take place with sign of
11096         result.
11097         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11098         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11099         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11100         (__ieee754_pow): Recompute overflowing and underflowing results in
11101         original rounding mode.
11102         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11103         (__powl_helper): Allow negative argument X and scale negated value
11104         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11105         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11106         overflowing or underflowing operations take place with sign of
11107         result.
11108         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11109         Include <math.h>.
11110         * math/auto-libm-test-in: Add more tests of pow.
11111         * math/auto-libm-test-out: Regenerated.
11112         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11113         (pow_tonearest_test_data): Remove.
11114         (pow_test_tonearest): Likewise.
11115         (pow_towardzero_test_data): Likewise.
11116         (pow_test_towardzero): Likewise.
11117         (pow_downward_test_data): Likewise.
11118         (pow_test_downward): Likewise.
11119         (pow_upward_test_data): Likewise.
11120         (pow_test_upward): Likewise.
11121         (main): Don't call removed functions.
11122         * sysdeps/i386/fpu/libm-test-ulps: Update.
11123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11125 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11128         Moved ...
11129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11131         Moved ...
11132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11134         Moved ...
11135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11137         Moved ...
11138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11140         File removed.
11141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11142         File removed.
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11144         File removed.
11145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11146         File removed.
11147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11148         File removed.
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11150         File removed.
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11152         File removed.
11153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11154         File removed.
11155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11156         File removed.
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11158         File removed.
11159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11160         File removed.
11161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11162         File removed.
11163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11164         Moved ...
11165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11167         Moved ...
11168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11169         ... here.
11170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11171         Moved ...
11172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11174         Moved ...
11175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11177         Moved ...
11178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11180         Moved ...
11181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11183         Moved ...
11184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11186         Moved ...
11187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11189         Moved ...
11190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11193         ... here.
11194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11195         Moved ...
11196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11198         Moved ...
11199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11200         ... here.
11201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11202         Moved ...
11203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11204         ... here.
11205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11206         Moved ...
11207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11208         ... here.
11209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11210         Moved ...
11211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11213         Moved ...
11214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11218         Moved ...
11219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11220         ... here.
11221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11222         Moved ...
11223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11224         ... here.
11225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11226         Moved ...
11227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11229         Moved ...
11230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11232         Moved ...
11233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11235         Moved ...
11236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11238         Moved ...
11239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11240         ... here.
11241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11242         Moved ...
11243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11245         Moved ...
11246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11248         Moved ...
11249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11251         Moved ...
11252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11256         Moved ...
11257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11259         Moved ...
11260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11262         Moved ...
11263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11264         ... here.
11265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11266         Moved ...
11267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11268         ... here.
11269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11270         Moved ...
11271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11272         ... here.
11273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11274         Moved ...
11275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11277         Moved ...
11278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11280         Moved ...
11281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11283         Moved ...
11284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11285         ... here.
11286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11287         Moved ...
11288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11289         ... here.
11290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11291         Moved ...
11292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11293         ... here.
11294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11295         Moved ...
11296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11298         Moved ...
11299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11301 2014-06-23  Will Newton  <will.newton@linaro.org>
11302             Wilco  <wdijkstr@arm.com>
11304         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11305         implementation.  Include get-rounding-mode.h.
11306         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11307         [!libc_feholdsetround_noex_ctx]: Define
11308         libc_feholdsetround_noex_ctx.
11309         [!libc_feholdsetround_noexf_ctx]: Define
11310         libc_feholdsetround_noexf_ctx.
11311         [!libc_feholdsetround_noexl_ctx]: Define
11312         libc_feholdsetround_noexl_ctx.
11313         (libc_feholdsetround_ctx): New function.
11314         (libc_feresetround_ctx): New function.
11315         (libc_feholdsetround_noex_ctx): New function.
11316         (libc_feresetround_noex_ctx): New function.
11318 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11320         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11321         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11322         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11323         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11324         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11325         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11327         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11328         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11329         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11330         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11331         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11332         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11333         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11334         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11335         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11336         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11337         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11338         Moved ...
11339         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11340         ... here.
11341         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11342         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11343         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11344         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11345         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11346         Moved ...
11347         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11348         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11349         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11350         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11351         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11352         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11353         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11354         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11355         Moved ...
11356         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11357         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11358         Moved ...
11359         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11360         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11361         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11362         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11363         Moved ...
11364         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11365         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11366         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11367         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11368         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11369         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11370         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11371         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11372         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11373         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11374         Moved ...
11375         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11376         ... here.
11377         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11378         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11379         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11380         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11382         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11383         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11384         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11385         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11386         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11387         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11388         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11389         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11390         Moved ...
11391         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11392         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11393         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11394         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11395         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11396         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11397         Moved ...
11398         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11399         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11400         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11401         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11402         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11404         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11405         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11406         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11407         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11408         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11409         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11410         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11411         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11412         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11413         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11414         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11415         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11416         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11417         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11418         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11419         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11420         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11421         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11422         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11423         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11424         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11425         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11426         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11427         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11428         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11429         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11430         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11431         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11433 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11435         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11436         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11437         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11438         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11439         (IPV6_PMTUDISC_INTERFACE): Likewise.
11440         (IPV6_PMTUDISC_OMIT): Likewise.
11442 2014-06-23  Andreas Schwab  <schwab@suse.de>
11444         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11445         Remove unused errout label.
11447 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11449         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11450         macro: hardware supports Vector Crypto instructions.
11452 2014-06-23  Will Newton  <will.newton@linaro.org>
11454         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11455         rather than __builtin_expect.
11457         * elf/dl-lookup.c (undefined_msg): Remove variable.
11458         (_dl_lookup_symbol_x): Replace undefined_msg with string
11459         literal.
11461         * elf/dl-lookup.c (do_lookup_unique): New function.
11462         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11463         to a separate function.
11465 2014-06-23  Andreas Schwab  <schwab@suse.de>
11467         [BZ #17079]
11468         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11469         before reading the next line.
11471 2014-06-23  Will Newton  <will.newton@linaro.org>
11473         * test-skeleton.c (signal_handler): Use printf and %m
11474         rather than perror.  Use printf rather than fprintf to
11475         stderr.  Use puts rather than fputs to stderr.
11476         (main): Likewise.
11478 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11480         * nscd/nscd.c (thread_info_t): Remove typedef.
11481         (thread_info): Remove variable.
11483 2014-06-21  Allan McRae  <allan@archlinux.org>
11485         * NEWS: Mention CVE-2014-4043.
11487 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11489         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11490         * nptl/smp.h: ... here.
11492         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11494         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11495         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11496         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11497         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11499         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11500         * nptl/stack-aliasing.h: New file.
11501         * sysdeps/i386/i686/stack-aliasing.h: New file.
11502         * sysdeps/i386/i686/nptl/Makefile: File removed.
11503         * sysdeps/x86_64/stack-aliasing.h: New file.
11504         * sysdeps/x86_64/nptl/Makefile
11505         (CFLAGS-pthread_create.c): Variable removed.
11507         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11508         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11509         old file.
11510         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11511         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11512         old file.
11514 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11516         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11517         (__ASSUME_SIGFRAME_V2): Remove macro.
11518         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11519         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11520         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11521         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11522         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11523         Declare as function.  Remove conditional macro definitions.
11524         (__default_rt_sa_restorer): Likewise.
11525         (__default_sa_restorer_v1): Remove declaration.
11526         (__default_sa_restorer_v2): Likewise.
11527         (__default_rt_sa_restorer_v1): Likewise.
11528         (__default_rt_sa_restorer_v2): Likewise.
11529         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11530         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11531         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11533 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11535         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11536         (libpthread-routines): Add sysdep.
11537         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11538         * sysdeps/unix/sysv/linux/sparc/Versions
11539         (libpthread: GLIBC_2.3.3): New version set.
11540         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11541         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11542         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11543         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11544         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11545         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11546         Moved ...
11547         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11548         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11549         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11550         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11551         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11552         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11553         * sysdeps/sparc/nptl/sem_init.c: ... here.
11554         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11555         * sysdeps/sparc/nptl/sem_post.c: ... here.
11556         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11557         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11558         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11559         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11560         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11561         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11562         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11563         (libpthread-routines): Add cpu_relax.
11564         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11565         File removed.
11566         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11567         (librt: GLIBC_2.3.3): New version set.
11568         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11569         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11570         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11571         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11573         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11574         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11575         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11576         Moved ...
11577         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11579         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11581         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11582         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11583         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11585         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11586         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11587         Moved ...
11588         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11589         Update #include.
11590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11591         Moved ...
11592         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11593         Update #include.
11594         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11595         Moved ...
11596         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11597         Update #include.
11598         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11599         Moved ...
11600         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11601         Update #include.
11602         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11603         Moved ...
11604         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11605         Update #include.
11606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11607         Moved ...
11608         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11609         Update #include.
11610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11611         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11613         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11615         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11616         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11617         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11618         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11619         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11620         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11621         Moved ...
11622         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11623         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11624         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11625         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11626         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11628 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11630         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11631         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11632         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11633         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11634         * nscd/nscd.c: Likewise.
11635         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11636         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11637         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11638         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11640         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11641         <kernel-features.h>.
11642         (init_mq_netlink): Remove conditional have_sock_cloexec
11643         definitions.  Remove code conditional on have_sock_cloexec < 0.
11644         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11645         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11646         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11647         <kernel-features.h>.
11648         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11649         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11651 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11653         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11654         Add tests for memset_chk and memset.
11656         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11657         with AVX2_Usable.
11659 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11661         [BZ #16046]
11662         * elf/tst-dl-iter-static.c: New file.
11663         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11665         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11666         error.
11668 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11670         * sysdeps/unix/sysv/linux/kernel-features.h
11671         (__ASSUME_F_GETOWN_EX): Remove macro.
11672         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11673         <kernel-features.h>.
11674         (miss_F_GETOWN_EX): Remove variable or macro.
11675         (do_fcntl): Do not check miss_F_GETOWN_EX.
11676         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11678         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11679         Remove macro.
11680         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11681         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11682         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11684         * sysdeps/unix/sysv/linux/kernel-features.h
11685         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11686         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11687         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11688         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11690 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11692         [BZ #17075]
11693         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11694         Fix calculation of the symbol's value.
11695         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11696         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11697         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11698         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11699         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11700         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11701         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11702         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11703         (modules-names): Add `tst-armtlsdescmod',
11704         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11705         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11706         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11707         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11708         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11709         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11710         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11711         ($(objpfx)tst-armtlsdescloc): New dependency.
11712         ($(objpfx)tst-armtlsdescextnow): Likewise.
11713         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11714         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11715         TLS scheme support.
11716         * sysdeps/arm/configure: Regenerate.
11718 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11720         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11721         (__atfct_seterrno_2): Likewise.
11722         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11723         <kernel-features.h>.
11724         (__ASSUME_ATFCTS): Do not undefine and redefine.
11725         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11726         (__have_atfcts): Remove conditional definition.
11727         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11728         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11729         unreachable if [__ASSUME_ATFCTS].
11730         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11731         not undefine and redefine.
11732         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11733         <kernel-features.h>.
11734         (faccessat) [__NR_faccessat]: Make code unconditional.
11735         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11736         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11737         <kernel-features.h>.
11738         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11739         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11740         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11741         <kernel-features.h>.
11742         (fchownat) [__NR_fchownat]: Make code unconditional.
11743         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11744         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11745         <kernel-features.h>.
11746         (futimesat) [__NR_futimesat]: Make code unconditional.
11747         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11748         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11749         <kernel-features.h>.
11750         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11751         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11752         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11753         <kernel-features.h>.
11754         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11755         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11756         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11757         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11758         <kernel-features.h>.
11759         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11760         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11761         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11762         <kernel-features.h>.
11763         (linkat) [__NR_linkat]: Make code unconditional.
11764         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11765         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11766         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11767         <kernel-features.h>.
11768         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11769         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11770         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11771         <kernel-features.h>.
11772         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11773         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11774         * sysdeps/unix/sysv/linux/openat.c: Do not include
11775         <kernel-features.h>.
11776         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11777         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11778         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11779         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11780         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11781         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11782         <kernel-features.h>.
11783         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11784         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11785         result of INLINE_SYSCALL directly, not via int variable.
11786         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11787         <kernel-features.h>.
11788         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11789         (renameat) [__NR_renameat]: Make code unconditional.
11790         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11791         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11792         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11793         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11794         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11795         (__ASSUME_ATFCTS): Do not undefine and redefine.
11796         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11797         <kernel-features.h>.
11798         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11799         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11800         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11801         <kernel-features.h>.
11802         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11803         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11804         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11805         (__ASSUME_ATFCTS): Do not undefine and redefine.
11806         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11807         <kernel-features.h>.
11808         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11809         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11810         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11811         <kernel-features.h>.
11812         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11813         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11815 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11817         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11819 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11821         [BZ #17069]
11822         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11823         constructed tree before returning error.
11824         * posix/bug-regexp36.c: Expand test case.
11826 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11828         [BZ #6803]
11829         * math/libm-test.inc (scalbln_test_date):
11830         Add errno expectations.
11831         * math/w_scalblnf.c: New File.
11832         Add wrapper which checks for setting errno to ERANGE.
11833         Add weak_alias for corresponding scalbln function.
11834         * math/w_scalbln.c: Likewise.
11835         * math/w_scalblnl.c: Likewise.
11836         * math/Makefile (libm-calls): Add w_scalbln.
11837         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11838         Remove weak_alias for corresponding scalbln function.
11839         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11840         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11841         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11842         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11843         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11844         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11845         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11846         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11847         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11848         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11849         Remove long_double_symbol for scalblnl function in libm, libc.
11850         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11851         Add wrapper which checks for setting errno to ERANGE.
11852         Add long_double_symbol for scalblnl function in libm, libc.
11853         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11854         Remove long_double_symbol for scalblnl in libm.
11855         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11856         Add wrapper which checks for setting errno to ERANGE.
11857         Add long_double_symbol for scalblnl function in libm.
11858         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11859         Do not use wrapper because of own implementation.
11861 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11863         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11864         3 bytes for __pad1 for x32.
11865         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11867 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11868             H.J. Lu  <hongjiu.lu@intel.com>
11870         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11871         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11872         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11873         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11874         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11876 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11878         [BZ #17069]
11879         * posix/regcomp.c (parse_expression): Deallocate partially
11880         constructed tree before returning error.
11881         * posix/Makefile.c (tests): Add bug-regex36.
11882         (generated): Add bug-regex36.mtrace.
11883         (tests-special): Add $(objpfx)bug-regex36-mem.out
11884         (bug-regex36-ENV): New variable.
11885         ($(objpfx)bug-regex36-mem.out): New rule.
11886         * posix/bug-regex36.c: New file.
11888 2014-06-19  Will Newton  <will.newton@linaro.org>
11890         * malloc/malloc.c (systrim): If extra is zero then return
11891         early.
11893 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11895         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11897 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11899         * sysdeps/aarch64/strchr.S: New file.
11901 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11903         [BZ #17022]
11904         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11905         from arguments -2 or below.
11906         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11907         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11909 2014-06-18  Andreas Schwab  <schwab@suse.de>
11911         [BZ #17062]
11912         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11913         of a bracket expr not to run off the end of the string.
11914         * posix/Makefile (tests): Add tst-fnmatch3.
11915         * posix/tst-fnmatch3.c: New file.
11917 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11919         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11920         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11921         [$(cross-compiling) = no]: Likewise.
11922         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11923         [$(cross-compiling) = no]: Likewise.
11925 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11927         [BZ #17031]
11928         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11929         double, adjusted for any remainder from the high double.
11930         * math/libm-test.inc (nearbyint): Add tests.
11931         (rint): Likewise.
11933 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11935         * nptl/sysdeps/powerpc/Makefile: Moved ...
11936         * sysdeps/powerpc/nptl/Makefile: ... here.
11937         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11938         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11939         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11940         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11941         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11942         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11943         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11944         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11945         * nptl/sysdeps/powerpc/tls.h: Moved ...
11946         * sysdeps/powerpc/nptl/tls.h: ... here.
11948 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11950         [BZ #16681]
11951         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11952         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11953         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11954         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11955         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11956         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11957         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11958         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11959         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11961 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11963         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11965 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11967         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11968         defined operator.
11970         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11971         $TIMEOUTFACTOR.
11973 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11975         [BZ #17058]
11976         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11977         non-executed part of the test.
11979 2014-06-16  Andreas Schwab  <schwab@suse.de>
11981         * string/bits/string2.h (strdup, strndup): Update feature guard.
11983 2014-06-14  David S. Miller  <davem@davemloft.net>
11985         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11987 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11989         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11990         that was previously under [RESET_PID].
11991         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11993         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11994         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11995         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11996         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11997         (__libc_vfork): New strong alias.
11998         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12000 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12002         * sysdeps/generic/elide.h: New file.
12004 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12006         * Makefile (installed-headers): Adjust path of pthread.h header.
12008 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12010         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12011         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12012         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12013         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12015         * nptl/sysdeps/s390/Makefile: Moved ...
12016         * sysdeps/s390/nptl/Makefile: ... here.
12017         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12018         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12019         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12020         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12021         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12022         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12023         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12024         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12025         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12026         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12027         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12028         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12029         * nptl/sysdeps/s390/tls.h: Moved ...
12030         * sysdeps/s390/nptl/tls.h: ... here.
12032         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12033         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12035 2014-06-13  David S. Miller  <davem@davemloft.net>
12037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12038         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12039         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12040         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12042         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12044         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12045         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12046         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12047         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12048         Remove RESET_PID cpp guards.
12049         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12050         Remove RESET_PID cpp guards.
12051         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12053 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12055         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12056         __sp to uintptr_t.
12058 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12060         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12061         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12062         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12063         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12064         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12065         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12066         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12067         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12068         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12069         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12070         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12071         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12072         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12073         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12074         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12075         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12076         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12077         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12078         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12079         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12081         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12082         (pthread_rwlock_rdlock): Add elision.
12083         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12084         (pthread_rwlock_wrlock): Add elision.
12085         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12086         (pthread_rwlock_trywrlock): Add elision.
12087         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12088         (pthread_rwlock_tryrdlock): Add elision.
12089         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12090         (pthread_rwlock_tryrdlock): Add elision unlock.
12091         * nptl/sysdeps/pthread/pthread.h:
12092         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12093         (PTHREAD_RWLOCK_INITIALIZER,
12094         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12095         Handle new elision field.
12096         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12097         * sysdeps/arm/nptl/bits/pthreadtypes.h
12098         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12099         * sysdeps/sh/nptl/bits/pthreadtypes.h
12100         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12101         * sysdeps/tile/nptl/bits/pthreadtypes.h
12102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12103         * sysdeps/a/nptl/bits/pthreadtypes.h
12104         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12105         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12107         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12108         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12109         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12111         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12113         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12115         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12116         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12117         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12118         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12119         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12120         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12121         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12122         (elision_init): Set try_xbegin to zero when no RTM.
12123         * sysdeps/x86/nptl/bits/pthreadtypes.h
12124         (pthread_rwlock_t): Change __pad1 to __rwelision.
12125         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12127 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12129         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12130         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12131         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12132         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12134 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12136         [BZ #16996]
12137         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12138         that the cached result has been set before returning it.
12140 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12142         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12143         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12144         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12145         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12146         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12147         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12149         * nptl/sysdeps/sparc/Makefile: Moved ...
12150         * sysdeps/sparc/nptl/Makefile: ... here.
12151         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12152         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12153         * nptl/sysdeps/sparc/tls.h: Moved ...
12154         * sysdeps/sparc/nptl/tls.h: ... here.
12155         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12156         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12157         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12158         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12159         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12160         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12161         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12162         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12163         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12164         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12165         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12166         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12167         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12168         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12169         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12170         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12171         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12172         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12173         Update #include.
12174         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12175         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12176         Update #include.
12177         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12178         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12179         Update #include.
12180         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12181         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12182         Update #include.
12184         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12186         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12187         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12189         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12190         (struct list_links): Type removed.
12191         (struct thread_node, struct timer_node): Replace struct list_links
12192         with struct list_head.
12193         (list_unlink_ip): Likewise.
12194         * sysdeps/pthread/timer_routines.c
12195         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12196         (list_append, list_insbefore): Likewise.
12197         (list_init): Function removed.
12198         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12199         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12200         * sysdeps/pthread/Makefile: ... here, new file.
12202         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12203         * sysdeps/nptl/Implies: ... here.
12204         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12205         * nptl/sysdeps/pthread/list.h: Moved ...
12206         * include/list.h: ... here.
12207         * nptl/sysdeps/pthread/createthread.c: Moved ...
12208         * nptl/createthread.c: ... here.
12209         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12210         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12211         * nptl/pt-longjmp.c: ... here.
12212         * nptl/sysdeps/pthread/Makefile: Moved ...
12213         * sysdeps/nptl/Makefile: ... here.
12214         * nptl/sysdeps/pthread/Subdirs: Moved ...
12215         * sysdeps/nptl/Subdirs: ... here.
12216         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12217         * sysdeps/nptl/aio_misc.h: ... here.
12218         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12219         * sysdeps/nptl/bits/libc-lock.h: ... here.
12220         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12221         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12222         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12223         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12224         * nptl/sysdeps/pthread/configure: Moved ...
12225         * sysdeps/nptl/configure: ... here.
12226         * nptl/sysdeps/pthread/configure.ac: Moved ...
12227         * sysdeps/nptl/configure.ac: ... here.
12228         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12229         * sysdeps/nptl/gai_misc.h: ... here.
12230         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12231         * sysdeps/nptl/librt-cancellation.c: ... here.
12232         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12233         * sysdeps/nptl/malloc-machine.h: ... here.
12234         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12235         * sysdeps/nptl/pthread-functions.h: ... here.
12236         * nptl/sysdeps/pthread/pthread.h: Moved ...
12237         * sysdeps/nptl/pthread.h: ... here.
12238         * nptl/sysdeps/pthread/setxid.h: Moved ...
12239         * sysdeps/nptl/setxid.h: ... here.
12240         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12241         * sysdeps/nptl/sigfillset.c: ... here.
12242         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12243         * sysdeps/nptl/tcb-offsets.h: ... here.
12244         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12245         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12246         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12247         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12248         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12249         * sysdeps/pthread/allocalim.h: ... here.
12250         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12251         * sysdeps/pthread/bits/sigthread.h: ... here.
12252         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12253         * sysdeps/pthread/flockfile.c: ... here.
12254         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12255         * sysdeps/pthread/ftrylockfile.c: ... here.
12256         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12257         * sysdeps/pthread/funlockfile.c: ... here.
12258         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12259         * sysdeps/pthread/posix-timer.h: ... here.
12260         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12261         * sysdeps/pthread/timer_create.c: ... here.
12262         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12263         * sysdeps/pthread/timer_delete.c: ... here.
12264         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12265         * sysdeps/pthread/timer_getoverr.c: ... here.
12266         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12267         * sysdeps/pthread/timer_gettime.c: ... here.
12268         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12269         * sysdeps/pthread/timer_routines.c: ... here.
12270         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12271         * sysdeps/pthread/timer_settime.c: ... here.
12272         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12273         * sysdeps/pthread/tst-timer.c: ... here.
12274         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12275         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12277         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12278         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12280         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12281         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12282         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12283         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12284         Update #include target.
12285         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12286         * sysdeps/i386/i686/nptl/Makefile: ... here.
12287         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12288         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12289         Update #include target.
12290         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12291         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12292         * nptl/sysdeps/i386/Makefile: Moved ...
12293         * sysdeps/i386/nptl/Makefile: ... here.
12294         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12295         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12296         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12297         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12298         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12299         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12300         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12301         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12302         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12303         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12304         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12305         * nptl/sysdeps/i386/tls.h: Moved ...
12306         * sysdeps/i386/nptl/tls.h: ... here.
12308         * sysdeps/sh/Makefile [$(subdir) = csu]
12309         (gen-as-const-headers): Add tcb-offsets.sym.
12310         * nptl/sysdeps/sh/Makefile: File removed.
12311         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12312         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12313         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12314         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12315         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12316         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12317         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12318         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12319         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12320         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12321         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12322         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12323         * nptl/sysdeps/sh/tls.h: Moved ...
12324         * sysdeps/sh/nptl/tls.h: ... here.
12325         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12326         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12327         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12328         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12329         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12330         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12331         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12332         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12333         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12334         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12335         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12336         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12337         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12338         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12339         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12340         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12341         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12342         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12343         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12344         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12345         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12346         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12347         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12348         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12350         Moved ...
12351         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12352         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12353         Moved ...
12354         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12355         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12356         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12357         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12358         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12359         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12360         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12361         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12362         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12363         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12364         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12365         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12366         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12367         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12368         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12369         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12370         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12371         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12372         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12374 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12376         * posix/spawn_faction_addopen.c: Include string.h.
12378 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12380         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12381         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12382         * nptl/sysdeps/x86_64/Makefile: Moved ...
12383         * sysdeps/x86_64/nptl/Makefile: ... here.
12384         * nptl/sysdeps/x86_64/configure: Moved ...
12385         * sysdeps/x86_64/nptl/configure: ... here.
12386         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12387         * sysdeps/x86_64/nptl/configure.ac: ... here.
12388         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12389         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12390         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12391         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12392         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12393         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12394         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12395         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12396         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12397         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12398         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12399         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12400         * nptl/sysdeps/x86_64/tls.h: Moved ...
12401         * sysdeps/x86_64/nptl/tls.h: ... here.
12402         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12403         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12404         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12405         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12407         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12409 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12413 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12415         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12416         type.
12417         [POSIX] (off_t): Likewise.
12418         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12419         [POSIX] (S_ISBLK): Require macro.
12420         [POSIX] (S_ISCHR): Likewise.
12421         [POSIX] (S_ISDIR): Likewise.
12422         [POSIX] (S_ISFIFO): Likewise.
12423         [POSIX] (S_ISREG): Likewise.
12424         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12425         optional-macro.
12426         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12427         type.
12428         [POSIX] (time_t): Likewise.
12429         [POSIX] (timer_t): Likewise.
12431 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12433         [BZ #17048]
12434         * posix/spawn_int.h (struct __spawn_action): Make the path string
12435         non-const to support deallocation.
12436         * posix/spawn_faction_addopen.c
12437         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12438         * posix/spawn_faction_destroy.c
12439         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12440         path in all spawn_do_open actions.
12441         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12442         posix_spawn_file_actions_addopen.
12444 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12446         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12447         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12448         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12449         conditional code always true.
12450         (__libc_vfork): New alias.
12452 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12454         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12455         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12457         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12459         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12460         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12462         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12463         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12465         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12466         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12468 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12470         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12471         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12472         multiarch strcmp for PPC64.
12473         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12474         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12475         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12476         multiarch optimizations.
12477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12478         (__libc_ifunc_impl_list): Likewise.
12480 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12482         * benchtests/scripts/validate_benchout.py: New script.
12483         * benchtests/Makefile (bench-func): Call it.
12484         * benchtests/scripts/benchout.schema.json: New file.
12486 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12488         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12489         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12490         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12491         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12492         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12493         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12494         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12495         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12496         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12497         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12498         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12499         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12500         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12501         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12502         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12503         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12505         Moved ...
12506         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12507         ... here.
12508         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12509         Moved ...
12510         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12512         Moved ...
12513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12514         ... here.
12515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12516         Moved ...
12517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12518         ... here.
12519         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12520         Moved ...
12521         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12523         Moved ...
12524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12525         ... here.
12526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12527         Moved ...
12528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12529         ... here.
12530         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12531         Moved ...
12532         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12534         Moved ...
12535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12536         ... here.
12537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12538         Moved ...
12539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12540         ... here.
12541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12542         Moved ...
12543         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12544         ... here.
12545         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12546         Moved ...
12547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12549         Moved ...
12550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12551         ... here.
12552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12553         Moved ...
12554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12555         ... here.
12556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12557         Moved ...
12558         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12559         ... here.
12560         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12561         Moved ...
12562         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12564         Moved ...
12565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12566         ... here.
12567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12568         Moved ...
12569         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12570         ... here.
12571         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12572         Moved ...
12573         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12575         Moved ...
12576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12577         ... here.
12578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12579         Moved ...
12580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12581         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12582         Moved ...
12583         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12585         Moved ...
12586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12587         ... here.
12588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12589         Moved ...
12590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12591         ... here.
12592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12593         Moved ...
12594         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12595         ... here.
12596         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12597         Moved ...
12598         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12600         Moved ...
12601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12602         ... here.
12603         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12604         Moved ...
12605         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12606         ... here.
12607         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12608         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12609         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12610         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12611         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12612         Moved ...
12613         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12614         ... here.
12615         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12616         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12617         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12618         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12620         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12622         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12623         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12624         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12625         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12626         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12628         Moved ...
12629         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12630         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12631         Moved ...
12632         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12633         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12634         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12635         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12636         Moved ...
12637         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12638         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12639         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12640         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12641         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12642         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12643         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12645 2014-06-10  Wilco  <wdijkstr@arm.com>
12647         * math/test-fenv-return.c: New file.
12648         * math/Makefile: Add new test test-fenv-return.
12650 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12652         [BZ #17042]
12653         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12654         when x - 1 is zero.
12655         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12656         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12657         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12658         0.0L for an argument of 1.0L.
12659         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12660         Likewise.
12661         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12662         value when x - 1 is zero.
12663         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12664         * sysdeps/i386/fpu/libm-test-ulps: Update.
12665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12667 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12669         [BZ #15119]
12670         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12672 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12674         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12675         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12677 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12679         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12680         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12682         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12683         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12685         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12686         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12688         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12689         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12691         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12692         if not already defined.
12693         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12694         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12695         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12696         (TLS_INIT_TP): Use it.
12697         (TLS_DEFINE_INIT_TP): New macro.
12698         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12700 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12702         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12703         constant.
12704         [POSIX] (IXANY): Likewise.
12705         [POSIX] (OLCUC): Likewise.
12706         [POSIX || POSIX2008] (CBAUD): Do not allow.
12707         [POSIX || POSIX2008] (DEFECHO): Likewise.
12708         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12709         [POSIX || POSIX2008] (ECHOKE): Likewise.
12710         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12711         [POSIX || POSIX2008] (EXTA): Likewise.
12712         [POSIX || POSIX2008] (EXTB): Likewise.
12713         [POSIX || POSIX2008] (FLUSHO): Likewise.
12714         [POSIX || POSIX2008] (LOBLK): Likewise.
12715         [POSIX || POSIX2008] (PENDIN): Likewise.
12716         [POSIX || POSIX2008] (SWTCH): Likewise.
12717         [POSIX || POSIX2008] (VDISCARD): Likewise.
12718         [POSIX || POSIX2008] (VDSUSP): Likewise.
12719         [POSIX || POSIX2008] (VLNEXT): Likewise.
12720         [POSIX || POSIX2008] (VREPRINT): Likewise.
12721         [POSIX || POSIX2008] (VSTATUS): Likewise.
12722         [POSIX || POSIX2008] (VWERASE): Likewise.
12723         (B*): Change to B[0123456789]*.
12724         * conform/data/time.h-data [POSIX || UNIX98]
12725         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12726         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12727         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12728         [POSIX] (tm_*): Do not allow.
12730 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12732         * Makefile (install): Don't set LANGUAGE.
12733         * Makefile.in (install): Likewise.
12734         * assert/Makefile (test-assert-ENV): Remove variable.
12735         (test-assert-perr-ENV): Likewise.
12736         * elf/Makefile (neededtest4-ENV): Likewise.
12737         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12738         [$(cross-compiling) = no]: Don't set LANGUAGE.
12739         * io/ftwtest-sh (LANG): Remove variable.
12740         * libio/Makefile (tst-widetext-ENV): Likewise.
12741         * manual/install.texi (Running make install): Don't refer to
12742         environment settings for make install.
12743         * INSTALL: Regenerated.
12744         * nptl/tst-tls6.sh: Don't set LANG.
12745         * posix/globtest.sh (LANG): Remove variable.
12746         * string/Makefile (tester-ENV): Likewise.
12747         (inl-tester-ENV): Likewise.
12748         (noinl-tester-ENV): Likewise.
12749         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12750         [$(cross-compiling) = no]: Don't set LANGUAGE.
12751         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12752         without explicit environment settings.
12754 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12756         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12757         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12758         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12759         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12761 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12763         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12764         other files in the crypt directory.
12765         * crypt/crypt.c: Remove duplicate includes.
12766         * crypt/crypt-entry.c: Likewise.
12767         * crypt/crypt_util.c: Likewise.
12769 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12771         * Makeconfig (run-program-env): New variable.
12772         (run-program-prefix-before-env): Likewise.
12773         (run-program-prefix-after-env): Likewise.
12774         (run-program-prefix): Define in terms of new variables.
12775         (built-program-cmd-before-env): New variable.
12776         (built-program-cmd-after-env): Likewise.
12777         (built-program-cmd): Define in terms of new variables.
12778         (test-program-prefix-before-env): New variable.
12779         (test-program-prefix-after-env): Likewise.
12780         (test-program-prefix): Define in terms of new variables.
12781         (test-program-cmd-before-env): New variable.
12782         (test-program-cmd-after-env): Likewise.
12783         (test-program-cmd): Define in terms of new variables.
12784         * Rules (make-test-out): Use $(run-program-env).
12785         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12786         (help): Do not mention environment variables.  Mention
12787         --timeoutfactor option.
12788         (timeoutfactor): New variable.
12789         (blacklist_exports): Remove function.
12790         (exports): Remove variable.
12791         (command): Do not include ${exports}.
12792         * manual/install.texi (Configuring and compiling): Do not mention
12793         test wrappers preserving environment variables.  Mention that last
12794         assignment to a variable must take precedence.
12795         * INSTALL: Regenerated.
12796         * benchtests/Makefile (run-bench): Use $(run-program-env).
12797         * catgets/Makefile ($(objpfx)test1.cat): Use
12798         $(built-program-cmd-before-env), $(run-program-env) and
12799         $(built-program-cmd-after-env).
12800         ($(objpfx)test2.cat): Do not specify environment variables
12801         explicitly.
12802         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12803         $(run-program-env) and $(built-program-cmd-after-env).
12804         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12805         $(run-program-env) and $(test-program-cmd-after-env).
12806         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12807         explicitly.
12808         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12809         run_program_env and test_program_cmd_after_env arguments.
12810         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12811         * elf/tst-pathopt.sh: Use run_program_env argument.
12812         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12813         $(test-wrapper-env) and $(run-program-env).
12814         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12815         run_program_env arguments.
12816         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12817         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12818         $(test-program-prefix-before-env), $(run-program-env) and
12819         $(test-program-prefix-after-env).
12820         ($(objpfx)tst-gettext2.out): Likewise.
12821         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12822         run_program_env and test_program_prefix_after_env arguments.
12823         * intl/tst-gettext2.sh: Likewise.
12824         * intl/tst-gettext4.sh: Do not set environment variables
12825         explicitly.
12826         * intl/tst-gettext6.sh: Likewise.
12827         * intl/tst-translit.sh: Likewise.
12828         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12829         $(test-program-prefix-before-env), $(run-program-env) and
12830         $(test-program-prefix-after-env).
12831         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12832         run_program_env and test_program_prefix_after_env arguments.
12833         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12834         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12835         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12836         explicitly with each use of ${test_wrapper_env}.
12837         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12838         $(test-program-prefix-before-env), $(run-program-env) and
12839         $(test-program-prefix-after-env).
12840         * posix/tst-getconf.sh: Do not set environment variables
12841         explicitly.
12842         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12843         run_program_env and test_program_prefix_after_env arguments.
12844         * stdio-common/tst-printf.sh: Do not set environment variables
12845         explicitly.
12846         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12847         $(test-program-prefix-before-env), $(run-program-env) and
12848         $(test-program-prefix-after-env).
12849         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12850         run_program_env and test_program_prefix_after_env arguments.
12851         Split $test calls into $test_pre and $test.
12852         * timezone/Makefile (build-testdata): Use
12853         $(built-program-cmd-before-env), $(run-program-env) and
12854         $(built-program-cmd-after-env).
12856 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12858         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12859         strlen for non SHARED builds.
12861 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12863         * nptl/allocatestack.c (check_list): Inlined function...
12864         (__reclaim_stacks): ... here.
12866 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12868         [BZ #15698]
12869         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12870         memory overrun.
12872 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12874         * Rules (make-test-out): Include
12875         LOCPATH=$(common-objpfx)localedata in default environment.
12876         * debug/Makefile (tst-chk1-ENV): Remove variable.
12877         (tst-chk2-ENV): Likewise.
12878         (tst-chk3-ENV): Likewise.
12879         (tst-chk4-ENV): Likewise.
12880         (tst-chk5-ENV): Likewise.
12881         (tst-chk6-ENV): Likewise.
12882         (tst-lfschk1-ENV): Likewise.
12883         (tst-lfschk2-ENV): Likewise.
12884         (tst-lfschk3-ENV): Likewise.
12885         (tst-lfschk4-ENV): Likewise.
12886         (tst-lfschk5-ENV): Likewise.
12887         (tst-lfschk6-ENV): Likewise.
12888         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12889         (tst-iconv7-ENV): Likewise.
12890         * intl/Makefile (LOCPATH-ENV): Likewise.
12891         (tst-codeset-ENV): Likewise.
12892         (tst-gettext3-ENV): Likewise.
12893         (tst-gettext5-ENV): Likewise.
12894         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12895         (tst-fopenloc-ENV): Likewise.
12896         (tst-fgetws-ENV): Remove variable.
12897         (tst-ungetwc1-ENV): Likewise.
12898         (tst-ungetwc2-ENV): Likewise.
12899         (bug-ungetwc2-ENV): Likewise.
12900         (tst-swscanf-ENV): Likewise.
12901         (bug-ftell-ENV): Likewise.
12902         (tst-fgetwc-ENV): Likewise.
12903         (tst-fseek-ENV): Likewise.
12904         (tst-ftell-partial-wide-ENV): Likewise.
12905         (tst-ftell-active-handler-ENV): Likewise.
12906         (tst-ftell-append-ENV): Likewise.
12907         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12908         (tst-regexloc-ENV): Likewise.
12909         (bug-regex1-ENV): Likewise.
12910         (tst-regex-ENV): Likewise.
12911         (tst-regex2-ENV): Likewise.
12912         (bug-regex5-ENV): Likewise.
12913         (bug-regex6-ENV): Likewise.
12914         (bug-regex17-ENV): Likewise.
12915         (bug-regex18-ENV): Likewise.
12916         (bug-regex19-ENV): Likewise.
12917         (bug-regex20-ENV): Likewise.
12918         (bug-regex22-ENV): Likewise.
12919         (bug-regex23-ENV): Likewise.
12920         (bug-regex25-ENV): Likewise.
12921         (bug-regex26-ENV): Likewise.
12922         (bug-regex30-ENV): Likewise.
12923         (bug-regex32-ENV): Likewise.
12924         (bug-regex33-ENV): Likewise.
12925         (bug-regex34-ENV): Likewise.
12926         (bug-regex35-ENV): Likewise.
12927         (tst-rxspencer-ENV): Likewise.
12928         (tst-rxspencer-no-utf8-ENV): Likewise.
12929         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12930         (tst-sscanf-ENV): Likewise.
12931         (tst-swprintf-ENV): Likewise.
12932         (tst-swscanf-ENV): Likewise.
12933         (test-vfprintf-ENV): Likewise.
12934         (scanf13-ENV): Likewise.
12935         (bug14-ENV): Likewise.
12936         (tst-grouping-ENV): Likewise.
12937         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12938         (tst-strtod3-ENV): Likewise.
12939         (tst-strtod4-ENV): Likewise.
12940         (tst-strtod5-ENV): Likewise.
12941         (testmb2-ENV): Likewise./
12942         * string/Makefile (tst-strxfrm-ENV): Likewise.
12943         (tst-strxfrm2-ENV): Likewise.
12944         (bug-strcoll1-ENV): Likewise.
12945         (test-strcasecmp-ENV): Likewise.
12946         (test-strncasecmp-ENV): Likewise.
12947         * time/Makefile (tst-strptime-ENV): Likewise.
12948         (tst-ftime_l-ENV): Likewise.
12949         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12950         (tst-mbrtowc-ENV): Likewise.
12951         (tst-wcrtomb-ENV): Likewise.
12952         (tst-mbrtowc2-ENV): Likewise.
12953         (tst-c16c32-1-ENV): Likewise.
12954         (tst-mbsnrtowcs-ENV): Likewise.
12956 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12958         * manual/resource.texi (How to get information about the memory
12959         subsystem?): Fix typo.
12960         Reported by Peon de la Parra Ivan <peon@keba.com>
12962 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12964         [BZ #16882]
12965         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12966         (pthread_spin_lock): Branch out of spin loop to proper location.
12967         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12968         (pthread_spin_lock): Likewise.
12970         * nptl/tst-spin4.c: New test.
12971         * nptl/Makefile (tests): Add tst-spin4.
12973 2014-06-03  Andreas Schwab  <schwab@suse.de>
12975         [BZ #15946]
12976         * resolv/res_send.c (send_dg): Reload file descriptor after
12977         calling reopen.
12979 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12981         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12983 2014-06-03  Richard Henderson  <rth@redhat.com>
12985         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12986         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12987         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12988         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12989         in the SAVE_PID block.
12990         (__libc_vfork): New alias.
12991         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12993         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12994         child in registers, not on the stack.  Remove RESET_PID conditionals.
12995         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12997 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12999         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13001 2014-06-03  Wilco  <wdijkstr@arm.com>
13003         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13004         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13005         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13006         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13007         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13008         Likewise.
13010 2014-06-03  Wilco  <wdijkstr@arm.com>
13012         * sysdeps/aarch64/fpu/math_private.h
13013         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13014         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13015         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13016         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13017         Fix declarations.
13019 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13021         * crypt/crypt-private.h: Include ufc-crypt.h.
13022         (__b64_from_24bit): Declare extern.
13023         * crypt/crypt_util.c(__b64_from_24bit): New function.
13024         (b64t): New static const variable.
13025         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13026         (b64t): Remove variable.
13027         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13028         * crypt/sha256-crypt.c: Include crypt-private.h.
13029         (b64t): Remove variable.
13030         (__sha256_crypt_r): Remove b64_from_24bit and replace
13031         with __b64_from_24bit.
13032         * crypt/sha512-crypt.c: Likewise.
13034 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13036         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13037         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13038         Label the code __libc_vfork rather than __vfork.
13039         [!NOT_IN_libc] (vfork): Define as weak alias.
13040         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13041         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13042         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13044 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13046         * malloc/malloc.c (malloc_info): Fix format specifier for
13047         n_mmaps.
13049 2014-06-02  Wilco  <wdijkstr@arm.com>
13051         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13052         FPCR write.
13054 2014-06-02  Wilco  <wdijkstr@arm.com>
13056         [BZ #17009]
13057         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13058         Rewrite to reduce FPCR/FPSR accesses.
13060 2014-06-01  David S. Miller  <davem@davemloft.net>
13062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13064 2014-05-31  David S. Miller  <davem@davemloft.net>
13066         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13067         to occur in round to nearest mode when |x| >= 2.0
13069 2014-05-30  Richard Henderson  <rth@twiddle.net>
13071         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13072         (PSEUDO_RET_NOERRNO): Remove.
13073         (ret): Don't redefine.
13074         (ret_NOERRNO): Define in terms of ret.
13075         (ret_ERRVAL): Likewise.
13077         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13078         use of PSEUDO_RET; perform the error check directly.
13080 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13082         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13083         with __int128_t.
13085 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13087         * malloc/malloc (malloc_info): Fix formatting.
13089 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13090             Roland McGrath  <roland@hack.frob.com>
13092         * malloc/malloc (malloc_info): Also print mmapped statistics.
13094 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13096         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13097         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13099 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13101         * malloc/malloc.c (malloc_info): Inline mi_arena.
13103 2014-05-29  Richard Henderson  <rth@twiddle.net>
13105         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13106         Remove comma before expanding ASM_ARGS_##nr.
13107         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13108         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13109         of ASM_ARGS_##nr.
13110         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13111         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13112         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13113         (ASM_ARGS_1): Add leading comma.
13115         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13116         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13117         to __errno_location.
13118         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13119         Remove the expected plt for __errno_location.
13121         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13122         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13123         call to __read_tp.
13125         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13126         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13127         it and break it down.
13128         (DOCARGS_0, DOCARGS_1): Do nothing.
13129         (DOCARGS_2): Update to store into the new stack frame.
13130         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13131         (UNDOCARGS_1): Update to restore from the new stack frame.
13132         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13133         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13135         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13136         (SINGLE_THREAD_P): New parameter for result regno.
13137         (PSEUDO): Update to match; use cbz instead of beq.
13139         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13140         Use ENTRY to define the _nocancel entry point.  Share the syscall
13141         and syscall error check paths with the cancel path.
13142         (PSEUDO_END): New.
13144         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13145         whitespace; tabs before and after asm mnemonics.
13147 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13149         [BZ #15132]
13150         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13151         Call fstat64 or stat64 internally, depending on arguments passed.
13152         Replace stat buffer argument with file descriptor argument.
13153         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13154         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13155         Pass fd to __internal_statvfs instead of calling fstat64.
13156         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13157         Pass fd to __internal_statvfs64 instead of calling fstat64.
13158         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13159         Pass -1 to __internal_statvfs instead of calling stat64.
13160         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13161         Pass -1 to __internal_statvfs64 instead of calling stat64.
13163 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13165         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13166         that was previously under [RESET_PID].
13167         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13169         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13170         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13172 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13174         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13176         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13177         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13179 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13181         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13183 2014-05-27  Andreas Schwab  <schwab@suse.de>
13185         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13186         TLS_INIT_TP macro.
13187         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13188         * elf/rtld.c (init_tls, dl_main): Likewise.
13189         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13190         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13191         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13192         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13193         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13194         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13195         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13196         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13197         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13198         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13199         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13200         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13201         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13202         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13203         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13204         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13205         * sysdeps/generic/tls.h: Update description.
13207 2014-05-27  Will Newton  <will.newton@linaro.org>
13209         [BZ #16990]
13210         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13211         and restore r2 rather than just restoring.
13213 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13215         [BZ #16724]
13216         * libio/tst-ftell-append.c: New test case.
13217         * libio/Makefile (tests): Add test case.
13218         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13219         append mode.
13220         * libio/wfileops.c (do_ftell_wide): Likewise.
13222 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13224         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13226         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13227         ...
13228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13230         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13231         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13232         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13233         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13234         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13235         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13236         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13237         Moved ...
13238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13239         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13240         Moved ...
13241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13242         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13243         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13244         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13245         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13246         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13247         ...
13248         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13249         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13250         Moved ...
13251         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13252         here.
13253         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13254         ...
13255         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13256         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13257         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13259         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13260         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13261         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13262         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13264         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13265         merge into ...
13266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13267         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13268         ...
13269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13270         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13271         ...
13272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13273         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13274         Moved ...
13275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13276         here.
13277         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13278         Moved ...
13279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13280         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13281         Moved ...
13282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13285         conditional [RESET_PID].
13286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13287         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13288         removed.
13289         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13290         removed.
13292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13293         <tcb-offsets.h>.
13294         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13295         (__libc_vfork): New strong alias.
13296         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13297         removed.
13298         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13299         Removed.
13301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13302         <tcb-offsets.h>.
13303         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13304         (__libc_vfork): New strong alias.
13305         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13306         removed.
13307         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13308         removed.
13310 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13312         * malloc/malloc.c (mi_arena): New function.
13313         (malloc_info): Remove nested function mi_arena. Call non-nosted
13314         function mi_arena.
13316 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13318         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13319         by insrwi.
13320         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13321         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13322         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13323         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13324         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13325         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13326         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13328 2014-05-26  Andreas Schwab  <schwab@suse.de>
13330         [BZ #16984]
13331         * locale/programs/repertoire.c (repertoire_read): Add slash
13332         between I18NPATH element and file name.
13333         * locale/programs/locfile.c (locfile_read): Likewise.
13335 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13337         * nptl/pthread_mutexattr_settype.c
13338         (__pthread_mutexattr_settype):
13339         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13341 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13343         * nptl/tst-mutex5 (do_test):
13344         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13346 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13348         * benchtests/README: Document 'init' directive.
13349         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13350         BENCH_INIT.
13351         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13352         (parse_file): Recognize 'init' directive.
13354 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13356         [BZ #16796]
13357         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13358         alignment of struct pthread.
13360 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13362         [BZ #16878]
13363         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13364         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13365         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13366         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13368 2014-05-25  Richard Henderson  <rth@twiddle.net>
13370         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13371         (SINGLE_THREAD_P_PIC): Remove.
13372         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13373         (SINGLE_THREAD_P_PIC): Remove.
13375         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13376         branch to syscall error ...
13377         (PSEUDO): ... here.
13378         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13379         from __local_syscall_error to .Lsyscall_error.
13380         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13381         (SYSCALL_ERROR): Update label name.
13383         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13384         Do not use DOARGS/UNDOARGS.
13385         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13386         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13387         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13388         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13389         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13391         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13392         block comment.
13394         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13395         define if !NOT_IN_libc.
13396         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13397         define with non-default symbol versions.
13399 2014-05-23  Richard Henderson  <rth@twiddle.net>
13401         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13402         (vfork, __vfork): Define via compat_symbol.
13404         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13405         [!HAVE_IFUNC] (vfork_compat): Remove.
13406         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13408 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13410         [BZ #16978]
13411         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13412         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13413         variable.
13415 2014-05-23  Richard Henderson  <rth@twiddle.net>
13417         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13418         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13419         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13420         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13422         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13423         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13424         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13425         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13426         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13427         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13428         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13429         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13430         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13431         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13432         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13433         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13434         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13435         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13436         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13437         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13438         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13439         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13440         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13441         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13442         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13443         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13444         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13445         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13446         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13447         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13448         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13449         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13450         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13451         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13452         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13453         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13454         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13455         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13456         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13457         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13458         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13459         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13460         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13461         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13462         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13463         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13464         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13465         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13466         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13467         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13468         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13469         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13470         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13471         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13472         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13473         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13474         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13475         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13476         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13477         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13479         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13480         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13481         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13482         before exiting on error.
13483         (__libc_vfork): New strong alias.
13484         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13485         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13487         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13488         that was previously under [RESET_PID].
13489         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13491         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13493 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13495         [BZ #16977]
13496         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13497         value when x - 1 is zero.
13498         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13499         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13500         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13501         0.0L for an argument of 1.0L.
13502         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13503         Likewise.
13504         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13505         value when x - 1 is zero.
13506         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13507         * sysdeps/i386/fpu/libm-test-ulps: Update.
13508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13510 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13512         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13513         alphasort and versionsort.
13515 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13517         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13518         macro.
13519         [copysignf]: Likewise.
13521 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13523         * crypt/md5-crypt.c: Fix formatting.
13525 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13527         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13528         (b64_from_24bit): New function.
13530 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13532         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13533         libc_hidden_builtin_def to ifunc.
13534         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13535         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13537 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13539         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13540         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13542 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13544         * nscd/Depend (linuxthreads): Remove.
13545         (nptl): Add.
13546         * resolv/Depend (linuxthreads): Remove.
13547         * rt/Depend (linuxthreads): Remove.
13549         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13550         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13551         $(common-objpfx)elf/.
13552         (link-libc-before-gnulib): Likewise.
13553         (elfobjdir): Remove variable.
13554         * Makefile (install): Use $(elf-objpfx) instead of
13555         $(common-objpfx)elf/.
13556         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13557         $(elfobjdir)/.
13558         (link-libc-deps): Likewise.
13559         ($(common-objpfx)libc.so): Likewise.
13560         ($(common-objpfx)linkobj/libc.so): Likewise.
13561         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13562         instead of $(common-objpfx)elf/.
13563         (symbolic-link-list): Likewise.
13564         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13565         [$(cross-compiling) = no]: Likewise.
13566         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13567         $(elfobjdir)/.
13568         (static-gnulib-arch): Likewise.
13569         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13570         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13571         $(common-objpfx)elf/.
13573 2014-05-21  Richard Henderson  <rth@redhat.com>
13575         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13576         (SINGLE_THREAD_P): Use the correct width load.  Fold
13577         into the ldr offset.
13579         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13580         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13582 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13584         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13585         (libgcc_s_resume): Use __attribute_used__.
13586         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13587         Likewise.
13589 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13591         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13592         optimization when used with float constants.
13594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13596 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13598         [BZ #16915]
13599         * locale/nl_langinfo_l.c: Make direct reference to every
13600         _nl_current_CATEGORY symbol.
13601         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13602         (tests-static): Add tst-langinfo-static.
13603         (tests-special): Add tst-langinfo-static.out.
13604         ($(objpfx)tst-langinfo.out): Redirect output.
13605         ($(objpfx)tst-langinfo-static.out): New.
13606         * localedata/tst-langinfo.sh: Send output to stdout.
13607         * localedata/tst-langinfo-static.c: New file.
13609         [BZ #16965]
13610         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13611         when the shift amount is modulo the limb size.
13613 2014-05-20  Richard Henderson  <rth@redhat.com>
13615         [BZ #16967]
13616         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13617         Change type of sa_flags from unsigned int to int.
13619         [BZ #16966]
13620         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13622         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13624 2014-05-20  Will Newton  <will.newton@linaro.org>
13626         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13627         Test the return value of the system call in the nocancel case.
13629 2014-05-20  Will Newton  <will.newton@linaro.org>
13630             Yvan Roux  <yvan.roux@linaro.org>
13632         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13633         #include of asm/ptrace.h.
13634         (PTRACE_GET_THREAD_AREA): Remove #undef.
13635         (PTRACE_GETHBPREGS): Likewise.
13636         (PTRACE_SETHBPREGS): Likewise.
13637         (struct user_regs_struct): New structure.
13638         (struct user_fpsimd_struct): New structure.
13639         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13640         #include of asm/ptrace.h and second #include of sys/user.h.
13641         (PTRACE_GET_THREAD_AREA): Remove #undef.
13642         (PTRACE_GETHBPREGS): Likewise.
13643         (PTRACE_SETHBPREGS): Likewise.
13644         (ELF_NGREG): Use new struct user_regs_struct.
13645         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13647 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13649         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13650         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13652 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13654         [BZ #16958]
13655         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13656         membar to avoid block loads/stores to overlap previous stores.
13658 2014-05-17  Richard Henderson  <rth@redhat.com>
13660         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13661         Create the __##syscall_name##_nocancel entry point.
13662         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13663         Remove; let the sysdep-cancel.h code create it.
13665 2014-05-17  David S. Miller  <davem@davemloft.net>
13667         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13668         Protect with __USE_GNU.
13669         (TIOCSET_TEMPT): Likewise.
13670         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13671         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13672         these are already provided in bits/ioctl-types.h
13674 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13676         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13677         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13679         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13680         Use wait4 regardless of [__NR_waitpid].
13682 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13684         PR libgcc/60166
13685         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13686         (_FP_NANSIGN_Q): Set the quiet bit.
13688 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13690         * benchtests/Makefile
13691         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13692         not $(common-objpfx)math/libm.so.
13693         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13694         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13695         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13696         $(common-objpfx)dlfcn/libdl.so.
13697         ($(objpfx)tst-audit8): Depend on $(libm), not
13698         $(common-objpfx)math/libm.so.
13699         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13700         not $(common-objpfx)dlfcn/libdl.so.
13701         * math/Makefile
13702         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13703         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13704         [$(build-shared) = yes].
13705         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13706         $(common-objpfx)nptl/libpthread.so.
13707         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13708         $(common-objpfx)math/libm.so$(libm.so-version) or
13709         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13710         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13711         $(common-objpfx)dlfcn/libdl.so.
13712         * setjmp/Makefile (link-libm): Remove variable.
13713         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13714         * stdio-common/Makefile (link-libm): Remove variable.
13715         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13716         * stdlib/Makefile (link-libm): Remove variable.
13717         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13718         ($(objpfx)tst-strtod-round): Likewise.
13719         ($(objpfx)tst-tininess): Likewise.
13720         ($(objpfx)tst-strtod-underflow): Likewise.
13721         ($(objpfx)tst-strtod6): Likewise.
13722         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13723         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13724         $(common-objpfx)dlfcn/libdl.so.
13726 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13728         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13729         BSD terminal modes definitions.
13731 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13733         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13734         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13736         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13737         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13738         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13739         Don't do #include_next.
13740         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13741         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13742         Don't do #include_next.
13743         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13744         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13745         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13746         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13748 2014-05-16  Allan McRae  <allan@archlinux.org>
13750         * po/sv.po: Update Swedish translation from translation project.
13752         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13753         in sed expression.
13755 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13757         [BZ #16917]
13758         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13759         errno if the TIOCGPTN ioctl fails with an error different than
13760         EINVAL.
13761         * login/tst-ptsname.c: New file.
13762         * login/Makefile (tests): Add tst-ptsname.
13764         [BZ #16943]
13765         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13766         and prlimit64.
13768 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13770         [BZ #16849]
13771         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13772         herrno to return EAI_AGAIN.
13774 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13776         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13777         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13778         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13779         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13780         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13781         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13782         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13783         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13784         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13785         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13786         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13787         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13788         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13789         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13790         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13791         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13792         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13793         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13794         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13795         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13796         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13797         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13798         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13799         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13800         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13801         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13802         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13803         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13804         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13805         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13806         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13807         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13808         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13809         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13810         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13811         Moved ...
13812         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13814         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13816         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13818         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13820         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13822         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13824         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13826         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13828         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13829         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13830         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13831         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13832         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13834         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13836         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13838         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13840         Moved ...
13841         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13842         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13843         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13845         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13847         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13849         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13851         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13853         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13855         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13857         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13859         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13861         Moved ...
13862         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13864         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13866         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13867         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13868         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13869         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13870         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13871         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13872         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13873         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13874         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13875         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13876         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13877         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13878         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13879         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13880         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13881         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13882         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13883         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13884         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13885         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13886         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13887         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13888         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13889         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13890         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13891         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13892         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13893         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13894         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13895         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13896         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13898         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13899         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13901         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13902         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13903         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13904         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13905         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13906         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13907         Moved ...
13908         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13909         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13910         Moved ...
13911         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13912         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13913         Moved ...
13914         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13915         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13916         Moved ...
13917         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13918         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13919         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13920         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13921         Moved ...
13922         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13923         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13924         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13925         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13926         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13927         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13928         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13929         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13930         Moved ...
13931         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13932         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13933         Moved ...
13934         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13935         ... here.
13936         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13937         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13938         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13939         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13940         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13941         Moved ...
13942         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13943         ... here.
13944         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13945         Moved ...
13946         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13947         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13948         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13949         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13950         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13951         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13952         Moved ...
13953         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13954         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13955         Moved ...
13956         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13957         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13958         Moved ...
13959         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13960         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13961         Moved ...
13962         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13963         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13964         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13965         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13966         Moved ...
13967         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13968         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13969         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13970         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13971         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13972         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13973         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13974         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13975         Moved ...
13976         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13977         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13978         Moved ...
13979         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13980         ... here.
13981         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13982         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13983         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13984         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13985         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13986         Moved ...
13987         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13988         ... here.
13989         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13990         Moved ...
13991         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13992         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13993         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13994         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13995         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13996         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13997         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13998         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13999         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14000         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14001         Moved ...
14002         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14003         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14004         Moved ...
14005         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14006         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14007         Moved ...
14008         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14009         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14010         Moved ...
14011         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14012         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14013         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14014         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14015         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14016         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14017         Moved ...
14018         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14019         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14020         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14021         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14022         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14023         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14024         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14025         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14026         Moved ...
14027         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14028         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14029         Moved ...
14030         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14031         ... here.
14032         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14033         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14034         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14035         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14036         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14037         Moved ...
14038         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14039         ... here.
14040         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14041         Moved ...
14042         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14043         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14044         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14045         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14046         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14047         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14048         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14049         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14050         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14051         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14052         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14054         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14055         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14057         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14058         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14060         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14061         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14062         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14063         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14064         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14065         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14066         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14067         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14068         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14069         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14070         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14071         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14072         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14073         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14074         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14075         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14076         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14077         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14078         Moved ...
14079         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14080         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14081         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14082         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14083         Moved ...
14084         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14085         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14086         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14087         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14088         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14089         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14090         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14091         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14092         Moved ...
14093         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14094         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14095         Moved ...
14096         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14097         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14098         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14099         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14100         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14101         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14102         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14103         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14104         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14105         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14106         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14107         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14108         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14109         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14110         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14111         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14112         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14114         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14115         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14116         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14117         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14118         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14120         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14121         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14122         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14123         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14124         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14125         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14126         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14127         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14128         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14129         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14131         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14132         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14134         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14135         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14136         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14137         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14138         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14139         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14140         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14141         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14142         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14143         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14144         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14145         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14146         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14147         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14148         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14149         Update #include.
14150         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14151         Likewise.
14152         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14153         Likewise.
14154         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14155         Likewise.
14156         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14157         Likewise.
14158         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14159         Likewise.
14160         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14161         Likewise.
14162         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14163         Likewise.
14164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14165         Likewise.
14166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14167         Likewise.
14168         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14169         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14170         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14171         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14172         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14173         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14174         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14175         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14176         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14177         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14178         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14179         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14180         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14181         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14182         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14184         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14185         that was previously under [RESET_PID].
14186         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14187         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14188         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14190         * sysdeps/i386/nptl/Implies: New file.
14191         * sysdeps/x86_64/nptl/Implies: New file.
14192         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14193         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14194         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14195         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14197         * sysdeps/unix/sysv/linux/i386/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/i386/vfork.S: File removed.
14201         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14203         * sysdeps/unix/sysv/linux/x86_64/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         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14207         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14209         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14210         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14211         (__libc_vfork): New strong alias.
14212         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14213         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14214         * nptl/pt-vfork.c: New file.
14215         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14216         (libpthread: GLIBC_2.20): New version set (empty).
14218 2014-05-14  Will Newton  <will.newton@linaro.org>
14220         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14221         rather than #if.
14223 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14225         [BZ #16564]
14226         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14227         arguments with exponent 65 or above.
14228         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14229         arguments 0x1p113L or above.
14230         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14231         to arguments 0x1p107L or above.
14232         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14233         positive arguments with exponent 65 or above.
14234         * math/auto-libm-test-in: Add more tests of log1p.
14235         * math/auto-libm-test-out: Regenerated.
14237         [BZ #16928]
14238         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14239         non-finite arguments is +0.
14240         * math/s_cacosf.c (__cacosf): Likewise.
14241         * math/s_cacosl.c (__cacosl): Likewise.
14242         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14243         * sysdeps/i386/fpu/libm-test-ulps: Update.
14244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14246         [BZ #16927]
14247         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14248         value.
14249         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14250         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14251         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14252         for explicit high bit of mantissa when testing for argument equal
14253         to 1.
14254         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14255         * sysdeps/i386/fpu/libm-test-ulps: Update.
14256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14258         [BZ #16516]
14259         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14260         (__erf): Scale by 16 instead of 8 in potentially underflowing
14261         case.  Ensure exception if result actually underflows.
14262         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14263         (__erff): Scale by 16 instead of 8 in potentially underflowing
14264         case.  Ensure exception if result actually underflows.
14265         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14266         (efx8): Remove variable.
14267         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14268         case.  Ensure exception if result actually underflows.
14269         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14270         (efx8): Remove variable.
14271         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14272         case.  Ensure exception if result actually underflows.
14273         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14274         (efx8): Remove variable.
14275         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14276         case.  Ensure exception if result actually underflows.
14277         * math/auto-libm-test-in: Add more tests of erf.
14278         * math/auto-libm-test-out: Regenerated.
14280 2014-05-14  Andreas Schwab  <schwab@suse.de>
14282         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14283         Remove code conditionalized on USE___THREAD.
14285         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14286         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14287         not definedness.
14289 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14291         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14292         Define unconditionally.
14293         (__ASSUME_O_CLOEXEC): Likewise.
14294         (__ASSUME_SOCK_CLOEXEC): Likewise.
14295         (__ASSUME_IN_NONBLOCK): Likewise.
14296         (__ASSUME_PIPE2): Likewise.
14297         (__ASSUME_EVENTFD2): Likewise.
14298         (__ASSUME_SIGNALFD4): Likewise.
14299         (__ASSUME_DUP3): Likewise.
14300         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14301         (__ASSUME_DUP3): Do not define.
14302         (__ASSUME_EVENTFD2): Likewise.
14303         (__ASSUME_IN_NONBLOCK): Likewise.
14304         (__ASSUME_O_CLOEXEC): Likewise.
14305         (__ASSUME_PIPE2): Likewise.
14306         (__ASSUME_SIGNALFD4): Likewise.
14307         (__ASSUME_SOCK_CLOEXEC): Likewise.
14308         (__ASSUME_UTIMES): Undefine.
14309         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14310         (__ASSUME_UTIMES): Do not define.
14311         (__ASSUME_O_CLOEXEC): Likewise.
14312         (__ASSUME_SOCK_CLOEXEC): Likewise.
14313         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14314         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14315         0x020621].
14316         (__ASSUME_PIPE2): Likewise.
14317         (__ASSUME_EVENTFD2): Likewise.
14318         (__ASSUME_SIGNALFD4): Likewise.
14319         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14320         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14321         Do not define.
14322         (__ASSUME_EVENTFD2): Likewise.
14323         (__ASSUME_SIGNALFD4): Likewise.
14324         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14325         (__ASSUME_32BITUIDS): Likewise.
14326         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14327         (__ASSUME_IPC64): Likewise.
14328         (__ASSUME_ST_INO_64_BIT): Likewise.
14329         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14330         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14331         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14332         (__ASSUME_UTIMES): Do not define.
14333         (__ASSUME_PSELECT): Likewise.
14334         (__ASSUME_PPOLL): Likewise.
14335         (__ASSUME_O_CLOEXEC): Likewise.
14336         (__ASSUME_SOCK_CLOEXEC): Likewise.
14337         (__ASSUME_IN_NONBLOCK): Likewise.
14338         (__ASSUME_PIPE2): Likewise.
14339         (__ASSUME_EVENTFD2): Likewise.
14340         (__ASSUME_SIGNALFD4): Likewise.
14341         (__ASSUME_DUP3): Likewise.
14342         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14343         (__ASSUME_UTIMES): Likewise.
14344         (__ASSUME_O_CLOEXEC): Likewise.
14345         (__ASSUME_SOCK_CLOEXEC): Likewise.
14346         (__ASSUME_IN_NONBLOCK): Likewise.
14347         (__ASSUME_PIPE2): Likewise.
14348         (__ASSUME_EVENTFD2): Likewise.
14349         (__ASSUME_SIGNALFD4): Likewise.
14350         (__ASSUME_DUP3): Likewise.
14351         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14352         (__ASSUME_UTIMES): Likewise.
14353         (__ASSUME_O_CLOEXEC): Likewise.
14354         (__ASSUME_SOCK_CLOEXEC): Likewise.
14355         (__ASSUME_IN_NONBLOCK): Likewise.
14356         (__ASSUME_PIPE2): Likewise.
14357         (__ASSUME_EVENTFD2): Likewise.
14358         (__ASSUME_SIGNALFD4): Likewise.
14359         (__ASSUME_DUP3): Likewise.
14360         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14361         Likewise.
14362         (__ASSUME_UTIMES): Likewise.
14363         (__ASSUME_EVENTFD2): Likewise.
14364         (__ASSUME_SIGNALFD4): Likewise.
14365         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14366         (__ASSUME_O_CLOEXEC): Likewise.
14367         (__ASSUME_SOCK_CLOEXEC): Likewise.
14368         (__ASSUME_IN_NONBLOCK): Likewise.
14369         (__ASSUME_PIPE2): Likewise.
14370         (__ASSUME_EVENTFD2): Likewise.
14371         (__ASSUME_SIGNALFD4): Likewise.
14372         (__ASSUME_DUP3): Likewise.
14373         (__ASSUME_UTIMES): Undefine.
14375         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14376         feclearexcept.  Remove symbol versioning code.
14377         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14378         symbol versioning code.
14379         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14380         symbol versioning code.
14381         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14382         feupdateenv.  Remove symbol versioning code.
14383         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14384         fegetexceptflag.  Remove symbol versioning code.
14385         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14386         fesetexceptflag.  Remove symbol versioning code.
14387         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14388         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14389         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14390         (__posix_fadvise64_l32): Remove prototype.
14391         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14392         code.
14394 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14396         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14397         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14398         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14399         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14401 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14403         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14404         current working directory
14406 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14408         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14409         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14410         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14411         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14412         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14413         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14414         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14415         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14416         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14417         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14418         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14419         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14420         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14421         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14422         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14423         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14424         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14425         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14426         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14427         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14428         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14429         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14430         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14431         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14432         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14433         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14434         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14435         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14436         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14437         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14438         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14439         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14440         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14441         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14442         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14443         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14444         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14445         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14446         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14447         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14448         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14449         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14451         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14452         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14454         * sysdeps/unix/sysv/linux/arm/Makefile
14455         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14456         Add rt-aeabi_unwind_cpp_pr1.
14457         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14458         Add nptl-aeabi_unwind_cpp_pr1.
14459         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14460         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14461         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14462         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14463         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14464         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14466         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14467         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14468         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14469         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14471         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14472         Deconditionalize the code that was previously under [RESET_PID].
14473         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14475         * sysdeps/generic/exit-thread.h: New file.
14476         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14477         * include/unistd.h (__exit_thread): Remove declaration.
14478         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14479         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14480         * csu/libc-start.c: Include <exit-thread.h>.
14481         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14482         * nptl/pthread_create.c: Include <exit-thread.h>.
14483         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14484         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14485         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14486         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14487         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14488         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14489         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14490         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14491         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14492         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14493         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14494         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14495         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14496         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14497         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14498         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14499         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14501 2014-05-13  Andreas Schwab  <schwab@suse.de>
14503         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14505 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14507         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14508         (__ASSUME_UTIMES): Do not condition on kernel version.
14509         (__ASSUME_PSELECT): Define unconditionally.
14510         (__ASSUME_PPOLL): Likewise.
14511         (__ASSUME_ATFCTS): Likewise.
14512         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14513         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14514         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14515         (__ASSUME_UTIMENSAT): Define unconditionally.
14516         (__ASSUME_PRIVATE_FUTEX): Likewise.
14517         (__ASSUME_FALLOCATE): Likewise.
14518         (__ASSUME_O_CLOEXEC): Likewise.
14519         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14520         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14521         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14522         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14523         (__ASSUME_IN_NONBLOCK): Likewise.
14524         (__ASSUME_PIPE2): Likewise.
14525         (__ASSUME_EVENTFD2): Likewise.
14526         (__ASSUME_SIGNALFD4): Likewise.
14527         (__ASSUME_DUP3): Likewise.
14528         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14529         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14530         (__ASSUME_AT_RANDOM): Likewise.
14531         (__ASSUME_PREADV): Likewise.
14532         (__ASSUME_PWRITEV): Likewise.
14533         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14534         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14535         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14536         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14537         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14538         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14539         (__ASSUME_O_CLOEXEC): Define unconditionally.
14540         (__ASSUME_PSELECT): Do not undefine conditionally.
14541         (__ASSUME_PPOLL): Likewise.
14542         (__ASSUME_ATFCTS): Likewise.
14543         (__ASSUME_SET_ROBUST_LIST): Likewise.
14544         (__ASSUME_UTIMENSAT): Likewise.
14545         (__ASSUME_FDATASYNC): Define unconditionally.
14546         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14547         (__ASSUME_SIGFRAME_V2): Likewise.
14548         )__ASSUME_EVENTFD2): Likewise.
14549         (__ASSUME_SIGNALFD4): Likewise.
14550         (__ASSUME_PSELECT): Do not undefine conditionally.
14551         (__ASSUME_PPOLL): Likewise.
14552         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14553         (__ASSUME_PSELECT): Define unconditionally.
14554         (__ASSUME_PPOLL): Likewise.
14555         (__ASSUME_O_CLOEXEC): Likewise.
14556         (__ASSUME_SOCK_CLOEXEC): Likewise.
14557         (__ASSUME_IN_NONBLOCK): Likewise.
14558         (__ASSUME_PIPE2): Likewise.
14559         (__ASSUME_EVENTFD2): Likewise.
14560         (__ASSUME_SIGNALFD4): Likewise.
14561         (__ASSUME_DUP3): Likewise.
14562         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14563         (__ASSUME_O_CLOEXEC): Likewise.
14564         (__ASSUME_SOCK_CLOEXEC): Likewise.
14565         (__ASSUME_IN_NONBLOCK): Likewise.
14566         (__ASSUME_PIPE2): Likewise.
14567         (__ASSUME_EVENTFD2): Likewise.
14568         (__ASSUME_SIGNALFD4): Likewise.
14569         (__ASSUME_DUP3): Likewise.
14570         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14571         (__ASSUME_EVENTFD2): Likewise.
14572         (__ASSUME_SIGNALFD4): Likewise.
14573         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14575 2014-05-12  Andreas Schwab  <schwab@suse.de>
14577         [BZ #16932]
14578         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14579         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14580         than maximum RPC packet size.
14581         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14582         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14583         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14584         (_nss_nis_getservbyport_r): Likewise.
14586 2014-05-12  Will Newton  <will.newton@linaro.org>
14588         * malloc/Makefile (tests): Add tst-mallopt.
14589         * malloc/tst-mallopt.c: New file.
14591 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14593         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14594         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14596 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14598         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14599         (tst-tlsmod6.so): Likewise.
14601 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14603         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14605 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14607         [BZ #16064]
14608         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14609         and <dl-procinfo.h>.
14610         (__fegetenv): Save SSE state in envp->__eip if supported.
14611         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14612         envp->__eip if supported.
14613         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14614         and <dl-procinfo.h>.
14615         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14616         __data_offset and __data_selector in environment to 0.  Set SSE
14617         state if supported.
14618         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14619         test-fenv-sse.
14620         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14621         -mfpmath=sse.
14622         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14624 2014-05-09  Will Newton  <will.newton@linaro.org>
14626         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14627         and libc_relro_required for ARM.
14628         * sysdeps/arm/preconfigure: Regenerate.
14630 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14631             Stefan Liebler  <stli@linux.vnet.ibm.com>
14633         * config.make.in (enable-lock-elision): New Makefile variable.
14634         * configure.ac: Likewise.
14635         * configure: Regenerate.
14636         * sysdeps/s390/configure.ac:
14637         Add check for gcc transactions support.
14638         * sysdeps/s390/configure: Regenerate.
14639         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14640         Build elision files if enabled.
14641         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14642         Add lock elision support for s390.
14643         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14644         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14645         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14646         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14647         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14648         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14649         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14650         Likewise.
14651         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14652         Likewise.
14653         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14654         Likewise.
14655         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14656         Likewise.
14657         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14658         (__lll_timedlock_elision, __lll_lock_elision)
14659         (__lll_unlock_elision, __lll_trylock_elision)
14660         (lll_timedlock_elision, lll_lock_elision)
14661         (lll_unlock_elision, lll_trylock_elision): Add.
14662         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14663         (pthread_mutex_t): Add lock elision support for s390.
14665 2014-05-14  Wilco  <wdijkstr@arm.com>
14667         * sysdeps/arm/fclrexcpt.c: Cleanup.
14668         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14669         * sysdeps/arm/feenablxcpt.c: Cleanup.
14670         * sysdeps/arm/fegetenv.c: Cleanup.
14671         * sysdeps/arm/fegetexcept.c: Cleanup.
14672         * sysdeps/arm/fegetround.c: Cleanup.
14673         * sysdeps/arm/feholdexcpt.c: Cleanup.
14674         * sysdeps/arm/fesetenv.c: Cleanup.
14675         * sysdeps/arm/fesetround.c: Cleanup.
14676         * sysdeps/arm/feupdateenv.c: Cleanup.
14677         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14678         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14679         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14680         * sysdeps/arm/ftestexcept.c: Cleanup.
14681         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14682         * sysdeps/arm/setfpucw.c: Cleanup.
14684 2014-05-09  Will Newton  <will.newton@linaro.org>
14686         * sysdeps/arm/armv7/strcmp.S: New file.
14687         * NEWS: Mention addition of ARMv7 optimized strcmp.
14689 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14691         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14692         look for %.ac rather than %.in.
14694         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14695         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14696         * sysdeps/mach/hurd/configure: Regenerated.
14697         * sysdeps/unix/sysv/linux/configure: Regenerated.
14699         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14701 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14703         [BZ# 16922]
14704         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14705         (LONG_SUB): Ditto.
14706         (PTR_SUB): Ditto.
14708 2014-05-07  Andreas Schwab  <schwab@suse.de>
14710         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14711         when skipping over non-matching result from nscd.
14713 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14715         [BZ #16876]
14716         * nptl/sockperf.c (client): Check socket return value.
14718         [BZ #16877]
14719         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14720         nscd security class.
14722 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14724         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14725         * sysdeps/arm/unwind.h: ... here.
14727 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14729         [BZ# 16916]
14730         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14731         Define.
14733 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14735         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14736         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14737         multiarch strncpy for PPC64.
14738         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14739         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14740         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14741         multiarch optimizations.
14742         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14743         (__libc_ifunc_impl_list): Likewise.
14744         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14745         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14746         multiarch stpncpy for PPC64.
14747         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14748         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14750 2014-05-06  Andreas Schwab  <schwab@suse.de>
14752         [BZ #16912]
14753         * gmon/mcount.c (_MCOUNT_DECL): Use
14754         atomic_compare_and_exchange_bool_acq instead of
14755         catomic_compare_and_exchange_bool_acq.
14757 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14759         * elf/Makefile (others, install-bin): Remove pldd.
14760         (pldd-modules): Variable removed.
14761         ($(objpfx)pldd): Target removed.
14762         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14763         (others, install-bin): Append pldd here.
14764         ($(objpfx)pldd): New target.
14766         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14767         to 0, so the first #if test emitted later doesn't see it undefined.
14768         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14769         * sysdeps/gnu/errlist.c: Regenerated.
14771 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14773         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14774         [libc_hidden_builtin_def]: Define to empty value.
14775         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14776         [libc_hidden_builtin_def]: Likewise.
14777         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14778         [libc_hidden_builtin_def]: Likewise.
14779         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14780         [libc_hidden_builtin_def]: Likewise.
14781         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14782         __redirect_memcpy and define ifunc as default hidden symbol.
14783         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14784         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14786 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14788         * locale/iso-4217.def: Reintroduce XDR currency.
14790 2014-05-04  Allan McRae  <allan@archlinux.org>
14792         * po/eo.po: Update Esperanto translation from translation project.
14794 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14796         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14797         and FEATURE_INDEX_MAX to 1.
14798         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14800 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14802         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14803         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14804         * iconvdata/big5.c (ONE_DIRECTION): Define.
14805         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14806         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14807         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14808         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14809         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14810         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14811         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14812         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14813         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14814         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14815         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14816         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14817         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14818         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14819         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14820         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14821         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14822         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14823         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14824         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14825         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14826         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14827         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14828         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14829         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14830         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14831         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14832         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14833         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14834         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14835         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14836         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14837         * iconvdata/johab.c (ONE_DIRECTION): Define.
14838         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14839         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14840         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14841         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14842         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14843         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14844         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14845         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14846         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14847         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14849 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14851         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14852         (_IO_JUMPS_OFFSET): Define to 0.
14854         * nptl/sysdeps/pthread/bits/libc-lock.h
14855         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14856         (__libc_lock_define_initialized_recursive): Always define using
14857         initializer.  Modern compilers treat uninitialized (implicit zero) and
14858         explicit zero initializers the same (i.e. put the datum in bss).
14860 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14862         * nscd/nscd-client.h: Include <string.h>.
14864 2014-05-01  David S. Miller  <davem@davemloft.net>
14866         [BZ #16885]
14867         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14868         multiple zero bytes exist at the end of a string.
14869         Reported by Aurelien Jarno <aurelien@aurel32.net>
14871         * string/test-strcmp.c (check): Add explicit test for situations where
14872         there are multiple zero bytes after the first.
14874 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14876         [BZ #16890]
14877         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14878         when compiling wprintf.
14879         * stdio-common/tstdiomisc.c (t3): New function.
14880         (main): Call it.
14882 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14884         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14885         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14886         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14887         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14889 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14891         * stdlib/longlong.h: Updated from GCC.
14893 2014-05-01  Will Newton  <will.newton@linaro.org>
14894             Bernard Ogden  <bernie.ogden@linaro.org>
14896         * NEWS: Update fixed bug list.
14898         [BZ #15119]
14899         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14901 2014-04-30  David S. Miller  <davem@davemloft.net>
14903         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14904         (libc_feholdexcept_setround_sparc_ctx): New function.
14905         (libc_fesetenv_sparc_ctx): Likewise.
14906         (libc_feupdateenv_sparc_ctx): Likewise.
14907         (libc_feholdsetround_sparc_ctx): Likewise.
14908         (libc_feholdexcept_setround_ctx): Define.
14909         (libc_feholdexcept_setroundf_ctx): Likewise.
14910         (libc_feholdexcept_setroundl_ctx): Likewise.
14911         (libc_fesetenv_ctx): Likewise.
14912         (libc_fesetenvf_ctx): Likewise.
14913         (libc_fesetenvl_ctx): Likewise.
14914         (libc_feupdateenv_ctx): Likewise.
14915         (libc_feupdateenvf_ctx): Likewise.
14916         (libc_feupdateenvl_ctx): Likewise.
14917         (libc_feresetround_ctx): Likewise.
14918         (libc_feresetroundf_ctx): Likewise.
14919         (libc_feresetroundl_ctx): Likewise.
14920         (libc_feholdsetround_ctx): Likewise.
14921         (libc_feholdsetroundf_ctx): Likewise.
14922         (libc_feholdsetroundl_ctx): Likewise.
14924         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14925         with __USE_GNU instead of XOPEN cpp guards.
14927         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14928         0.
14930         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14931         with XOPEN cpp guards.
14933 2014-04-30  Julian Brown  <julian@codesourcery.com>
14935         [BZ #16888]
14936         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14937         handling.
14939 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14941         [BZ #9894]
14942         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14943         Change to 2.6.32.
14944         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14945         * sysdeps/unix/sysv/linux/configure: Regenerated.
14946         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14947         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14948         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14949         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14950         * README: Update reference to required Linux kernel version.
14951         * manual/install.texi (Linux): Update reference to required Linux
14952         kernel headers version.
14953         * INSTALL: Regenerated.
14955         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14956         header inclusion.
14957         [POSIX] (limits.h): Likewise.
14958         [POSIX] (math.h): Likewise.
14959         [POSIX] (sys/wait.h): Likewise.
14960         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14961         function.
14962         [POSIX] (stddef.h): Do not allow header inclusion.
14964 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14966         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14968 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14970         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14971         Return immediately after lll_futex_wake.
14973 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14975         [BZ #16791]
14976         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14977         structure.
14978         (datahead_init_pos): Call datahead_init_common early.
14979         (datahead_init_neg): Likewise.
14981         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14982         datahead_init_neg): New functions.
14983         * nscd/aicache.c (addhstaiX): Use them.
14984         * nscd/grpcache.c (cache_addgr): Likewise.
14985         * nscd/hstcache.c (cache_addhst): Likewise.
14986         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14987         * nscd/netgroupcache.c (do_notfound): Likewise.
14988         (addgetnetgrentX): Likewise.
14989         (addinnetgrX): Likewise.
14990         * nscd/pwdcache.c (cache_addpw): Likewise.
14991         * nscd/servicescache.c (cache_addserv): Likewise.
14993 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14994             Atsushi Onoe  <atsushi@onoe.org>
14996         [BZ #14308]
14997         [BZ #12994]
14998         [BZ #13651]
14999         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15000         one response is valid.
15001         * resolv/res_send.c (send_dg): Check for validity of other
15002         response if the current response is a referral.
15004 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15006         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15008 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15010         [BZ #16823]
15011         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15012         Always divide by positive zero when computing -Inf result.
15013         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15014         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15016 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15018         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15019         FPSCR if value do not change.
15020         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15021         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15022         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15023         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15024         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15025         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15026         function.
15028 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15030         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15031         * sysdeps/unix/sysv/linux/hppa: Move directory from
15032         ports/systeps/unix/sysv/linux/hppa.
15033         * README: Update listing for hppa-*-linux-gnu.
15035 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15037         [BZ #16754]
15038         * manual/stdio.texi (Hook functions): Fix types of stream hook
15039         functions.
15040         [BZ #16854]
15041         * socket/sys/socket.h: Fix typo in comment.
15043 2014-04-28  Wilco  <wdijkstr@arm.com>
15045         * sysdeps/arm/fenv_private.h: New file.
15046         * sysdeps/arm/math_private.h: New file.
15047         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15049 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15051         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15052         with __int128_t.
15053         (La_x86_64_retval): Likewise.
15055 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15057         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15058         fpsr if value didn't change.
15059         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15060         to fpcr if value didn't change.
15061         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15062         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15063         fpsr or fpcr if value didn't change.
15064         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15065         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15066         fpcr if value didn't change.
15067         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15068         to fpsr if value didn't change.
15070 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15072         * nptl/tst-sem3.c: Use test-skeleton.c
15073         (main): Rename to do_test.  Use return instead of
15074         exit.
15075         * nptl/tst-sem4.c: Use test-skeleton.c
15076         (main): Rename to do_test.
15078 2014-04-22  David S. Miller  <davem@davemloft.net>
15080         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15081         (struct sigaction): New struct member __glibc_reserved0, change
15082         type of sa_flags to int.
15084 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15086         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15087         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15089 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15091         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15092         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15094 2014-04-22  Will Newton  <will.newton@linaro.org>
15095             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15097         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15098         (__longjmp): Add longjmp and longjmp_target SystemTap
15099         probes.
15100         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15101         (__sigsetjmp): Add setjmp SystemTap probe.
15103 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15105         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15106         match manual order.
15108 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15110         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15112         * sysdeps/powerpc/fpu/fenv_private.h
15113         (libc_feholdexcept_setroundl_ctx): Define to
15114         libc_feholdexcept_setround_ppc_ctx.
15115         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15116         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15117         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15118         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15120 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15122         * sysdeps/aarch64/math-tests.h: New file.
15124 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15126         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15127         New.
15128         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15129         Check and set bit_AVX2_Usable.
15130         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15131         macro.
15132         (bit_AVX2): Likewise.
15133         (index_AVX2_Usable): Likewise.
15134         (CPUID_AVX2): Likewise.
15135         (HAS_AVX2): Likewise.
15137 2014-04-17  Will Newton  <will.newton@linaro.org>
15139         * manual/setjmp.texi (System V contexts): Add note that
15140         calling setcontext on a context created by a call to a
15141         signal handler is undefined.  Update text to note that
15142         setcontext from a signal handler is possible but not
15143         recommended.
15145         [BZ #16629]
15146         * stdlib/tst-setcontext.c: Include signal.h.
15147         (main): Check that the signal stack before and
15148         after swapcontext is the same.
15150         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15151         Re-implement to restore registers in user code and avoid
15152         rt_sigreturn system call.
15154 2014-04-17  Wilco  <wdijkstr@arm.com>
15156         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15157         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15158         * math/test-fenv.c: Skip exception trap tests on targets which only
15159         support non-stop mode.
15161 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15162             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15164         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15165         (libc_feholdsetround_aarch64_ctx)
15166         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15167         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15168         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15169         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15170         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15171         (libc_feresetround_noexl_ctx): Define.
15173 2014-04-16  Richard Henderson  <rth@redhat.com>
15175         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15177         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15178         unwind tables.
15180         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15181         const from the non-libc, non-ldso copy.
15183         * sysdeps/alpha/libm-test-ulps: Regenerate.
15185 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15186             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15188         * sysdeps/aarch64/fpu/math_private.h: New file.
15190 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15192         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15194 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15196         [BZ #16275]
15197         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15198         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15199         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15200         Intel MPX bound registers before _dl_profile_fixup.
15201         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15202         registers after _dl_profile_fixup.  Save and restore bound
15203         registers bnd0/bnd1 when calling _dl_call_pltexit.
15204         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15205         (LR_BND_OFFSET): Likewise.
15206         (LRV_BND0_OFFSET): Likewise.
15207         (LRV_BND1_OFFSET): Likewise.
15209 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15211         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15212         to...
15213         * sysdeps/mach/hurd/i386/tls.h: ... here.
15214         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15215         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15216         fields.
15218 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15220         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15222 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15224         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15226 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15228         [BZ #14770]
15229         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15230         * sysdeps/s390/configure: Regenerate.
15232         [BZ #16824]
15233         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15234         Set round-to-nearest internally to reduce error accumulation.
15236 2014-04-16  Alan Modra  <amodra@gmail.com>
15238         [BZ #16740]
15239         [BZ #16619]
15240         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15241         * math/libm-test.inc (frexp_test_data): Add tests.
15242         * NEWS: Update fixed bug list.
15244 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15246         * benchtests/Makefile: Depend on libraries in build directory.
15247         (bench-math): Separate out math tests.
15248         (bench-pthread): Separate out pthread tests.
15249         (bench): Include math and pthread tests.
15251 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15253         [BZ #16831]
15254         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15255         _dl_debug_initialize.
15257         * configure.ac: Remove SELinux header check.
15258         * configure: Regenerate.
15259         * nscd/selinux.c (perms): Array of const char* to permission names.
15260         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15261         default policy. Call string_to_security_class and string_to_av_perm to
15262         translate strings. Enforce default policy and call avs_has_perm with
15263         results of translated strings.
15265 2014-04-13  David S. Miller  <davem@davemloft.net>
15267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15269 2014-04-12  Allan McRae  <allan@archlinux.org>
15271         [BZ #16838]
15272         * manual/string.texi (Collation Functions): Fix qsort argument
15273         order in example.
15274         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15276 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15278         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15279         Make the test a no-op if there are no exceptions defined.
15281 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15283         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15284         enable-hardcoded-path-in-tests
15286 2014-04-11  Will Newton  <will.newton@linaro.org>
15288         * benchtests/Makefile (extra-objs): Add json-lib.o.
15289         (bench-func): Tidy up JSON output.
15290         * benchtests/bench-skeleton.c: Include json-lib.h.
15291         (main): Use JSON library functions to do output of
15292         benchmark results.
15293         * benchtests/bench-timing-type.c (main): Output the
15294         timing type simply, leaving formatting to the user.
15295         * benchtests/json-lib.c: New file.
15296         * benchtests/json-lib.h: Likewise.
15298 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15300         [BZ #15215]
15301         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15302         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15303         memory barriers.  Add comments.
15304         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15305         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15306         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15307         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15308         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15309         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15311 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15313         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15314         * sysdeps/s390/s390-64/configure.ac: ... this ...
15315         * sysdeps/s390/configure.ac: ... to here.
15316         * sysdeps/s390/s390-32/configure: Delete file.
15317         * sysdeps/s390/s390-64/configure: Delete file.
15318         * sysdeps/s390/configure: Regenerate.
15320 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15322         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15324 2014-04-11  Will Newton  <will.newton@linaro.org>
15326         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15327         to zero if it is not defined elsewhere.  (mtrim): Test
15328         the value of MALLOC_DEBUG with #if rather than #ifdef.
15330 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15332         * benchtests/pthread_once-inputs: New file.
15333         * benchtests/pthread_once-source.c: New file.
15334         * benchtests/README: Update documentation.
15336 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15337             H.J. Lu  <hongjiu.lu@intel.com>
15339         [BZ #16275]
15340         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15341         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15342         * sysdeps/x86_64/configure: Regenerated.
15343         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15344         macro.
15345         (REGISTER_SAVE_RAX): Likewise.
15346         (REGISTER_SAVE_RCX): Likewise.
15347         (REGISTER_SAVE_RDX): Likewise.
15348         (REGISTER_SAVE_RSI): Likewise.
15349         (REGISTER_SAVE_RDI): Likewise.
15350         (REGISTER_SAVE_R8): Likewise.
15351         (REGISTER_SAVE_R9): Likewise.
15352         (REGISTER_SAVE_BND0): Likewise.
15353         (REGISTER_SAVE_BND1): Likewise.
15354         (REGISTER_SAVE_BND2): Likewise.
15355         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15356         bound registers when calling _dl_fixup.
15358 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15360         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15361         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15362         of its definition.
15363         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15364         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15365         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15366         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15367         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15368         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15369         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15371 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15373         [BZ #15514]
15374         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15375         pathconf(_PC_NAME_MAX).
15377 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15379         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15380         Remove macro usage.
15381         (__PTHREAD_SPINS): Move definition to ...
15382         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15383         (__PTHREAD_SPINS): ... here.
15384         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15385         (__PTHREAD_SPIN): Likewise.
15386         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15387         (__PTHREAD_SPIN): Likewise.
15388         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15389         (__PTHREAD_SPIN): Likewise.
15390         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15391         (__PTHREAD_SPIN): Likewise.
15392         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15393         (__PTHREAD_SPIN): Likewise.
15394         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15395         (__PTHREAD_SPIN): Likewise.
15396         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15397         (__PTHREAD_SPIN): Likewise.
15398         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15399         (__PTHREAD_SPIN): Likewise.
15400         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15401         (__PTHREAD_SPIN): Likewise.
15402         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15403         (__PTHREAD_SPIN): Likewise.
15404         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15405         (__PTHREAD_SPIN): Likewise.
15406         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15407         (__PTHREAD_SPIN): Likewise.
15409         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15410         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15411         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15412         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15413         imply folder.
15414         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15415         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15416         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15417         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15418         correct imply path.
15419         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15420         strlen symbol for non multi-arch builds.
15421         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15422         missing hidden_def and weak_alias.
15424 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15426         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15428 2014-04-07  Will Newton  <will.newton@linaro.org>
15430         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15431         and contents.  [!_LIBC] Remove #ifndef and contents.
15432         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15433         * string/memccpy.c (__memccpy): Use ANSI prototype.
15434         * string/memfrob.c (memfrob): Likewise.
15435         * string/strcoll.c (STRCOLL): Likewise.
15436         * string/strlen.c (strlen): Likewise.
15437         * string/strtok.c (STRTOK): Likewise.
15438         * string/strcat.c: Remove unused #include of memcopy.h.
15439         (strcat): Use ANSI prototype.
15440         * string/strchr.c: Remove unused #include of memcopy.h.
15441         (strchr): Use ANSI prototype.
15442         * string/strcmp.c: Remove unused #include of memcopy.h.
15443         (strcmp): Use ANSI prototype.
15444         * string/strcpy.c: Remove unused #include of memcopy.h.
15445         (strcpy): Use ANSI prototype.
15447 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15449         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15450         * config.make.in (config-extra-cppflags): Set it from
15451         libc_extra_cppflags.
15452         * configure.ac (libc_extra_cflags): Make it accumulate over
15453         configure fragments.
15454         (libc_extra_cppflags): New flag.
15455         * configure. Regenerate.
15456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15457         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15458         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15461         [BZ #16815]
15462         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15463         result for FE_DOWNWARD rounding mode.
15464         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15465         Likewise.
15466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15468 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15470         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15471         in function argument name.
15473 2014-04-03  David Svoboda  <svoboda@cert.org>
15475         [BZ #5666]
15476         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15477         explicitly.
15479 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15481         * elf/dl-unmap-segments.h: New file.
15482         * sysdeps/generic/ldsodefs.h
15483         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15484         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15485         * elf/dl-fptr.c: Likewise.
15486         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15487         * sysdeps/aarch64/tlsdesc.c: Likewise.
15488         * sysdeps/arm/tlsdesc.c: Likewise.
15489         * sysdeps/i386/tlsdesc.c: Likewise.
15490         * sysdeps/tile/dl-runtime.c: Likewise.
15491         * sysdeps/x86_64/tlsdesc.c: Likewise.
15492         * elf/dl-load.h: New file.
15493         * elf/dl-load.c: Include it.
15494         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15495         Macros moved to dl-load.h.
15496         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15497         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15498         Use _dl_unmap_segments in place of __munmap.
15499         Break out segment-mapping loop into ...
15500         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15502 2014-04-03  Will Newton  <will.newton@linaro.org>
15504         * elf/dl-lookup.c (do_lookup_x): Remove comment
15505         referring to nested function and move variable
15506         declarations down to before first use.
15508 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15510         [BZ #16799]
15511         [BZ #16800]
15512         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15513         with 0 numerator.
15514         * math/s_catanf.c (__catanf): Likewise.
15515         * math/s_catanh.c (__catanh): Likewise.
15516         * math/s_catanhf.c (__catanhf): Likewise.
15517         * math/s_catanhl.c (__catanhl): Likewise.
15518         * math/s_catanl.c (__catanl): Likewise.
15519         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15520         by positive zero when computing -Inf result.
15521         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15522         (catanh_test): Likewise.
15523         * sysdeps/i386/fpu/libm-test-ulps: Update.
15524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15526         [BZ #16789]
15527         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15528         instead of using underflowing value in computing result.
15529         * math/s_clog10.c (__clog10): Likewise.
15530         * math/s_clog10f.c (__clog10f): Likewise.
15531         * math/s_clog10l.c (__clog10l): Likewise.
15532         * math/s_clogf.c (__clogf): Likewise.
15533         * math/s_clogl.c (__clogl): Likewise.
15534         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15535         (clog10_test): Likewise.
15536         * sysdeps/i386/fpu/libm-test-ulps: Update.
15537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15539 2014-04-02  Alan Modra  <amodra@gmail.com>
15541         [BZ #16739]
15542         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15543         output when value is near a power of two.  Use int64_t for lx and
15544         remove casts.  Use decimal rather than hex exponent constants.
15545         Don't use long double multiplication when double will suffice.
15546         * math/libm-test.inc (nextafter_test_data): Add tests.
15547         * NEWS: Add 16739 and 16786 to bug list.
15549         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15551         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15553 2014-04-01  Will Newton  <will.newton@linaro.org>
15555         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15556         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15558 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15560         [BZ #13347]
15561         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15562         * nptl/tst-setuid2.c: New file.
15563         * nptl/Makefile (xtests): Add tst-setuid2.
15565 2014-04-01  Alan Modra  <amodra@gmail.com>
15567         [BZ #16786]
15568         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15570 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15572         [BZ #6803]
15573         [BZ #6804]
15574         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15575         set errno as appropriate.
15576         * math/w_scalbf.c (__scalbf): Likewise.
15577         * math/w_scalbl.c (__scalbl): Likewise.
15578         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15579         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15580         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15581         Add more NaN tests.
15583         [BZ #16349]
15584         * math/w_atan2.c: Include <errno.h>.
15585         (__atan2): Set errno for result underflowing to zero.
15586         * math/w_atan2f.c: Include <errno.h>.
15587         (__atan2f): Set errno for result underflowing to zero.
15588         * math/w_atan2l.c: Include <errno.h>.
15589         (__atan2l): Set errno for result underflowing to zero.
15590         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15591         tests.
15592         * math/auto-libm-test-out: Regenerated.
15594 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15596         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15597         Encode instruction correctly in little endian.
15598         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15599         Likewise.
15600         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15601         Likewise.
15602         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15603         Likewise.
15604         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15605         Likewise.
15607 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15609         [BZ #9894]
15610         * sysdeps/unix/sysv/linux/kernel-features.h
15611         [__sparc__ && !__arch64__ && !__sparc_v9__]
15612         (__ASSUME_SET_ROBUST_LIST): Do not define.
15613         [__sparc__ && !__arch64__ && !__sparc_v9__]
15614         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15615         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15616         Likewise.
15617         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15618         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15619         (__ASSUME_REQUEUE_PI): Likewise.
15620         (__ASSUME_SET_ROBUST_LIST): Likewise.
15621         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15622         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15623         Undefine.
15624         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15625         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15626         Likewise.
15627         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15628         Likewise.
15629         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15630         Likewise.
15631         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15632         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15633         Undefine.
15634         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15635         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15636         Likewise.
15638         [BZ #16648]
15639         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15640         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15641         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15643 2014-03-31  Will Newton  <will.newton@linaro.org>
15645         * benchtests/Makefile (bench): Add ffs and ffsll to list
15646         of tests.
15647         * benchtests/ffs-inputs: New file.
15648         * benchtests/ffsll-inputs: Likewise.
15650 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15652         [BZ #16770]
15653         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15654         too large before casting to int.
15655         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15656         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15657         * math/libm-test.inc (scalb_test_data): Add more tests.
15659 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15661         * benchtests/Makefile (DETAILED_OPT): New make option.
15662         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15663         set.
15664         * benchtests/bench-skeleton.c: Include stdbool.h.
15665         (main): Store and print timings per input.
15666         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15667         member to each argument value.
15668         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15669         (_print_arg_data): Initialize per-input timing to 0.
15671         * benchtests/Makefile (timing-type): New binary.
15672         (bench-clean): Also remove bench-timing-type.
15673         (bench): New target for timing-type.
15674         (bench-func): Print output in JSON format.
15675         * benchtests/bench-skeleton.c (main): Print output in JSON
15676         format.
15677         * benchtests/bench-timing-type.c: New file.
15678         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15679         (TIMING_PRINT_STATS): Remove.
15680         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15681         name separately.
15683         * benchtests/bench-modf.c: Remove.
15684         * benchtests/modf-inputs: New inputs file.
15686 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15688         [BZ #16362]
15689         * math/s_clog10.c (M_PI_LOG10E): New macro.
15690         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15691         imaginary parts are 0.
15692         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15693         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15694         imaginary parts are 0.
15695         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15696         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15697         imaginary parts are 0.
15698         * math/libm-test.inc (clog10_test_data): Update expected results
15699         for when real and imaginary parts are 0.
15701 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15703         * elf/dl-load.c: Finish conversion of __builtin_expect into
15704         __glibc_{un}likely.
15706 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15708         [BZ #16348]
15709         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15710         1+x for argument with exponent below -67.
15711         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15712         Likewise.
15713         * math/auto-libm-test-in: Add more tests of exp.
15714         * math/auto-libm-test-out: Regenerated.
15716 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15718         [BZ #16759]
15719         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15720         (nscd_getnetgrent): Use it.
15722         [BZ #16760]
15723         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15724         of stpcpy.
15726 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15728         * nptl/sysdeps/unix/sysv/linux/x86_64/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.
15734         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15735         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15736         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15737         (lll_robust_unlock): Remove out of line section. Use cfi
15738         intrinsics.
15739         (LLL_STUB_UNWIND_INFO*): Remove.
15741 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15743         [BZ #16758]
15744         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15745         blank values.
15747 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15749         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15751 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15753         [BZ #16198]
15754         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15755         fnstenv.
15756         * math/test-fenv-preserve.c: New file.
15757         * math/Makefile (tests): Add test-fenv-preserve.
15759 2014-03-26  Will Newton <will.newton@linaro.org>
15761         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15763 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15765         * scripts/versionlist.awk: Partition the version sets and emit all
15766         GLIBC_* (sorted) before all others (sorted).
15768 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15770         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15771         GLIBC_2.2.5 version.
15773 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15775         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15776         calls.
15778         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15779         previous change.
15781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15783 2014-03-25  Andreas Schwab  <schwab@suse.de>
15785         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15786         label to be used after in6ailist is initialized.
15788 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15790         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15791         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15793 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15795         [BZ #16357]
15796         [BZ #16599]
15797         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15798         min_plus_half.
15799         (fp_formats): Update initializers.
15800         (init_fp_formats): Initialize new field.
15801         (output_for_one_input_case): Allow underflow for results up to
15802         min_plus_half.
15803         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15804         * math/auto-libm-test-in: Don't mark some underflows from asin and
15805         atanh as spurious.
15806         * math/auto-libm-test-out: Regenerated.
15807         * sysdeps/i386/fpu/libm-test-ulps: Update.
15808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15810 2014-03-25  Andreas Schwab  <schwab@suse.de>
15812         * libio/Makefile (tst-ftell-partial-wide-ENV)
15813         (tst-ftell-active-handler-ENV): Define.
15815 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15817         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15819 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15821         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15823 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15825         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15826         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15827         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15829 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15831         [BZ #16634]
15832         * elf/dl-load.c (open_verify): Add mode parameter.
15833         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15834         (open_path): Change from boolean 'secure' to complete flag 'mode'
15835         (_dl_map_object): Adjust.
15836         * elf/Makefile (tests): Add tst-dlopen-aout.
15837         * elf/tst-dlopen-aout.c: New test.
15839 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15841         [BZ #16714]
15842         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15843         (struct stat): Rename member pad0 to __glibc_reserved0.
15845         [BZ #16712]
15846         * sysdeps/s390/s390-32/bits/wordsize.h
15847         (__WORDSIZE32_SIZE_ULONG): New define.
15848         * sysdeps/s390/s390-64/bits/wordsize.h
15849         (__WORDSIZE32_SIZE_ULONG): Likewise.
15850         * sysdeps/generic/stdint.h (SIZE_MAX):
15851         Define as UL if __WORDSIZE32_SIZE_ULONG.
15853         [BZ #16713]
15854         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15855         (__glibc_reserved0): New variable.
15856         (sa_flags): Change type to int.
15858         * posix/Makefile (before-compile): Use += before-compile instead
15859         of a :=.
15861         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15862         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15864 2014-03-20  Andreas Schwab  <schwab@suse.de>
15866         [BZ #16743]
15867         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15868         non-matching result from nscd.
15870 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15872         * scripts/bench.py: Moved to ...
15873         * benchtests/scripts/bench.py: ... here.
15874         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15876 2014-03-24  Andreas Schwab  <schwab@suse.de>
15878         [BZ #16002]
15879         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15880         alloca_account and account alloca use for struct in6ailist.
15882 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15884         [BZ #16284]
15885         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15886         rounding mode to recompute results that overflow to infinity or
15887         underflow to zero.
15888         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15889         bug 16284.
15890         * math/auto-libm-test-out: Regenerated.
15891         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15892         (ccosh_test): Likewise.
15893         (csin_test_data): Use plus_oflow.
15894         (csin_test): Use ALL_RM_TEST.
15895         (csinh_test_data): Use plus_oflow.
15896         (csinh_test): Use ALL_RM_TEST.
15897         * sysdeps/i386/fpu/libm-test-ulps: Update.
15898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15900 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15902         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15903         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15904         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15906         [BZ #16731]
15907         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15908         when x - 1 is zero.
15909         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15910         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15911         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15912         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15913         argument is 1.
15914         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15915         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15916         zero.
15917         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15918         * sysdeps/i386/fpu/libm-test-ulps: Update.
15919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15921 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15923         * scripts/bench.pl: Remove file.
15924         * scripts/bench.py: New benchmark script.
15925         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15926         * benchtests/README: Mention python dependency.
15927         * scripts/pylintrc: New file.
15928         * scripts/pylint: New file.
15930         * bits/mathdef.h: Use #ifdef instead of #if.
15931         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15932         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15933         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15934         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15935         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15936         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15938 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15939             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15941         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15942         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15943         and strpbrk-ppc64 objects.
15944         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15945         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15946         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15947         multiarch strpbrk for POWER7.
15948         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15949         multiarch strpbrk for PPC64.
15950         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15951         ifunc selector.
15952         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15953         strpbrk for POWER7.
15955 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15957         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15958         (atan_test): Likewise.
15959         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15960         (atanh_test): Use ALL_RM_TEST.
15961         (atan2_test_data): Likewise.
15962         (cabs_test): Likewise.
15963         (cacosh_test): Likewise.
15964         (carg_test): Likewise.
15965         (casin_test): Likewise.
15966         (casinh_test): Likewise.
15967         (cbrt_test): Likewise.
15968         (csqrt_test): Likewise.
15969         (erf_test): Likewise.
15970         (erfc_test): Likewise.
15971         (pow10_test): Likewise.
15972         (exp2_test): Likewise.
15973         (hypot_test): Likewise.
15974         (j0_test): Likewise.
15975         (j1_test): Likewise.
15976         (lgamma_test): Likewise.
15977         (gamma_test): Likewise.
15978         (sincos_test): Likewise.
15979         (tanh_test): Likewise.
15980         (y0_test): Likewise.
15981         (y1_test): Likewise.
15982         * sysdeps/i386/fpu/libm-test-ulps: Update.
15983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15985 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15987         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15989         and strcspn-ppc64 objects.
15990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15991         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15992         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15993         multiarch strcspn for POWER7.
15994         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15995         multiarch strcspn for PPC64.
15996         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15997         ifunc selector.
15998         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15999         strcspn for POWER7.
16001 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16003         * math/gen-libm-test.pl (generate_testfile): Expect only function
16004         name as argument to AUTO_TESTS_* and pass results for all rounding
16005         modes to parse_args.
16006         (parse_auto_input): Separate inputs of automatic tests from
16007         outputs before storing in %auto_tests.
16008         * math/libm-test.inc (acos_test_data): Update call to
16009         AUTO_TESTS_f_f.
16010         (acos_test): Use ALL_RM_TEST.
16011         (acos_tonearest_test_data): Remove.
16012         (acos_test_tonearest): Likewise.
16013         (acos_towardzero_test_data): Likewise.
16014         (acos_test_towardzero): Likewise.
16015         (acos_downward_test_data): Likewise.
16016         (acos_test_downward): Likewise.
16017         (acos_upward_test_data): Likewise.
16018         (acos_test_upward): Likewise.
16019         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16020         (asin_test_data): Likewise.
16021         (asin_test): Use ALL_RM_TEST.
16022         (asin_tonearest_test_data): Remove.
16023         (asin_test_tonearest): Likewise.
16024         (asin_towardzero_test_data): Likewise.
16025         (asin_test_towardzero): Likewise.
16026         (asin_downward_test_data): Likewise.
16027         (asin_test_downward): Likewise.
16028         (asin_upward_test_data): Likewise.
16029         (asin_test_upward): Likewise.
16030         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16031         (atan_test_data): Likewise.
16032         (atanh_test_data): Likewise.
16033         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16034         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16035         (carg_test_data): Likewise.
16036         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16037         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16038         (ccosh_test_data): Likewise.
16039         (cexp_test_data): Likewise.
16040         (clog_test_data): Likewise.
16041         (clog10_test_data): Likewise.
16042         (cos_test_data): Update call to AUTO_TESTS_f_f.
16043         (cos_test): Use ALL_RM_TEST.
16044         (cos_tonearest_test_data): Remove.
16045         (cos_test_tonearest): Likewise.
16046         (cos_towardzero_test_data): Likewise.
16047         (cos_test_towardzero): Likewise.
16048         (cos_downward_test_data): Likewise.
16049         (cos_test_downward): Likewise.
16050         (cos_upward_test_data): Likewise.
16051         (cos_test_upward): Likewise.
16052         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16053         (cosh_test): Use ALL_RM_TEST.
16054         (cosh_tonearest_test_data): Remove.
16055         (cosh_test_tonearest): Likewise.
16056         (cosh_towardzero_test_data): Likewise.
16057         (cosh_test_towardzero): Likewise.
16058         (cosh_downward_test_data): Likewise.
16059         (cosh_test_downward): Likewise.
16060         (cosh_upward_test_data): Likewise.
16061         (cosh_test_upward): Likewise.
16062         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16063         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16064         (ctan_test_data): Likewise.
16065         (ctan_test): Use ALL_RM_TEST.
16066         (ctan_tonearest_test_data): Remove.
16067         (ctan_test_tonearest): Likewise.
16068         (ctan_towardzero_test_data): Likewise.
16069         (ctan_test_towardzero): Likewise.
16070         (ctan_downward_test_data): Likewise.
16071         (ctan_test_downward): Likewise.
16072         (ctan_upward_test_data): Likewise.
16073         (ctan_test_upward): Likewise.
16074         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16075         (ctanh_test): Use ALL_RM_TEST.
16076         (ctanh_tonearest_test_data): Remove.
16077         (ctanh_test_tonearest): Likewise.
16078         (ctanh_towardzero_test_data): Likewise.
16079         (ctanh_test_towardzero): Likewise.
16080         (ctanh_downward_test_data): Likewise.
16081         (ctanh_test_downward): Likewise.
16082         (ctanh_upward_test_data): Likewise.
16083         (ctanh_test_upward): Likewise.
16084         (erf_test_data): Update call to AUTO_TESTS_f_f.
16085         (erfc_test_data): Likewise.
16086         (exp_test_data): Likewise.
16087         (exp_test): Use ALL_RM_TEST.
16088         (exp_tonearest_test_data): Remove.
16089         (exp_test_tonearest): Likewise.
16090         (exp_towardzero_test_data): Likewise.
16091         (exp_test_towardzero): Likewise.
16092         (exp_downward_test_data): Likewise.
16093         (exp_test_downward): Likewise.
16094         (exp_upward_test_data): Likewise.
16095         (exp_test_upward): Likewise.
16096         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16097         (exp10_test): Use ALL_RM_TEST.
16098         (exp10_tonearest_test_data): Remove.
16099         (exp10_test_tonearest): Likewise.
16100         (exp10_towardzero_test_data): Likewise.
16101         (exp10_test_towardzero): Likewise.
16102         (exp10_downward_test_data): Likewise.
16103         (exp10_test_downward): Likewise.
16104         (exp10_upward_test_data): Likewise.
16105         (exp10_test_upward): Likewise.
16106         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16107         (expm1_test_data): Likewise.
16108         (expm1_test): Use ALL_RM_TEST.
16109         (expm1_tonearest_test_data): Remove.
16110         (expm1_test_tonearest): Likewise.
16111         (expm1_towardzero_test_data): Likewise.
16112         (expm1_test_towardzero): Likewise.
16113         (expm1_downward_test_data): Likewise.
16114         (expm1_test_downward): Likewise.
16115         (expm1_upward_test_data): Likewise.
16116         (expm1_test_upward): Likewise.
16117         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16118         (fma_test): Use ALL_RM_TEST.
16119         (fma_towardzero_test_data): Remove.
16120         (fma_test_towardzero): Likewise.
16121         (fma_downward_test_data): Likewise.
16122         (fma_test_downward): Likewise.
16123         (fma_upward_test_data): Likewise.
16124         (fma_test_upward): Likewise.
16125         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16126         (j0_test_data): Update call to AUTO_TESTS_f_f.
16127         (j1_test_data): Likewise.
16128         (jn_test_data): Update call to AUTO_TESTS_if_f.
16129         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16130         (log_test_data): Update call to AUTO_TESTS_f_f.
16131         (log10_test_data): Likewise.
16132         (log1p_test_data): Likewise.
16133         (log2_test_data): Likewise.
16134         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16135         (pow_tonearest_test_data): Likewise.
16136         (sin_test_data): Update call to AUTO_TESTS_f_f.
16137         (sin_test): Use ALL_RM_TEST.
16138         (sin_tonearest_test_data): Remove.
16139         (sin_test_tonearest): Likewise.
16140         (sin_towardzero_test_data): Likewise.
16141         (sin_test_towardzero): Likewise.
16142         (sin_downward_test_data): Likewise.
16143         (sin_test_downward): Likewise.
16144         (sin_upward_test_data): Likewise.
16145         (sin_test_upward): Likewise.
16146         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16147         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16148         (sinh_test): Use ALL_RM_TEST.
16149         (sinh_tonearest_test_data): Remove.
16150         (sinh_test_tonearest): Likewise.
16151         (sinh_towardzero_test_data): Likewise.
16152         (sinh_test_towardzero): Likewise.
16153         (sinh_downward_test_data): Likewise.
16154         (sinh_test_downward): Likewise.
16155         (sinh_upward_test_data): Likewise.
16156         (sinh_test_upward): Likewise.
16157         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16158         (sqrt_test): Use ALL_RM_TEST.
16159         (sqrt_tonearest_test_data): Remove.
16160         (sqrt_test_tonearest): Likewise.
16161         (sqrt_towardzero_test_data): Likewise.
16162         (sqrt_test_towardzero): Likewise.
16163         (sqrt_downward_test_data): Likewise.
16164         (sqrt_test_downward): Likewise.
16165         (sqrt_upward_test_data): Likewise.
16166         (sqrt_test_upward): Likewise.
16167         (tan_test_data): Update call to AUTO_TESTS_f_f.
16168         (tan_test): Use ALL_RM_TEST.
16169         (tan_tonearest_test_data): Remove.
16170         (tan_test_tonearest): Likewise.
16171         (tan_towardzero_test_data): Likewise.
16172         (tan_test_towardzero): Likewise.
16173         (tan_downward_test_data): Likewise.
16174         (tan_test_downward): Likewise.
16175         (tan_upward_test_data): Likewise.
16176         (tan_test_upward): Likewise.
16177         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16178         (tgamma_test_data): Likewise.
16179         (y0_test_data): Likewise.
16180         (y1_test_data): Likewise.
16181         (yn_test_data): Update call to AUTO_TESTS_if_f.
16182         (main): Do not call removed functions.
16184 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16186         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16187         (ldexp_test_data): Remove.
16188         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16189         scalbn_test_data.
16190         (scalb_test): Use ALL_RM_TEST.
16192 2014-03-19  Andreas Schwab  <schwab@suse.de>
16194         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16196 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16198         [BZ #16649]
16199         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16200         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16201         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16202         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16203         (__ASSUME_PREADV): Undefine.
16204         (__ASSUME_PWRITEV): Likewise.
16206 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16208         * bits/mman-linux.h: Add comment about non-Linux use.
16209         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16210         bits/mman-linux.h resting place.
16212         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16213         * bits/mman-linux.h: ... here.
16215 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16217         * conform/conformtest.pl: Add standard definition when calling C
16218         preprocessor on data files.
16219         (checknamespace): Remove unused variable.
16221 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16223         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16224         minus_oflow, plus_uflow and minus_uflow in expected results.
16225         * math/libm-test.inc (scalbn_test_data): Add more tests of
16226         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16227         minus_uflow.
16228         (scalbn_test): Use ALL_RM_TEST.
16229         (scalbln_test_data): Add more tests of negative arguments.  Use
16230         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16231         (scalbln_test): Use ALL_RM_TEST.
16233 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16235         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16237 2014-03-18  Will Newton  <will.newton@linaro.org>
16239         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16240         inaccurate comment.
16242 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16244         * Makerules [!subdir] (check-abi): Exit with error status if a
16245         test failed.
16247 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16249         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16250         for rint.  Include results for all rounding modes.
16251         (nearbyint_test): Use ALL_RM_TEST.
16252         (rint_test_data): Include all tests used for nearbyint.
16254 2014-03-17  Will Newton  <will.newton@linaro.org>
16256         * nptl/sysdeps/pthread/pthread.h: Revert previous
16257         change.
16259         * sysdeps/generic/ldsodefs.h: Revert previous
16260         change.
16262         * libio/genops.c: Revert previous change.
16263         * libio/libioP.h: Likewise.
16264         * stdio-common/vfprintf.c: Likewise.
16266         * sysdeps/generic/math_private.h: Revert previous
16267         change.
16269         * sysdeps/generic/math_private.h: Check whether
16270         HAVE_RM_CTX is defined with #ifdef rather
16271         than #if.
16273         * argp/argp-fmtstream.h: Check whether
16274         __STRICT_ANSI__ is defined with #ifdef rather
16275         than #if.
16276         * argp/argp.h: Likewise.
16278         * libio/genops.c: Check whether
16279         _IO_JUMPS_OFFSET is defined with #ifdef rather
16280         than #if.
16281         * libio/libioP.h: Likewise.
16282         * stdio-common/vfprintf.c: Likewise.
16284         * sysdeps/generic/ldsodefs.h: Check whether
16285         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16286         than #if.
16288         * nptl/sysdeps/pthread/pthread.h: Check
16289         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16290         its value.
16292 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16294         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16295         setting O_APPEND.
16296         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16297         test case.
16299         [BZ #16680]
16300         * libio/fileops.c (_IO_file_open): Seek to end of file but
16301         don't cache the offset.
16302         (get_file_offset): Remove function.
16303         (do_ftell): Use cached offset when available.
16304         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16305         don't cache the offset.
16306         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16307         case.
16308         (do_one_test): Call it.
16309         (do_ftell_test): Fix up expected old offset for a+ mode.
16310         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16311         available.
16313         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16314         up test status with function return status.
16315         (do_write_test): Likewise.
16316         (do_append_test): Likewise.
16318         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16319         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16320         Remove.
16322 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16324         * math/gen-libm-test.pl (parse_args): Handle results specified for
16325         each rounding mode separately.
16326         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16327         tests and results from lrint_tonearest_test_data,
16328         lrint_towardzero_test_data, lrint_downward_test_data and
16329         lrint_upward_test_data.
16330         (lrint_test): Use ALL_RM_TEST.
16331         (lrint_tonearest_test_data): Remove.
16332         (lrint_test_tonearest): Likewise.
16333         (lrint_towardzero_test_data): Likewise.
16334         (lrint_test_towardzero): Likewise.
16335         (lrint_downward_test_data): Likewise.
16336         (lrint_test_downward): Likewise.
16337         (lrint_upward_test_data): Likewise.
16338         (lrint_test_upward): Likewise.
16339         (llrint_test_data): Merge in per-rounding-mode tests and results
16340         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16341         llrint_downward_test_data and llrint_upward_test_data.
16342         (llrint_test): Use ALL_RM_TEST.
16343         (llrint_tonearest_test_data): Remove.
16344         (llrint_test_tonearest): Likewise.
16345         (llrint_towardzero_test_data): Likewise.
16346         (llrint_test_towardzero): Likewise.
16347         (llrint_downward_test_data): Likewise.
16348         (llrint_test_downward): Likewise.
16349         (llrint_upward_test_data): Likewise.
16350         (llrint_test_upward): Likewise.
16351         (rint_test_data): Merge in per-rounding-mode tests and results
16352         from rint_tonearest_test_data, rint_towardzero_test_data,
16353         rint_downward_test_data and rint_upward_test_data.  Add
16354         per-rounding-mode results for tests not in those arrays.
16355         (rint_test): Use ALL_RM_TEST.
16356         (rint_tonearest_test_data): Remove.
16357         (rint_test_tonearest): Likewise.
16358         (rint_towardzero_test_data): Likewise.
16359         (rint_test_towardzero): Likewise.
16360         (rint_downward_test_data): Likewise.
16361         (rint_test_downward): Likewise.
16362         (rint_upward_test_data): Likewise.
16363         (rint_test_upward): Likewise.
16364         (main): Don't call removed functions.
16366 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16368         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16369         "Compiled on ..." crapola.  It is anti-useful.
16371 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16373         * scripts/evaluate-test.sh: Handle fourth argument to determine
16374         whether test run should stop on failure.
16375         * Makeconfig (stop-on-test-failure): New variable.
16376         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16377         $(stop-on-test-failure).
16378         * Makefile (tests): Give a summary of results from testing and
16379         exit with failure status if they include an ERROR or FAIL.
16380         (xtests): Likewise.
16381         * manual/install.texi (Configuring and compiling): Mention
16382         stop-on-test-failure=y.
16383         * INSTALL: Regenerated.
16385 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16387         * scripts/versionlist.awk: New file.
16388         * Makerules [$(build-shared) = yes]
16389         (postclean-generated): Add Versions.def, not Versions.def.v and
16390         Versions.def.v.i.
16391         ($(common-objpfx)Versions.def.v.i): Target removed.
16392         ($(common-objpfx)Versions.def): New target.
16393         ($(common-objpfx)Versions.all): Depend on that rather that
16394         $(common-objpfx)Versions.def.v.
16395         * Versions.def: File removed.
16397         * Makeconfig (+gccwarn): Add -Wundef.
16398         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16399         a dl-sysdep.h breaking its contract.
16400         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16401         * include/stackinfo.h: New file.
16402         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16403         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16404         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16405         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16406         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16407         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16408         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16409         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16410         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16411         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16412         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16413         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16414         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16415         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16416         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16418 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16420         [BZ #16707]
16421         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16422         implementation.
16423         * math/libm-test.inc (round_test_data): Add more tests.
16425         [BZ #16706]
16426         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16427         implementation.
16428         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16430         [BZ #16701]
16431         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16432         implementation.
16433         * math/libm-test.inc (ceil_test_data): Add more tests.
16435         * math/libm-test.inc (trunc_test_data): Add more tests related to
16436         BZ#16414.
16438 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16440         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16441         with #if rather than #ifdef.
16442         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16444 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16446         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16447         first.  Disable AVX-512 GCC support if assembler doesn't support
16448         it.
16449         * sysdeps/x86_64/configure: Regenerated.
16451 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16453         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16454         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16455         (__old_pthread_attr_setstack): Likewise.
16456         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16457         [!_STACK_GROWS_DOWN]: Likewise.
16459 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16461         * config.make.in (have-bash2): Delete.
16462         * configure.ac (libc_cv_have_bash2): Delete.
16463         * configure: Regenerate.
16464         * elf/Makefile (common-ldd-rewrite): Rename to ...
16465         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16466         (sh-ldd-rewrite): Delete.
16467         (bash-ldd-rewrite): Delete.
16468         (have-bash2): Delete checks.
16469         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16470         ldd-rewrite.
16472         * config.make.in (have-ksh): Delete.
16473         (KSH): Delete.
16474         * configure.ac (libc_cv_have_ksh): Delete.
16475         * configure: Regenerate.
16477         * elf/Makefile: Delete $(have-ksh) check.
16478         ($(objpfx)sotruss): Change KSH to BASH.
16479         * elf/sotruss.ksh: Rename to ...
16480         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16481         function style to match POSIX.  Drop ksh vim mode setting.
16483         * manual/time.texi (Specifying the Time Zone with TZ): Change
16484         Tuesday to Thursday.
16486         * debug/tst-longjmp_chk2.c: Update header comment.
16487         (stackoverflow_handler): Add comment.  Call assert on pass value.
16489 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16491         [BZ #16194]
16492         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16493         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16494         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16495         (La_x86_64_vector): Add zmm.
16496         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16497         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16498         ($(objpfx)tst-audit10): New target.
16499         ($(objpfx)tst-audit10.out): Likewise.
16500         (tst-audit10-ENV): New.
16501         (AVX512-CFLAGS): Likewise.
16502         (CFLAGS-tst-audit10.c): Likewise.
16503         (CFLAGS-tst-auditmod10a.c): Likewise.
16504         (CFLAGS-tst-auditmod10b.c): Likewise.
16505         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16506         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16507         * sysdeps/x86_64/configure: Regenerated.
16508         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16509         AVX-512 zmm register support.
16510         (_dl_x86_64_save_sse): Likewise.
16511         (_dl_x86_64_restore_sse): Likewise.
16512         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16513         size vector registers.
16514         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16515         (ZMM_SIZE): Likewise.
16516         * sysdeps/x86_64/tst-audit10.c: New file.
16517         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16518         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16520 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16522         * configure.ac (HAVE_EHDR_START): New check.
16523         * configure: Regenerated.
16524         * config.h.in (HAVE_EHDR_START): New #undef.
16525         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16526         assuming the lowest-addressed segment maps the start of the file.
16528 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16530         * INSTALL: Regenerated.
16532 2014-03-13  Will Newton  <will.newton@linaro.org>
16534         * manual/setjmp.texi (System V contexts): Improve
16535         clarity and grammar of documentation.
16537 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16539         [BZ #16381]
16540         * elf/Makefile (tests): Add tst-pie2.
16541         (tests-pie): Add tst-pie2.
16542         * elf/tst-pie2.c: New file.
16543         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16544         for ET_EXEC.
16545         * elf/rtld.c (map_doit): Load executable as lt_executable.
16546         (dl_main): Likewise.
16548 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16550         [BZ #16642]
16551         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16552         (__ASSUME_PSELECT): Undefine.
16554 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16556         [BZ #16689]
16557         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16558         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16559         static build.
16560         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16561         selector for static builds.
16563 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16565         [BZ #16695]
16566         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16567         key in the buffer.
16569 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16571         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16572         IFUNC selector for static builds.
16574 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16576         * sysdeps/mips/math_private.h [__mips_hard_float]
16577         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16578         libc_feresetround_mips_ctx.
16579         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16580         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16581         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16583         [BZ #16677]
16584         * math/s_nextafter.c (__nextafter): Do not return value from
16585         overflowing computation.
16586         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16587         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16588         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16589         Likewise.
16590         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16591         Likewise.
16592         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16593         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16595 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16597         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16598         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16599         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16600         the new mov targetting sp.
16602 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16604         [BZ #16683]
16605         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16606         Define it for static builds as well.
16607         (NO_BZERO_IMPL): Likewise.
16609 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16611         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16612         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16613         multiarch strspn for PPC64.
16614         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16615         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16616         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16617         (__libc_ifunc_impl_list): Likewise.
16618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16619         multiarch optimizations
16620         * string/strspn.c (strspn): Using macro to redefine symbol name.
16622 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16623             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16625         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16626         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16627         multiarch strncat for PPC64.
16628         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16629         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16630         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16631         (__libc_ifunc_impl_list): Likewise.
16632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16633         multiarch optimizations
16635 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16637         [BZ #16639]
16638         * nscd/nscd.service: Make service type forking.
16640 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16642         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16643         sign in non default rounding modes.
16644         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16646 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16648         * math/libm-test.inc (ALL_RM_TEST): New macro.
16649         (ceil_test): Use ALL_RM_TEST.
16650         (cimag_test): Likewise.
16651         (conj_test): Likewise.
16652         (copysign_test): Likewise.
16653         (cproj_test): Likewise.
16654         (creal_test): Likewise.
16655         (fabs_test): Likewise.
16656         (floor_test): Likewise.
16657         (fmax_test): Likewise.
16658         (fmin_test): Likewise.
16659         (fmod_test): Likewise.
16660         (fpclassify_test): Likewise.
16661         (frexp_test): Likewise.
16662         (ilogb_test): Likewise.
16663         (isfinite_test): Likewise.
16664         (finite_test): Likewise.
16665         (isgreater_test): Likewise.
16666         (isgreaterequal_test): Likewise.
16667         (isinf_test): Likewise.
16668         (isless_test): Likewise.
16669         (islessequal_test): Likewise.
16670         (islessgreater_test): Likewise.
16671         (isnan_test): Likewise.
16672         (isnormal_test): Likewise.
16673         (issignaling_test): Likewise.
16674         (isunordered_test): Likewise.
16675         (logb_test): Likewise.
16676         (logb_downward_test_data): Remove.
16677         (logb_test_downward): Likewise.
16678         (lround_test): Use ALL_RM_TEST.
16679         (llround_test): Likewise.
16680         (modf_test): Likewise.
16681         (nexttoward_test): Likewise.
16682         (remainder_test): Likewise.
16683         (drem_test): Likewise.
16684         (remainder_tonearest_test_data): Likewise.
16685         (remainder_test_tonearest): Likewise.
16686         (drem_test_tonearest): Likewise.
16687         (remainder_towardzero_test_data): Likewise.
16688         (remainder_test_towardzero): Likewise.
16689         (drem_test_towardzero): Likewise.
16690         (remainder_downward_test_data): Likewise.
16691         (remainder_test_downward): Likewise.
16692         (drem_test_downward): Likewise.
16693         (remainder_upward_test_data): Likewise.
16694         (remainder_test_upward): Likewise.
16695         (drem_test_upward): Likewise.
16696         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16697         (round_test): Use ALL_RM_TEST.
16698         (signbit_test): Likewise.
16699         (trunc_test): Likewise.
16700         (significand_test): Likewise.
16701         (main): Don't call removed functions.
16703 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16705         [BZ #16674]
16706         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16707         || __USE_XOPEN2K8].
16708         (ILL_ILLOPN): Likewise.
16709         (ILL_ILLADR): Likewise.
16710         (ILL_ILLTRP): Likewise.
16711         (ILL_PRVOPC): Likewise.
16712         (ILL_PRVREG): Likewise.
16713         (ILL_COPROC): Likewise.
16714         (ILL_BADSTK): Likewise.
16715         (FPE_INTDIV): Likewise.
16716         (FPE_INTOVF): Likewise.
16717         (FPE_FLTDIV): Likewise.
16718         (FPE_FLTOVF): Likewise.
16719         (FPE_FLTUND): Likewise.
16720         (FPE_FLTRES): Likewise.
16721         (FPE_FLTINV): Likewise.
16722         (FPE_FLTSUB): Likewise.
16723         (SEGV_MAPERR): Likewise.
16724         (SEGV_ACCERR): Likewise.
16725         (BUS_ADRALN): Likewise.
16726         (BUS_ADRERR): Likewise.
16727         (BUS_OBJERR): Likewise.
16728         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16729         (TRAP_TRACE): Likewise.
16730         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16731         __USE_XOPEN2K8].
16732         (CLD_KILLED): Likewise.
16733         (CLD_DUMPED): Likewise.
16734         (CLD_TRAPPED): Likewise.
16735         (CLD_STOPPED): Likewise.
16736         (CLD_CONTINUED): Likewise.
16737         (POLL_IN): Likewise.
16738         (POLL_OUT): Likewise.
16739         (POLL_MSG): Likewise.
16740         (POLL_ERR): Likewise.
16741         (POLL_PRI): Likewise.
16742         (POLL_HUP): Likewise.
16743         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16744         Likewise.
16745         (ILL_ILLOPN): Likewise.
16746         (ILL_ILLADR): Likewise.
16747         (ILL_ILLTRP): Likewise.
16748         (ILL_PRVOPC): Likewise.
16749         (ILL_PRVREG): Likewise.
16750         (ILL_COPROC): Likewise.
16751         (ILL_BADSTK): Likewise.
16752         (FPE_INTDIV): Likewise.
16753         (FPE_INTOVF): Likewise.
16754         (FPE_FLTDIV): Likewise.
16755         (FPE_FLTOVF): Likewise.
16756         (FPE_FLTUND): Likewise.
16757         (FPE_FLTRES): Likewise.
16758         (FPE_FLTINV): Likewise.
16759         (FPE_FLTSUB): Likewise.
16760         (SEGV_MAPERR): Likewise.
16761         (SEGV_ACCERR): Likewise.
16762         (BUS_ADRALN): Likewise.
16763         (BUS_ADRERR): Likewise.
16764         (BUS_OBJERR): Likewise.
16765         (BUS_MCEERR_AR): Likewise.
16766         (BUS_MCEERR_AO): Likewise.
16767         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16768         (TRAP_TRACE): Likewise.
16769         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16770         __USE_XOPEN2K8].
16771         (CLD_KILLED): Likewise.
16772         (CLD_DUMPED): Likewise.
16773         (CLD_TRAPPED): Likewise.
16774         (CLD_STOPPED): Likewise.
16775         (CLD_CONTINUED): Likewise.
16776         (POLL_IN): Likewise.
16777         (POLL_OUT): Likewise.
16778         (POLL_MSG): Likewise.
16779         (POLL_ERR): Likewise.
16780         (POLL_PRI): Likewise.
16781         (POLL_HUP): Likewise.
16782         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16783         (ILL_ILLOPN): Likewise.
16784         (ILL_ILLADR): Likewise.
16785         (ILL_ILLTRP): Likewise.
16786         (ILL_PRVOPC): Likewise.
16787         (ILL_PRVREG): Likewise.
16788         (ILL_COPROC): Likewise.
16789         (ILL_BADSTK): Likewise.
16790         (FPE_INTDIV): Likewise.
16791         (FPE_INTOVF): Likewise.
16792         (FPE_FLTDIV): Likewise.
16793         (FPE_FLTOVF): Likewise.
16794         (FPE_FLTUND): Likewise.
16795         (FPE_FLTRES): Likewise.
16796         (FPE_FLTINV): Likewise.
16797         (FPE_FLTSUB): Likewise.
16798         (SEGV_MAPERR): Likewise.
16799         (SEGV_ACCERR): Likewise.
16800         (BUS_ADRALN): Likewise.
16801         (BUS_ADRERR): Likewise.
16802         (BUS_OBJERR): Likewise.
16803         (BUS_MCEERR_AR): Likewise.
16804         (BUS_MCEERR_AO): Likewise.
16805         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16806         (TRAP_TRACE): Likewise.
16807         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16808         __USE_XOPEN2K8].
16809         (CLD_KILLED): Likewise.
16810         (CLD_DUMPED): Likewise.
16811         (CLD_TRAPPED): Likewise.
16812         (CLD_STOPPED): Likewise.
16813         (CLD_CONTINUED): Likewise.
16814         (POLL_IN): Likewise.
16815         (POLL_OUT): Likewise.
16816         (POLL_MSG): Likewise.
16817         (POLL_ERR): Likewise.
16818         (POLL_PRI): Likewise.
16819         (POLL_HUP): Likewise.
16820         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16821         Likewise.
16822         (ILL_ILLOPN): Likewise.
16823         (ILL_ILLADR): Likewise.
16824         (ILL_ILLTRP): Likewise.
16825         (ILL_PRVOPC): Likewise.
16826         (ILL_PRVREG): Likewise.
16827         (ILL_COPROC): Likewise.
16828         (ILL_BADSTK): Likewise.
16829         (ILL_BADIADDR): Likewise.
16830         (ILL_BREAK): Likewise.
16831         (FPE_INTDIV): Likewise.
16832         (FPE_INTOVF): Likewise.
16833         (FPE_FLTDIV): Likewise.
16834         (FPE_FLTOVF): Likewise.
16835         (FPE_FLTUND): Likewise.
16836         (FPE_FLTRES): Likewise.
16837         (FPE_FLTINV): Likewise.
16838         (FPE_FLTSUB): Likewise.
16839         (FPE_DECOVF): Likewise.
16840         (FPE_DECDIV): Likewise.
16841         (FPE_DECERR): Likewise.
16842         (FPE_INVASC): Likewise.
16843         (FPE_INVDEC): Likewise.
16844         (SEGV_MAPERR): Likewise.
16845         (SEGV_ACCERR): Likewise.
16846         (SEGV_PSTKOVF): Likewise.
16847         (BUS_ADRALN): Likewise.
16848         (BUS_ADRERR): Likewise.
16849         (BUS_OBJERR): Likewise.
16850         (BUS_MCEERR_AR): Likewise.
16851         (BUS_MCEERR_AO): Likewise.
16852         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16853         (TRAP_TRACE): Likewise.
16854         (TRAP_BRANCH): Likewise.
16855         (TRAP_HWBKPT): Likewise.
16856         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16857         __USE_XOPEN2K8].
16858         (CLD_KILLED): Likewise.
16859         (CLD_DUMPED): Likewise.
16860         (CLD_TRAPPED): Likewise.
16861         (CLD_STOPPED): Likewise.
16862         (CLD_CONTINUED): Likewise.
16863         (POLL_IN): Likewise.
16864         (POLL_OUT): Likewise.
16865         (POLL_MSG): Likewise.
16866         (POLL_ERR): Likewise.
16867         (POLL_PRI): Likewise.
16868         (POLL_HUP): Likewise.
16869         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16870         (ILL_ILLOPN): Likewise.
16871         (ILL_ILLADR): Likewise.
16872         (ILL_ILLTRP): Likewise.
16873         (ILL_PRVOPC): Likewise.
16874         (ILL_PRVREG): Likewise.
16875         (ILL_COPROC): Likewise.
16876         (ILL_BADSTK): Likewise.
16877         (FPE_INTDIV): Likewise.
16878         (FPE_INTOVF): Likewise.
16879         (FPE_FLTDIV): Likewise.
16880         (FPE_FLTOVF): Likewise.
16881         (FPE_FLTUND): Likewise.
16882         (FPE_FLTRES): Likewise.
16883         (FPE_FLTINV): Likewise.
16884         (FPE_FLTSUB): Likewise.
16885         (SEGV_MAPERR): Likewise.
16886         (SEGV_ACCERR): Likewise.
16887         (BUS_ADRALN): Likewise.
16888         (BUS_ADRERR): Likewise.
16889         (BUS_OBJERR): Likewise.
16890         (BUS_MCEERR_AR): Likewise.
16891         (BUS_MCEERR_AO): Likewise.
16892         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16893         (TRAP_TRACE): Likewise.
16894         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16895         __USE_XOPEN2K8].
16896         (CLD_KILLED): Likewise.
16897         (CLD_DUMPED): Likewise.
16898         (CLD_TRAPPED): Likewise.
16899         (CLD_STOPPED): Likewise.
16900         (CLD_CONTINUED): Likewise.
16901         (POLL_IN): Likewise.
16902         (POLL_OUT): Likewise.
16903         (POLL_MSG): Likewise.
16904         (POLL_ERR): Likewise.
16905         (POLL_PRI): Likewise.
16906         (POLL_HUP): Likewise.
16907         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16908         (ILL_ILLOPN): Likewise.
16909         (ILL_ILLADR): Likewise.
16910         (ILL_ILLTRP): Likewise.
16911         (ILL_PRVOPC): Likewise.
16912         (ILL_PRVREG): Likewise.
16913         (ILL_COPROC): Likewise.
16914         (ILL_BADSTK): Likewise.
16915         (FPE_INTDIV): Likewise.
16916         (FPE_INTOVF): Likewise.
16917         (FPE_FLTDIV): Likewise.
16918         (FPE_FLTOVF): Likewise.
16919         (FPE_FLTUND): Likewise.
16920         (FPE_FLTRES): Likewise.
16921         (FPE_FLTINV): Likewise.
16922         (FPE_FLTSUB): Likewise.
16923         (SEGV_MAPERR): Likewise.
16924         (SEGV_ACCERR): Likewise.
16925         (BUS_ADRALN): Likewise.
16926         (BUS_ADRERR): Likewise.
16927         (BUS_OBJERR): Likewise.
16928         (BUS_MCEERR_AR): Likewise.
16929         (BUS_MCEERR_AO): Likewise.
16930         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16931         (TRAP_TRACE): Likewise.
16932         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16933         __USE_XOPEN2K8].
16934         (CLD_KILLED): Likewise.
16935         (CLD_DUMPED): Likewise.
16936         (CLD_TRAPPED): Likewise.
16937         (CLD_STOPPED): Likewise.
16938         (CLD_CONTINUED): Likewise.
16939         (POLL_IN): Likewise.
16940         (POLL_OUT): Likewise.
16941         (POLL_MSG): Likewise.
16942         (POLL_ERR): Likewise.
16943         (POLL_PRI): Likewise.
16944         (POLL_HUP): Likewise.
16945         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16946         (ILL_ILLOPN): Likewise.
16947         (ILL_ILLADR): Likewise.
16948         (ILL_ILLTRP): Likewise.
16949         (ILL_PRVOPC): Likewise.
16950         (ILL_PRVREG): Likewise.
16951         (ILL_COPROC): Likewise.
16952         (ILL_BADSTK): Likewise.
16953         (FPE_INTDIV): Likewise.
16954         (FPE_INTOVF): Likewise.
16955         (FPE_FLTDIV): Likewise.
16956         (FPE_FLTOVF): Likewise.
16957         (FPE_FLTUND): Likewise.
16958         (FPE_FLTRES): Likewise.
16959         (FPE_FLTINV): Likewise.
16960         (FPE_FLTSUB): Likewise.
16961         (SEGV_MAPERR): Likewise.
16962         (SEGV_ACCERR): Likewise.
16963         (BUS_ADRALN): Likewise.
16964         (BUS_ADRERR): Likewise.
16965         (BUS_OBJERR): Likewise.
16966         (BUS_MCEERR_AR): Likewise.
16967         (BUS_MCEERR_AO): Likewise.
16968         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16969         (TRAP_TRACE): Likewise.
16970         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16971         __USE_XOPEN2K8].
16972         (CLD_KILLED): Likewise.
16973         (CLD_DUMPED): Likewise.
16974         (CLD_TRAPPED): Likewise.
16975         (CLD_STOPPED): Likewise.
16976         (CLD_CONTINUED): Likewise.
16977         (POLL_IN): Likewise.
16978         (POLL_OUT): Likewise.
16979         (POLL_MSG): Likewise.
16980         (POLL_ERR): Likewise.
16981         (POLL_PRI): Likewise.
16982         (POLL_HUP): Likewise.
16983         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16984         (ILL_ILLOPN): Likewise.
16985         (ILL_ILLADR): Likewise.
16986         (ILL_ILLTRP): Likewise.
16987         (ILL_PRVOPC): Likewise.
16988         (ILL_PRVREG): Likewise.
16989         (ILL_COPROC): Likewise.
16990         (ILL_BADSTK): Likewise.
16991         (ILL_DBLFLT): Likewise.
16992         (ILL_HARDWALL): Likewise.
16993         (FPE_INTDIV): Likewise.
16994         (FPE_INTOVF): Likewise.
16995         (FPE_FLTDIV): Likewise.
16996         (FPE_FLTOVF): Likewise.
16997         (FPE_FLTUND): Likewise.
16998         (FPE_FLTRES): Likewise.
16999         (FPE_FLTINV): Likewise.
17000         (FPE_FLTSUB): Likewise.
17001         (SEGV_MAPERR): Likewise.
17002         (SEGV_ACCERR): Likewise.
17003         (BUS_ADRALN): Likewise.
17004         (BUS_ADRERR): Likewise.
17005         (BUS_OBJERR): Likewise.
17006         (BUS_MCEERR_AR): Likewise.
17007         (BUS_MCEERR_AO): Likewise.
17008         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17009         (TRAP_TRACE): Likewise.
17010         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17011         __USE_XOPEN2K8].
17012         (CLD_KILLED): Likewise.
17013         (CLD_DUMPED): Likewise.
17014         (CLD_TRAPPED): Likewise.
17015         (CLD_STOPPED): Likewise.
17016         (CLD_CONTINUED): Likewise.
17017         (POLL_IN): Likewise.
17018         (POLL_OUT): Likewise.
17019         (POLL_MSG): Likewise.
17020         (POLL_ERR): Likewise.
17021         (POLL_PRI): Likewise.
17022         (POLL_HUP): Likewise.
17023         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17024         (ILL_ILLOPN): Likewise.
17025         (ILL_ILLADR): Likewise.
17026         (ILL_ILLTRP): Likewise.
17027         (ILL_PRVOPC): Likewise.
17028         (ILL_PRVREG): Likewise.
17029         (ILL_COPROC): Likewise.
17030         (ILL_BADSTK): Likewise.
17031         (FPE_INTDIV): Likewise.
17032         (FPE_INTOVF): Likewise.
17033         (FPE_FLTDIV): Likewise.
17034         (FPE_FLTOVF): Likewise.
17035         (FPE_FLTUND): Likewise.
17036         (FPE_FLTRES): Likewise.
17037         (FPE_FLTINV): Likewise.
17038         (FPE_FLTSUB): Likewise.
17039         (SEGV_MAPERR): Likewise.
17040         (SEGV_ACCERR): Likewise.
17041         (BUS_ADRALN): Likewise.
17042         (BUS_ADRERR): Likewise.
17043         (BUS_OBJERR): Likewise.
17044         (BUS_MCEERR_AR): Likewise.
17045         (BUS_MCEERR_AO): Likewise.
17046         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17047         (TRAP_TRACE): Likewise.
17048         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17049         __USE_XOPEN2K8].
17050         (CLD_KILLED): Likewise.
17051         (CLD_DUMPED): Likewise.
17052         (CLD_TRAPPED): Likewise.
17053         (CLD_STOPPED): Likewise.
17054         (CLD_CONTINUED): Likewise.
17055         (POLL_IN): Likewise.
17056         (POLL_OUT): Likewise.
17057         (POLL_MSG): Likewise.
17058         (POLL_ERR): Likewise.
17059         (POLL_PRI): Likewise.
17060         (POLL_HUP): Likewise.
17061         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17062         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17064         [BZ #16670]
17065         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17066         before #include of <time.h>.
17067         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17068         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17069         (test-xfail-UNIX98/sched.h/conform): Likewise.
17071 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17073         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17074         error absence of trapping exception support.
17075         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17077 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17079         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17080         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17081         * timezone/Makefile (testdata): Move definition above include of
17082         Rules.
17083         (test-zones): New variable.
17084         (tests-special): Add zone files.
17085         (build-testdata): Use $(evaluate-test).
17087         * elf/Makefile (tests-special): Rename tests to end with .out.
17088         ($(objpfx)noload-mem): Likewise.
17089         ($(objpfx)tst-leaks1-mem): Likewise.
17090         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17091         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17092         $(objpfx)test-iconvconfig.out.
17093         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17094         set -e inside subshell and redirect output to file.
17095         * iconvdata/Makefile (generated): Rename tests to end with .out.
17096         Correct type.
17097         (tests-special): Rename tests to end with .out.
17098         ($(objpfx)mtrace-tst-loading): Likewise.
17099         * intl/Makefile (generated): Likewise.
17100         (tests-special): Likewise.
17101         ($(objpfx)mtrace-tst-gettext): Likewise.
17102         * misc/Makefile (generated): Likewise.
17103         (tests-special): Likewise.
17104         ($(objpfx)tst-error1-mem): Likewise.
17105         * nptl/Makefile (tests-special): Likewise.
17106         ($(objpfx)tst-stack3-mem): Likewise.
17107         (generated): Likewise.
17108         * posix/Makefile (generated): Likewise.
17109         (tests-special): Likewise.
17110         (xtests-special): Likewise.
17111         ($(objpfx)tst-fnmatch-mem): Likewise.
17112         ($(objpfx)bug-regex2-mem): Likewise.
17113         ($(objpfx)bug-regex14-mem): Likewise.
17114         ($(objpfx)bug-regex21-mem): Likewise.
17115         ($(objpfx)bug-regex31-mem): Likewise.
17116         ($(objpfx)tst-vfork3-mem): Likewise.
17117         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17118         ($(objpfx)tst-pcre-mem): Likewise.
17119         ($(objpfx)tst-boost-mem): Likewise.
17120         ($(objpfx)bug-ga2-mem): Likewise.
17121         ($(objpfx)bug-glob2-mem): Likewise.
17122         * resolv/Makefile (generate): Likewise.
17123         (tests-special): Likewise.
17124         (xtests-special): Likewise.
17125         (generated): Likewise.
17126         ($(objpfx)mtrace-tst-leaks): Likewise.
17127         ($(objpfx)mtrace-tst-leaks2): Likewise.
17129         * scripts/merge-test-results.sh: New file.
17130         * Makefile (tests-special-notdir): New variable.
17131         (tests): Run merge-test-results.sh.
17132         (xtests): Likewise.
17133         * Rules (tests-special-notdir): New variable.
17134         (xtests-special-notdir): Likewise.
17135         (tests): Run merge-test-results.sh
17136         (xtests): Likewise.
17138         * Makeconfig (test-xfail-name): New variable.
17139         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17140         compute variable name for expected failures.
17141         * conform/Makefile (conformtest-headers-data): New variable.
17142         (conformtest-standards): Likewise.
17143         (conformtest-headers-ISO): Likewise.
17144         (conformtest-headers-ISO99): Likewise.
17145         (conformtest-headers-ISO11): Likewise.
17146         (conformtest-headers-POSIX): Likewise.
17147         (conformtest-headers-XPG3): Likewise.
17148         (conformtest-headers-XPG4): Likewise.
17149         (conformtest-headers-UNIX98): Likewise.
17150         (conformtest-headers-XOPEN2K): Likewise.
17151         (conformtest-headers-POSIX2008): Likewise.
17152         (conformtest-headers-XOPEN2K8): Likewise.
17153         (conformtest-header-list-base): Likewise.
17154         (conformtest-header-list-tests): Likewise.
17155         (conformtest-header-base): Likewise.
17156         (conformtest-header-tests): Likewise.
17157         (tests-special): Add $(conformtest-header-list-tests).  If
17158         [$(fast-check) && !$(cross-compiling)], add
17159         $(conformtest-header-tests) instead of
17160         $(objpfx)run-conformtest.out.
17161         (generated): Add $(conformtest-header-list-base).  If
17162         [$(fast-check) && !$(cross-compiling)], add
17163         $(conformtest-header-base).  Remove previous setting.
17164         ($(conformtest-header-list-tests)): New target.
17165         (test-xfail-run-conformtest): Remove variable.
17166         ($(objpfx)run-conformtest.out): Remove target.
17167         (test-xfail-ISO11/complex.h/conform): New variable.
17168         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17169         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17170         (test-xfail-XPG3/varargs.h/conform): Likewise.
17171         (test-xfail-XPG4/varargs.h/conform): Likewise.
17172         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17173         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17174         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17175         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17176         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17177         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17178         (test-xfail-XPG3/ftw.h/conform): Likewise.
17179         (test-xfail-XPG3/grp.h/conform): Likewise.
17180         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17181         (test-xfail-XPG3/limits.h/conform): Likewise.
17182         (test-xfail-XPG3/pwd.h/conform): Likewise.
17183         (test-xfail-XPG3/search.h/conform): Likewise.
17184         (test-xfail-XPG3/signal.h/conform): Likewise.
17185         (test-xfail-XPG3/stdio.h/conform): Likewise.
17186         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17187         (test-xfail-XPG3/string.h/conform): Likewise.
17188         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17189         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17190         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17191         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17192         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17193         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17194         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17195         (test-xfail-XPG3/termios.h/conform): Likewise.
17196         (test-xfail-XPG3/time.h/conform): Likewise.
17197         (test-xfail-XPG3/unistd.h/conform): Likewise.
17198         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17199         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17200         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17201         (test-xfail-XPG4/netdb.h/conform): Likewise.
17202         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17203         (test-xfail-XPG4/signal.h/conform): Likewise.
17204         (test-xfail-XPG4/stdio.h/conform): Likewise.
17205         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17206         (test-xfail-XPG4/stropts.h/conform): Likewise.
17207         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17208         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17209         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17210         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17211         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17212         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17213         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17214         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17215         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17216         (test-xfail-XPG4/termios.h/conform): Likewise.
17217         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17218         (test-xfail-XPG4/unistd.h/conform): Likewise.
17219         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17220         (test-xfail-POSIX/sched.h/conform): Likewise.
17221         (test-xfail-POSIX/signal.h/conform): Likewise.
17222         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17223         (test-xfail-POSIX/tar.h/conform): Likewise.
17224         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17225         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17226         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17227         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17228         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17229         (test-xfail-UNIX98/sched.h/conform): Likewise.
17230         (test-xfail-UNIX98/signal.h/conform): Likewise.
17231         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17232         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17233         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17234         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17235         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17236         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17237         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17238         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17239         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17240         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17241         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17242         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17243         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17244         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17245         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17246         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17247         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17248         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17249         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17250         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17251         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17252         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17253         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17254         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17255         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17256         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17257         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17258         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17259         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17260         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17261         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17262         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17263         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17264         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17265         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17266         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17267         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17268         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17269         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17270         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17271         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17272         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17273         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17274         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17275         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17276         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17277         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17278         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17279         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17280         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17281         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17282         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17283         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17284         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17285         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17286         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17287         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17288         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17289         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17290         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17291         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17292         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17293         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17294         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17295         (conformtest-cc-flags): Likewise.
17296         ($(conformtest-header-tests): New target.
17297         * conform/check-header-lists.sh: New file.
17298         * conform/run-conformtest.sh: Remove.
17300         * conform/conformtest.pl: Allow ' and \ in values given for
17301         constants.
17302         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17303         inclusion.
17304         [POSIX] (sys/types.h): Likewise.
17305         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17306         inclusion.
17307         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17308         inclusion.
17309         * conform/data/signal.h-data (SIGIO): Remove expectation.
17310         [XPG3] (SIGBUS): Do not expect.
17311         [POSIX || XPG3] (SIGPOLL): Likewise.
17312         [POSIX || XPG3] (SIGPROF): Likewise.
17313         [POSIX || XPG3] (SIGSYS): Likewise.
17314         [XPG3] (SIGTRAP): Likewise.
17315         [POSIX || XPG3] (SIGURG): Likewise.
17316         [POSIX || XPG3] (SIGVTALRM): Likewise.
17317         [POSIX || XPG3] (SIGXCPU): Likewise.
17318         [POSIX || XPG3] (SIGXFSZ): Likewise.
17319         [POSIX] (SA_SIGINFO): Expect.
17320         [XPG3] (siginfo_t): Do not expect type or contents.
17321         [POSIX] (si_pid): Do not expect element.
17322         [POSIX] (si_uid): Likewise.
17323         [POSIX] (si_addr): Likewise.
17324         [POSIX] (si_status): Likewise.
17325         [POSIX] (si_band): Likewise.
17326         [XPG4] (si_value): Likewise.
17327         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17328         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17329         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17330         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17331         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17332         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17333         [POSIX || XPG3] (ILL_COPROC): Likewise.
17334         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17335         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17336         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17337         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17338         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17339         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17340         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17341         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17342         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17343         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17344         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17345         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17346         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17347         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17348         [POSIX || XPG3] (CLD_EXITED): Likewise.
17349         [POSIX || XPG3] (CLD_KILLED): Likewise.
17350         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17351         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17352         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17353         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17354         [POSIX || XPG3] (POLL_IN): Likewise.
17355         [POSIX || XPG3] (POLL_OUT): Likewise.
17356         [POSIX || XPG3] (POLL_MSG): Likewise.
17357         [POSIX || XPG3] (POLL_ERR): Likewise.
17358         [POSIX || XPG3] (POLL_PRI): Likewise.
17359         [POSIX || XPG3] (POLL_HUP): Likewise.
17360         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17361         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17362         (SIG*): Do not allow.
17363         [XPG3] (si_*): Likewise.
17364         [XPG3] (SI_*): Likewise.
17365         [XPG3 || XPG4] (sigev_*): Likewise.
17366         [XPG3 || XPG4] (SIGEV_*): Likewise.
17367         [XPG3 || XPG4] (sival_*): Likewise.
17368         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17369         [POSIX || XPG3] (BUS_*): Likewise.
17370         [POSIX || XPG3] (CLD_*): Likewise.
17371         [POSIX || XPG3] (FPE_*): Likewise.
17372         [POSIX || XPG3] (ILL_*): Likewise.
17373         [POSIX || XPG3] (POLL_*): Likewise.
17374         [POSIX || XPG3] (SEGV_*): Likewise.
17375         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17376         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17377         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17378         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17379         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17380         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17381         Specify type and value.
17382         (TVERSLEN): Likewise.
17383         (REGTYPE): Likewise.
17384         (AREGTYPE): Likewise.
17385         (LNKTYPE): Likewise.
17386         (SYMTYPE): Likewise.
17387         (CHRTYPE): Likewise.
17388         (BLKTYPE): Likewise.
17389         (DIRTYPE): Likewise.
17390         (FIFOTYPE): Likewise.
17391         (CONTTYPE): Likewise.
17392         (TSUID): Likewise.
17393         (TSGID): Likewise.
17394         (TSVTX): Likewise.
17395         (TUREAD): Likewise.
17396         (TUWRITE): Likewise.
17397         (TUEXEC): Likewise.
17398         (TGREAD): Likewise.
17399         (TGWRITE): Likewise.
17400         (TGEXEC): Likewise.
17401         (TOREAD): Likewise.
17402         (TOWRITE): Likewise.
17403         (TOEXEC): Likewise.
17404         [POSIX] (TSVTX): Expect constant.
17406 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17408         * Makefile (tests): Change dependencies to ....
17409         (tests-special): ... additions to this variable.
17410         (tests): Depend on $(tests-special).
17411         * Makerules (check-abi-list): New variable.
17412         (check-abi): Depend on $(check-abi-list).
17413         [$(subdir) = elf] (tests-special): Add
17414         $(objpfx)check-abi-libc.out.
17415         [$(build-shared) = yes && subdir] (tests-special): Add
17416         $(check-abi-list).
17417         [$(build-shared) = yes && subdir] (tests): Do not depend on
17418         check-abi.
17419         * Rules (tests): Depend on $(tests-special).
17420         (xtests): Depend on $(xtests-special).
17421         * catgets/Makefile (tests): Change dependencies to ....
17422         (tests-special): ... additions to this variable.
17423         * conform/Makefile (tests): Change dependencies to ....
17424         (tests-special): ... additions to this variable.
17425         * elf/Makefile (tests): Change dependencies to ....
17426         (tests-special): ... additions to this variable.
17427         * grp/Makefile (tests): Change dependencies to ....
17428         (tests-special): ... additions to this variable.
17429         * iconv/Makefile (xtests): Change dependencies to ....
17430         (xtests-special): ... additions to this variable.
17431         * iconvdata/Makefile (tests): Change dependencies to ....
17432         (tests-special): ... additions to this variable.
17433         * intl/Makefile (tests): Change dependencies to ....
17434         (tests-special): ... additions to this variable.  Also add
17435         $(objpfx)tst-gettext.out.
17436         * io/Makefile (tests): Change dependencies to ....
17437         (tests-special): ... additions to this variable.
17438         * libio/Makefile (tests): Change dependencies to ....
17439         (tests-special): ... additions to this variable.
17440         * malloc/Makefile (tests): Change dependencies to ....
17441         (tests-special): ... additions to this variable.
17442         * misc/Makefile (tests): Change dependencies to ....
17443         (tests-special): ... additions to this variable.
17444         * nptl/Makefile (tests): Change dependencies to ....
17445         (tests-special): ... additions to this variable.
17446         * nptl_db/Makefile (tests): Change dependencies to ....
17447         (tests-special): ... additions to this variable.
17448         * posix/Makefile (tests): Change dependencies to ....
17449         (tests-special): ... additions to this variable.
17450         (xtests): Change dependencies to ....
17451         (xtests-special): ... additions to this variable.
17452         * resolv/Makefile (tests): Change dependencies to ....
17453         (tests-special): ... additions to this variable.
17454         (xtests): Change dependencies to ....
17455         (xtests-special): ... additions to this variable.
17456         * stdio-common/Makefile (tests): Change dependencies to ....
17457         (tests-special): ... additions to this variable.
17458         (do-tst-unbputc): Remove target.
17459         (do-tst-printf): Likewise.
17460         * stdlib/Makefile (tests): Change dependencies to ....
17461         (tests-special): ... additions to this variable.
17462         * string/Makefile (tests): Change dependencies to ....
17463         (tests-special): ... additions to this variable.
17464         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17465         (tests-special): ... additions to this variable.
17467         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17468         whole file.
17469         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17470         whole file.
17471         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17472         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17474         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17475         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17476         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17477         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17478         * conform/data/libgen.h-data [XPG3]: Likewise.
17479         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17480         * conform/data/ndbm.h-data [XPG3]: Likewise.
17481         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17482         * conform/data/netdb.h-data [XPG3]: Likewise.
17483         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17484         * conform/data/poll.h-data [XPG3]: Likewise.
17485         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17486         * conform/data/strings.h-data [XPG3]: Likewise.
17487         * conform/data/stropts.h-data [XPG3]: Likewise.
17488         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17489         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17490         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17491         Likewise.
17492         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17493         * conform/data/sys/time.h-data [XPG3]: Likewise.
17494         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17495         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17496         * conform/data/sys/un.h-data [XPG3]: Likewise.
17497         * conform/data/syslog.h-data [XPG3]: Likewise.
17498         * conform/data/ucontext.h-data [XPG3]: Likewise.
17499         * conform/data/utmpx.h-data [XPG3]: Likewise.
17500         * conform/data/varargs.h-data [UNIX98]: Enable file.
17502         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17504         * math/libm-test.inc (struct test_f_f_data): Move expected results
17505         into structure for each rounding mode.
17506         (struct test_ff_f_data): Likewise.
17507         (struct test_ff_f_data_nexttoward): Likewise.
17508         (struct test_fi_f_data): Likewise.
17509         (struct test_fl_f_data): Likewise.
17510         (struct test_if_f_data): Likewise.
17511         (struct test_fff_f_data): Likewise.
17512         (struct test_c_f_data): Likewise.
17513         (struct test_f_f1_data): Likewise.
17514         (struct test_fF_f1_data): Likewise.
17515         (struct test_ffI_f1_data): Likewise.
17516         (struct test_c_c_data): Likewise.
17517         (struct test_cc_c_data): Likewise.
17518         (struct test_f_i_data): Likewise.
17519         (struct test_ff_i_data): Likewise.
17520         (struct test_f_l_data): Likewise.
17521         (struct test_f_L_data): Likewise.
17522         (struct test_fFF_11_data): Likewise.
17523         (RM_): New macro.
17524         (RM_FE_DOWNWARD): Likewise.
17525         (RM_FE_TONEAREST): Likewise.
17526         (RM_FE_TOWARDZERO): Likewise.
17527         (RM_FE_UPWARD): Likewise.
17528         (RUN_TEST_LOOP_f_f): Update references to expected results.
17529         (RUN_TEST_LOOP_2_f): Likewise.
17530         (RUN_TEST_LOOP_fff_f): Likewise.
17531         (RUN_TEST_LOOP_c_f): Likewise.
17532         (RUN_TEST_LOOP_f_f1): Likewise.
17533         (RUN_TEST_LOOP_fF_f1): Likewise.
17534         (RUN_TEST_LOOP_fI_f1): Likewise.
17535         (RUN_TEST_LOOP_ffI_f1): Likewise.
17536         (RUN_TEST_LOOP_c_c): Likewise.
17537         (RUN_TEST_LOOP_cc_c): Likewise.
17538         (RUN_TEST_LOOP_f_i): Likewise.
17539         (RUN_TEST_LOOP_f_i_tg): Likewise.
17540         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17541         (RUN_TEST_LOOP_f_b): Likewise.
17542         (RUN_TEST_LOOP_f_b_tg): Likewise.
17543         (RUN_TEST_LOOP_f_l): Likewise.
17544         (RUN_TEST_LOOP_f_L): Likewise.
17545         (RUN_TEST_LOOP_fFF_11): Likewise.
17546         * math/gen-libm-test.pl (parse_args): Output four copies of
17547         expected results for each test.
17549         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17550         (__ASSUME_UTIMES): Remove.
17551         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17552         (__ASSUME_UTIMES): Likewise.
17554         * math/gen-auto-libm-tests.c: Update comment on output format.
17555         (output_for_one_input_case): Generate before-rounding and
17556         after-rounding information as conditions on output flags not
17557         floating-point format.
17558         * math/auto-libm-test-out: Regenerated.
17559         * math/gen-libm-test.pl (cond_value): New function.
17560         (or_cond_value): Use cond_value.
17561         (generate_testfile): Handle conditional exceptions.
17563 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17565         * math/libm-test.inc (max_valid_error): New variable.
17566         (init_max_error): Take new argument specifying whether function
17567         results are exactly determined.  Set max_valid_error and bound
17568         other variables for errors based on this argument.
17569         (set_max_error): Do not record results above max_valid_error.
17570         (check_float_internal): Only accept errors of up to 0.5ulps if
17571         also at most max_valid_error.
17572         (START): Take new argument EXACT and pass it to init_max_error.
17573         (acos_test): Update call to START.
17574         (acos_test_tonearest): Likewise.
17575         (acos_test_towardzero): Likewise.
17576         (acos_test_downward): Likewise.
17577         (acos_test_upward): Likewise.
17578         (acosh_test): Likewise.
17579         (asin_test): Likewise.
17580         (asin_test_tonearest): Likewise.
17581         (asin_test_towardzero): Likewise.
17582         (asin_test_downward): Likewise.
17583         (asin_test_upward): Likewise.
17584         (asinh_test): Likewise.
17585         (atan_test): Likewise.
17586         (atanh_test): Likewise.
17587         (atan2_test): Likewise.
17588         (cabs_test): Likewise.
17589         (cacos_test): Likewise.
17590         (cacosh_test): Likewise.
17591         (carg_test): Likewise.
17592         (casin_test): Likewise.
17593         (casinh_test): Likewise.
17594         (catan_test): Likewise.
17595         (catanh_test): Likewise.
17596         (cbrt_test): Likewise.
17597         (ccos_test): Likewise.
17598         (ccosh_test): Likewise.
17599         (ceil_test): Likewise.
17600         (cexp_test): Likewise.
17601         (cimag_test): Likewise.
17602         (clog_test): Likewise.
17603         (clog10_test): Likewise.
17604         (conj_test): Likewise.
17605         (copysign_test): Likewise.
17606         (cos_test): Likewise.
17607         (cos_test_tonearest): Likewise.
17608         (cos_test_towardzero): Likewise.
17609         (cos_test_downward): Likewise.
17610         (cos_test_upward): Likewise.
17611         (cosh_test): Likewise.
17612         (cosh_test_tonearest): Likewise.
17613         (cosh_test_towardzero): Likewise.
17614         (cosh_test_downward): Likewise.
17615         (cosh_test_upward): Likewise.
17616         (cpow_test): Likewise.
17617         (cproj_test): Likewise.
17618         (creal_test): Likewise.
17619         (csin_test): Likewise.
17620         (csinh_test): Likewise.
17621         (csqrt_test): Likewise.
17622         (ctan_test): Likewise.
17623         (ctan_test_tonearest): Likewise.
17624         (ctan_test_towardzero): Likewise.
17625         (ctan_test_downward): Likewise.
17626         (ctan_test_upward): Likewise.
17627         (ctanh_test): Likewise.
17628         (ctanh_test_tonearest): Likewise.
17629         (ctanh_test_towardzero): Likewise.
17630         (ctanh_test_downward): Likewise.
17631         (ctanh_test_upward): Likewise.
17632         (erf_test): Likewise.
17633         (erfc_test): Likewise.
17634         (exp_test): Likewise.
17635         (exp_test_tonearest): Likewise.
17636         (exp_test_towardzero): Likewise.
17637         (exp_test_downward): Likewise.
17638         (exp_test_upward): Likewise.
17639         (exp10_test): Likewise.
17640         (exp10_test_tonearest): Likewise.
17641         (exp10_test_towardzero): Likewise.
17642         (exp10_test_downward): Likewise.
17643         (exp10_test_upward): Likewise.
17644         (pow10_test): Likewise.
17645         (exp2_test): Likewise.
17646         (expm1_test): Likewise.
17647         (expm1_test_tonearest): Likewise.
17648         (expm1_test_towardzero): Likewise.
17649         (expm1_test_downward): Likewise.
17650         (expm1_test_upward): Likewise.
17651         (fabs_test): Likewise.
17652         (fdim_test): Likewise.
17653         (floor_test): Likewise.
17654         (fma_test): Likewise.
17655         (fma_test_towardzero): Likewise.
17656         (fma_test_downward): Likewise.
17657         (fma_test_upward): Likewise.
17658         (fmax_test): Likewise.
17659         (fmin_test): Likewise.
17660         (fmod_test): Likewise.
17661         (fpclassify_test): Likewise.
17662         (frexp_test): Likewise.
17663         (hypot_test): Likewise.
17664         (ilogb_test): Likewise.
17665         (isfinite_test): Likewise.
17666         (finite_test): Likewise.
17667         (isgreater_test): Likewise.
17668         (isgreaterequal_test): Likewise.
17669         (isinf_test): Likewise.
17670         (isless_test): Likewise.
17671         (islessequal_test): Likewise.
17672         (islessgreater_test): Likewise.
17673         (isnan_test): Likewise.
17674         (isnormal_test): Likewise.
17675         (issignaling_test): Likewise.
17676         (isunordered_test): Likewise.
17677         (j0_test): Likewise.
17678         (j1_test): Likewise.
17679         (jn_test): Likewise.
17680         (ldexp_test): Likewise.
17681         (lgamma_test): Likewise.
17682         (gamma_test): Likewise.
17683         (lrint_test): Likewise.
17684         (lrint_test_tonearest): Likewise.
17685         (lrint_test_towardzero): Likewise.
17686         (lrint_test_downward): Likewise.
17687         (lrint_test_upward): Likewise.
17688         (llrint_test): Likewise.
17689         (llrint_test_tonearest): Likewise.
17690         (llrint_test_towardzero): Likewise.
17691         (llrint_test_downward): Likewise.
17692         (llrint_test_upward): Likewise.
17693         (log_test): Likewise.
17694         (log10_test): Likewise.
17695         (log1p_test): Likewise.
17696         (log2_test): Likewise.
17697         (logb_test): Likewise.
17698         (logb_test_downward): Likewise.
17699         (lround_test): Likewise.
17700         (llround_test): Likewise.
17701         (modf_test): Likewise.
17702         (nearbyint_test): Likewise.
17703         (nextafter_test): Likewise.
17704         (nexttoward_test): Likewise.
17705         (pow_test): Likewise.
17706         (pow_test_tonearest): Likewise.
17707         (pow_test_towardzero): Likewise.
17708         (pow_test_downward): Likewise.
17709         (pow_test_upward): Likewise.
17710         (remainder_test): Likewise.
17711         (drem_test): Likewise.
17712         (remainder_test_tonearest): Likewise.
17713         (drem_test_tonearest): Likewise.
17714         (remainder_test_towardzero): Likewise.
17715         (drem_test_towardzero): Likewise.
17716         (remainder_test_downward): Likewise.
17717         (drem_test_downward): Likewise.
17718         (remainder_test_upward): Likewise.
17719         (drem_test_upward): Likewise.
17720         (remquo_test): Likewise.
17721         (rint_test): Likewise.
17722         (rint_test_tonearest): Likewise.
17723         (rint_test_towardzero): Likewise.
17724         (rint_test_downward): Likewise.
17725         (rint_test_upward): Likewise.
17726         (round_test): Likewise.
17727         (scalb_test): Likewise.
17728         (scalbn_test): Likewise.
17729         (scalbln_test): Likewise.
17730         (signbit_test): Likewise.
17731         (sin_test): Likewise.
17732         (sin_test_tonearest): Likewise.
17733         (sin_test_towardzero): Likewise.
17734         (sin_test_downward): Likewise.
17735         (sin_test_upward): Likewise.
17736         (sincos_test): Likewise.
17737         (sinh_test): Likewise.
17738         (sinh_test_tonearest): Likewise.
17739         (sinh_test_towardzero): Likewise.
17740         (sinh_test_downward): Likewise.
17741         (sinh_test_upward): Likewise.
17742         (sqrt_test): Likewise.
17743         (sqrt_test_tonearest): Likewise.
17744         (sqrt_test_towardzero): Likewise.
17745         (sqrt_test_downward): Likewise.
17746         (sqrt_test_upward): Likewise.
17747         (tan_test): Likewise.
17748         (tan_test_tonearest): Likewise.
17749         (tan_test_towardzero): Likewise.
17750         (tan_test_downward): Likewise.
17751         (tan_test_upward): Likewise.
17752         (tanh_test): Likewise.
17753         (tgamma_test): Likewise.
17754         (trunc_test): Likewise.
17755         (y0_test): Likewise.
17756         (y1_test): Likewise.
17757         (yn_test): Likewise.
17758         (significand_test): Likewise.
17760         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17761         individual tests in comment.
17762         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17763         (prev_max_error): New variable.
17764         (prev_real_max_error): Likewise.
17765         (prev_imag_max_error): Likewise.
17766         (compare_ulp_data): Don't refer to test names in comment.
17767         (find_test_ulps): Remove function.
17768         (find_function_ulps): Likewise.
17769         (find_complex_function_ulps): Likewise.
17770         (init_max_error): Take function name as argument.  Look up ulps
17771         for that function.
17772         (print_ulps): Remove function.
17773         (print_max_error): Use prev_max_error instead of calling
17774         find_function_ulps.
17775         (print_complex_max_error): Use prev_real_max_error and
17776         prev_imag_max_error instead of calling find_complex_function_ulps.
17777         (check_float_internal): Take max_ulp parameter instead of calling
17778         find_test_ulps.  Don't call print_ulps.
17779         (check_float): Update call to check_float_internal.
17780         (check_complex): Update calls to check_float_internal.
17781         (START): Pass argument to init_max_error.
17782         * math/gen-libm-test.pl (%results): Don't include "kind"
17783         information.
17784         (parse_ulps): Don't handle ulps of individual tests.
17785         (print_ulps_file): Likewise.
17786         (output_ulps): Likewise.
17787         * math/README.libm-test: Update.
17788         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17789         individual tests.
17790         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17791         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17792         * sysdeps/arm/libm-test-ulps: Likewise.
17793         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17794         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17795         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17796         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17797         * sysdeps/microblaze/libm-test-ulps: Likewise.
17798         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17799         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17800         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17801         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17802         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17803         * sysdeps/sh/libm-test-ulps: Likewise.
17804         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17805         * sysdeps/tile/libm-test-ulps: Likewise.
17806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17808 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17810         * math/libm-test.inc (print_complex_max_error): Check separately
17811         whether real and imaginary errors are within allowed range and
17812         pass 0 to print_complex_function_ulps instead of value within
17813         allowed range.
17815 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17817         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17818         formatting.
17819         (get_handles_fopen): Likewise.
17820         (do_write_test): Likewise.
17822         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17824         * libio/fileops.c (do_ftell): Use cached offset when
17825         available.
17826         * libio/iofwide.c (do_ftell_wide): Likewise.
17827         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17828         _IO_file_attach.
17829         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17831         [BZ #16532]
17832         * libio/libioP.h (get_file_offset): New function.
17833         * libio/fileops.c (get_file_offset): Likewise.
17834         (do_ftell): Likewise.
17835         (_IO_new_file_seekoff): Split out ftell logic.
17836         * libio/wfileops.c (do_ftell_wide): Likewise.
17837         (_IO_wfile_seekoff): Split out ftell logic.
17838         * libio/tst-ftell-active-handler.c: New test case.
17839         * libio/Makefile (tests): Add it.
17841 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17843         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17844         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17846 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17848         [BZ #16639]
17849         * nscd/connections.c (nscd_init): Call do_exit.
17850         (start_threads): Call do_exit and notify_parent.
17851         (begin_drop_privileges): Call do_exit.
17852         (finish_drop_privileges): Likewise.
17853         * nscd/selinux.c (preserve_capabilities): Likewise.
17854         (install_real_capabilities): Likewise.
17855         (nscd_selinux_enabled): Likewise.
17856         (avc_create_thread): Likewise.
17857         (avc_alloc_lock): Likewise.
17858         (nscd_avc_init): Likewise.
17859         * nscd/nscd.c (parent_fd): New static variable.
17860         (main): Create a pipe between parent and child processes.
17861         Skip closing parent_fd.
17862         (monitor_child): New function.
17863         (do_exit): Likewise.
17864         (notify_parent): Likewise.
17865         * nscd/nscd.h (notify_parent): Likewise.
17866         (do_exit): Likewise.
17868 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17870         * malloc/malloc.c (__libc_calloc): Revert last change.
17872 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17876 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17878         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17879         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17880         implementation.
17881         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17882         (__libc_ifunc_impl_list): Likewise.
17883         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17884         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17885         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17886         * string/strrchr.c: Define STRRCHR.
17888 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17890         * benchtest/bench-strtok.c (simple_strtok): Delete.
17891         (strtok_string): Use as benchmark.
17892         * string/strtok (STRTOK): New macro.
17894 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17896         * manual/threads.texi: Add header and standard comments to all
17897         functions.
17899         * elf/dl-lookup.c (check_match): New function.
17900         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17901         (do_lookup_x): Remove nested function check_match. Use non-nested
17902         function check_match.
17904 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17906         * csu/Makefile (generated, before-compile): Use += rather than =.
17907         * catgets/Makefile (generated, generated-dirs): Likewise.
17908         * debug/Makefile (generated): Likewise.
17909         * dlfcn/Makefile (generated): Likewise.
17910         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17911         * iconvdata/Makefile (before-compile, generated): Likewise.
17912         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17913         * libio/Makefile (generated): Likewise.
17914         * malloc/Makefile (generated): Likewise.
17915         * manual/Makefile (generated, generated-dirs): Likewise.
17916         * misc/Makefile (generated): Likewise.
17917         * posix/Makefile (generated): Likewise.
17918         * resolv/Makefile (generated): Likewise.
17919         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17920         * timezone/Makefile (generated, generated-dirs): Likewise.
17922         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17924 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17926         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17927         power8 implementation.
17928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17929         file: POWER8 llround ifunc implementation.
17930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17931         (__lllround): Add POWER8 implementation.
17932         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17933         POWER8 llround implementation.
17935         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17936         power8 implementation.
17937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17938         file: POWER8 llrint ifunc implementation.
17939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17940         Add POWER8 implementation.
17941         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17942         POWER8 llrint implementation.
17944         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17945         power8 implementation.
17946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17947         file: POWER8 finite ifunc implementation.
17948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17949         Add POWER8 implementation.
17950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17951         Likewise.
17952         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17953         POWER8 finite implementation.
17954         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17956         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17957         power8 implementation.
17958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17959         file: POWER8 isinf ifunc implementation.
17960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17961         POWER8 implementation.
17962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17963         Likewise.
17964         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17965         isinf implementation.
17966         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17968         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17969         (INIT_ARCH): Add hwcap2 initialization.
17970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17971         power8 implementation.
17972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17973         file: POWER8 isnan ifunc implementation.
17974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17975         POWER8 implementation.
17976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17977         Likewise.
17978         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17979         isnan implementation.
17980         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17982 2014-02-27  Joey Ye  <joey.ye@arm.com>
17984         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17985         (_FP_NANFRAC_Q): Set to zero.
17987 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17989         [BZ #16623]
17990         * math/auto-libm-test-in: New test inputs.
17991         * math/auto-libm-test-out: Regenerate.
17992         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17993         and DA.
17994         (__cos): Likewise.
17995         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17997 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17999         * scripts/evaluate-test.sh: Take new argument indicating whether
18000         failure is expected.
18001         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18002         indicating whether failure is expected.
18003         * conform/Makefile (test-xfail-run-conformtest): New variable.
18004         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18005         level.
18006         * posix/Makefile (test-xfail-annexc): New variable.
18007         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18009 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18011         * argp/Makefile: Include Makeconfig immediately after defining
18012         subdir.
18013         * assert/Makefile: Likewise.
18014         * benchtests/Makefile: Likewise.
18015         * catgets/Makefile: Likewise.
18016         * conform/Makefile: Likewise.
18017         * crypt/Makefile: Likewise.
18018         * csu/Makefile: Likewise.
18019         (all): Remove target.
18020         * ctype/Makefile: Include Makeconfig immediately after defining
18021         subdir.
18022         * debug/Makefile: Likewise.
18023         * dirent/Makefile: Likewise.
18024         * dlfcn/Makefile: Likewise.
18025         * gmon/Makefile: Likewise.
18026         * gnulib/Makefile: Likewise.
18027         * grp/Makefile: Likewise.
18028         * gshadow/Makefile: Likewise.
18029         * hesiod/Makefile: Likewise.
18030         * hurd/Makefile: Likewise.
18031         (all): Remove target.
18032         * iconvdata/Makefile: Include Makeconfig immediately after
18033         defining subdir.
18034         * inet/Makefile: Likewise.
18035         * intl/Makefile: Likewise.
18036         * io/Makefile: Likewise.
18037         * libio/Makefile: Likewise.
18038         (all): Remove target.
18039         * locale/Makefile: Include Makeconfig immediately after defining
18040         subdir.
18041         * login/Makefile: Likewise.
18042         * mach/Makefile: Likewise.
18043         (all): Remove target.
18044         * malloc/Makefile: Include Makeconfig immediately after defining
18045         subdir.
18046         (all): Remove target.
18047         * manual/Makefile: Include Makeconfig immediately after defining
18048         subdir.
18049         * math/Makefile: Likewise.
18050         * misc/Makefile: Likewise.
18051         * nis/Makefile: Likewise.
18052         * nss/Makefile: Likewise.
18053         * po/Makefile: Likewise.
18054         (all): Remove target.
18055         * posix/Makefile: Include Makeconfig immediately after defining
18056         subdir.
18057         * pwd/Makefile: Likewise.
18058         * resolv/Makefile: Likewise.
18059         * resource/Makefile: Likewise.
18060         * rt/Makefile: Likewise.
18061         * setjmp/Makefile: Likewise.
18062         * shadow/Makefile: Likewise.
18063         * signal/Makefile: Likewise.
18064         * socket/Makefile: Likewise.
18065         * soft-fp/Makefile: Likewise.
18066         * stdio-common/Makefile: Likewise.
18067         * stdlib/Makefile: Likewise.
18068         * streams/Makefile: Likewise.
18069         * string/Makefile: Likewise.
18070         * sunrpc/Makefile: Likewise.
18071         (all): Remove target.
18072         * sysvipc/Makefile: Include Makeconfig immediately after defining
18073         subdir.
18074         * termios/Makefile: Likewise.
18075         * time/Makefile: Likewise.
18076         * timezone/Makefile: Likewise.
18077         (all): Remove target.
18078         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18079         subdir.
18080         * wctype/Makefile: Likewise.
18082 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18084         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18085         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18086         (libc_feholdexcept_setround_mips): Ditto.
18087         (libc_feholdsetround): New.
18088         (libc_feholdsetroundf): New.
18089         (libc_feholdsetroundl): New.
18090         (libc_feupdateenv_test_mips): New.
18091         (libc_feupdateenv_test): New.
18092         (libc_feupdateenv_testf): New.
18093         (libc_feupdateenv_testl): New.
18094         (libc_feresetround): New.
18095         (libc_feresetroundf): New.
18096         (libc_feresetroundl): New.
18097         (libc_fetestexcept_mips): New.
18098         (libc_fetestexcept): New.
18099         (libc_fetestexceptf): New.
18100         (libc_fetestexceptl): New.
18101         (HAVE_RM_CTX): New.
18102         (libc_feholdexcept_setround_mips_ctx): New.
18103         (libc_feholdexcept_setround_ctx): New.
18104         (libc_feholdexcept_setroundf_ctx): New.
18105         (libc_feholdexcept_setroundl_ctx): New.
18106         (libc_fesetenv_mips_ctx): New.
18107         (libc_fesetenv_ctx): New.
18108         (libc_fesetenv_ctxf): New.
18109         (libc_fesetenv_ctxl): New.
18110         (libc_feupdateenv_mips_ctx): New.
18111         (libc_feupdateenv_ctx): New.
18112         (libc_feupdateenvf_ctx): New.
18113         (libc_feupdateenvl_ctx): New.
18114         (libc_feholdsetround_mips_ctx): New.
18115         (libc_feholdsetround_ctx): New.
18116         (libc_feholdsetroundf_ctx): New.
18117         (libc_feholdsetroundl_ctx): New.
18118         (libc_feresetround_mips_ctx): New.
18119         (libc_feresetround_ctx): New.
18120         (libc_feresetroundf_ctx): New.
18121         (libc_feresetroundl_ctx): New.
18123 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18125         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18127         * manual/ipc.texi: New file.
18128         * manual/Makefile (chapters): Add ipc.
18129         * manual/job.texi: Add "Inter-Process Communication" to next.
18130         * manual/process.texi: Add "Inter-Process Communication" to prev.
18132 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18136 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18138         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18140         * manual/arith.texi: Fix spaces after sentences.
18141         * manual/charset.texi: Likewise.
18142         * manual/errno.texi: Likewise.
18143         * manual/install.texi: Likewise.
18144         * manual/llio.texi: Likewise.
18145         * manual/locale.texi: Likewise.
18146         * manual/maint.texi: Likewise.
18147         * manual/math.texi: Likewise.
18148         * manual/memory.texi: Likewise.
18149         * manual/message.texi: Likewise.
18150         * manual/probes.texi: Likewise.
18151         * manual/resource.texi: Likewise.
18152         * manual/signal.texi: Likewise.
18153         * manual/socket.texi: Likewise.
18154         * manual/stdio.texi: Likewise.
18155         * manual/string.texi: Likewise.
18156         * manual/time.texi: Likewise.
18157         * manual/users.texi: Likewise.
18159 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18161         [BZ #16632]
18162         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18163         _DEFAULT_SOURCE is defined.
18165 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18166             Carlos O'Donell  <carlos@redhat.com>
18168         [BZ #16613]
18169         * elf/dl-tls.c (_dl_count_modids): New function.
18170         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18171         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18172         audit library and increment generation counter.
18173         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18174         * elf/tst-audit9.c: New file.
18175         * elf/tst-auditmod9a.c: New file.
18176         * elf/tst-auditmod9b.c: New file.
18177         * elf/Makefile: Add rules to build and run tst-audit9.
18179 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18181         [BZ #15347]
18182         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18184 2014-02-25  Will Newton  <will.newton@linaro.org>
18186         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18187         (__longjmp): Restore sp and lr before restoring callee
18188         saved registers.  Add longjmp and longjmp_target
18189         SystemTap probe point.
18190         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18191         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18192         Define to zero to match jmpbuf layout.
18193         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18194         (__sigsetjmp): Save sp and lr before saving callee
18195         saved registers.  Add setjmp SystemTap probe point.
18197 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18199         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18201 2014-02-24  Andreas Schwab  <schwab@suse.de>
18203         [BZ #15804]
18204         * elf/pldd.c (wait_for_ptrace_stop): New function.
18205         (main): Call it after attaching.
18207 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18209         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18210         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18211         Versions files is now verboten.
18212         * hurd/Versions (libc: GLIBC_2.0):
18213         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18214         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18215         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18216         * mach/Versions: Likewise.
18218         * csu/Versions: Remove unused %include.
18219         * resolv/Versions: Likewise.
18221 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18223         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18224         ($(objpfx)check-local-headers.out): Likewise.
18225         ($(objpfx)begin-end-check.out): Likewise.
18226         * Makerules (check-abi-%.out): Likewise.
18227         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18228         ($(objpfx)test2.cat): Likewise.
18229         ($(objpfx)de/libc.cat): Likewise.
18230         ($(objpfx)test-gencat.out): Likewise.
18231         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18232         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18233         ($(objpfx)noload-mem): Likewise.
18234         ($(objpfx)tst-pathopt.out): Likewise.
18235         ($(objpfx)tst-rtld-load-self.out): Likewise.
18236         ($(objpfx)tst-array1-cmp.out): Likewise.
18237         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18238         ($(objpfx)tst-array2-cmp.out): Likewise.
18239         ($(objpfx)tst-array3-cmp.out): Likewise.
18240         ($(objpfx)tst-array4-cmp.out): Likewise.
18241         ($(objpfx)tst-array5-cmp.out): Likewise.
18242         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18243         ($(objpfx)check-textrel.out): Likewise.
18244         ($(objpfx)check-execstack.out): Likewise.
18245         ($(objpfx)check-localplt.out): Likewise.
18246         ($(objpfx)order2-cmp.out): Likewise.
18247         ($(objpfx)tst-leaks1-mem): Likewise.
18248         ($(objpfx)tst-leaks1-static-mem): Likewise.
18249         ($(objpfx)tst-initorder-cmp.out): Likewise.
18250         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18251         ($(objpfx)tst-unused-dep.out): Likewise.
18252         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18253         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18254         * iconv/Makefile (test-iconvconfig): Likewise.
18255         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18256         ($(objpfx)iconv-test.out): Likewise.
18257         ($(objpfx)tst-tables.out): Likewise.
18258         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18259         ($(objpfx)tst-gettext.out): Likewise.
18260         ($(objpfx)tst-translit.out): Likewise.
18261         ($(objpfx)tst-gettext2.out): Likewise.
18262         ($(objpfx)tst-gettext4.out): Likewise.
18263         ($(objpfx)tst-gettext6.out): Likewise.
18264         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18265         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18266         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18267         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18268         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18269         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18270         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18271         ($(objpfx)wordexp-tst.out): Likewise.
18272         ($(objpfx)annexc.out): Likewise.
18273         ($(objpfx)tst-fnmatch-mem): Likewise.
18274         ($(objpfx)bug-regex2-mem): Likewise.
18275         ($(objpfx)bug-regex14-mem): Likewise.
18276         ($(objpfx)bug-regex21-mem): Likewise.
18277         ($(objpfx)bug-regex31-mem): Likewise.
18278         ($(objpfx)tst-vfork3-mem): Likewise.
18279         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18280         ($(objpfx)tst-pcre-mem): Likewise.
18281         ($(objpfx)tst-boost-mem): Likewise.
18282         ($(objpfx)tst-getconf.out): Likewise.
18283         ($(objpfx)bug-ga2-mem): Likewise.
18284         ($(objpfx)bug-glob2-mem): Likewise.
18285         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18286         ($(objpfx)mtrace-tst-leaks2): Likewise.
18287         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18288         ($(objpfx)tst-printf.out): Likewise.
18289         ($(objpfx)tst-setvbuf1.out): Likewise.
18290         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18291         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18292         ($(objpfx)tst-fmtmsg.out): Likewise.
18293         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18294         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18296         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18297         * bits/sigaction.h [__USE_MISC]: Likewise.
18298         * bits/waitstatus.h: Update #endif comments.
18299         * ctype/ctype.h: Likewise.
18300         * dirent/dirent.h: Likewise.
18301         [__USE_MISC]: Remove redundant conditionals.
18302         * grp/grp.h: Update #endif comments.
18303         [__USE_GNU]: Remove redundant conditionals.
18304         [__USE_MISC]: Likewise.
18305         * inet/netinet/in.h [__USE_GNU]: Likewise.
18306         * io/sys/stat.h [__USE_MISC]: Likewise.
18307         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18308         * libio/bits/stdio.h: Update #endif comments.
18309         [__USE_MISC]: Remove redundant conditionals.
18310         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18311         * libio/stdio.h: Update #endif comments.
18312         [__USE_MISC]: Remove redundant conditionals.
18313         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18314         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18315         * math/math.h: Update #else and #endif comments.
18316         [__USE_MISC]: Remove redundant conditionals.
18317         * misc/sys/uio.h: Update #endif comments.
18318         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18319         * posix/glob.h [__USE_MISC]: Likewise.
18320         * posix/sys/types.h: Update #endif comments.
18321         [__USE_MISC]: Remove redundant conditionals.
18322         * posix/sys/wait.h: Update #endif comments.
18323         [__USE_MISC]: Remove redundant conditionals.
18324         * posix/unistd.h: Update #endif comments.
18325         [__USE_MISC]: Remove redundant conditionals.
18326         * pwd/pwd.h [__USE_GNU]: Likewise.
18327         [__USE_MISC]: Likewise.
18328         * resolv/netdb.h [__USE_GNU]: Likewise.
18329         * signal/signal.h: Update #endif comments.
18330         [__USE_MISC]: Remove redundant conditionals.
18331         * stdlib/stdlib.h: Update #else and #endif comments.
18332         [__USE_MISC]: Remove redundant conditionals.
18333         [__USE_GNU]: Likewise.
18334         * string/bits/string2.h [__USE_MISC]: Likewise.
18335         * string/string.h: Update #endif comments.
18336         [__USE_MISC]: Remove redundant conditionals.
18337         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18338         Likewise.
18339         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18340         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18341         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18342         Likewise.
18343         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18344         Likewise.
18345         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18346         comments.
18347         [__USE_MISC]: Remove redundant conditionals.
18348         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18349         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18350         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18351         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18352         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18353         Likewise.
18354         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18355         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18356         Likewise.
18357         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18358         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18359         Likewise.
18360         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18361         Likewise.
18362         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18363         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18364         Likewise.
18365         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18366         Likewise.
18367         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18368         * sysdeps/x86/bits/string.h: Update #endif comments.
18369         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18370         conditionals.
18371         * time/sys/time.h: Update #endif comments.
18372         * time/time.h: Likewise.
18373         [__USE_MISC]: Remove redundant conditionals.
18375 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18377         [BZ #16600]
18378         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18380 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18382         * Versions.def (librt): Add GLIBC_2.17.
18384 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18386         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18387         synonym for _SYS_AUXV_H to allow direct inclusion.
18388         * sysdeps/sparc/bits/hwcap.h: Likewise.
18389         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18390         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18391         * sysdeps/sparc/sysdep.h: Likewise.
18393 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18395         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18397 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18399         * benchtests/bench-strrchr.c: Print length instead of position.
18401 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18403         [BZ #16611]
18404         * sysdeps/unix/sysv/linux/kernel-features.h
18405         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18406         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18407         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18408         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18409         Likewise.
18410         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18411         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18412         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18413         (__ASSUME_SENDMMSG): Define instead of using previous
18414         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18415         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18416         (__ASSUME_SENDMMSG_SYSCALL): Define.
18417         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18418         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18419         Likewise.
18420         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18421         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18422         Likewise.
18423         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18424         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18425         Likewise.
18426         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18427         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18428         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18429         [__ASSUME_SENDMMSG]: Change conditionals to
18430         [__ASSUME_SENDMMSG_SOCKETCALL].
18431         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18432         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18433         Define.
18434         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18435         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18436         Likewise.
18437         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18438         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18439         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18440         [!__ASSUME_SENDMMSG]: Change conditional to
18441         [!__ASSUME_SENDMMSG_SOCKETCALL].
18442         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18443         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18444         Define.
18446         [BZ #16610]
18447         * sysdeps/unix/sysv/linux/kernel-features.h
18448         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18449         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18450         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18451         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18452         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18453         [__i386__ || __sparc__]
18454         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18455         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18456         (__ASSUME_RECVMMSG): Define instead of using previous
18457         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18458         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18459         (__ASSUME_RECVMMSG_SYSCALL): Define.
18460         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18461         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18462         Likewise.
18463         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18464         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18465         Likewise.
18466         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18467         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18468         Likewise.
18469         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18470         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18471         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18472         [__ASSUME_RECVMMSG]: Change condition to
18473         [__ASSUME_RECVMMSG_SOCKETCALL].
18474         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18475         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18476         Define.
18477         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18478         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18479         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18480         Likewise.
18481         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18482         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18483         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18484         [!__ASSUME_RECVMMSG]: Change condition to
18485         [!__ASSUME_RECVMMSG_SOCKETCALL].
18486         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18487         (__ASSUME_RECVMMSG_SYSCALL): Define.
18489         [BZ #16609]
18490         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18491         __powerpc__ || __s390__ || __sh__ || __sparc__]
18492         (__ASSUME_SOCKETCALL): Define.
18493         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18494         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18495         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18496         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18497         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18498         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18499         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18500         (__ASSUME_ACCEPT4): Define instead of using previous
18501         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18502         __powerpc__ || __sparc__ || __s390__)] condition.
18503         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18504         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18505         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18506         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18507         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18508         [!__ASSUME_ACCEPT4]: Change condition to
18509         [!__ASSUME_ACCEPT4_SOCKETCALL].
18510         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18511         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18512         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18513         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18514         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18515         __ASSUME_ACCEPT4_SYSCALL.
18516         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18517         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18518         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18519         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18520         __ASSUME_ACCEPT4_SYSCALL.
18521         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18522         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18523         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18524         [__ASSUME_ACCEPT4]: Change condition to
18525         [__ASSUME_ACCEPT4_SOCKETCALL].
18526         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18527         (__ASSUME_SOCKETCALL): Define.
18528         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18529         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18530         (__ASSUME_SOCKETCALL): Define.
18531         (__ASSUME_ACCEPT4): Remove.
18532         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18533         Define.
18534         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18535         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18536         Likewise.
18537         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18538         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18540         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18541         macro.
18542         (HWCAP_ARM_LPAE): Likewise.
18543         (HWCAP_ARM_EVTSTRM): Likewise.
18544         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18545         Add vpfd32, lpae and evtstrm.
18546         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18547         Increase to 22.
18549 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18551         * math/auto-libm-test-in: Add tests of clog10.
18552         * math/auto-libm-test-out: Regenerated.
18553         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18554         * sysdeps/i386/fpu/libm-test-ulps: Update.
18555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18557 2014-02-18  Andreas Schwab  <schwab@suse.de>
18559         [BZ #16574]
18560         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18561         Store non-zero if the second buffer was newly allocated.
18562         (send_dg): Likewise.
18563         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18564         to send_vc and send_dg.
18565         (res_nsend): Pass NULL for ansp2_malloced.
18566         * resolv/res_query.c (__libc_res_nquery): Add parameter
18567         answerp2_malloced and pass it down to __libc_res_nsend.
18568         (res_nquery): Pass additional NULL to __libc_res_nquery.
18569         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18570         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18571         second answer buffer if answerp2_malloced was set.
18572         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18573         (__libc_res_nquerydomain): Add parameter
18574         answerp2_malloced and pass it down to __libc_res_nquery.
18575         (res_nquerydomain): Pass additional NULL to
18576         __libc_res_nquerydomain.
18577         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18578         additional NULL to __libc_res_nsend and __libc_res_nquery.
18579         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18580         additional NULL to __libc_res_nsearch.
18581         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18582         parameter of __libc_res_nsearch to check for separately allocated
18583         second buffer.
18584         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18585         __libc_res_nquery.
18586         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18587         additional NULL to __libc_res_nquery.
18588         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18589         __libc_res_nsearch.
18590         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18591         * include/resolv.h: Update prototypes of __libc_res_nquery,
18592         __libc_res_nsearch, __libc_res_nsend.
18594 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18596         * math/auto-libm-test-in: Add tests of fma.
18597         * math/auto-libm-test-out: Regenerated.
18598         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18599         (fma_towardzero_test_data): Likewise.
18600         (fma_downward_test_data): Likewise.
18601         (fma_upward_test_data): Likewise.
18602         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18603         mpc_mode.
18604         (rounding_modes): Add values for new field.
18605         (func_calc_method): Add value mpfr_fff_f.
18606         (func_calc_desc): Add mpfr_fff_f union field.
18607         (test_function): Add field exact_args.
18608         (FUNC): Add macro argument EXACT_ARGS.
18609         (FUNC_mpfr_f_f): Update call to FUNC.
18610         (FUNC_mpfr_f_f): Likewise.
18611         (FUNC_mpfr_ff_f): Likewise.
18612         (FUNC_mpfr_if_f): Likewise.
18613         (FUNC_mpc_c_f): Likewise.
18614         (FUNC_mpc_c_c): Likewise.
18615         (test_functions): Add fma.  Update calls to FUNC.
18616         (handle_input_arg): Add argument exact_args.
18617         (add_test): Update call to handle_input_arg.
18618         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18619         (output_for_one_input_case): Update call to calc_generic_results.
18620         Recalculate exact zero results in each rounding mode.
18622         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18623         non-negative before setting low bit.
18624         * math/auto-libm-test-in: Mark one asin test possibly having
18625         spurious underflow.
18626         * math/auto-libm-test-out: Regenerated.
18627         * sysdeps/i386/fpu/libm-test-ulps: Update.
18628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18630 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18632         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18633         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18634         ports/sysdeps/unix/sysv/linux/microblaze.
18635         * README: Add missing listing for microblaze*-*-linux-gnu.
18637 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18639         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18640         duplicate code
18642 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18644         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18645         * sysdeps/unix/sysv/linux/ia64: Move directory from
18646         ports/sysdeps/unix/sysv/linux/ia64.
18647         * README: Update listing for ia64-*-linux-gnu.
18649 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18650             Joseph Myers  <joseph@codesourcery.com>
18652         * Makeconfig (test-name): New variable.
18653         (evaluate-test): Likewise.
18654         * Makerules (do-test-clean): Remove .test-result files.
18655         (common-mostlyclean): Likewise.
18656         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18657         * scripts/evaluate-test.sh: New file.
18659 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18661         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18662         separate $(objpfx)tst-fopenloc-cmp.out and
18663         $(objpfx)tst-fopenloc-mem.out targets.
18664         (tests): Update dependencies.
18665         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18666         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18667         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18668         (tst-rxspencer-no-utf8-ARGS): New variable.
18669         (tst-rxspencer-no-utf8-ENV): Likewise.
18670         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18671         instead of $(objpfx)tst-rxspencer-mem.
18672         ($(objpfx)tst-rxspencer-mem): Change target to
18673         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18674         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18675         * posix/tst-rxspencer-no-utf8.c: New file.
18677         * elf/Makefile ($(objpfx)order.out): Remove rule.
18678         [$(run-built-tests) = yes] (tests): Depend on
18679         $(objpfx)order-cmp.out.
18680         ($(objpfx)order-cmp.out): New rule.
18681         [$(run-built-tests) = yes] (tests): Depend on
18682         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18683         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18684         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18685         $(objpfx)tst-array5-static-cmp.out.
18686         ($(objpfx)tst-array1.out): Remove rule.
18687         ($(objpfx)tst-array1-cmp.out): New rule.
18688         ($(objpfx)tst-array1-static.out): Remove rule.
18689         ($(objpfx)tst-array1-static-cmp.out): New rule.
18690         ($(objpfx)tst-array2.out): Remove rule.
18691         ($(objpfx)tst-array2-cmp.out): New rule.
18692         ($(objpfx)tst-array3.out): Remove rule.
18693         ($(objpfx)tst-array3-cmp.out): New rule.
18694         ($(objpfx)tst-array4.out): Remove rule.
18695         ($(objpfx)tst-array4-cmp.out): New rule.
18696         ($(objpfx)tst-array5.out): Remove rule.
18697         ($(objpfx)tst-array5-cmp.out): New rule.
18698         ($(objpfx)tst-array5-static.out): Remove rule.
18699         ($(objpfx)tst-array5-static-cmp.out): New rule.
18700         [$(run-built-tests) = yes] (tests): Depend on
18701         $(objpfx)order2-cmp.out.
18702         ($(objpfx)order2.out): Remove rule.
18703         ($(objpfx)order2-cmp.out): New rule.
18704         ($(objpfx)tst-initorder.out): Remove rule.
18705         [$(run-built-tests) = yes] (tests): Depend on
18706         $(objpfx)tst-initorder-cmp.out.
18707         ($(objpfx)tst-initorder-cmp.out): New rule.
18708         ($(objpfx)tst-initorder2.out): Remove rule.
18709         [$(run-built-tests) = yes] (tests): Depend on
18710         $(objpfx)tst-initorder2-cmp.out.
18711         ($(objpfx)tst-initorder2-cmp.out): New rule.
18712         [$(run-built-tests) = yes] (tests): Depend on
18713         $(objpfx)tst-unused-dep-cmp.out.
18714         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18715         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18716         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18717         on $(objpfx)tst-setvbuf1-cmp.out.
18718         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18719         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18720         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18721         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18722         ($(objpfx)tst-svc.out): Remove rule.
18723         ($(objpfx)tst-svc-cmp.out): New rule.
18725 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18727         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18728         * ctype/ctype.h [__USE_MISC]: Likewise.
18729         * dirent/dirent.h [__USE_MISC]: Likewise.
18730         * grp/grp.h [__USE_MISC]: Likewise.
18731         * io/fcntl.h [__USE_MISC]: Likewise.
18732         * io/sys/stat.h [__USE_MISC]: Likewise.
18733         * libio/stdio.h [__USE_MISC]: Likewise.
18734         * posix/unistd.h [__USE_MISC]: Likewise.
18735         * pwd/pwd.h [__USE_MISC]: Likewise.
18736         * stdlib.h [__USE_MISC]: Likewise.
18737         * string/bits/string2.h [__USE_MISC]: Likewise.
18738         * string/string.h [__USE_MISC]: Likewise.
18739         * time/time.h [__USE_MISC]: Likewise.
18741 2014-02-13  Andreas Schwab  <schwab@suse.de>
18743         [BZ #16574]
18744         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18745         second answer buffer if it was separately allocated.
18747 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18749         * sysdeps/mips/math-tests.h: Include <features.h>.
18750         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18751         (ROUNDING_TESTS_long_double): Do not define.
18752         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18753         (EXCEPTION_TESTS_long_double): Likewise.
18754         * sysdeps/mips/mips64/libm-test-ulps: Update.
18756         * include/features.h (__USE_BSD): Remove macro definitions.
18757         (__USE_SVID): Likewise.
18758         (_BSD_SOURCE): Likewise.
18759         (_SVID_SOURCE): Likewise.
18760         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18761         from definition of _DEFAULT_SOURCE.
18762         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18763         [_DEFAULT_SOURCE].
18764         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18765         * bits/mman.h [__USE_BSD]: Likewise.
18766         * bits/termios.h [__USE_BSD]: Likewise.
18767         * bits/waitstatus.h [__USE_BSD]: Likewise.
18768         * ctype/ctype.h [__USE_SVID]: Likewise.
18769         * dirent/dirent.h [__USE_BSD]: Likewise.
18770         * grp/grp.h [__USE_SVID]: Likewise.
18771         [__USE_BSD]: Likewise.
18772         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18773         * io/fcntl.h [__USE_BSD]: Likewise.
18774         * io/ftw.h [__USE_BSD]: Likewise.
18775         * io/sys/stat.h [__USE_BSD]: Likewise.
18776         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18777         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18778         * libio/stdio.h [__USE_SVID]: Likewise.
18779         [__USE_BSD]: Likewise.
18780         * math/math.h [__USE_SVID]: Likewise.
18781         [__USE_BSD]: Likewise.
18782         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18783         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18784         * misc/search.h [__USE_SVID]: Likewise.
18785         * misc/sys/mman.h [__USE_BSD]: Likewise.
18786         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18787         * misc/sys/uio.h [__USE_BSD]: Likewise.
18788         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18789         * posix/glob.h [__USE_BSD]: Likewise.
18790         * posix/regex.h [__USE_BSD]: Likewise.
18791         * posix/sys/types.h [__USE_BSD]: Likewise.
18792         [__USE_SVID]: Likewise.
18793         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18794         * posix/sys/wait.h [__USE_BSD]: Likewise.
18795         [__USE_SVID]: Likewise.
18796         * posix/unistd.h [__USE_BSD]: Likewise.
18797         [__USE_SVID]: Likewise.
18798         * pwd/pwd.h [__USE_SVID]: Likewise.
18799         * resolv/netdb.h [__USE_BSD]: Likewise.
18800         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18801         * signal/signal.h [__USE_BSD]: Likewise.
18802         [__USE_SVID]: Likewise.
18803         * socket/sys/socket.h [__USE_BSD]: Likewise.
18804         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18805         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18806         [__USE_SVID]: Likewise.
18807         * string/bits/string2.h [__USE_BSD]: Likewise.
18808         [__USE_SVID]: Likewise.
18809         * string/bits/string3.h [__USE_BSD]: Likewise.
18810         * string/endian.h [__USE_BSD]: Likewise.
18811         * string/string.h [__USE_SVID]: Likewise.
18812         [__USE_BSD]: Likewise.
18813         * string/strings.h [__USE_BSD]: Likewise.
18814         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18815         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18816         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18817         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18818         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18819         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18820         Likewise.
18821         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18822         Likewise.
18823         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18824         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18825         Likewise.
18826         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18827         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18828         Likewise.
18829         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18830         Likewise.
18831         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18832         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18833         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18834         Likewise.
18835         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18836         Likewise.
18837         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18838         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18839         * termios/termios.h [__USE_BSD]: Likewise.
18840         * time/sys/time.h [__USE_BSD]: Likewise.
18841         * time/time.h [__USE_BSD]: Likewise.
18842         [__USE_SVID]: Likewise.
18844         * Makefile (subdir_targets): Remove subdir_lint.out.
18846         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18847         (do-tst-printf): Likewise.
18848         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18849         $(objpfx)tst-printf.out.
18851         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18853         * Makerules (check-abi-%): Change target to
18854         $(objpfx)check-abi-%.out.
18855         (check-abi target): Update dependencies.
18856         (check-abi-pattern variable): Redirect output of diff to $@.
18857         (check-abi variable): Likewise.
18858         * elf/Makefile (check-abi): Update dependencies.
18860         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18861         unused.
18862         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18863         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18864         subnormal range.
18865         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18866         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18867         value has largest subnormal exponent.
18868         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18869         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18870         * sysdeps/aarch64/soft-fp/sfp-machine.h
18871         (_FP_TININESS_AFTER_ROUNDING): New macro.
18872         * sysdeps/alpha/soft-fp/sfp-machine.h
18873         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18874         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18875         Likewise.
18876         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18877         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18878         * sysdeps/mips/soft-fp/sfp-machine.h
18879         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18880         * sysdeps/powerpc/soft-fp/sfp-machine.h
18881         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18882         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18883         Likewise.
18884         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18885         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18886         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18887         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18888         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18889         Likewise.
18891 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18893         [BZ #16545]
18894         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18895         model 1.
18897 2014-02-12  Richard Henderson  <rth@redhat.com>
18899         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18900         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18901         * sysdeps/unix/sysv/linux/alpha: Move directory from
18902         ports/sysdeps/unix/sysv/linux/alpha.
18903         * README: Update listing for alpha-*-linux-gnu.
18905 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18907         * include/features.h: Update comment documenting feature test
18908         macros.
18909         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18910         _DEFAULT_SOURCE.
18911         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18912         (_SVID_SOURCE): Likewise.
18913         (_DEFAULT_SOURCE): Update description of default features.
18914         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18915         with _GNU_SOURCE.
18916         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18917         (S_ISVTX): Likewise.
18918         * manual/math.texi (Mathematical Constants): Likewise.
18919         * manual/signal.texi (Interrupted Primitives): Likewise.
18920         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18921         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18922         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18923         Don't refer to _SVID_SOURCE in warning text.
18925         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18927         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18928         already defined.
18929         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18930         * sysdeps/mips/dl-lookup.c: Remove.
18931         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18933 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18935         [BZ #16447]
18936         * math/auto-libm-test-in: Add testcase for expl.
18937         * math/auto-libm-test-out: Regenerate.
18938         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18939         calculation of unsafe.
18940         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18942 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18944         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18945         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18946         ports/sysdeps/unix/sysv/linux/aarch64.
18947         * README: Update listing for aarch64*-*-linux-gnu.
18949 2014-02-11  Will Newton  <will.newton@linaro.org>
18951         * manual/probes.texi (Mathematical Function Probes): Use
18952         "triggered" instead of "hit".
18954         * manual/probes.texi (Internal Probes): Add documentation
18955         of setjmp, longjmp and longjmp_target probes.
18957         * include/stap-probe.h: Add comment about probe argument
18958         format.
18960         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18961         definition.  (tr_where, tr_freehook, tr_mallochook,
18962         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18964 2014-02-11  David S. Miller  <davem@davemloft.net>
18966         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18967         processing int_tests.
18969 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18971         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18972         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18973         * sysdeps/unix/sysv/linux/mips: Move directory from
18974         ports/sysdeps/unix/sysv/linux/mips.
18975         * README: Update listing for mips-*-linux-gnu and
18976         mips64-*-linux-gnu.
18978 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18980         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18981         * sysdeps/unix/sysv/linux/m68k: Move directory from
18982         ports/sysdeps/unix/sysv/linux/m68k.
18983         * README: Update listing for m68k-*-linux-gnu.
18985 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18987         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18988         * sysdeps/unix/sysv/linux/generic: Move directory from
18989         ports/sysdeps/unix/sysv/linux/generic.
18990         * sysdeps/unix/sysv/linux/tile: Move directory from
18991         ports/sysdeps/unix/sysv/linux/tile.
18992         * README: Update listing for tile*-*-linux-gnu.
18994 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18996         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18997         __builtin_expect.
18998         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18999         * catgets/open_catalog.c (__open_catalog): Likewise.
19000         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19001         * debug/confstr_chk.c: Likewise.
19002         * debug/fread_chk.c (__fread_chk): Likewise.
19003         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19004         * debug/getgroups_chk.c: Likewise.
19005         * debug/mbsnrtowcs_chk.c: Likewise.
19006         * debug/mbsrtowcs_chk.c: Likewise.
19007         * debug/mbstowcs_chk.c: Likewise.
19008         * debug/memcpy_chk.c: Likewise.
19009         * debug/memmove_chk.c: Likewise.
19010         * debug/mempcpy_chk.c: Likewise.
19011         * debug/memset_chk.c: Likewise.
19012         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19013         * debug/strcat_chk.c (__strcat_chk): Likewise.
19014         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19015         * debug/strncat_chk.c (__strncat_chk): Likewise.
19016         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19017         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19018         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19019         * debug/wcpncpy_chk.c: Likewise.
19020         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19021         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19022         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19023         * debug/wcsncpy_chk.c: Likewise.
19024         * debug/wcsnrtombs_chk.c: Likewise.
19025         * debug/wcsrtombs_chk.c: Likewise.
19026         * debug/wcstombs_chk.c: Likewise.
19027         * debug/wmemcpy_chk.c: Likewise.
19028         * debug/wmemmove_chk.c: Likewise.
19029         * debug/wmempcpy_chk.c: Likewise.
19030         * debug/wmemset_chk.c: Likewise.
19031         * dirent/scandirat.c (SCANDIRAT): Likewise.
19032         * dlfcn/dladdr1.c (dladdr1): Likewise.
19033         * dlfcn/dladdr.c (dladdr): Likewise.
19034         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19035         * dlfcn/dlerror.c (__dlerror): Likewise.
19036         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19037         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19038         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19039         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19040         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19041         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19042         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19043         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19044         Likewise.
19045         * elf/dl-conflict.c: Likewise.
19046         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19047         * elf/dl-dst.h: Likewise.
19048         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19049         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19050         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19051         * elf/dl-init.c (call_init, _dl_init): Likewise.
19052         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19053         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19054         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19055         Likewise.
19056         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19057         Likewise.
19058         * elf/dl-minimal.c (__libc_memalign): Likewise.
19059         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19060         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19061         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19062         * elf/dl-sym.c (do_sym): Likewise.
19063         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19064         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19065         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19066         * elf/dl-writev.h (_dl_writev): Likewise.
19067         * elf/ldconfig.c (search_dir): Likewise.
19068         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19069         (dl_main): Likewise.
19070         * elf/setup-vdso.h (setup_vdso): Likewise.
19071         * grp/compat-initgroups.c (compat_call): Likewise.
19072         * grp/fgetgrent.c (fgetgrent): Likewise.
19073         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19074         * grp/putgrent.c (putgrent): Likewise.
19075         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19076         Likewise.
19077         * hurd/hurdinit.c: Likewise.
19078         * iconvdata/8bit-gap.c (struct): Likewise.
19079         * iconvdata/ansi_x3.110.c : Likewise.
19080         * iconvdata/big5.c : Likewise.
19081         * iconvdata/big5hkscs.c : Likewise.
19082         * iconvdata/cp1255.c: Likewise.
19083         * iconvdata/cp1258.c : Likewise.
19084         * iconvdata/cp932.c : Likewise.
19085         * iconvdata/euc-cn.c: Likewise.
19086         * iconvdata/euc-jisx0213.c : Likewise.
19087         * iconvdata/euc-jp.c: Likewise.
19088         * iconvdata/euc-jp-ms.c : Likewise.
19089         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19090         * iconvdata/gb18030.c : Likewise.
19091         * iconvdata/gbbig5.c (const): Likewise.
19092         * iconvdata/gbgbk.c: Likewise.
19093         * iconvdata/gbk.c : Likewise.
19094         * iconvdata/ibm1364.c : Likewise.
19095         * iconvdata/ibm930.c : Likewise.
19096         * iconvdata/ibm932.c: Likewise.
19097         * iconvdata/ibm933.c : Likewise.
19098         * iconvdata/ibm935.c : Likewise.
19099         * iconvdata/ibm937.c : Likewise.
19100         * iconvdata/ibm939.c : Likewise.
19101         * iconvdata/ibm943.c: Likewise.
19102         * iconvdata/iso_11548-1.c: Likewise.
19103         * iconvdata/iso-2022-cn.c : Likewise.
19104         * iconvdata/iso-2022-cn-ext.c : Likewise.
19105         * iconvdata/iso-2022-jp-3.c: Likewise.
19106         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19107         * iconvdata/iso-2022-kr.c : Likewise.
19108         * iconvdata/iso646.c (gconv_end): Likewise.
19109         * iconvdata/iso_6937-2.c : Likewise.
19110         * iconvdata/iso_6937.c : Likewise.
19111         * iconvdata/iso8859-1.c: Likewise.
19112         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19113         * iconvdata/shift_jisx0213.c : Likewise.
19114         * iconvdata/sjis.c : Likewise.
19115         * iconvdata/t.61.c : Likewise.
19116         * iconvdata/tcvn5712-1.c : Likewise.
19117         * iconvdata/tscii.c: Likewise.
19118         * iconvdata/uhc.c : Likewise.
19119         * iconvdata/unicode.c (gconv_end): Likewise.
19120         * iconvdata/utf-16.c (gconv_end): Likewise.
19121         * iconvdata/utf-32.c (gconv_end): Likewise.
19122         * iconvdata/utf-7.c (base64): Likewise.
19123         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19124         * iconv/gconv_close.c (__gconv_close): Likewise.
19125         * iconv/gconv_open.c (__gconv_open): Likewise.
19126         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19127         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19128         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19129         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19130         (ucs4le_internal_loop_single): Likewise.
19131         * iconv/iconv.c (iconv): Likewise.
19132         * iconv/iconv_close.c: Likewise.
19133         * iconv/loop.c (SINGLE): Likewise.
19134         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19135         * include/atomic.h: Likewise.
19136         * inet/inet6_option.c (option_alloc): Likewise.
19137         * intl/bindtextdom.c (set_binding_values): Likewise.
19138         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19139         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19140         * intl/localealias.c (read_alias_file): Likewise.
19141         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19142         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19143         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19144         * libio/fmemopen.c (fmemopen): Likewise.
19145         * libio/iofgets.c (_IO_fgets): Likewise.
19146         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19147         * libio/iofgetws.c (fgetws): Likewise.
19148         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19149         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19150         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19151         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19152         * locale/findlocale.c (_nl_find_locale): Likewise.
19153         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19154         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19155         Likewise.
19156         * locale/setlocale.c (setlocale): Likewise.
19157         * login/programs/pt_chown.c (main): Likewise.
19158         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19159         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19160         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19161         (mmap, mmap64, mremap, munmap): Likewise.
19162         * math/e_exp2l.c: Likewise.
19163         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19164         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19165         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19166         * math/s_catan.c (__catan): Likewise.
19167         * math/s_catanf.c (__catanf): Likewise.
19168         * math/s_catanh.c (__catanh): Likewise.
19169         * math/s_catanhf.c (__catanhf): Likewise.
19170         * math/s_catanhl.c (__catanhl): Likewise.
19171         * math/s_catanl.c (__catanl): Likewise.
19172         * math/s_ccosh.c (__ccosh): Likewise.
19173         * math/s_ccoshf.c (__ccoshf): Likewise.
19174         * math/s_ccoshl.c (__ccoshl): Likewise.
19175         * math/s_cexp.c (__cexp): Likewise.
19176         * math/s_cexpf.c (__cexpf): Likewise.
19177         * math/s_cexpl.c (__cexpl): Likewise.
19178         * math/s_clog10.c (__clog10): Likewise.
19179         * math/s_clog10f.c (__clog10f): Likewise.
19180         * math/s_clog10l.c (__clog10l): Likewise.
19181         * math/s_clog.c (__clog): Likewise.
19182         * math/s_clogf.c (__clogf): Likewise.
19183         * math/s_clogl.c (__clogl): Likewise.
19184         * math/s_csin.c (__csin): Likewise.
19185         * math/s_csinf.c (__csinf): Likewise.
19186         * math/s_csinh.c (__csinh): Likewise.
19187         * math/s_csinhf.c (__csinhf): Likewise.
19188         * math/s_csinhl.c (__csinhl): Likewise.
19189         * math/s_csinl.c (__csinl): Likewise.
19190         * math/s_csqrt.c (__csqrt): Likewise.
19191         * math/s_csqrtf.c (__csqrtf): Likewise.
19192         * math/s_csqrtl.c (__csqrtl): Likewise.
19193         * math/s_ctan.c (__ctan): Likewise.
19194         * math/s_ctanf.c (__ctanf): Likewise.
19195         * math/s_ctanh.c (__ctanh): Likewise.
19196         * math/s_ctanhf.c (__ctanhf): Likewise.
19197         * math/s_ctanhl.c (__ctanhl): Likewise.
19198         * math/s_ctanl.c (__ctanl): Likewise.
19199         * math/w_pow.c: Likewise.
19200         * math/w_powf.c: Likewise.
19201         * math/w_powl.c: Likewise.
19202         * math/w_scalb.c (sysv_scalb): Likewise.
19203         * math/w_scalbf.c (sysv_scalbf): Likewise.
19204         * math/w_scalbl.c (sysv_scalbl): Likewise.
19205         * misc/error.c (error_tail): Likewise.
19206         * misc/pselect.c (__pselect): Likewise.
19207         * nis/nis_callback.c (__nis_create_callback): Likewise.
19208         * nis/nis_call.c (__nisfind_server): Likewise.
19209         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19210         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19211         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19212         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19213         * nis/nis_lookup.c (nis_lookup): Likewise.
19214         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19215         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19216         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19217         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19218         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19219         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19220         * nis/nss_compat/compat-initgroups.c (add_group)
19221         (internal_getgrent_r): Likewise.
19222         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19223         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19224         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19225         (internal_getspnam_r): Likewise.
19226         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19227         (_nss_nis_getaliasbyname_r): Likewise.
19228         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19229         (_nss_nis_getntohost_r): Likewise.
19230         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19231         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19232         (_nss_nis_getgrgid_r): Likewise.
19233         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19234         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19235         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19236         (_nss_nis_gethostbyname4_r): Likewise.
19237         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19238         (initgroups_netid): Likewise.
19239         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19240         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19241         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19242         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19243         (_nss_nis_getprotobynumber_r): Likewise.
19244         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19245         (_nss_nis_getsecretkey): Likewise.
19246         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19247         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19248         (_nss_nis_getpwuid_r): Likewise.
19249         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19250         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19251         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19252         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19253         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19254         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19255         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19256         Likewise.
19257         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19258         (_nss_nisplus_getntohost_r): Likewise.
19259         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19260         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19261         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19262         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19263         Likewise.
19264         * nis/nss_nisplus/nisplus-initgroups.c
19265         (_nss_nisplus_initgroups_dyn): Likewise.
19266         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19267         (_nss_nisplus_getnetbyaddr_r): Likewise.
19268         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19269         (_nss_nisplus_getprotobynumber_r): Likewise.
19270         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19271         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19272         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19273         Likewise.
19274         * nis/nss_nisplus/nisplus-service.c
19275         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19276         (_nss_nisplus_getservbyport_r): Likewise.
19277         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19278         (_nss_nisplus_getspnam_r): Likewise.
19279         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19280         Likewise.
19281         * nscd/aicache.c (addhstaiX): Likewise.
19282         * nscd/cache.c (cache_search, prune_cache): Likewise.
19283         * nscd/connections.c (register_traced_file, send_ro_fd)
19284         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19285         (main_loop_epoll): Likewise.
19286         * nscd/grpcache.c (addgrbyX): Likewise.
19287         * nscd/hstcache.c (addhstbyX): Likewise.
19288         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19289         * nscd/mem.c (gc, mempool_alloc): Likewise.
19290         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19291         (addinnetgrX): Likewise.
19292         * nscd/nscd-client.h (__nscd_acquire_maplock)
19293         (__nscd_drop_map_ref): Likewise.
19294         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19295         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19296         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19297         Likewise.
19298         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19299         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19300         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19301         (__nscd_get_map_ref): Likewise.
19302         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19303         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19304         Likewise.
19305         * nscd/pwdcache.c (addpwbyX): Likewise.
19306         * nscd/selinux.c (preserve_capabilities): Likewise.
19307         * nscd/servicescache.c (addservbyX): Likewise.
19308         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19309         * posix/fnmatch.c (fnmatch): Likewise.
19310         * posix/getopt.c (_getopt_internal_r): Likewise.
19311         * posix/glob.c (glob, glob_in_dir): Likewise.
19312         * posix/wordexp.c (exec_comm_child): Likewise.
19313         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19314         (getanswer_r, gaih_getanswer_slice): Likewise.
19315         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19316         * resolv/res_init.c: Likewise.
19317         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19318         * resolv/res_query.c (__libc_res_nquery): Likewise.
19319         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19320         Likewise.
19321         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19322         * stdio-common/perror.c (perror): Likewise.
19323         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19324         * stdio-common/tmpnam.c (tmpnam): Likewise.
19325         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19326         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19327         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19328         Likewise.
19329         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19330         * stdlib/putenv.c (putenv): Likewise.
19331         * stdlib/setenv.c (__add_to_environ): Likewise.
19332         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19333         * stdlib/strtol_l.c (INTERNAL): Likewise.
19334         * string/memmem.c (memmem): Likewise.
19335         * string/strerror.c (strerror): Likewise.
19336         * string/strnlen.c (__strnlen): Likewise.
19337         * string/test-memmem.c (simple_memmem): Likewise.
19338         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19339         * sunrpc/pm_getport.c (__get_socket): Likewise.
19340         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19341         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19342         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19343         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19344         Likewise.
19345         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19346         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19347         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19348         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19349         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19350         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19351         Likewise.
19352         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19353         Likewise.
19354         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19355         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19356         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19357         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19358         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19359         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19360         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19361         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19362         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19363         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19364         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19365         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19366         Likewise.
19367         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19368         Likewise.
19369         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19370         Likewise.
19371         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19372         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19373         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19374         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19375         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19376         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19377         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19378         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19379         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19380         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19381         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19382         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19383         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19384         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19385         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19386         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19387         Likewise.
19388         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19389         Likewise.
19390         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19391         Likewise.
19392         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19393         Likewise.
19394         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19395         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19396         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19397         Likewise.
19398         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19399         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19400         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19401         * sysdeps/posix/sleep.c: Likewise.
19402         * sysdeps/posix/tempname.c: Likewise.
19403         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19404         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19405         Likewise.
19406         * sysdeps/powerpc/powerpc32/dl-machine.h
19407         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19408         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19409         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19410         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19411         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19412         Likewise.
19413         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19414         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19415         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19416         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19417         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19418         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19419         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19420         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19421         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19422         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19423         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19424         (elf_machine_lazy_rel): Likewise.
19425         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19426         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19427         (elf_machine_lazy_rel): Likewise.
19428         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19429         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19430         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19431         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19432         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19433         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19434         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19435         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19436         Likewise.
19437         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19438         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19439         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19440         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19441         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19442         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19443         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19444         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19445         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19446         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19447         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19448         Likewise.
19449         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19450         (__posix_fallocate64_l64): Likewise.
19451         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19452         (posix_fallocate): Likewise.
19453         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19454         Likewise.
19455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19456         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19457         (getifaddrs_internal): Likewise.
19458         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19459         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19460         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19461         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19462         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19463         (__posix_fallocate64_l64): Likewise.
19464         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19465         Likewise.
19466         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19467         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19468         (__get_clockfreq): Likewise.
19469         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19470         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19471         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19472         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19473         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19474         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19475         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19476         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19477         Likewise.
19478         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19479         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19480         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19481         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19482         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19483         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19484         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19485         Likewise.
19486         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19487         (posix_fallocate): Likewise.
19488         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19489         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19490         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19491         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19492         (elf_machine_rela, elf_machine_rela_relative)
19493         (elf_machine_lazy_rel): Likewise.
19494         * time/asctime.c (asctime_internal): Likewise.
19495         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19496         * time/tzset.c (__tzset_parse_tz): Likewise.
19497         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19498         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19499         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19500         * wcsmbs/wcsmbsload.h: Likewise.
19502         [BZ #15894]
19503         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19505         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19506         (arena_get2): Remove THREAD_STATS conditionals.
19507         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19508         (__malloc_stats, int): Likewise.
19510 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19512         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19513         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19515         * manual/setjmp.texi: Fix typos/grammar errors.
19517         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19518         Only return early when n is <= 0.  Delete unused return statement.
19520         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19521         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19522         * debug/tst-longjmp_chk3.c: New file.
19524         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19525         (test_main): Replace code with set_fortify_handler call.
19526         * debug/test-strcpy_chk.c: Likewise.
19527         * debug/tst-chk1.c: Likewise.
19528         * debug/tst-longjmp_chk.c: Likewise.
19529         * test-skeleton.c: Include fcntl.h & paths.h
19530         (set_fortify_handler): Define.
19532         * debug/tst-longjmp_chk.c: Add header comment and include
19533         ../test-skeleton.c.
19534         (do_test): Mark static.
19535         (TEST_FUNCTION): Define.
19537         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19538         (IP_PMTUDISC_INTERFACE): Likewise.
19539         (IP_MULTICAST_IF): Likewise.
19540         (IP_MULTICAST_TTL): Likewise.
19541         (IP_MULTICAST_LOOP): Likewise.
19542         (IP_ADD_MEMBERSHIP): Likewise.
19543         (IP_DROP_MEMBERSHIP): Likewise.
19544         (IP_UNBLOCK_SOURCE): Likewise.
19545         (IP_BLOCK_SOURCE): Likewise.
19546         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19547         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19548         (IP_MSFILTER): Likewise.
19549         (MCAST_JOIN_GROUP): Likewise.
19550         (MCAST_BLOCK_SOURCE): Likewise.
19551         (MCAST_UNBLOCK_SOURCE): Likewise.
19552         (MCAST_LEAVE_GROUP): Likewise.
19553         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19554         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19555         (MCAST_MSFILTER): Likewise.
19556         (IP_MULTICAST_ALL): Likewise.
19557         (IP_UNICAST_IF): Likewise.
19559         * timezone/Makefile: Delete $(have-ksh) check.
19560         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19561         * timezone/tzselect.ksh: Add +x mode bits.
19563         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19564         (ANON_INODE_FS_MAGIC): Likewise.
19565         (BDEVFS_MAGIC): Likewise.
19566         (BINFMTFS_MAGIC): Likewise.
19567         (BTRFS_TEST_MAGIC): Likewise.
19568         (CRAMFS_MAGIC_WEND): Likewise.
19569         (DEBUGFS_MAGIC): Likewise.
19570         (ECRYPTFS_SUPER_MAGIC): Likewise.
19571         (EXT3_SUPER_MAGIC): Likewise.
19572         (EXT4_SUPER_MAGIC): Likewise.
19573         (FUTEXFS_SUPER_MAGIC): Likewise.
19574         (HOSTFS_SUPER_MAGIC): Likewise.
19575         (HUGETLBFS_MAGIC): Likewise.
19576         (MINIX3_SUPER_MAGIC): Likewise.
19577         (MTD_INODE_FS_MAGIC): Likewise.
19578         (NILFS_SUPER_MAGIC): Likewise.
19579         (OPENPROM_SUPER_MAGIC): Likewise.
19580         (PIPEFS_MAGIC): Likewise.
19581         (PSTOREFS_MAGIC): Likewise.
19582         (QNX6_SUPER_MAGIC): Likewise.
19583         (RAMFS_MAGIC): Likewise.
19584         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19585         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19586         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19587         (SECURITYFS_MAGIC): Likewise.
19588         (SELINUX_MAGIC): Likewise.
19589         (SMACK_MAGIC): Likewise.
19590         (SOCKFS_MAGIC): Likewise.
19591         (SQUASHFS_MAGIC): Likewise.
19592         (STACK_END_MAGIC): Likewise.
19593         (TMPFS_MAGIC): Likewise.
19594         (USBDEVICE_SUPER_MAGIC): Likewise.
19595         (V9FS_MAGIC): Likewise.
19596         (XENFS_SUPER_MAGIC): Likewise.
19597         (CRAMFS_MAGIC): Fix typo in comment.
19598         (EXT2_SUPER_MAGIC): Update comment.
19599         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19601 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19603         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19604         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19605         * sysdeps/unix/sysv/linux/arm: Move directory from
19606         ports/sysdeps/unix/sysv/linux/arm.
19607         * README: Update listing for arm-*-linux-gnueabi.
19609         * README: Remove mention of am33.
19611 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19613         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19614         than the comma operator, to avoid "rhs of comma has no effect"
19615         compiler warnings.
19616         (__sigfillset, __sigandset, __sigorset): Likewise.
19617         * include/signal.h (__sigemptyset): Likewise.
19618         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19620 2014-02-07  Allan McRae  <allan@archlinux.org>
19622         * version.h (RELEASE): Set to "development".
19623         (VERSION): Set to "2.19.90"
19624         * NEWS: Add 2.20 section.
19626 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19628         [BZ #16529]
19629         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19631 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19633         * manual/contrib.texi: Update entry for Carlos O'Donell,
19634         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19636 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19638         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19640         * sysdeps/unix/sysv/linux/kernel-features.h
19641         [__LINUX_KERNEL_VERSION >= 0x020621]
19642         (__ASSUME_PROC_PID_TASK_COMM): Define.
19644 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19646         [BZ #16398]
19647         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19648         conversion when destination buffer does not have enough space.
19649         * libio/tst-ftell-partial-wide.c: New test case.
19650         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19652         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19653         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19654         Leonard and Allan McRae.
19656 2014-02-04  David S. Miller  <davem@davemloft.net>
19658         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19659         32-bit.
19661 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19664         New file
19665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19666         New file
19667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19668         New file.
19669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19670         New file.
19671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19672         New file.
19673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19674         New file.
19675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19676         New file.
19677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19678         New file.
19679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19680         New file.
19681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19682         New file.
19683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19684         New file.
19685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19686         New file.
19687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19688         New file.
19690 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19692         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19693         * shlib-versions: Likewise.
19695 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19696             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19698         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19699         (abilist-pattern): New variable, set to %-le.abilist.
19701         * Makerules (abilist-pattern): New variable.
19702         (vpath): Use $(abilist-pattern) in place of %.abilist.
19703         (check-abi-% pattern rule): Likewise.
19704         (check-abi, update-abi): Likewise.
19706 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19708         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19710 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19712         * manual/startup.texi: Add next, previous, and top entries for
19713         the `Program Arguments' and `Environment Variables' nodes.
19715 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19717         * manual/macros.texi: Add comments before MTASC-safety macros.
19719         * manual/users.texi: Document MTASC-safety properties.
19721         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19722         (pthread_getspecific, pthread_setspecific): Format with
19723         @deftypefun, and add @safety note.
19724         * manual/signal.texi: Move comments that analyze the above
19725         functions to their home place.
19727 2014-02-03  Allan McRae  <allan@archlinux.org>
19729         * po/sl.po: Update Slovenian translation from translation project.
19731 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19733         * manual/time.texi (timegm): Add missing blank after @c.
19734         Reported by Joseph Myers <joseph@codesourcery.com>.
19736 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19738         * manual/check-safety.sh: New.
19739         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19741         * manual/terminal.texi: Document MTASC-safety properties.
19743         * manual/filesys.texi: Document MTASC-safety properties.
19745         * manual/errno.texi: Document MTASC-safety properties.
19747         * manual/intro.texi: Document safety identifiers and
19748         conditionals.
19750         * manual/string.texi (wcstok): Fix prototype.
19751         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19753         * manual/time.texi: Document MTASC-safety properties.
19755         * manual/string.texi: Document MTASC-safety properties.
19757         * manual/threads.texi: Document MTASC-safety properties.
19759         * manual/stdio.texi: Document MTASC-safety properties.
19761         * manual/syslog.texi: Document MTASC-safety properties.
19763         * manual/sysinfo.texi: Document MTASC-safety properties.
19765         * manual/startup.texi: Document MTASC-safety properties.
19767         * manual/socket.texi: Document MTASC-safety properties.
19769         * manual/signal.texi: Document MTASC-safety properties.
19771 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19773         * manual/setjmp.texi: Document MTASC-safety properties.
19775         * manual/search.texi: Document MTASC-safety properties.
19777         * manual/resource.texi: Document MTASC-safety properties.
19779         * manual/process.texi: Document MTASC-safety properties.
19781         * manual/platform.texi: Document MTASC-safety properties.
19783         * manual/pipe.texi: Document MTASC-safety properties.
19785         * manual/pattern.texi: Document MTASC-safety properties.
19787         * manual/message.texi: Document MTASC-safety properties.
19789         [BZ #12751]
19790         * manual/memory.texi: Document MTASC-safety properties.
19792         * manual/math.texi: Document MTASC-safety properties.
19794         * manual/locale.texi: Document MTASC-safety properties.
19796         * manual/llio.texi: Document MTASC-safety properties.
19798         * manual/libdl.texi: New.
19800         * manual/lang.texi: Document MTASC-safety properties.
19802         * manual/job.texi: Document MTASC-safety properties.
19804         * manual/getopt.texi: Document MTASC-safety properties.
19806         * manual/ctype.texi: Document MTASC-safety properties.
19808 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19810         [BZ #16046]
19811         * csu/libc-tls.c (static_map): Remove variable.
19812         (__libc_setup_tls): Use main executable's link map for TLS data.
19813         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19814         casing for LM_ID_BASE and GL(dl_nns).
19815         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19816         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19817         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19818         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19819         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19820         member.
19821         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19822         l_phnum members.
19824 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19826         * manual/debug.texi: Document MTASC-safety properties.
19828 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19830         [BZ #16510]
19831         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19832         of __x86_64__ when disabling x87 inline functions.
19834 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19836         * manual/charset.texi: Document MTASC-safety properties.
19838         * manual/crypt.texi: Document MTASC-safety properties.
19840         * manual/conf.texi: Document MTASC-safety properties.
19842         * manual/arith.texi: Document MTASC-safety properties.
19844         * manual/argp.texi: Document MTASC-safety properties.
19846         * manual/macros.texi: Introduce macros to document multi
19847         thread, asynchronous signal and asynchronous cancellation
19848         safety properties.
19849         * manual/intro.texi: Introduce the properties themselves.
19851 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19853         * sysdeps/sh/sh4/Makefile: New file.
19855 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19857         * math/gen-libm-test.pl ($srcdir): New variable.
19858         ($auto_input): Use it.
19860 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19862         [BZ #16506]
19863         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19864         access beyond array bounds when parsing netgroups file.
19866         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19867         the old buffer before realloc.
19869 2014-01-27  Allan McRae  <allan@archlinux.org>
19871         * po/fr.po: Update French translation from translation project.
19873 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19875         * sysdeps/sh/libm-test-ulps: Regenerate.
19877 2014-01-24  David S. Miller  <davem@davemloft.net>
19879         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19881 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19883         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19884         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19886 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19888         [BZ #16474]
19889         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19890         string pointers after reallocation.
19892 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19894         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19895         __SH4A__ instead of __SH_FPU_ANY__.
19897 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19899         * sysdeps/sh/fpu_control.h: New file.
19900         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19901         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19902         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19903         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19904         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19905         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19906         * sysdeps/sh/sys/ucontext.h: Remove.
19907         * sysdeps/sh/sys: Remove directory.
19909 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19911         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19912         s390/sys/ucontext.h.
19913         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19914         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19916 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19918         [BZ #15605]
19919         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19921 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19923         [BZ#16431]
19924         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19925         Adjust the vDSO correctly for internal calls.
19926         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19928 2014-01-20  Allan McRae  <allan@archlinux.org>
19930         * po/ca.po: Update Catalan translation from translation project.
19932 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19934         * sysdeps/s390/sotruss-lib.c: New file.
19936 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19938         [BZ#16430]
19939         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19940         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19941         local calls issues by not having a PLT stub required for IFUNC calls.
19942         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19944 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19946         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19947         * math/test-fpucw-static.c: Likewise.
19949 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19951         [BZ #16453]
19952         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19954 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19956         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19957         implementation for powerpc.
19959 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19961         [BZ #14782]
19962         * sysdeps/posix/system.c (__libc_system): Do not enable
19963         asynchronous cancellation.
19965 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19967         [BZ #16427]
19968         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19969         handling only for numbers special also in the IEEE case.
19971 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19973         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19975 2014-01-11  Allan McRae  <allan@archlinux.org>
19977         * po/bg.po: Update Bulgarian translation from translation project.
19979         * po/de.po: Update German translation from translation project.
19981 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19983         * sysdeps/generic/gcc-compat.h: New file.
19985 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19987         * benchtests/asin-inputs: Correct slow inputs.
19988         * benchtests/acos-inputs: Likewise.
19990 2014-01-10  Allan McRae  <allan@archlinux.org>
19992         * po:sv.po: Update Swedish translation from translation project.
19994         * po/vi.po: Update Vietnamese translation from translation project.
19996         * po/eo.po: Update Esperanto translation from translation project.
19998         * po/cs.po: Update Czech translation from translation project.
20000         * po/nl.po: Update Dutch translation from translation project.
20002         * po/pl.po: Update Polish translation from translation project.
20004         * po/ru.po: Update Russian translation from translation project.
20006         * po/uk.po: Update Ukrainian translation from translation project.
20008 2014-01-08  Brooks Moses  <bmoses@google.com>
20010         * elf/dl-load.c: Fix comment typo.
20012 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20014         * po/header.pot: Rename to...
20015         * po/pot.header: ... this.
20016         * po/Makefile: Use pot.header.
20018 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20019             Maxim Kuvyrkov  <maxim@kugelworks.com>
20021         [BZ #16394]
20022         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20023         SRC and DEST against LEN.
20025 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20027         [BZ #16414]
20028         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20029         implementation.
20030         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20032 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20036 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20038         [BZ #16408]
20039         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20040         for large positive arguments.
20042 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20044         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20046         * math/auto-libm-test-in: Mark various tests with
20047         xfail-rounding:ldbl-128ibm.
20048         * math/auto-libm-test-out: Regenerated.
20050         [BZ #16407]
20051         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20052         Increase overflow threshold.
20054 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20056         [BZ #14286]
20057         * stdio-common/vfprintf.c: Check for integer overflow.
20059 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20061         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20062         the first argument and return value of __tls_get_addr_internal.
20064 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20066         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20067         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20069 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20071         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20072         * sysdeps/s390/rtld-global-offsets.sym: New file.
20073         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20074         GLIBC_2.19 symbol.
20075         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20076         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20077         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20078         ... this.
20079         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20080         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20081         ... this.
20082         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20083         Regenerate.
20084         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20085         Regenerate.
20086         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20087         halfs of GPRs for high_gprs contexts.
20088         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20089         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20090         field.
20091         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20092         uc_flags field.
20093         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20094         64 bit versions:
20095         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20096         for high GPRs (uc_high_gprs) and for future extensions
20097         (__reserved).
20098         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20099         for future extensions (__reserved).
20100         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20101         64 bit versions:
20102         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20103         SC_HIGHGPRS offset definition.
20104         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20105         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20107         * Versions.def: Add GLIBC_2.19 for libpthread.
20108         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20109         siglongjmp for libpthread with GLIBC_2.19 symver.
20110         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20111         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20112         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20113         * sysdeps/s390/__longjmp.c: New file.
20114         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20115         * sysdeps/s390/longjmp.c: New file.
20116         * sysdeps/s390/setjmp.S: New file.
20117         * sysdeps/s390/sigjmp.S: New file.
20118         * sysdeps/s390/v1-longjmp.c: New file.
20119         * sysdeps/s390/v1-setjmp.h: New file.
20120         * sysdeps/s390/v1-sigjmp.c: New file.
20121         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20122         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20123         GLIBC_2.19 version.
20124         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20125         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20126         versioned symbols for ____longjmp_chk.
20127         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20128         Likewise.
20129         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20130         Regenerate.
20131         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20132         Regenerate.
20133         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20134         Regenerate.
20135         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20136         Regenerate.
20137         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20138         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20139         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20140         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20141         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20142         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20143         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20144         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20145         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20146         * sysdeps/s390/rtld-__longjmp.c: New file.
20147         * sysdeps/s390/rtld-setjmp.S: New file.
20149 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20151         [BZ #16400]
20152         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20153         Return -__logl (x) for small positive arguments without evaluating
20154         a polynomial.
20156 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20158         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20159         Rename to ...
20160         (__ptrace_peeksiginfo_args): ... this.
20161         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20162         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20163         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20165 2014-01-06  Allan McRae  <allan@archlinux.org>
20167         * inet/netinet/in.h: Fix typo in comment.
20169 2014-01-05  Andreas Jaeger  <aj@suse.de>
20171         * sysdeps/i386/fpu/libm-test-ulps: Update.
20173 2014-01-05  Allan McRae  <allan@archlinux.org>
20175         * po/libc.pot: Regenerated.
20177         * malloc/memusagestat.c: Fix gettext call formatting.
20179 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20181         * nscd/nscd.c: Improve usage() output.
20183 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20185         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20186         * sysdeps/unix/sysv/linux/configure: Regenerated.
20187         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20188         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20190 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20192         [BZ #16390]
20193         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20194         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20196 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20198         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20199         extra tokens at end of #undef directive.
20200         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20201         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20202         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20204 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20206         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20208         * math/auto-libm-test-in: Mark various tests with
20209         xfail-rounding:ldbl-128ibm.
20210         * math/auto-libm-test-out: Regenerated.
20212 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20214         [BZ #16386]
20215         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20216         numbers with subnormal high part when calculating exponent.
20218         [BZ #16385]
20219         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20220         fabs.
20222         [BZ #16384]
20223         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20224         M_LN2l.
20225         (__ieee754_acoshl): Use __log1pl not __log1p.
20227 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20229         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20230         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20231         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20232         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20233         (reused_arena, arena_get2): Convert to GNU style.
20234         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20235         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20236         (memalign_check, __malloc_set_state): Likewise.
20237         * malloc/mallocbug.c (main): Likewise.
20238         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20239         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20240         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20241         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20242         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20243         (__posix_memalign, malloc_info): Likewise.
20244         * malloc/malloc.h: Likewise.
20245         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20246         (mallochook, memalignhook, reallochook, mabort): Likewise.
20247         * malloc/mcheck.h: Likewise.
20248         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20249         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20250         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20251         * malloc/morecore.c (__default_morecore): Likewise.
20252         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20253         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20254         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20255         (print_and_abort): Likewise.
20256         * malloc/obstack.h: Likewise.
20257         * malloc/set-freeres.c (__libc_freeres): Likewise.
20258         * malloc/tst-mallocstate.c (main): Likewise.
20259         * malloc/tst-mtrace.c (main): Likewise.
20260         * malloc/tst-realloc.c (do_test): Likewise.
20262 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20264         [BZ #16366]
20265         * nscd/netgroupcache.c (do_notfound): New function.
20266         (addgetnetgrentX): Use it.
20268         [BZ # 16365]
20269         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20270         NSS_STATUS_NOTFOUND.
20272 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20274         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20277 2014-01-01  Allan McRae  <allan@archlinux.org>
20279         * scripts/update-copyrights: Update configure input file suffix.
20281         * NEWS: Update copyright year.
20282         * catgets/gencat.c: Likewise.
20283         * csu/version.c: Likewise.
20284         * debug/catchsegv.sh: Likewise.
20285         * debug/pcprofiledump.c: Likewise.
20286         * debug/xtrace.sh: Likewise.
20287         * elf/ldconfig.c: Likewise.
20288         * elf/ldd.bash.in: Likewise.
20289         * elf/pldd.c: Likewise.
20290         * elf/sotruss.ksh: Likewise.
20291         * elf/sprof.c: Likewise.
20292         * iconv/iconv_prog.c: Likewise.
20293         * iconv/iconvconfig.c: Likewise.
20294         * locale/programs/locale.c: Likewise.
20295         * locale/programs/localedef.c: Likewise.
20296         * login/programs/pt_chown.c: Likewise.
20297         * malloc/memusage.sh: Likewise.
20298         * malloc/memusagestat.c: Likewise.
20299         * malloc/mtrace.pl: Likewise.
20300         * manual/libc.texinfo: Likewise.
20301         * nscd/nscd.c: Likewise.
20302         * nss/getent.c: Likewise.
20303         * nss/makedb.c: Likewise.
20304         * posix/getconf.c: Likewise.
20305         * scripts/test-installation.pl: Likewise.
20307         * All files with FSF copyright notices: Update copyright dates
20308         using scripts/update-copyrights.
20309         * intl/plural.c: Regenerated.
20310         * locale/programs/charmap-kw.h: Likewise.
20311         * locale/programs/locfile-kw.h: Likewise.
20313 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20315         * sysdeps/unix/sysv/linux/configure: Regenerated.
20316         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20317         the linux/fanotify.h header.
20318         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20319         HAVE_LINUX_FANOTIFY_H is defined.
20321 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20323         * benchtests/cos-inputs: New inputs.
20324         * benchtests/sin-inputs: Likewise.
20326         * benchtests/atan-inputs: New inputs. Fix name of multiple
20327         precision fallback inputs.
20329         * benchtests/atanh-inputs: New inputs.
20330         * benchtests/tanh-inputs: Likewise.
20332         * benchtests/acosh-inputs: New inputs.
20333         * benchtests/asinh-inputs: Likewise.
20335         * benchtests/cosh-inputs: New inputs.
20336         * benchtests/sinh-inputs: Likewise.
20338         * benchtests/acos-inputs: Add more inputs.
20339         * benchtests/asin-inputs: Likewise.
20341 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20343         [BZ #16375]
20344         * manual/arith.texi: Fix spelling.
20345         * manual/charset.texi: Likewise.
20346         * manual/errno.texi: Likewise.
20347         * manual/filesys.texi: Likewise.
20348         * manual/lang.texi: Likewise.
20349         * manual/llio.texi: Likewise.
20350         * manual/locale.texi: Likewise.
20351         * manual/message.texi: Likewise.
20352         * manual/resource.texi: Likewise.
20353         * manual/search.texi: Likewise.
20354         * manual/setjmp.texi: Likewise.
20355         * manual/stdio.texi: Likewise.
20356         * manual/string.texi: Likewise.
20357         * manual/sysinfo.texi: Likewise.
20358         * manual/time.texi: Likewise.
20360 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20362         * po/sl.po: New file.
20364 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20366         * .gitignore: Add core/.gdbinit/.gdb_history.
20368 2013-12-27  Allan McRae  <allan@archlinux.org>
20370         [BZ #16369]
20371         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20372         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20374 2013-12-24  Brooks Moses  <bmoses@google.com>
20376         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20377         all compilers that claim C++98 compliance, not just GCC.
20378         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20379         Likewise.
20381 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20383         * NEWS: Restore accidentally deleted bug-fix entries.
20385 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20386             Ondřej Bílka  <neleai@seznam.cz>
20388         [BZ #15073]
20389         * malloc/malloc.c (_int_free): Perform sanity check only if we
20390         have_lock.
20392 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20394         [BZ #12986]
20395         * manual/stdio.texi (String Input Conversions): Clarify that character
20396         classes are not supported.
20398 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20400         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20402 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20404         [BZ #16337]
20405         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20406         Calculate results for small negative arguments directly rather
20407         than using reflection formula with special underflow handling.
20409         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20410         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20411         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20412         (fchflags): Likewise.
20413         (revoke): Likewise.
20414         (setlogin): Likewise.
20415         (sigaltstack): Likewise.
20416         (wait4): Likewise.
20417         (sigblock): Remove.
20418         (sigsetmask): Likewise.
20419         (wait3): Likewise.
20420         (waitpid): Likewise.
20421         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20422         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20423         file.
20424         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20425         * sysdeps/unix/bsd/Makefile: ... here.
20426         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20427         * sysdeps/unix/bsd/Versions: ... here.
20428         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20429         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20430         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20431         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20432         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20433         * sysdeps/unix/bsd/sigblock.c: ... here.
20434         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20435         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20436         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20437         * sysdeps/unix/bsd/sigvec.c: ... here.
20438         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20439         * sysdeps/unix/bsd/tcdrain.c: ... here.
20440         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20441         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20442         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20443         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20444         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20445         * sysdeps/unix/bsd/wait.c: ... here.
20446         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20447         * sysdeps/unix/bsd/wait3.c: ... here.
20448         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20449         * sysdeps/unix/bsd/waitpid.c: ... here.
20451 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20453         [BZ #16356]
20454         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20455         round-to-nearest for [!USE_AS_EXPM1L].
20456         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20457         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20458         more tests of exp and exp10.  Expect some exp10 tests to miss
20459         exceptions or fail in directed rounding modes.
20460         * math/auto-libm-test-out: Regenerated.
20461         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20462         (exp10_test_tonearest): New function.
20463         (exp10_towardzero_test_data): New array.
20464         (exp10_test_towardzero): New function.
20465         (exp10_downward_test_data): New array.
20466         (exp10_test_downward): New function.
20467         (exp10_upward_test_data): New array.
20468         (exp10_test_upward): New function.
20469         (main): Call the new functions.
20470         * sysdeps/i386/fpu/libm-test-ulps: Update.
20471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20473 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20475         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20476         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20477         * math/auto-libm-test-out: Regenerated.
20478         * math/libm-test.inc (acosh_test_data): Add more tests.
20479         (atanh_test_data): Likewise.
20480         (ceil_test_data): Likewise.
20481         (copysign_test_data): Likewise.
20482         * sysdeps/i386/fpu/libm-test-ulps: Update.
20483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20485         * timezone/checktab.awk: Update from tzcode 2013i.
20486         * timezone/private.h: Likewise.
20487         * timezone/scheck.c: Likewise.
20488         * timezone/tzfile.h: Likewise.
20489         * timezone/tzselect.ksh: Likewise.
20490         * timezone/zdump.c: Likewise.
20491         * timezone/zic.c: Likewise.
20493         * math/auto-libm-test-in: Add tests of cpow.
20494         * math/auto-libm-test-out: Regenerated.
20495         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20496         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20497         mpc_cc_c.
20498         (func_calc_desc): Add mpc_cc_c union field.
20499         (test_functions): Add cpow.
20500         (special_fill_2pi): New function.
20501         (special_real_inputs): Add 2pi.
20502         (calc_generic_results): Handle mpc_cc_c.
20503         * sysdeps/i386/fpu/libm-test-ulps: Update.
20504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20506         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20507         csqrt, ctan and ctanh.
20508         * math/auto-libm-test-out: Regenerated.
20509         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20510         (TEST_COND_x86): Likewise.
20511         (ccos_test_data): Use AUTO_TESTS_c_c.
20512         (ccosh_test_data): Likewise.
20513         (cexp_test_data): Likewise.
20514         (clog_test_data): Likewise.
20515         (csqrt_test_data): Likewise.
20516         (ctan_test_data): Likewise.
20517         (ctan_tonearest_test_data): Likewise.
20518         (ctan_towardzero_test_data): Likewise.
20519         (ctan_downward_test_data): Likewise.
20520         (ctan_upward_test_data): Likewise.
20521         (ctanh_test_data): Likewise.
20522         (ctanh_tonearest_test_data): Likewise.
20523         (ctanh_towardzero_test_data): Likewise.
20524         (ctanh_downward_test_data): Likewise.
20525         (ctanh_upward_test_data): Likewise.
20526         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20527         mpc_c_c.
20528         (func_calc_desc): Add mpc_c_c union field.
20529         (FUNC_mpc_c_c): New macro.
20530         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20531         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20532         ctanh.
20533         (special_fill_min_subnorm_p120): New function.
20534         (special_real_inputs): Add min_subnorm_p120.
20535         (calc_generic_results): Handle mpc_c_c.
20536         * sysdeps/i386/fpu/libm-test-ulps: Update.
20537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20539 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20541         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20542         (do_sin_slow): New functions.
20543         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20544         (cslow2, csloww1, csloww2): Use the new functions.
20546         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20547         Use M to change sign of result instead of X.  Assume X is
20548         positive.
20549         (csloww1): Likewise.
20550         (__sin): Adjust.
20551         (__cos): Adjust.
20553         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20554         arguments A and DA.
20555         (__sin): Adjust.
20556         (__cos): Likewise.
20558         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20559         (__cos): Likewise.
20560         (sloww1): Don't adjust sign of DX.
20561         (csloww1): Likewise.
20562         (sloww2): Use X directly and don't adjust sign of DX.
20563         (csloww2): Likewise.
20565 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20567         * math/auto-libm-test-in: Add tests of cabs and carg.
20568         * math/auto-libm-test-out: Regenerated.
20569         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20570         (carg_test_data): Likewise.
20571         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20572         mpc_c_f.
20573         (func_calc_desc): Add mpc_c_f union field.
20574         (test_functions): Add cabs and carg.
20575         (calc_generic_results): Handle mpc_c_f.
20577         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20578         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20579         as a macro and a compat symbol.
20580         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20581         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20582         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20583         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20584         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20585         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20586         not use .hidden.
20587         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20588         Likewise.
20589         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20590         Likewise.
20591         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20592         Likewise.
20593         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20594         Likewise.
20595         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20596         Likewise.
20597         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20598         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20599         from GLIBC_2.3.2.
20601 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20603         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20605 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20607         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20608         trailing whitespace removed.
20609         * scripts/config.guess: Update to version 2013-11-29.
20610         * scripts/config.sub: Update to version 2013-10-01.
20612         * math/auto-libm-test-in: Add tests of sincos.
20613         * math/auto-libm-test-out: Regenerated.
20614         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20615         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20616         mpfr_f_11.
20617         (func_calc_desc): Add mpfr_f_11 union field.
20618         (test_functions): Add sincos.
20619         (calc_generic_results): Handle mpfr_f_11.
20620         * sysdeps/i386/fpu/libm-test-ulps: Update.
20621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20623 2013-12-19  Andreas Schwab  <schwab@suse.de>
20625         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20626         CALL_MCOUNT.
20627         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20628         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20629         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20631 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20633         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20634         * sysdeps/i386/fpu/libm-test-ulps: Update.
20635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20637         [BZ #16293]
20638         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20639         round-to-nearest mode when using frndint.
20640         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20641         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20642         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20643         Likewise.
20644         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20645         sinh test to fail.
20646         * math/auto-libm-test-out: Regenerated.
20647         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20648         (TEST_COND_x86): Likewise.
20649         (expm1_tonearest_test_data): New array.
20650         (expm1_test_tonearest): New function.
20651         (expm1_towardzero_test_data): New array.
20652         (expm1_test_towardzero): New function.
20653         (expm1_downward_test_data): New array.
20654         (expm1_test_downward): New function.
20655         (expm1_upward_test_data): New array.
20656         (expm1_test_upward): New function.
20657         (main): Run the new test functions.
20658         * sysdeps/i386/fpu/libm-test-ulps: Update.
20659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20661         * include/features.h: Update comment documenting feature test
20662         macros.  Mention _DEFAULT_SOURCE in comment.
20663         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20664         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20665         _BSD_SOURCE and _SVID_SOURCE.
20666         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20667         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20668         !_SVID_SOURCE]: Likewise.
20669         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20670         (__USE_POSIX_IMPLICITLY): Define.
20671         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20672         (_POSIX_SOURCE): Undefine and redefine.
20673         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20674         (_POSIX_C_SOURCE): Likewise.
20675         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20676         (Feature Test Macros): Update documentation of default features.
20678 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20680         * benchtests/Makefile: Add bench-strtok.
20681         * benchtests/bench-strtok.c: New file: strtok benchtest.
20683 2013-12-19  Allan McRae  <allan@archlinux.org>
20685         * manual/install.texi: Suppress menu for plain text output.
20686         * INSTALL: Regenerated.
20688 2013-12-18  Brooks Moses  <bmoses@google.com>
20690         [BZ #15846]
20691         * misc/getauxval.c: Include errno.h.
20692         (__getauxval): Set errno to ENOENT if the requested type is not
20693         found.
20694         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20695         don't declare with __attribute_const__.
20696         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20697         * manual/startup.texi: Document that getauxval sets errno.
20699 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20701         * math/auto-libm-test-in: Add tests of jn and yn.
20702         * math/auto-libm-test-out: Regenerated.
20703         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20704         (yn_test_data): Likewise.
20705         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20706         mpfr_if_f.
20707         (func_calc_desc): Add mpfr_if_f union field.
20708         (FUNC_mpfr_if_f): New macro.
20709         (test_functions): Add jn and yn.
20710         (calc_generic_results): Assert type of second input for
20711         mpfr_ff_f.  Handle mpfr_if_f.
20712         (output_for_one_input_case): Disable all checking for arguments
20713         fitting floating-point types in case of an integer argument.
20714         * sysdeps/i386/fpu/libm-test-ulps: Update.
20715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20718         Don't expect fegetround reference in libm.so.
20720 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20722         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20723         $(config-cflags-nofma).
20725 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20727         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20728         * math/auto-libm-test-out: Regenerated.
20730         [BZ #16338]
20731         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20732         to determine exponent and adjust argument to have exponent of -1.
20733         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20734         log2.
20735         * math/auto-libm-test-out: Regenerated.
20736         * sysdeps/i386/fpu/libm-test-ulps: Update.
20737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20739 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20741         * manual/probes.texi: Remove cases when per-thread arenas are
20742         disabled.
20744 2013-12-18  Andreas Schwab  <schwab@suse.de>
20746         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20747         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20748         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20749         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20750         * sysdeps/i386/i686/multiarch/Makefile: Update.
20751         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20753 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20755         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20756         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20758 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20760         [BZ #15968]
20761         Support TZ transition times < 00:00:00.
20762         This is needed for version-3 tz-format files; it supports time
20763         stamps past 2037 for America/Godthab (the only entry in the tz
20764         database for which this change is relevant).
20765         * manual/time.texi (TZ Variable): Document transition times
20766         from -167:59:59 through -00:00:01.
20767         * time/tzset.c (tz_rule): Time of day is now signed.
20768         (__tzset_parse_tz): Parse negative time of day.
20770         Document TZ transition times >= 25:00:00.
20771         * manual/time.texi (TZ Variable): Document transition times from
20772         25:00:00 through 167:59:59.  These are already supported, and this
20773         support will help with version-3 tz-format files.
20775         * manual/time.texi (TZ Variable): Modernize North America example
20776         to reflect current (i.e., 2007-and-later) daylight saving rules.
20778         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20780 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20782         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20783         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20784         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20785         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20786         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20787         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20788         * sysdeps/unix/bsd/clock.c: Likewise.
20789         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20790         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20791         * sysdeps/unix/bsd/init-posix.c: Likewise.
20792         * sysdeps/unix/bsd/poll.c: Likewise.
20793         * sysdeps/unix/bsd/ptsname.c: Likewise.
20794         * sysdeps/unix/bsd/seekdir.c: Likewise.
20795         * sysdeps/unix/bsd/setegid.c: Likewise.
20796         * sysdeps/unix/bsd/seteuid.c: Likewise.
20797         * sysdeps/unix/bsd/setgid.c: Likewise.
20798         * sysdeps/unix/bsd/setrgid.c: Likewise.
20799         * sysdeps/unix/bsd/setruid.c: Likewise.
20800         * sysdeps/unix/bsd/setsid.c: Likewise.
20801         * sysdeps/unix/bsd/setuid.c: Likewise.
20802         * sysdeps/unix/bsd/sigaction.c: Likewise.
20803         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20804         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20805         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20806         * sysdeps/unix/bsd/telldir.c: Likewise.
20807         * sysdeps/unix/bsd/times.c: Likewise.
20808         * sysdeps/unix/bsd/usleep.c: Likewise.
20810         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20811         ($(objpfx)libbsd-compat.a): Remove rule.
20813         * include/features.h (__FAVOR_BSD): Do not define.
20814         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20815         features conflicting with POSIX.
20816         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20817         (_BSD_SOURCE): Remove description of not being a subset of other
20818         feature test macros.
20819         * manual/job.texi (getpgrp): Do not document BSD version.
20820         (getpgid): Do not document by reference to BSD getpgrp.
20821         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20822         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20823         * signal/signal.h [__FAVOR_BSD]: Likewise.
20824         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20825         instead of making contents conditional on [__FAVOR_BSD].
20826         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20828 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20830         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20832 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20834         [BZ #16314]
20835         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20836         values below 2**-450, not 2**-500.
20837         * math/auto-libm-test-in: Don't allow spurious underflow from
20838         hypot.
20839         * math/auto-libm-test-out: Regenerated.
20841         [BZ #16316]
20842         [BZ #16330]
20843         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20844         values of ha and hb and sort them after adjusting subnormal
20845         arguments.
20846         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20847         Likewise.
20848         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20849         values of ea and eb and sort them after adjusting subnormal
20850         arguments.
20851         * math/auto-libm-test-in: Do not expect some hypot tests of
20852         subnormals to fail.  Add more hypot tests.
20853         * math/auto-libm-test-out: Regenerated.
20855 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20857         [BZ #13304]
20858         * sysdeps/sh/s_fma.c: New file.
20859         * sysdeps/sh/s_fmaf.c: New file.
20860         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20861         version.
20862         * sysdeps/sh/Implies: Add sh/soft-fp.
20864 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20866         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20867         level of indirection to members `objname', `errstring', `malloced'.
20868         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20869         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20870         it as the __longjmp argument (just pass 1 instead).
20871         (_dl_catch_error): Initialize C with argument pointers and address of
20872         volatile local ERRCODE rather than copying values out of C at return.
20874 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20876         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20877         * math/auto-libm-test-out: Regenerated.
20878         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20879         (hypot_test_data): Likewise.
20880         (pow_test_data): Likewise.
20881         (pow_tonearest_test_data): Likewise.
20882         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20883         mpfr_ff_f.
20884         (func_calc_desc): Add mpfr_ff_f union field.
20885         (FUNC_mpfr_ff_f): New macro.
20886         (test_functions): Add atan2, hypot and pow.
20887         (special_fill_min): New function.
20888         (special_fill_minus_min): Likewise.
20889         (special_fill_min_subnorm): Likewise.
20890         (special_fill_minus_min_subnorm): Likewise.
20891         (special_real_inputs): Add min, -min, min_subnorm and
20892         -min_subnorm.
20893         (calc_generic_results): Handle mpfr_ff_f.
20894         * sysdeps/i386/fpu/libm-test-ulps: Update.
20895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20897 2013-12-16  Will Newton  <will.newton@linaro.org>
20899         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20900         (Aligned Memory Blocks): Add documentation for aligned_alloc
20901         and suggest it as an alternative to posix_memalign.
20902         (Hooks for Malloc): Document __memalign_hook is also called
20903         for aligned_alloc.  (Summary of Malloc): Add summary for
20904         aligned alloc.  Document __memalign_hook is also called
20905         for aligned_alloc.
20907 2013-12-16  Will Newton  <will.newton@linaro.org>
20909         * manual/memory.texi (Malloc Examples): Clarify default
20910         alignment documentation.  Suggest posix_memalign rather
20911         than memalign or valloc.
20912         (Aligned Memory Blocks): Remove suggestion to use memalign
20913         or valloc.  Remove obsolete comment about BSD.
20914         Document memalign errno values and mark the function obsolete.
20915         Document posix_memalign returned error codes.  Mark valloc
20916         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20917         called for posix_memalign and valloc.
20918         (Summary of Malloc): Add posix_memalign to function summary.
20919         __memalign_hook is also called for posix_memalign and valloc.
20921 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20923         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20924         TAYLOR_SIN.
20925         (__sin): Adjust.
20926         (__cos): Likewise.
20927         (sloww): Use mynumber union.  Expand ternary operator into
20928         if-else statements.
20929         (cslow): use mynumber union.
20931 2013-12-16  Allan McRae  <allan@archlinux.org>
20933         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20934         * configure: Regenerated.
20936         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20938         [BZ #14120]
20939         * configure.ac: Added --enable-maintainer-mode. Check for
20940         autoconf when enabled.
20941         * configure: Regenerated.
20943         * nscd/nscd.service: New file.
20944         * nscd/nscd.tmpfiles: New file.
20946 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20948         [BZ #12100]
20949         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20950         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20951         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20952         (strstr): Add __strstr_sse2_unaligned ifunc.
20953         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20954         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20955         (strcasestr): Remove __strcasestr_sse42 ifunc.
20956         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20957         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20958         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20960 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20962         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20963         * sysdeps/sh/bits/fenv.h: ... here.
20964         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20966 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20968         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20970         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20971         hypotf multiarch implementations.
20972         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20973         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20974         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20975         multiarch hypot for PPC64.
20976         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20977         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20978         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20979         multiarch hypotf for PPC64.
20981         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20982         modff multiarch implementations.
20983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20986         multiarch modf for PPC64.
20987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20990         multiarch modff for PPC64.
20992         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20993         and logl multiarch implementations.
20994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20995         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20997         multiarch logb for PPC64.
20998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21001         multiarch logb for PPC64.
21002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21004         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21005         multiarch logb for PPC64.
21007         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21008         isinff multiarch implementation.
21009         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21010         file.
21011         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21013         multiarch isinf for PPC64.
21014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21015         file.
21016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21017         multiarch isinff for PPC64.
21019         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21020         finitef multiarch implementation.
21021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21022         file.
21023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21025         multiarch finite for PPC64.
21026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21027         file.
21028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21029         multiarch finitef for PPC64.
21031         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21032         lrint multiarch implementation.
21033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21034         file.
21035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21037         multiarch llrint for PPC64.
21038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21039         multiarch lrint for PPC64.
21041         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21042         copysignf multiarch implementation.
21043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21044         file.
21045         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21046         file.
21047         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21048         multiarch copysign for PPC64.
21049         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21050         multiarch copysignf for PPC64.
21052         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21053         multiarch implementation.
21054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21055         file.
21056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21057         file.
21058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21059         file.
21060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21061         file.
21062         multiarch llround for PPC64.
21063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21064         multiarch trunc for PPC64.
21065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21066         multiarch truncf for PPC64.
21068         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21069         multiarch implementation.
21070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21071         file.
21072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21073         file.
21074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21075         file.
21076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21077         file.
21078         multiarch llround for PPC64.
21079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21080         multiarch round for PPC64.
21081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21082         multiarch roundf for PPC64.
21084         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21085         multiarch implementation.
21086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21087         file.
21088         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21089         file.
21090         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21091         file.
21092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21093         file.
21094         multiarch llround for PPC64.
21095         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21096         multiarch floor for PPC64.
21097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21098         multiarch floorf for PPC64.
21100         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21101         multiarch implementation.
21102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21103         file.
21104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21105         file.
21106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21107         file.
21108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21109         file.
21110         multiarch llround for PPC64.
21111         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21112         multiarch ceil for PPC64.
21113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21114         multiarch ceilf for PPC64.
21116         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21117         multiarch implementation.
21118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21119         file.
21120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21121         file.
21122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21123         file.
21124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21125         multiarch llround for PPC64.
21126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21127         multiarch lround for PPC64.
21129         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21130         multiarch implementation.
21131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21134         file.
21135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21137         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21138         multiarch isnan for PPC64.
21139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21140         multiarch isnanf for PPC64.
21142         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21143         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21144         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21145         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21146         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21149         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21150         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21151         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21152         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21154         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21155         multiarch implementations.
21156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21157         (__libc_ifunc_impl_list): Likewise.
21158         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21159         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21160         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21161         multiarch stpcpy for PPC64.
21163         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21164         multiarch implementations.
21165         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21166         (__libc_ifunc_impl_list): Likewise.
21167         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21168         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21169         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21170         multiarch strcpy for PPC64.
21172         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21173         redefine function name.
21174         (_wordcopy_fwd_dest_aligned): Likewise.
21175         (_wordcopy_bwd_aligned): Likewise.
21176         (_wordcopy_bwd_dest_aligned): Likewise.
21177         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21178         multiarch implementations.
21179         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21180         (__libc_ifunc_impl_list): Likewise.
21181         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21182         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21183         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21184         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21185         multiarch wcscpy for PPC64.
21187         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21188         multiarch implementations.
21189         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21190         (__libc_ifunc_impl_list): Likewise.
21191         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21192         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21193         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21194         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21195         multiarch wcscpy for PPC64.
21197         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21198         multiarch implementations.
21199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21200         (__libc_ifunc_impl_list): Likewise.
21201         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21202         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21203         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21204         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21205         multiarch wcsrchr for PPC64.
21207         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21208         multiarch implementations.
21209         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21210         (__libc_ifunc_impl_list): Likewise.
21211         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21212         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21213         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21214         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21215         multiarch wcschr for PPC64.
21217         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21218         multiarch implementations.
21219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21220         (__libc_ifunc_impl_list): Likewise.
21221         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21222         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21223         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21224         multiarch strchrnul for PPC64.
21226         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21227         implementations.
21228         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21229         (__libc_ifunc_impl_list): Likewise.
21230         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21231         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21232         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21233         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21234         strchr for PPC64.
21236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21237         implementations.
21238         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21239         (__libc_ifunc_impl_list): Likewise.
21240         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21241         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21242         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21243         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21244         strncmp for PPC64.
21246         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21247         multiarch implementations.
21248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21249         (__libc_ifunc_impl_list): Likewise.
21250         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21251         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21252         strncasecmp for PPC64.
21253         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21254         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21255         multiarch strncasecmp_l for PPC64.
21257         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21258         multiarch implementations.
21259         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21260         (__libc_ifunc_impl_list): Likewise.
21261         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21262         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21263         multiarch strcasecmp for PPC64.
21264         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21265         file.
21266         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21267         multiarch strcasecmp_l for PPC64.
21269         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21270         implementations.
21271         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21272         (__libc_ifunc_impl_list): Likewise.
21273         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21274         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21275         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21276         strnlen for PPC64.
21278         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21279         implementations.
21280         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21281         (__libc_ifunc_impl_list): Likewise.
21282         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21283         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21284         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21285         strlen for PPC64.
21287         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21288         implementations.
21289         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21290         (__libc_ifunc_impl_list): Likewise.
21291         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21292         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21293         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21294         rawmemrchr for PPC64.
21296         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21297         implementation.
21298         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21299         (__libc_ifunc_impl_list): Likewise.
21300         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21301         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21302         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21303         memrchr for PPC64.
21305         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21306         implementation.
21307         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21308         (__libc_ifunc_impl_list): Likewise.
21309         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21310         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21311         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21312         memchr for PPC64.
21314         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21315         implementation.
21316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21317         (__libc_ifunc_impl_list): Likewise.
21318         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21319         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21320         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21321         mempcpy for PPC64.
21323         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21324         avoid cretion of __bzero symbol.
21325         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21326         Likewise.
21327         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21328         Likewise.
21329         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21330         Likewise.
21331         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21332         multiarch implementations.
21333         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21334         (__libc_ifunc_impl_list): Likewise.
21335         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21336         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21337         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21338         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21339         bzero for PPC32.
21340         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21341         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21342         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21343         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21344         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21345         memset for PPC64.
21346         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21348         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21350         implementations.
21351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21352         (__libc_ifunc_impl_list): Likewise.
21353         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21354         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21355         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21356         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21357         memcmp for PPC64.
21359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21360         multiarch for POWER/PPC64.
21361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21362         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21363         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21364         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21365         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21366         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21367         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21368         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21369         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21370         memcpy for PPC64.
21372         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21373         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21374         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21375         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21376         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21377         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21378         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21379         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21380         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21381         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21382         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21383         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21384         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21385         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21386         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21395 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21397         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21399 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21401         * benchtests/Makefile (bench): Add exp2 and log2.
21402         (LDLIBS-bench-exp2): Add -lm.
21403         (LDLIBS-bench-log2): Likewise.
21404         * benchtests/exp2-inputs: New inputs file.
21405         * benchtests/log2-inputs: New inputs file.
21406         * benchtests/log-inputs: Add new inputs.
21407         * benchtests/tan-inputs: Likewise.
21409 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21411         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21412         definition...
21413         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21414         (csloww2): ... from here.
21416         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21417         instead of structures.
21418         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21419         (POLYNOMIAL): Likewise.
21420         (TAYLOR_SLOW): Likewise.
21421         (__sin): Likewise.
21422         (__cos): Likewise.
21423         (slow1): Likewise.
21424         (slow2): Likewise.
21425         (sloww): Likewise.
21426         (sloww1); Likewise.
21427         (sloww2): Likewise.
21428         (bsloww1): Likewise.
21429         (bsloww2): Likewise.
21430         (cslow2): Likewise.
21431         (csloww): Likewise.
21432         (csloww1): Likewise.
21433         (csloww2): Likewise.
21435 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21437         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21438         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21439         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21440         * malloc/hooks.c (realloc_check): Likewise.
21442         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21443         * malloc/arena.c: Remove PER_THREAD conditional.
21444         [!PER_THREAD]: Remove code.
21445         (ptmalloc_unlock_all2): Likewise.
21446         (ptmalloc_init): Likewise.
21447         (_int_new_arena): Likewise.
21448         (arena_get2): Likewise.
21449         * malloc/hooks.c (__malloc_get_state): Likewise.
21450         (__malloc_set_state): Likewise.
21451         * malloc/malloc.c: Likewise.
21452         (struct malloc_state): Likewise.
21453         (struct malloc_par): Likewise.
21454         (__libc_realloc): Likewise.
21455         (__libc_mallopt): Likewise.
21457 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21459         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21461 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21463         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21464         macro to a function.  Check for zero perturb_byte.
21465         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21467         * malloc/malloc.c: (force_reg): Remove.
21468         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21469         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21470         force_reg by atomic_forced_read.
21471         * malloc/arena.c (ptmalloc_init): Likewise.
21472         * malloc/hooks.c (top_check): Likewise.
21474 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21476         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21478 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21480         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21482 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21484         * math/auto-libm-test-in: Add tests of lgamma.
21485         * math/auto-libm-test-out: Regenerated.
21486         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21487         (M_LOG_2_SQRT_PIl): Likewise.
21488         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21489         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21490         mpfr_f_f1.
21491         (func_calc_desc): Add mpfr_f_f1 union field.
21492         (ARGS1): New macro.
21493         (ARGS2): Likewise.
21494         (ARGS3): Likewise.
21495         (ARGS4): Likewise.
21496         (RET1): Likewise.
21497         (RET2): Likewise.
21498         (CALC): Likewise.
21499         (FUNC): Likewise.
21500         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21501         (test_functions): Add lgamma.
21502         (calc_generic_results): Handle mpfr_f_f1.
21503         * sysdeps/i386/fpu/libm-test-ulps: Update.
21504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21506 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21508         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21509         __mpn_add_n for PowerPC64/POWER7.
21510         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21511         __mpn_sub_n for PowerPC64/POWER7.
21513         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21514         __mpn_addmul_1 for PowerPC64.
21515         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21516         __mpn_submul_1 for PowerPC64.
21517         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21518         for PowerPC64.
21519         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21520         for PowerPC64.
21522 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21524         [BZ #15089]
21525         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21527 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21529         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21531         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21532         add multiarch folders.
21533         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21534         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21535         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21536         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21537         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21538         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21539         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21540         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21541         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21542         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21543         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21552         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21554         New file.
21555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21556         New file.
21557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21558         multiarch __ieee754_hypot for PowerPC32.
21559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21560         New file.
21561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21562         New file.
21563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21564         multiarch __ieee754_hypotf for PowerPC32.
21566         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21567         long_double_symbol only if __logbl is defined.
21568         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21569         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21570         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21571         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21572         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21573         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21574         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21575         path for implementation.
21576         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21577         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21579         logb, and logbl multiarch implementations for PowerPC32.
21580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21581         file.
21582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21583         file.
21584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21585         multiarch logb for PowerPC32.
21586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21587         file.
21588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21589         file.
21590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21591         multiarch logbf for PowerPC32.
21592         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21594         file.
21595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21596         multiarch logbl implementation for PowerPC32.
21598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21599         and modff multiarch implementations.
21600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21601         New file.
21602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21603         New file.
21604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21605         multiarch modf for PowerPC32.
21606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21607         New file.
21608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21609         New file.
21610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21611         multiarch modff for PowerPC32.
21613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21614         and lrintf multiarch implementations.
21615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21616         New file.
21617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21618         New file.
21619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21620         multiarch lrint for PowerPC32.
21621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21622         file: multiarch lrintf for PowerPC32.
21624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21625         and lroundf multiarch implementations.
21626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21627         New file.
21628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21629         New file.
21630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21631         New file.
21632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21633         multiarch lround for PowerPC32.
21634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21635         file: multiarch lroundf for PowerPC32.
21637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21638         copysign and copysignf multiarch implementations.
21639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21640         New file.
21641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21642         New file.
21643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21644         file: multiarch copysign for PowerPC32.
21645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21646         file: multiarch copysignf for PowerPC32.
21648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21649         and truncf multiarch implementations.
21650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21651         New file.
21652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21653         file.
21654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21655         multiarch trunc for PowerPC32.
21656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21657         New file.
21658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21659         New file.
21660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21661         multiarch truncf for PowerPC32.
21663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21664         and roundf multiarch implementations.
21665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21666         New file.
21667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21668         file.
21669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21670         multiarch round for PowerPC32.
21671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21672         New file.
21673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21674         New file.
21675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21676         multiarch roundf for PowerPC32.
21678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21679         and floorf multiarch implementations.
21680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21681         New file.
21682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21683         file.
21684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21685         multiarch floor for PowerPC32.
21686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21687         New file.
21688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21689         New file.
21690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21691         multiarch floorf for PowerPC32.
21693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21694         and ceilf multiarch implementations.
21695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21696         New file.
21697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21698         file.
21699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21700         multiarch ceil for PowerPC32.
21701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21702         New file.
21703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21704         file.
21705         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21706         multiarch ceilf for PowerPC32.
21708         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21709         is defined.
21710         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21711         FINITEF is defined.
21712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21713         and finitef multiarch implementations.
21714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21715         New file.
21716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21717         file.
21718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21719         multiarch finite for PowerPC32.
21720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21721         New file.
21722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21723         file: multiarch finitef for PowerPC32.
21725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21726         and isinff multiarch implementations.
21727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21728         file.
21729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21730         file.
21731         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21732         multiarch isinf for PowerPC32.
21733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21734         New file.
21735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21736         multiarch isinff for PowerPC32.
21738         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21739         alias when __isnan is defined.
21740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21741         and isnanf multiarch implementations.
21742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21743         file.
21744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21745         file.
21746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21747         file.
21748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21749         file.
21750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21751         multiarch isnan for PowerPC32.
21752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21753         New file.
21754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21755         New file.
21756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21757         multiarch isnanf for PowerPC32.
21759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21760         and sqrtf multiarch implementations.
21761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21762         file.
21763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21764         file.
21765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21766         multiarch sqrt for PowerPC32.
21767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21768         file.
21769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21770         file.
21771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21772         multiarch sqrtf for PowerPC32.
21774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21775         and llroundf multiarch implementations.
21776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21777         New file.
21778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21779         New file.
21780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21781         New file.
21782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21783         file: multiarch llround for PowerPC32.
21784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21785         file: multiarch llroundf for PowerPC32.
21787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21788         multiarch PowerPC32 fpu implementations.
21789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21790         New file.
21791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21792         New file.
21793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21794         multiarch llrint for PowerPC32.
21795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21796         New file.
21797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21798         New file.
21799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21800         file.
21802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21804         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21805         file.
21806         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21807         file.
21808         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21809         file.
21810         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21811         multiarch wordcopy for PPC32.
21812         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21813         wordcopy objects.
21814         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21815         (__libc_ifunc_impl_list): Likewise.
21816         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21817         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21818         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21819         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21820         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21821         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21823         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21824         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21825         file.
21826         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21827         file.
21828         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21829         file.
21830         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21831         multiarch wcscpy for PPC32.
21832         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21833         multiarch objects.
21834         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21835         (__libc_ifunc_impl_list): Likewise.
21836         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21837         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21838         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21839         sysdeps/powerpc/power6/wcscpy.c.
21841         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21842         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21843         file.
21844         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21845         file.
21846         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21847         file.
21848         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21849         multiarch wcsrchr for PPC32.
21850         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21851         multiarch objects.
21852         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21853         (__libc_ifunc_impl_list): Likewise.
21854         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21855         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21856         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21857         sysdeps/powerpc/power6/wcsrchr.c.
21859         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21860         file.
21861         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21862         file.
21863         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21864         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21865         multiarch wcschr for PPc32.
21866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21867         multiarch objects.
21868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21869         (__libc_ifunc_impl_list): Likewise.
21870         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21871         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21872         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21873         sysdeps/powerpc/power6/wcschr.c.
21875         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21876         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21877         file.
21878         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21879         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21880         file: multiarch strchr for PPC32.
21881         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21882         multiarch objects.
21883         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21884         (__libc_ifunc_impl_list): Likewise.
21886         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21887         name.
21888         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21889         file.
21890         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21891         file.
21892         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21893         multiarch strchrnul for PPC32.
21894         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21895         multiarch objects.
21896         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21897         (__libc_ifunc_impl_list): Likewise.
21899         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21900         file.
21901         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21902         multiarch strncasecmp for PPC32.
21903         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21904         file.
21905         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21906         multiarch strncasecmp_l for PPC32.
21907         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21908         strncasecmp multiarch objects.
21909         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21910         (__libc_ifunc_impl_list): Likewise.
21912         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21913         file.
21914         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21915         multiarch strncasecmp for PPC32.
21916         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21917         New file.
21918         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21919         multiarch strcasecmp_l for PPC32.
21920         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21921         multiarch objects.
21922         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21923         (__libc_ifunc_impl_list): Likewise.
21925         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21926         file.
21927         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21928         file.
21929         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21930         multiarch strncmp for PPC32.
21931         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21932         multiarch objects.
21933         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21934         (__libc_ifunc_impl_list): Likewise.
21936         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21937         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21938         file.
21939         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21940         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21941         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21942         multiarch objects.
21943         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21944         (__libc_ifunc_impl_list): Likewise.
21946         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21947         file.
21948         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21949         file.
21950         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21951         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21952         multiarch objects.
21953         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21954         (__libc_ifunc_impl_list): Likewise.
21956         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21957         file.
21958         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21959         file.
21960         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21961         multiarch rawmemchr for PPC32.
21962         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21963         multiarch objects.
21964         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21965         (__libc_ifunc_impl_list): Likewise.
21967         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21968         file.
21969         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21970         file.
21971         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21972         file: memrchr multiarch for PPC32.
21973         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21974         multiarch objects.
21975         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21976         (__libc_ifunc_impl_list): Likewise.
21978         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21979         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21980         file.
21981         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21982         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21983         multiarch memchr for PPC32.
21984         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21985         multiarch objects.
21986         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21987         (__libc_ifunc_impl_list): Likewise.
21989         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21990         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21991         file.
21992         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21993         file.
21994         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21995         file: multiarch mempcpy for PPC32.
21996         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21997         multiarch objects.
21998         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21999         (__libc_ifunc_impl_list): Likewise.
22001         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22002         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22003         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22004         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22005         multiarch bzero for PPC32.
22006         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22007         file.
22008         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22009         file.
22010         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22011         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22012         file: multiarch memset for PPC32.
22013         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22014         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22015         memset multiarch objects.
22016         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22017         (__libc_ifunc_impl_list): Likewise.
22019         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22020         file.
22021         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22022         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22023         memcmp for PPC32.
22024         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22025         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22026         multiarch objects.
22027         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22028         (__libc_ifunc_impl_list): Likewise.
22030         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22031         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22032         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22033         file.
22034         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22035         file.
22036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22037         file.
22038         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22039         multiarch memcpy for PPC32.
22040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22041         multiarch objects.
22042         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22043         (__libc_ifunc_impl_list): Likewise.
22045         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22046         support multiarch for POWER/PPC32.
22047         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22048         Likewise.
22049         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22051         Implies file to make multiarch folder appers before the fpu and
22052         default folder for power4 configuration.
22054 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22056         * scripts/bench.pl: Append volatile keyword to type.
22058 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22060         * sysdeps/sh/sotruss-lib.c: New file.
22061         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22063 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22067 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22069         [BZ #6810]
22070         * math/w_tgamma.c: Include <errno.h>.
22071         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22072         * math/w_tgammaf.c: Include <errno.h>.
22073         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22074         * math/w_tgammal.c: Include <errno.h>.
22075         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22076         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22077         underflow.  Add more tgamma tests.
22078         * math/auto-libm-test-out: Regenerated.
22079         * sysdeps/i386/fpu/libm-test-ulps: Update.
22080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22082         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22083         sin, sinh, tan, tanh, tgamma, y0 and y1.
22084         * math/auto-libm-test-out: Regenerated.
22085         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22086         (TEST_COND_x86): Likewise.
22087         (M_E2l): Remove macro.
22088         (M_E3l): Likewise.
22089         (M_2_SQRT_PIl): Likewise.
22090         (M_SQRT_PIl): Likewise.
22091         (M_1_DIV_El): Likewise.
22092         (log_test_data): Use AUTO_TESTS_f_f.
22093         (log10_test_data): Likewise.
22094         (log1p_test_data): Likewise.
22095         (log2_test_data): Likewise.
22096         (sin_test_data): Likewise.
22097         (sin_tonearest_test_data): Likewise.
22098         (sin_towardzero_test_data): Likewise.
22099         (sin_downward_test_data): Likewise.
22100         (sin_upward_test_data): Likewise.
22101         (sinh_test_data): Likewise.
22102         (sinh_tonearest_test_data): Likewise.
22103         (sinh_towardzero_test_data): Likewise.
22104         (sinh_downward_test_data): Likewise.
22105         (sinh_upward_test_data): Likewise.
22106         (tan_test_data): Likewise.
22107         (tan_tonearest_test_data): Likewise.
22108         (tan_towardzero_test_data): Likewise.
22109         (tan_downward_test_data): Likewise.
22110         (tan_upward_test_data): Likewise.
22111         (tanh_test_data): Likewise.
22112         (tgamma_test_data): Likewise.
22113         (y0_test_data): Likewise.
22114         (y1_test_data): Likewise.
22115         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22116         (special_real_inputs): Add pi/4.
22117         * sysdeps/i386/fpu/libm-test-ulps: Update.
22118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22120 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22122         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22123         "longjmp_target" static probes.
22124         (__longjmp): Rename to __longjmp_symbol.
22125         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22126         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22127         on which longjmp to generate.
22128         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22129         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22130         probe.
22131         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22132         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22133         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22134         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22135         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22136         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22138         __longjmp_symbol based on which __longjmp to generate.
22139         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22140         probe.
22141         (setjmp): Rename to setjmp_symbol.
22142         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22143         (_setjmp): Rename to _setjmp_symbol.
22144         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22145         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22146         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22147         which setjmp to generate.
22148         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22149         "longjmp_target" static probes.
22151 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22153         * benchtests/README: Add note about output arguments.
22154         * benchtests/bench-sincos.c: Remove file.
22155         * benchtests/sincos-inputs: New file.
22156         * scripts/bench.pl: Identify output arguments and define
22157         static variables for them.
22159         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22161         [BZ #15941]
22162         * Makefile (INSTALL): Add install-plain.texi as the primary
22163         dependency.
22164         * manual/install-plain.texi: New file.
22165         * manual/install.texi: Include node directive only for
22166         non-plaintext output.
22168 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22170         * stdlib/longlong.h: Update from GCC.
22172         [BZ #6807]
22173         [BZ #15901]
22174         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22175         * math/w_j0f.c (y0f): Likewise.
22176         * math/w_j0l.c (__y0l): Likewise.
22177         * math/w_j1.c (y1): Likewise.
22178         * math/w_j1f.c (y1f): Likewise.
22179         * math/w_j1l.c (__y1l): Likewise
22180         * math/w_jn.c (yn): Likewise.
22181         * math/w_jnf.c (ynf): Likewise.
22182         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22183         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22184         value for Bessel function domain errors outside _SVID_ mode.
22185         Adjust sign of return value for yn (negative integer, 0).
22186         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22187         by zero in return for negative x and set sign appropriately for
22188         negative n.
22189         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22190         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22191         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22192         expectations in error cases.
22193         (y1_test_data): Likewise.
22194         (yn_test_data): Likewise.
22195         * sysdeps/i386/fpu/libm-test-ulps: Update.
22196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22198 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22200         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22201         "64" to "64-v1".  Add "64-v2".
22202         (abi-64-options): Rename to ...
22203         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22204         (abi-64-condition): Rename to ...
22205         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22206         (abi-64-ld-soname): Rename to ...
22207         (abi-64-v1-ld-soname): ... this.
22208         (abi-64-v2-options): Define.
22209         (abi-64-v2-condition): Likewise.
22210         (abi-64-v2-ld-soname): Likewise.
22211         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22212         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22217 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22218             Alan Modra  <amodra@gmail.com>
22220         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22221         New versions for use with the ELFv2 ABI.
22222         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22223         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22224         declaration.
22225         (struct La_ppc64v2_retval): Likewise.
22226         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22227         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22228         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22229         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22230         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22231         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22232         Do not save or restore CR.
22233         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22234         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22235         return values for ELFv2 ABI.  Fix location of FPR return registers.
22236         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22237         updated values for _CALL_ELF == 2.
22238         (La_regs, La_retval, int_retval): Likewise.
22240 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22242         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22243         (FRAME_MIN_SIZE_PARM): Likewise.
22244         (FRAME_BACKCHAIN): Likewise.
22245         (FRAME_CR_SAVE): Likewise.
22246         (FRAME_LR_SAVE): Likewise.
22247         (FRAME_TOC_SAVE): Likewise.
22248         (FRAME_PARM_SAVE): Likewise.
22249         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22250         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22251         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22252         (call_mcount_parm_offset): New macro.
22253         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22254         (PROF): Use symbolic stack frame offsets.
22255         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22256         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22257         Redefine in terms of FRAME_MIN_SIZE.
22258         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22259         (_dl_profile_resolve): Likewise.  Update comment.
22260         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22261         symbols stack frame offsets.
22262         (__sigsetjmp): Likewise.
22263         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22264         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22265         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22266         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22269         (FRAME_BACKCHAIN): Remove.
22270         (FRAME_CR_SAVE): Likewise.
22271         (FRAME_LR_SAVE): Likewise.
22272         (FRAME_COMPILER_DW): Likewise.
22273         (FRAME_LINKER_DW): Likewise.
22274         (FRAME_TOC_SAVE): Likewise.
22275         (FRAME_PARM_SAVE): Likewise.
22276         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22277         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22278         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22280         (CHECK_SP): Use symbolic stack frame offsets.
22281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22282         zone" instead of caller's parameter save area for temp storage.
22283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22284         Likewise.  Also, use symbolic stack frame offsets.
22285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22286         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22287         our own stack frame instead of the caller's.
22288         (__socket): Use symbolic stack frame offsets.
22290 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22291             Alan Modra  <amodra@gmail.com>
22293         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22294         Define.
22295         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22296         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22297         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22298         New function.
22299         (elf_machine_fixup_plt): Call it.
22300         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22301         reloc arguments.
22302         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22303         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22304         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22305         r2 before calling target.
22307 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22308             Alan Modra  <amodra@gmail.com>
22310         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22311         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22312         versions of macros to support ELFv2 ABI.
22313         (LOCALENTRY): New macro.
22314         (ENTRY, EALIGN): Use it.
22315         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22316         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22317         fall through into ENTRY entry point.
22318         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22319         Only define if _CALL_ELF != 2.
22321         (elf_machine_matches_host): Verify ABI version matches.
22322         (RTLD_START): Use LOCALENTRY.
22323         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22324         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22325         (PLT_ENTRY_WORDS): New macro.
22326         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22327         (elf_machine_runtime_setup): Support ELFv2 ABI.
22328         (elf_machine_fixup_plt): Likewise.
22329         (elf_machine_plt_conflict): Likewise.
22330         (resolve_ifunc): Likewise.
22331         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22332         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22333         Likewise.
22334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22335         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22337         (makecontext): Support ELFv2 ABI.
22338         * elf/elf.h (EF_PPC64_ABI): Define.
22340 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22342         * sysdeps/powerpc/powerpc64/sysdep.h
22343         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22344         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22345         (ENTRY) [ASSEMBLER]: ... but instead here ...
22346         (EALIGN) [ASSEMBLER]: ... and here.
22347         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22348         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22349         (ENTRY_2) [!ASSEMBLER]: Use it.
22350         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22351         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22352         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22353         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22354         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22356         Use PPC64_LOAD_FUNCPTR.
22358         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22360 2013-12-04  Alan Modra  <amodra@gmail.com>
22362         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22363         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22364         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22365         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22367         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22368         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22369         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22370         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22371         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22372         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22374 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22377         (__makecontext): Fix incorrect CFI when backtracing out of
22378         context created via makecontext.
22379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22380         (__setcontext): Fix incorrect CFI during switch to new context.
22381         (__novec_setcontext): Likewise.
22383 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22385         [BZ #4772]
22386         * time/strptime_l.c (__strptime_internal): Allow modifiers
22387         in strptime.
22388         * time/tst-strptime.c (day_tests): Add testcase.
22390 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22392         * scripts/bench.pl: Skip over blank lines.
22394 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22396         [BZ #926]
22397         * manual/time.texi (Calendar Time): Clarify what timezone functions
22398         use.
22400 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22402         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22404 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22406         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22407         implementation.
22408         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22409         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22410         * debug/memset_chk.c (__memset_chk): Likewise.
22411         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22412         * debug/strncpy_chk.c: Likewise.
22414 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22416         [BZ #15268]
22417         [BZ #15425]
22418         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22419         (__ieee754_exp): For possibly underflowing results, check size of
22420         result and force underflow exception if required.
22421         * math/auto-libm-test-in: Add more tests of exp.
22422         * math/auto-libm-test-out: Regenerated.
22423         * sysdeps/i386/fpu/libm-test-ulps: Update.
22424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22426         [BZ #16283]
22427         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22428         * math/w_exp2f.c (__exp2f): Likewise.
22429         * math/w_exp2l.c (__exp2l): Likewise.
22430         * math/auto-libm-test-in: Do not allow missing errno on exp2
22431         underflow.
22432         * math/auto-libm-test-out: Regenerated.
22434 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22436         [BZ #16274]
22437         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22438         handle filename validation.
22439         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22440         (do_open): Delete.
22442 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22444         [BZ #6786]
22445         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22446         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22447         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22448         <float.h>.
22449         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22450         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22451         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22452         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22453         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22454         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22455         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22456         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22457         Add more erfc tests.
22458         * math/auto-libm-test-out: Regenerated.
22459         * sysdeps/i386/fpu/libm-test-ulps: Update.
22460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22462         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22463         exp2, expm1, j0 and j1.
22464         * math/auto-libm-test-out: Regenerated.
22465         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22466         (erfc_test_data): Likewise.
22467         (exp_test_data): Likewise.
22468         (exp_tonearest_test_data): Likewise.
22469         (exp_towardzero_test_data): Likewise.
22470         (exp_downward_test_data): Likewise.
22471         (exp_upward_test_data): Likewise.
22472         (exp10_test_data): Likewise.
22473         (exp2_test_data): Likewise.
22474         (expm1_test_data): Likewise.
22475         (j0_test_data): Likewise.
22476         (j1_test_data): Likewise.
22477         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22478         (input_flag_type): Add flag_xfail_rounding.
22479         (input_flags): Add xfail-rounding.
22480         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22481         (output_for_one_input_case): Handle flag_xfail_rounding.
22482         * sysdeps/i386/fpu/libm-test-ulps: Update.
22483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22485 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22487         [BZ #16289]
22488         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22489         division by 0.
22491 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22493         [BZ #16195]
22494         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22495         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22496         (STAP_PROBE0): New macro.
22497         (STAP_PROBE1): Likewise.
22498         (STAP_PROBE2): Likewise.
22499         (STAP_PROBE3): Likewise.
22500         (STAP_PROBE4): Likewise.
22502 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22504         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22506 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22508         * benchtests/Makefile (bench): Add sqrt.
22509         (LDLIBS-bench-sqrt): New.
22510         * benchtests/sqrt-input: New.
22512 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22514         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22515         (GAIH_EAI): Likewise.
22516         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22517         (gaih_inet): Likewise.
22518         (getaddrinfo): Don't use GAIH_EAI.
22520         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22521         (struct gaih): Remove definition.
22523 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22525         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22526         Use HERRNOP directly.
22528 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22532 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22534         * math/gen-auto-libm-tests.c (test_functions): Add more
22535         single-argument functions.
22536         (special_fill_pi_2): New function.
22537         (special_fill_minus_pi_2): Likewise.
22538         (special_fill_pi_6): Likewise.
22539         (special_fill_minus_pi_6): Likewise.
22540         (special_fill_pi_3): Likewise.
22541         (special_fill_2pi_3): Likewise.
22542         (special_fill_e): Likewise.
22543         (special_fill_1_e): Likewise.
22544         (special_fill_e_minus_1): Likewise.
22545         (special_real_inputs): Add more special inputs.
22546         (output_for_one_input_case): Do not require ERANGE on underflow to
22547         zero if round-to-nearest result does not underflow to zero, unless
22548         exact results required.
22549         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22550         atan, atanh, cbrt, cos and cosh.
22551         * math/auto-libm-test-out: Regenerated.
22552         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22553         (acos_tonearest_test_data): Likewise.
22554         (acos_towardzero_test_data): Likewise.
22555         (acos_downward_test_data): Likewise.
22556         (acos_upward_test_data): Likewise.
22557         (acosh_test_data): Likewise.
22558         (asin_test_data): Likewise.
22559         (asin_tonearest_test_data): Likewise.
22560         (asin_towardzero_test_data): Likewise.
22561         (asin_upward_test_data): Likewise.
22562         (asinh_test_data): Likewise.
22563         (atan_test_data): Likewise.
22564         (atanh_test_data): Likewise.
22565         (cbrt_test_data): Likewise.
22566         (cos_test_data): Likewise.
22567         (cos_tonearest_test_data): Likewise.
22568         (cos_towardzero_test_data): Likewise.
22569         (cos_downward_test_data): Likewise.
22570         (cos_upward_test_data): Likewise.
22571         (cosh_test_data): Likewise.
22572         (cosh_tonearest_test_data): Likewise.
22573         (cosh_towardzero_test_data): Likewise.
22574         (cosh_downward_test_data): Likewise.
22575         (cosh_upward_test_data): Likewise.
22576         * sysdeps/i386/fpu/libm-test-ulps: Update.
22577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22579 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22581         [BZ #6787]
22582         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22583         * math/w_exp10f.c (__exp10f): Likewise.
22584         * math/w_exp10l.c (__exp10l): Likewise.
22585         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22586         errno settings in existing tests.
22588         [BZ #14032]
22589         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22590         precision control set to double precision.
22591         * sysdeps/i386/fpu/w_sqrt.c: New file.
22592         * math/auto-libm-test-in: Add more tests.
22593         * math/auto-libm-test-out: Update.
22595         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22596         (sqrt_test_tonearest): New function.
22597         (sqrt_towardzero_test_data): New variable.
22598         (sqrt_test_towardzero): New function.
22599         (sqrt_downward_test_data): New variable.
22600         (sqrt_test_downward): New function.
22601         (sqrt_upward_test_data): New variable.
22602         (sqrt_test_upward): New function.
22603         (main): Call the new functions.
22605         * math/gen-auto-libm-tests.c: New file.
22606         * math/auto-libm-test-in: Likewise.
22607         * math/auto-libm-test-out: New generated file.
22608         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22609         variables.
22610         (%beautify): Add generated representations of zero.
22611         (top level): Set $auto_input and call parse_auto_input.
22612         (beautify): Remove trailing "f" from hex float constants.
22613         (parse_args): Handle XFAIL_TEST.
22614         (convert_condition): New function.
22615         (or_value): Likewise.
22616         (or_cond_value): Likewise.
22617         (generate_testfile): Handle AUTO_TESTS_* lines.
22618         (parse_auto_input): New function.
22619         * math/libm-test.inc (XFAIL_TEST): New macro.
22620         (ERRNO_UNCHANGED): Update value.
22621         (ERRNO_EDOM): Likewise.
22622         (ERRNO_ERANGE): Likewise.
22623         (IGNORE_RESULT): Likewise.
22624         (TEST_COND_flt_32): New macro.
22625         (TEST_COND_dbl_64): Likewise.
22626         (TEST_COND_ldbl_96_intel): Likewise.
22627         (TEST_COND_ldbl_96_m68k): Likewise.
22628         (TEST_COND_ldbl_128): Likewise.
22629         (TEST_COND_ldbl_128ibm): Likewise.
22630         (TEST_COND_long32): Likewise.
22631         (TEST_COND_long64): Likewise.
22632         (TEST_COND_before_rounding): Likewise.
22633         (TEST_COND_after_rounding): Likewise.
22634         (enable_test): Handle XFAIL_TEST flag.
22635         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22636         with finite results.
22637         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22638         auto-libm-test-out.
22640 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22641             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22643         [BZ #16214]
22644         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22645         __tls_get_addr_internal instead of __tls_get_offset in order to
22646         avoid GOT pointer dependency.  Make rtld export
22647         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22648         __tls_get_addr since we are a __tls_get_offset platform.
22649         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22650         GOT pointer being set up before.
22651         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22653 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22655         * manual/math.texi (Errors in Math Functions): Document accuracy
22656         goals.
22658         [BZ #15004]
22659         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22660         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22661         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22662         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22663         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22664         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22665         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22666         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22667         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22668         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22669         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22670         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22671         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22672         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22673         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22674         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22676         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22677         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22678         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22679         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22680         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22681         Likewise.
22682         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22683         Likewise.
22684         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22685         Likewise.
22686         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22687         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22688         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22689         atomic-feupdateenv and flt-rounds.
22690         * sysdeps/powerpc/nofpu/Versions (libc): Add
22691         __atomic_feholdexcept, __atomic_feclearexcept,
22692         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22693         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22694         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22695         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22696         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22697         here.
22698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22699         Update.
22701         * manual/arith.texi (FP Exceptions): Document that exceptions may
22702         not be raised when matherr is used.
22703         (Math Error Reporting): Document overflow in directed rounding
22704         modes.  Document that errno may not be set when finite values are
22705         returned on overflow.  Document intent to set errno on underflow
22706         only for underflow to zero.
22708         [BZ #16271]
22709         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22710         round-to-nearest then adjust result for other rounding modes.
22711         * include/fenv.h (fegetround): Use libm_hidden_proto.
22712         * math/fegetround.c (fegetround): Use libm_hidden_def.
22713         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22714         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22715         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22716         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22717         Likewise.
22718         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22719         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22720         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22721         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22723 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22725         [BZ #16077]
22726         * nss/Versions (libnss_files): Add
22727         _nss_files_gethostbyname3_r.
22728         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22729         New function.
22730         (HOST_DB_LOOKUP): Remove macro.
22731         (_nss_files_gethostbyname_r): Implement function without the
22732         HOST_DB_LOOKUP macro.
22733         (_nss_files_gethostbyname2_r): Likewise.
22735 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22737         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22739 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22741         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22742         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22743         warning.
22745 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22747         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22748         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22749         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22750         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22751         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22752         __fe_nomask_env_priv and attribute_hidden.
22753         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22754         (libc_feupdateenv_test_ppc): Likewise.
22755         (libc_feresetround_ppc): Likewise.
22756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22757         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22758         compat_symbol macro.
22759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22760         (__fe_nomask_env): Likewise.
22761         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22763 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22765         * string/Makefile: Remove ifunc tests.
22766         * string/test-string.h: Define TEST_IFUNC.
22767         * string/test-bcopy-ifunc.c: Remove.
22768         * string/test-bzero-ifunc.c: Likewise.
22769         * string/test-memccpy-ifunc.c: Likewise.
22770         * string/test-memchr-ifunc.c: Likewise.
22771         * string/test-memcmp-ifunc.c: Likewise.
22772         * string/test-memcpy-ifunc.c: Likewise.
22773         * string/test-memmem-ifunc.c: Likewise.
22774         * string/test-memmove-ifunc.c: Likewise.
22775         * string/test-mempcpy-ifunc.c: Likewise.
22776         * string/test-memrchr-ifunc.c: Likewise.
22777         * string/test-memset-ifunc.c: Likewise.
22778         * string/test-rawmemchr-ifunc.c: Likewise.
22779         * string/test-stpcpy-ifunc.c: Likewise.
22780         * string/test-stpncpy-ifunc.c: Likewise.
22781         * string/test-strcasecmp-ifunc.c: Likewise.
22782         * string/test-strcasestr-ifunc.c: Likewise.
22783         * string/test-strcat-ifunc.c: Likewise.
22784         * string/test-strchr-ifunc.c: Likewise.
22785         * string/test-strchrnul-ifunc.c: Likewise.
22786         * string/test-strcmp-ifunc.c: Likewise.
22787         * string/test-strcpy-ifunc.c: Likewise.
22788         * string/test-strcspn-ifunc.c: Likewise.
22789         * string/test-strlen-ifunc.c: Likewise.
22790         * string/test-strncasecmp-ifunc.c: Likewise.
22791         * string/test-strncat-ifunc.c: Likewise.
22792         * string/test-strncmp-ifunc.c: Likewise.
22793         * string/test-strncpy-ifunc.c: Likewise.
22794         * string/test-strnlen-ifunc.c: Likewise.
22795         * string/test-strpbrk-ifunc.c: Likewise.
22796         * string/test-strrchr-ifunc.c: Likewise.
22797         * string/test-strspn-ifunc.c: Likewise.
22798         * string/test-strstr-ifunc.c: Likewise.
22800 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22802         * benchtests/Makefile: Remove ifunc tests.
22803         * benchtests/bench-string.h: Define TEST_IFUNC.
22804         * benchtests/bench-bcopy-ifunc.c: Remove.
22805         * benchtests/bench-bzero-ifunc.c: Likewise.
22806         * benchtests/bench-memccpy-ifunc.c: Likewise.
22807         * benchtests/bench-memchr-ifunc.c: Likewise.
22808         * benchtests/bench-memcmp-ifunc.c: Likewise.
22809         * benchtests/bench-memcpy-ifunc.c: Likewise.
22810         * benchtests/bench-memmem-ifunc.c: Likewise.
22811         * benchtests/bench-memmove-ifunc.c: Likewise.
22812         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22813         * benchtests/bench-memrchr-ifunc.c: Likewise.
22814         * benchtests/bench-memset-ifunc.c: Likewise.
22815         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22816         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22817         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22818         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22819         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22820         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22821         * benchtests/bench-strcat-ifunc.c: Likewise.
22822         * benchtests/bench-strchr-ifunc.c: Likewise.
22823         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22824         * benchtests/bench-strcmp-ifunc.c: Likewise.
22825         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22826         * benchtests/bench-strcpy-ifunc.c: Likewise.
22827         * benchtests/bench-strcspn-ifunc.c: Likewise.
22828         * benchtests/bench-strlen-ifunc.c: Likewise.
22829         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22830         * benchtests/bench-strncat-ifunc.c: Likewise.
22831         * benchtests/bench-strncmp-ifunc.c: Likewise.
22832         * benchtests/bench-strncpy-ifunc.c: Likewise.
22833         * benchtests/bench-strnlen-ifunc.c: Likewise.
22834         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22835         * benchtests/bench-strrchr-ifunc.c: Likewise.
22836         * benchtests/bench-strsep-ifunc.c: Likewise.
22837         * benchtests/bench-strspn-ifunc.c: Likewise.
22838         * benchtests/bench-strstr-ifunc.c: Likewise.
22840 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22842         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22844 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22846         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22847         * rt/aio.h: Likewise.
22848         * sysdeps/gnu/bits/utmp.h: Likewise.
22849         * sysdeps/gnu/bits/utmpx.h: Likewise.
22850         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22851         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22852         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22853         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22854         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22855         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22856         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22857         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22858         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22859         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22860         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22861         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22862         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22864         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22865         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22866         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22867         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22868         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22869         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22870         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22871         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22872         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22873         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22874         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22875         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22876         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22877         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22878         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22879         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22880         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22881         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22882         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22883         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22884         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22885         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22886         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22887         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22888         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22889         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22890         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22891         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22893 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22895         [BZ #16245]
22896         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22897         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22899 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22901         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22902         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22903         Likewise.
22905 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22907         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22908         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22909         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22910         (__fesetround): Remove define.
22911         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22912         rounding and exceptions handling.
22913         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22914         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22915         (__fe_nomask_env): Likewise.
22916         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22917         __fegetround instead of fegetround.
22918         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22919         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22921 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22923         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22924         it's there.
22926         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22928 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22930         [BZ #11157]
22931         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22932         (encrypt_r): Likewise.
22933         * malloc/obstack.h (obstack_free): Likewise.
22934         * posix/unistd.h (encrypt): Likewise.
22936 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22938         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22939         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22940         DL_CALL_DT_FINI() that call the functions directly.
22941         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22942         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22943         * elf/dl-fini.c: Likewise.
22945 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22947         * malloc/hooks.c (memalign_check): Add alignment rounding.
22948         * malloc/malloc.c (_mid_memalign): New function.
22949         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22950         Implement by calling _mid_memalign.
22951         * manual/probes.texi (Memory Allocation Probes): Remove
22952         memory_valloc_retry and memory_pvalloc_retry.
22954 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22956         * locale/programs/locarchive.c (open_archive): Add const
22957         qualifier to ARCHIVEFNAME and copy default fname to
22958         DEFAULT_FNAME.
22960         [BZ #15601]
22961         * libio/tst-widetext.input: Rename Oriya to Odia.
22962         * locale/iso-639.def: Likewise.
22964         * manual/probes.texi (Mathematical Function Probes): Add
22965         documentation for sin, cos, asin and acos probes.
22966         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22967         (__sin32): Add slowasin probe.
22968         (__cos32): Add slowacos probe.
22969         (__mpsin): Add slowsin probe.
22970         (__mpcos): Add slowcos probe.
22972 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22974         [BZ #15483]
22975         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22976         thread-local __sim_exceptions_thread and global
22977         __sim_exceptions_global.
22978         (__sim_disabled_exceptions): Change to thread-local
22979         __sim_disabled_exceptions_thread and global
22980         __sim_disabled_exceptions_global.
22981         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22982         and global __sim_round_mode_global.
22983         (__simulate_exceptions): Use thread-local floating-point state and
22984         set global state from it as needed.
22985         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22986         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22987         __sim_round_mode_thread.
22988         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22989         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22990         and global __sim_exceptions_global.
22991         (__sim_disabled_exceptions): Change to thread-local
22992         __sim_disabled_exceptions_thread and global
22993         __sim_disabled_exceptions_global.
22994         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22995         and global __sim_round_mode_global.
22996         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22997         (SIM_SET_GLOBAL): Likewise.
22998         * sysdeps/powerpc/soft-fp/sfp-machine.h
22999         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23000         __sim_round_mode_thread.
23001         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23002         __sim_disabled_exceptions_thread.
23003         (__sim_exceptions): Change to __sim_exceptions_thread.
23004         (__sim_disabled_exceptions): Change to
23005         __sim_disabled_exceptions_thread.
23006         (__sim_round_mode): Change to __sim_round_mode_thread.
23007         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23008         thread-local floating-point state and set global state from it as
23009         needed.
23010         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23011         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23012         (__sim_disabled_exceptions): Remove extern declaration.
23013         (feenableexcept): Use thread-local floating-point state and set
23014         global state from it as needed.
23015         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23016         extern declaration.
23017         (__sim_disabled_exceptions): Likewise.
23018         (__sim_round_mode): Likewise.
23019         (__fegetenv): Use thread-local floating-point state.
23020         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23021         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23022         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23023         floating-point state and set global state from it as needed.
23024         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23025         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23026         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23027         Likewise.
23028         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23029         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23030         Likewise.
23031         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23032         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23033         Use __sim_round_mode_thread.
23034         * math/test-fenv-tls.c: New file.
23035         * math/Makefile (tests): Add test-fenv-tls.
23036         ($(objpfx)test-fenv-tls): Depend on
23037         $(common-objpfx)nptl/libpthread.so.
23039 2013-11-19  Andreas Schwab  <schwab@suse.de>
23041         * locale/programs/locale.c (show_info): Decode wordarray elements.
23042         * locale/categories.def (LC_MONETARY): Add element for
23043         _NL_MONETARY_CRNCYSTR.
23044         * locale/C-monetary.c (conversion_rate): New variable.
23045         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23046         element.
23048 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23050         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23051         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23053 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23055         * elf/Makefile (tst-auxv): New test.
23056         * elf/tst-auxv.c: New
23057         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23059 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23061         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23062         (hidden_proto): Caller changed.
23063         (hidden_tls_proto): New macro.
23064         (libc_hidden_tls_proto): Likewise.
23065         (rtld_hidden_tls_proto): Likewise.
23066         (libm_hidden_tls_proto): Likewise.
23067         (libresolv_hidden_tls_proto): Likewise.
23068         (librt_hidden_tls_proto): Likewise.
23069         (libdl_hidden_tls_proto): Likewise.
23070         (libnss_files_hidden_tls_proto): Likewise.
23071         (libnsl_hidden_tls_proto): Likewise.
23072         (libnss_nisplus_hidden_tls_proto): Likewise.
23073         (libutil_hidden_tls_proto): Likewise.
23075 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23077         [BZ #10253]
23078         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23079         (decompose_rpath): Defer expansion to fillin_rpath.
23080         (_dl_init_paths): Pass linkmap to fillin_rpath.
23082 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23084         * benchtests/Makefile: Add strsep.
23085         * benchtests/bench-strsep.c: New file: strsep benchtest.
23086         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23088 2013-11-18  Andreas Schwab  <schwab@suse.de>
23090         * locale/programs/locale.c (show_info) [case byte]: Check for
23091         '\377' instead of '\177'.
23092         * locale/C-monetary.c (not_available): Always use "\377".
23093         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23094         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23095         detect unavailable sign_posn locale elements.
23096         * locale/localeconv.c (__localeconv): For grouping and
23097         mon_grouping handle "\177" and "\377" like no grouping.
23098         (INT_ELEM): New macro.  Use it to set all numeric members.
23099         * locale/programs/ld-monetary.c (monetary_read)
23100         <tok_mon_grouping>: Normalize single -1 to the empty string.
23101         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23102         Likewise.
23104 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23106         [BZ #16055]
23107         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23108         when we match (nil).
23109         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23111 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23113         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23114         (NO_TEST_INLINE): Update value.
23115         (ERRNO_UNCHANGED): Likewise.
23116         (ERRNO_EDOM): Likewise.
23117         (ERRNO_ERANGE): Likewise.
23118         (IGNORE_RESULT): Likewise.
23119         (check_float_internal): Check signs of NaN results if
23120         TEST_NAN_SIGN used.
23121         (check_complex): Pass TEST_NAN_SIGN flag through to second
23122         check_float_internal call.
23123         (copysign_test_data): Add tests with quiet NaNs as second
23124         argument.  Use TEST_NAN_SIGN.
23125         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23126         TEST_NAN_SIGN.
23127         (signbit_test_data): Add tests of quiet NaN argument.
23128         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23130         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23131         $ignore_result.
23132         (parse_args): Handle function results specified as IGNORE.
23133         * math/libm-test.inc (IGNORE_RESULT): New macro.
23134         (check_float_internal): Do not check numerical result if flag
23135         IGNORE_RESULT set.
23136         (check_complex): Pass through IGNORE_RESULT to second
23137         check_float_internal call.
23138         (check_int): Do not check numerical result if flag IGNORE_RESULT
23139         set.
23140         (check_long): Likewise.
23141         (check_bool): Likewise.
23142         (check_longlong): Likewise.
23143         (lrint_test_data): Add tests of infinite and NaN arguments.
23144         (lrint_tonearest_test_data): Likewise.
23145         (lrint_towardzero_test_data): Likewise.
23146         (lrint_downward_test_data): Likewise.
23147         (lrint_upward_test_data): Likewise.
23148         (llrint_test_data): Likewise.
23149         (llrint_tonearest_test_data): Likewise.
23150         (llrint_towardzero_test_data): Likewise.
23151         (llrint_downward_test_data): Likewise.
23152         (llrint_upward_test_data): Likewise.
23153         (lround_test_data): Likewise.
23154         (llround_test_data): Likewise.
23156         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23157         (ERRNO_UNCHANGED): Update value.
23158         (ERRNO_EDOM): Likewise.
23159         (ERRNO_ERANGE): Likewise.
23160         (NO_TEST_INLINE_FLOAT): New macro.
23161         (NO_TEST_INLINE_DOUBLE): Likewise.
23162         (enable_test): New function.
23163         (RUN_TEST_f_f): Check enable_test before running test.
23164         (RUN_TEST_2_f): Likewise.
23165         (RUN_TEST_fff_f): Likewise.
23166         (RUN_TEST_c_f): Likewise.
23167         (RUN_TEST_f_f1): Likewise.
23168         (RUN_TEST_fF_f1): Likewise.
23169         (RUN_TEST_fI_f1): Likewise.
23170         (RUN_TEST_ffI_f1): Likewise.
23171         (RUN_TEST_c_c): Likewise.
23172         (RUN_TEST_cc_c): Likewise.
23173         (RUN_TEST_f_i): Likewise.
23174         (RUN_TEST_f_i_tg): Likewise.
23175         (RUN_TEST_ff_i_tg): Likewise.
23176         (RUN_TEST_f_b): Likewise.
23177         (RUN_TEST_f_b_tg): Likewise.
23178         (RUN_TEST_f_l): Likewise.
23179         (RUN_TEST_f_L): Likewise.
23180         (RUN_TEST_fFF_11): Likewise.
23181         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23182         conditionals.
23183         (cosh_test_data): Likewise.
23184         (exp_test_data): Likewise.
23185         (expm1_test_data): Likewise.
23186         (hypot_test_data): Likewise.
23187         (pow_test_data): Likewise.
23188         (sinh_test_data): Likewise.
23189         (tanh_test_data): Likewise.
23190         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23191         flags argument.
23193         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23194         tests with quiet NaN input and output.
23195         (acosh_test_data): Likewise.
23196         (asin_test_data): Likewise.
23197         (asinh_test_data): Likewise.
23198         (atan_test_data): Likewise.
23199         (atanh_test_data): Likewise.
23200         (atan2_test_data): Likewise.
23201         (cbrt_test_data): Likewise.
23202         (cos_test_data): Likewise.
23203         (cosh_test_data): Likewise.
23204         (erf_test_data): Likewise.
23205         (erfc_test_data): Likewise.
23206         (exp_test_data): Likewise.
23207         (exp10_test_data): Likewise.
23208         (exp2_test_data): Likewise.
23209         (expm1_test_data): Likewise.
23210         (hypot_test_data): Likewise.
23211         (j0_test_data): Likewise.
23212         (j1_test_data): Likewise.
23213         (jn_test_data): Likewise.
23214         (lgamma_test_data): Likewise.
23215         (log_test_data): Likewise.
23216         (log10_test_data): Likewise.
23217         (log1p_test_data): Likewise.
23218         (log2_test_data): Likewise.
23219         (pow_test_data): Likewise.
23220         (scalb_test_data): Likewise.
23221         (sin_test_data): Likewise.
23222         (sincos_test_data): Likewise.
23223         (sinh_test_data): Likewise.
23224         (tan_test_data): Likewise.
23225         (tanh_test_data): Likewise.
23226         (tgamma_test_data): Likewise.
23227         (y0_test_data): Likewise.
23228         (y1_test_data): Likewise.
23229         (yn_test_data): Likewise.
23231         [BZ #16167]
23232         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23233         argument being NaN and avoid computations with second argument in
23234         that case.
23235         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23236         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23237         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23239 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23241         * locale/iso-639.def: Add Chitwani Tharu (the).
23243 2013-11-14  Andreas Schwab  <schwab@suse.de>
23245         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23246         word instead of empty string.
23248 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23251         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23253         (__fe_nomask_env): Likewise.
23255 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23257         * benchtests/bench-timing.h: Include time.h.
23259 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23261         [BZ #15997]
23262         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23263         to 3.4.0 for x32.
23264         * sysdeps/unix/sysv/linux/configure: Regenerated.
23266 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23268         [BZ #16151]
23269         * stdlib/strtod_l.c (round_and_return): Do not consider
23270         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23271         exponent one less than half the least subnormal exponent.
23272         * stdlib/test-strtod-round-data: Add more tests.
23273         * stdlib/tst-strtod-round.c (tests): Regenerated.
23275 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23277         [BZ #14143]
23278         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23279         (__fe_mask_env): Likewise.
23280         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23281         libm_hidden_proto and add function prototype.
23282         (__fe_mask_env): Add function prototype.
23283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23284         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23286         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23288         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23290 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23292         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23293         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23295 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23297         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23298         of htab_find_slot().
23300 2013-11-11  David S. Miller  <davem@davemloft.net>
23302         [BZ #16150]
23303         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23304         symbol in the non-vis3 case in static builds.
23305         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23306         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23307         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23308         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23310 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23312         [BZ #387]
23313         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23314         it is empty.
23316 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23318         * benchtests/Makefile: Add bench-strtod.
23319         * benchtests/bench-strtod.c: New file: strtod benchtest
23321 2013-11-11  Andreas Schwab  <schwab@suse.de>
23323         [BZ #16153]
23324         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23325         terminating NUL in key length.
23327 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23329         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23330         Add artificial ODP entry for vDSO symbol for PPC64.
23331         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23332         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23334 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23336         [BZ #15374]
23337         * nss/getent.c (services_keys): Recognize services starting with digit.
23339 2013-11-06  David S. Miller  <davem@davemloft.net>
23341         [BZ #15985]
23342         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23343         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23345 2013-11-06  Will Newton  <will.newton@linaro.org>
23347         * manual/memory.texi (Malloc Examples): Remove register
23348         keyword from examples.
23350 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23352         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23354 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23356         [BZ #6981]
23357         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23358         depending on [__GCC_IEC_559 > 0].
23359         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23360         depending on [__GCC_IEC_559_COMPLEX > 0].
23362 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23364         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23365         to iso-639.def.
23367 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23369         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23371 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23373         [BZ #16112]
23374         * malloc/malloc (malloc_info): Do not handle first bin as
23375         special case.
23377 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23379         * locale/iso-639.def: Add Central Nahuatl (nhn).
23381 2013-11-01  Bruno Haible  <bruno@clisp.org>
23383         [BZ #7003]
23384         * manual/math.texi (BSD Random): Specify range upper bound as
23385         in POSIX.
23387 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23389         * locale/iso-639.def: Add Meadow Mari (mhr).
23391 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23393         [BZ #14752], [BZ #15763]
23394         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23395         Validate name.
23396         * rt/tst_shm.c: Add test for escaping directory.
23398 2013-10-31  Andreas Schwab  <schwab@suse.de>
23400         [BZ #15917]
23401         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23402         followed by 'x' as part of digit sequence.
23403         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23405 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23407         [BZ #16037]
23408         * configure.ac: allow GNU Make 4.0 and greater.
23409         * configure: Regenerated.
23411 2013-10-30  Will Newton  <will.newton@linaro.org>
23413         [BZ #16038]
23414         * malloc/hooks.c (memalign_check): Limit alignment to the
23415         maximum representable power of two.
23416         * malloc/malloc.c (__libc_memalign): Likewise.
23417         * malloc/tst-memalign.c (do_test): Add test for very
23418         large alignment values.
23419         * malloc/tst-posix_memalign.c (do_test): Likewise.
23421 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23423         [BZ #11087]
23424         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23425         (munmap_chunk): Likewise.
23426         (mremap_chunk): Likewise.
23428 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23430         [BZ #15799]
23431         * stdlib/div.c (div): Remove obsolete code.
23432         * stdlib/ldiv.c (ldiv): Likewise.
23433         * stdlib/lldiv.c (lldiv): Likewise.
23435 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23437         [BZ #16071]
23438         * nss/nss_files/files-XXX.c (get_contents_ret): New
23439         enumerator.
23440         (get_contents): New function.
23441         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23443 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23445         * configure.in: Moved to ...
23446         * configure.ac: ... here. Change reference to configure.in
23447         to configure.ac.
23448         * sysdeps/arm/preconfigure.ac: ... here.
23449         configure.in to configure.ac.
23450         * sysdeps/gnu/configure.in: Moved to ...
23451         * sysdeps/gnu/configure.ac: ... here.
23452         * sysdeps/i386/configure.in: Moved to ...
23453         * sysdeps/i386/configure.ac: ... here.
23454         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23455         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23456         * sysdeps/mach/configure.in: Moved to ...
23457         * sysdeps/mach/configure.ac: ... here.
23458         * sysdeps/mach/hurd/configure.in: Moved to ...
23459         * sysdeps/mach/hurd/configure.ac: ... here.
23460         * sysdeps/powerpc/configure.in: Moved to ...
23461         * sysdeps/powerpc/configure.ac: ... here.
23462         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23463         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23464         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23465         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23466         * sysdeps/s390/s390-32/configure.in: Moved to ...
23467         * sysdeps/s390/s390-32/configure.ac: ... here.
23468         * sysdeps/s390/s390-64/configure.in: Moved to ...
23469         * sysdeps/s390/s390-64/configure.ac: ... here.
23470         * sysdeps/sh/configure.in: Moved to ...
23471         * sysdeps/sh/configure.ac: ... here.
23472         * sysdeps/sparc/configure.in: Moved to ...
23473         * sysdeps/sparc/configure.ac: ... here.
23474         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23475         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23476         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23477         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23478         * sysdeps/x86_64/configure.in: Moved to ...
23479         * sysdeps/x86_64/configure.ac: ... here.
23480         * sysdeps/x86_64/preconfigure.in: Moved to ...
23481         * sysdeps/x86_64/preconfigure.ac: ... here.
23482         * aclocal.m4: Change reference to configure.in to configure.ac.
23483         * config.h.in: Likewise.
23484         * manual/install.texi: Likewise.
23485         * manual/maint.texi: Likewise.
23486         * Makefile: Likewise.
23487         * malloc/Makefile: Likewise.
23488         * nscd/Makefile: Likewise.
23489         * Makeconfig: Change reference to configure.in and
23490         preconfigure.in to configure.ac and preconfigure.ac
23491         respectively.
23492         * INSTALL: Regenerated.
23493         * configure: Likewise.
23494         * sysdeps/gnu/configure: Likewise.
23495         * sysdeps/i386/configure: Likewise.
23496         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23497         * sysdeps/mach/configure: Likewise.
23498         * sysdeps/mach/hurd/configure: Likewise.
23499         * sysdeps/powerpc/configure: Likewise.
23500         * sysdeps/powerpc/powerpc32/configure: Likewise.
23501         * sysdeps/powerpc/powerpc64/configure: Likewise.
23502         * sysdeps/s390/s390-32/configure: Likewise.
23503         * sysdeps/s390/s390-64/configure: Likewise.
23504         * sysdeps/sh/configure: Likewise.
23505         * sysdeps/sparc/configure: Likewise.
23506         * sysdeps/unix/sysv/linux/configure: Likewise.
23507         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23508         * sysdeps/x86_64/configure: Likewise.
23509         * sysdeps/x86_64/preconfigure: Likewise.
23511 2013-10-29  Andreas Schwab  <schwab@suse.de>
23513         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23515 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23517         * benchtests/pow-inputs: Add new inputs.
23519         * benchtests/exp-inputs: Add new inputs.
23521         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23522         conditional check for return value.
23523         (__cos32): Likewise.
23525 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23527         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23528         to provide a boost for large inputs with word alignment.
23529         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23530         implementation based on optimized PPC64 strcpy.
23531         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23532         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23533         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23534         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23536 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23538         [BZ #2801]
23539         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23541 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23543         [BZ #14876]
23544         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23545         * time/tst-strptime.c (day_tests): Add testcase.
23547 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23549         [BZ #14029]
23550         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23552 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23554         [BZ #16074]
23555         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23556         MAP_FAILED on error.
23558 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23560         [BZ #16072]
23561         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23562         heap for large requests.
23564 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23566         [BZ #9954]
23567         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23568         result if the result has no associated interface.
23569         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23570         interface for all 127.X.Y.Z addresses.
23572 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23574         * locale/iso-639.def: Add Ligurian (lij)
23576 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23578         [BZ #15825]
23579         * sunrpc/rpc_main.c: Document rpcgen -5.
23581 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23583         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23585 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23587         [BZ #10278]
23588         * posix/glob.c: Match only directories when trailing slash is present.
23589         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23590         (main): Add testcase.
23592 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23594         [BZ #15670]
23595         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23597 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23599         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23600         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23601         AUTH_DES and cindex for FIPS 140-2.
23602         (DES Encryption): Add cindex FIPS 46-3.
23604         * locale/locarchive.h (struct locarhandle): Add fname.
23605         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23606         if an optional argument was specified to --list-archive,
23607         otherwise NULL.
23608         * locale/programs/locarchive.c (show_archive_content): Take new
23609         argument fname and pass it via ah.fname to open_archive.
23610         * locale/programs/localedef.h: Update decl.
23611         (open_archive): If AH->fname is non-null, open that file
23612         rather than the default file name, and don't ignore ENOENT.
23613         (create_archive): Set AH.fname to NULL.
23614         (delete_locales_from_archive): Likewise.
23615         (add_locales_to_archive): Likewise.
23616         * locale/programs/locfile.c (write_all_categories): Likewise.
23618 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23619             Aldy Hernandez  <aldyh@redhat.com>
23621         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23622         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23623         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23624         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23625         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23626         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23627         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23628         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23629         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23630         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23631         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23632         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23633         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23634         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23635         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23636         Likewise.
23637         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23638         Likewise.
23639         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23640         Likewise.
23641         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23642         Likewise.
23643         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23644         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23645         Likewise.
23646         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23647         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23648         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23649         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23650         Likewise.
23651         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23652         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23653         * sysdeps/powerpc/preconfigure: Likewise.
23654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23655         Likewise.
23656         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23657         Replace contents of file by #include of <fenv_libc.h>.
23658         * sysdeps/powerpc/soft-fp/sfp-machine.h
23659         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23660         and <sys/prctl.h>.
23661         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23662         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23663         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23664         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23665         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23666         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23667         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23668         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23669         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23670         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23671         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23672         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23674         Allow copysignl PLT reference to be missing.
23676 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23677             Joseph Myers  <joseph@codesourcery.com
23679         [BZ #15948]
23680         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23681         single character.
23682         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23684 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23686         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23687         * elf/tst-tls1.c: Likewise.
23688         * elf/tst-tls10.h: Likewise.
23689         * elf/tst-tls14.c: Likewise.
23690         * elf/tst-tls2.c: Likewise.
23691         * elf/tst-tls3.c: Likewise.
23692         * elf/tst-tls4.c: Likewise.
23693         * elf/tst-tls5.c: Likewise.
23694         * elf/tst-tls6.c: Likewise.
23695         * elf/tst-tls7.c: Likewise.
23696         * elf/tst-tls8.c: Likewise.
23697         * elf/tst-tls9.c: Likewise.
23698         * elf/tst-tlsmod1.c: Likewise.
23699         * elf/tst-tlsmod13.c: Likewise.
23700         * elf/tst-tlsmod13a.c: Likewise.
23701         * elf/tst-tlsmod14a.c: Likewise.
23702         * elf/tst-tlsmod16a.c: Likewise.
23703         * elf/tst-tlsmod16b.c: Likewise.
23704         * elf/tst-tlsmod2.c: Likewise.
23705         * elf/tst-tlsmod3.c: Likewise.
23706         * elf/tst-tlsmod4.c: Likewise.
23707         * elf/tst-tlsmod5.c: Likewise.
23708         * elf/tst-tlsmod6.c: Likewise.
23710 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23712         [BZ #12486]
23713         * malloc/malloc.c: remove checks for statistics.
23715 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23717         [BZ #15277]
23718         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23719         * inet/tst-network.c: Add testcase.
23721 2013-10-17  Andreas Schwab  <schwab@suse.de>
23723         [BZ #15218]
23724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23725         to determine canonical name.
23727 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23729         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23730         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23731         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23732         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23733         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23734         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23735         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23736         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23737         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23738         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23739         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23740         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23741         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23742         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23743         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23744         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23745         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23746         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23747         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23748         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23749         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23750         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23751         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23752         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23753         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23754         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23755         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23756         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23757         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23758         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23759         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23760         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23761         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23762         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23763         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23764         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23765         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23766         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23767         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23768         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23769         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23770         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23771         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23772         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23773         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23774         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23775         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23776         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23777         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23778         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23779         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23780         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23781         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23782         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23783         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23784         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23785         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23786         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23788 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23790         [BZ #16041]
23791         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23792         make result into a quiet NaN.
23794 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23796         * soft-fp/adddf3.c: Fix horizontal whitespace.
23797         * soft-fp/addsf3.c: Likewise.
23798         * soft-fp/addtf3.c: Likewise.
23799         * soft-fp/divdf3.c: Likewise.
23800         * soft-fp/divsf3.c: Likewise.
23801         * soft-fp/divtf3.c: Likewise.
23802         * soft-fp/double.h: Likewise.
23803         * soft-fp/eqdf2.c: Likewise.
23804         * soft-fp/eqsf2.c: Likewise.
23805         * soft-fp/eqtf2.c: Likewise.
23806         * soft-fp/extenddftf2.c: Likewise.
23807         * soft-fp/extended.h: Likewise.
23808         * soft-fp/extendsfdf2.c: Likewise.
23809         * soft-fp/extendsftf2.c: Likewise.
23810         * soft-fp/extendxftf2.c: Likewise.
23811         * soft-fp/fixdfdi.c: Likewise.
23812         * soft-fp/fixdfsi.c: Likewise.
23813         * soft-fp/fixdfti.c: Likewise.
23814         * soft-fp/fixsfdi.c: Likewise.
23815         * soft-fp/fixsfsi.c: Likewise.
23816         * soft-fp/fixsfti.c: Likewise.
23817         * soft-fp/fixtfdi.c: Likewise.
23818         * soft-fp/fixtfsi.c: Likewise.
23819         * soft-fp/fixtfti.c: Likewise.
23820         * soft-fp/fixunsdfdi.c: Likewise.
23821         * soft-fp/fixunsdfsi.c: Likewise.
23822         * soft-fp/fixunsdfti.c: Likewise.
23823         * soft-fp/fixunssfdi.c: Likewise.
23824         * soft-fp/fixunssfsi.c: Likewise.
23825         * soft-fp/fixunssfti.c: Likewise.
23826         * soft-fp/fixunstfdi.c: Likewise.
23827         * soft-fp/fixunstfsi.c: Likewise.
23828         * soft-fp/fixunstfti.c: Likewise.
23829         * soft-fp/floatdidf.c: Likewise.
23830         * soft-fp/floatdisf.c: Likewise.
23831         * soft-fp/floatditf.c: Likewise.
23832         * soft-fp/floatsidf.c: Likewise.
23833         * soft-fp/floatsisf.c: Likewise.
23834         * soft-fp/floatsitf.c: Likewise.
23835         * soft-fp/floattidf.c: Likewise.
23836         * soft-fp/floattisf.c: Likewise.
23837         * soft-fp/floattitf.c: Likewise.
23838         * soft-fp/floatundidf.c: Likewise.
23839         * soft-fp/floatundisf.c: Likewise.
23840         * soft-fp/floatunditf.c: Likewise.
23841         * soft-fp/floatunsidf.c: Likewise.
23842         * soft-fp/floatunsisf.c: Likewise.
23843         * soft-fp/floatunsitf.c: Likewise.
23844         * soft-fp/floatuntidf.c: Likewise.
23845         * soft-fp/floatuntisf.c: Likewise.
23846         * soft-fp/floatuntitf.c: Likewise.
23847         * soft-fp/fmadf4.c: Likewise.
23848         * soft-fp/fmasf4.c: Likewise.
23849         * soft-fp/fmatf4.c: Likewise.
23850         * soft-fp/gedf2.c: Likewise.
23851         * soft-fp/gesf2.c: Likewise.
23852         * soft-fp/getf2.c: Likewise.
23853         * soft-fp/ledf2.c: Likewise.
23854         * soft-fp/lesf2.c: Likewise.
23855         * soft-fp/letf2.c: Likewise.
23856         * soft-fp/muldf3.c: Likewise.
23857         * soft-fp/mulsf3.c: Likewise.
23858         * soft-fp/multf3.c: Likewise.
23859         * soft-fp/negdf2.c: Likewise.
23860         * soft-fp/negsf2.c: Likewise.
23861         * soft-fp/negtf2.c: Likewise.
23862         * soft-fp/op-1.h: Likewise.
23863         * soft-fp/op-2.h: Likewise.
23864         * soft-fp/op-4.h: Likewise.
23865         * soft-fp/op-8.h: Likewise.
23866         * soft-fp/op-common.h: Likewise.
23867         * soft-fp/quad.h: Likewise.
23868         * soft-fp/single.h: Likewise.
23869         * soft-fp/soft-fp.h: Likewise.
23870         * soft-fp/sqrtdf2.c: Likewise.
23871         * soft-fp/sqrtsf2.c: Likewise.
23872         * soft-fp/sqrttf2.c: Likewise.
23873         * soft-fp/subdf3.c: Likewise.
23874         * soft-fp/subsf3.c: Likewise.
23875         * soft-fp/subtf3.c: Likewise.
23876         * soft-fp/truncdfsf2.c: Likewise.
23877         * soft-fp/trunctfdf2.c: Likewise.
23878         * soft-fp/trunctfsf2.c: Likewise.
23879         * soft-fp/trunctfxf2.c: Likewise.
23880         * soft-fp/unorddf2.c: Likewise.
23881         * soft-fp/unordsf2.c: Likewise.
23882         * soft-fp/unordtf2.c: Likewise.
23884 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23886         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23887         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23889 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23891         * elf/dl-libc.c: Clear initfini list after freeing.
23893 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23895         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23896         * soft-fp/addsf3.c: Likewise.
23897         * soft-fp/addtf3.c: Likewise.
23898         * soft-fp/divdf3.c: Likewise.
23899         * soft-fp/divsf3.c: Likewise.
23900         * soft-fp/divtf3.c: Likewise.
23901         * soft-fp/double.h: Likewise.
23902         * soft-fp/eqdf2.c: Likewise.
23903         * soft-fp/eqsf2.c: Likewise.
23904         * soft-fp/eqtf2.c: Likewise.
23905         * soft-fp/extenddftf2.c: Likewise.
23906         * soft-fp/extended.h: Likewise.
23907         * soft-fp/extendsfdf2.c: Likewise.
23908         * soft-fp/extendsftf2.c: Likewise.
23909         * soft-fp/extendxftf2.c: Likewise.
23910         * soft-fp/fixdfdi.c: Likewise.
23911         * soft-fp/fixdfsi.c: Likewise.
23912         * soft-fp/fixdfti.c: Likewise.
23913         * soft-fp/fixsfdi.c: Likewise.
23914         * soft-fp/fixsfsi.c: Likewise.
23915         * soft-fp/fixsfti.c: Likewise.
23916         * soft-fp/fixtfdi.c: Likewise.
23917         * soft-fp/fixtfsi.c: Likewise.
23918         * soft-fp/fixtfti.c: Likewise.
23919         * soft-fp/fixunsdfdi.c: Likewise.
23920         * soft-fp/fixunsdfsi.c: Likewise.
23921         * soft-fp/fixunsdfti.c: Likewise.
23922         * soft-fp/fixunssfdi.c: Likewise.
23923         * soft-fp/fixunssfsi.c: Likewise.
23924         * soft-fp/fixunssfti.c: Likewise.
23925         * soft-fp/fixunstfdi.c: Likewise.
23926         * soft-fp/fixunstfsi.c: Likewise.
23927         * soft-fp/fixunstfti.c: Likewise.
23928         * soft-fp/floatdidf.c: Likewise.
23929         * soft-fp/floatdisf.c: Likewise.
23930         * soft-fp/floatditf.c: Likewise.
23931         * soft-fp/floatsidf.c: Likewise.
23932         * soft-fp/floatsisf.c: Likewise.
23933         * soft-fp/floatsitf.c: Likewise.
23934         * soft-fp/floattidf.c: Likewise.
23935         * soft-fp/floattisf.c: Likewise.
23936         * soft-fp/floattitf.c: Likewise.
23937         * soft-fp/floatundidf.c: Likewise.
23938         * soft-fp/floatundisf.c: Likewise.
23939         * soft-fp/floatunsidf.c: Likewise.
23940         * soft-fp/floatunsisf.c: Likewise.
23941         * soft-fp/floatuntidf.c: Likewise.
23942         * soft-fp/floatuntisf.c: Likewise.
23943         * soft-fp/floatuntitf.c: Likewise.
23944         * soft-fp/fmadf4.c: Likewise.
23945         * soft-fp/fmasf4.c: Likewise.
23946         * soft-fp/fmatf4.c: Likewise.
23947         * soft-fp/gedf2.c: Likewise.
23948         * soft-fp/gesf2.c: Likewise.
23949         * soft-fp/getf2.c: Likewise.
23950         * soft-fp/ledf2.c: Likewise.
23951         * soft-fp/lesf2.c: Likewise.
23952         * soft-fp/letf2.c: Likewise.
23953         * soft-fp/muldf3.c: Likewise.
23954         * soft-fp/mulsf3.c: Likewise.
23955         * soft-fp/multf3.c: Likewise.
23956         * soft-fp/negdf2.c: Likewise.
23957         * soft-fp/negsf2.c: Likewise.
23958         * soft-fp/negtf2.c: Likewise.
23959         * soft-fp/op-1.h: Likewise.
23960         * soft-fp/op-2.h: Likewise.
23961         * soft-fp/op-4.h: Likewise.
23962         * soft-fp/op-8.h: Likewise.
23963         * soft-fp/op-common.h: Likewise.
23964         * soft-fp/quad.h: Likewise.
23965         * soft-fp/single.h: Likewise.
23966         * soft-fp/soft-fp.h: Likewise.
23967         * soft-fp/sqrtdf2.c: Likewise.
23968         * soft-fp/sqrtsf2.c: Likewise.
23969         * soft-fp/sqrttf2.c: Likewise.
23970         * soft-fp/subdf3.c: Likewise.
23971         * soft-fp/subsf3.c: Likewise.
23972         * soft-fp/subtf3.c: Likewise.
23973         * soft-fp/truncdfsf2.c: Likewise.
23974         * soft-fp/trunctfdf2.c: Likewise.
23975         * soft-fp/trunctfsf2.c: Likewise.
23976         * soft-fp/trunctfxf2.c: Likewise.
23977         * soft-fp/unorddf2.c: Likewise.
23978         * soft-fp/unordsf2.c: Likewise.
23979         * soft-fp/unordtf2.c: Likewise.
23981 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23983         [BZ #15672]
23984         * misc/error.c (error_tail): Fix possible buffer overflow.
23986 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23988         [BZ #13028]
23989         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23990         address.
23992 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23994         [BZ #832]
23995         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23996         testing pipefail option.
23998 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24000         * soft-fp/double.h: Indent preprocessor directives inside #if.
24001         * soft-fp/extended.h: Likewise.
24002         * soft-fp/op-2.h: Likewise.
24003         * soft-fp/op-4.h: Likewise.
24004         * soft-fp/op-common.h: Likewise.
24005         * soft-fp/quad.h: Likewise.
24006         * soft-fp/single.h: Likewise.
24007         * soft-fp/soft-fp.h: Likewise.
24009 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24011         * iconv/iconv_prog.c: Fix typos.
24012         * stdio-common/psiginfo-data.h: Likewise.
24014 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24016         [BZ #15764]
24017         * locale/setlocale.c: Fix typo.
24019 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24021         [BZ #16036]
24022         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24023         signaling NaN arguments.
24024         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24025         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24027         [BZ #14910]
24028         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24029         unordered operands.
24030         * soft-fp/gesf2.c (__gesf2): Likewise.
24031         * soft-fp/getf2.c (__getf2): Likewise.
24032         * soft-fp/ledf2.c (__ledf2): Likewise.
24033         * soft-fp/lesf2.c (__lesf2): Likewise.
24034         * soft-fp/letf2.c (__letf2): Likewise.
24036         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24037         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24038         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24039         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24040         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24041         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24042         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24043         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24044         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24045         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24046         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24047         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24048         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24049         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24050         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24051         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24052         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24053         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24054         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24055         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24056         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24057         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24058         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24059         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24060         * soft-fp/floattidf.c (__floattidf): Likewise.
24061         * soft-fp/floattisf.c (__floattisf): Likewise.
24062         * soft-fp/floattitf.c (__floattitf): Likewise.
24063         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24064         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24065         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24066         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24067         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24068         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24069         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24070         * soft-fp/gesf2.c (__gesf2): Likewise.
24071         * soft-fp/getf2.c (__getf2): Likewise.
24072         * soft-fp/ledf2.c (__ledf2): Likewise.
24073         * soft-fp/lesf2.c (__lesf2): Likewise.
24074         * soft-fp/letf2.c (__letf2): Likewise.
24076         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24077         Undefine and redefine.
24078         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24079         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24080         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24081         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24082         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24083         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24084         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24085         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24086         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24087         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24088         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24089         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24090         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24091         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24092         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24094         [BZ #16032]
24095         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24096         without decrementing exponent if mantissa >= that for the
24097         denominator, not >.
24098         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24099         denominator, not >.  Decrement exponent in < case instead of
24100         incrementing in >= case.
24101         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24102         without decrementing exponent if mantissa >= that for the
24103         denominator, not >.
24105         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24106         computing saturated result for unsigned overflow.
24108 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24109             Jeff Law  <law@redhat.com>
24111         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24112         (atan2Mp): Add systemtap probe marker.
24113         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24114         (__ieee754_log): Add systemtap probe marker.
24115         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24116         (atanMp): Add systemtap probe marker.
24117         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24118         (tanMp): Add systemtap probe marker.
24119         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24120         (__slowexp): Add systemtap probe marker.
24121         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24122         (__slowpow): Add systemtap probe marker.
24123         * manual/probes.texi: Document probes.
24125 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24127         [BZ #15362]
24128         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24129         written.
24130         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24131         written.
24132         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24133         written to buffer but not flushed.
24134         * libio/iofwrite_u.c:  Likewise.
24135         * libio/iopadn.c:  Return bytes returned even if EOF was
24136         encountered.
24137         * libio/iowpadn.c:  Likewise.
24138         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24139         if _IO_padn does not write the whole buffer.
24140         [!COMPILE_WPRINTF] (PAD): Likewise.
24142 2013-10-10  David S. Miller  <davem@davemloft.net>
24144         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24145         directory block.
24147 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24149         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24150         instead of FSF address.
24151         * soft-fp/fixdfti.c: Likewise.
24152         * soft-fp/fixsfti.c: Likewise.
24153         * soft-fp/fixtfti.c: Likewise.
24154         * soft-fp/fixunsdfti.c: Likewise.
24155         * soft-fp/fixunssfti.c: Likewise.
24156         * soft-fp/fixunstfti.c: Likewise.
24157         * soft-fp/floattidf.c: Likewise.
24158         * soft-fp/floattisf.c: Likewise.
24159         * soft-fp/floattitf.c: Likewise.
24160         * soft-fp/floatuntidf.c: Likewise.
24161         * soft-fp/floatuntisf.c: Likewise.
24162         * soft-fp/floatuntitf.c: Likewise.
24163         * soft-fp/trunctfxf2.c: Likewise.
24165         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24166         * soft-fp/fixdfti.c: Likewise.
24167         * soft-fp/fixsfti.c: Likewise.
24168         * soft-fp/fixtfti.c: Likewise.
24169         * soft-fp/fixunsdfti.c: Likewise.
24170         * soft-fp/fixunssfti.c: Likewise.
24171         * soft-fp/fixunstfti.c: Likewise.
24172         * soft-fp/floattidf.c: Likewise.
24173         * soft-fp/floattisf.c: Likewise.
24174         * soft-fp/floattitf.c: Likewise.
24175         * soft-fp/floatuntidf.c: Likewise.
24176         * soft-fp/floatuntisf.c: Likewise.
24177         * soft-fp/floatuntitf.c: Likewise.
24178         * soft-fp/trunctfxf2.c: Likewise.
24180 2013-10-10  David S. Miller  <davem@davemloft.net>
24182         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24184 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24186         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24187         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24188         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24189         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24190         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24191         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24192         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24194         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24195         for NaNs before doing comparisons on argument.
24196         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24197         Likewise.
24199 2013-10-10  Will Newton  <will.newton@linaro.org>
24201         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24202         passed to _int_memalign does not overflow.
24204 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24206         * scripts/bench.pl: Add include-sources directive.
24207         * benchtests/README: Update documentation.
24209 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24211         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24212         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24213         instead of FP_INIT_ROUNDMODE.
24214         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24215         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24217         [BZ #16034]
24218         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24219         copy class of input value.
24220         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24221         not handle exceptions.
24222         * soft-fp/negsf2.c (__negsf2): Likewise.
24223         * soft-fp/negtf2.c (__negtf2): Likewise.
24224         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24226 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24228         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24229         semicolon.  From Linux kernel.
24231 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24233         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24235 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24237         [BZ #156]
24238         * manual/socket.texi: Added statement about buffer
24239         for gethostbyname2_r.
24241 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24243         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24244         Use .p2align directive instead, throughout.
24245         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24246         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24247         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24248         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24249         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24250         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24251         * sysdeps/x86_64/strchr.S: Likewise.
24252         * sysdeps/x86_64/strrchr.S: Likewise.
24254 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24256         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24258         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24260         * sysdeps/generic/math_private.h (__mpsin1): Remove
24261         declaration.
24262         (__mpcos1): Likewise.
24263         (__mpsin): New argument __range_reduce.
24264         (__mpcos): Likewise.
24265         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24266         (slow): Use __mpsin and __mpcos.
24267         (slow1): Likewise.
24268         (slow2): Likewise.
24269         (sloww): Likewise.
24270         (sloww1): Likewise.
24271         (sloww2): Likewise.
24272         (bsloww): Likewise.
24273         (bsloww1): Likewise.
24274         (bsloww2): Likewise.
24275         (cslow2): Likewise.
24276         (csloww): Likewise.
24277         (csloww1): Likewise.
24278         (csloww2): Likewise.
24279         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24280         range_reduce.  Merge in __mpsin1.
24281         (__mpcos): Likewise.
24282         (__mpsin1): Remove.
24283         (__mpcos1): Likewise.
24285 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24287         * locale/loadlocale.c (_nl_intern_locale_data): Use
24288         LOCFILE_ALIGNED_P.
24289         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24290         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24291         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24292         obstack data is appropriately aligned.
24293         (obstack_int32_grow_fast): Likewise.
24294         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24295         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24296         (add_locale_uint32_array): Likewise.
24298 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24300         * benchtests/Makefile: Remove ARGLIST and RET variables.
24301         ($(objpfx)bench-%.c): Pass only function name to the script.
24302         * benchtests/README: Update documentation.
24303         * benchtests/acos-inputs: Add new directives.
24304         * benchtests/acosh-inputs: Likewise.
24305         * benchtests/asin-inputs: Likewise.
24306         * benchtests/asinh-inputs: Likewise.
24307         * benchtests/atan-inputs: Likewise.
24308         * benchtests/atanh-inputs: Likewise.
24309         * benchtests/cos-inputs: Likewise.
24310         * benchtests/cosh-inputs: Likewise.
24311         * benchtests/exp-inputs: Likewise.
24312         * benchtests/log-inputs: Likewise.
24313         * benchtests/pow-inputs: Likewise.
24314         * benchtests/rint-inputs: Likewise.
24315         * benchtests/sin-inputs: Likewise.
24316         * benchtests/sinh-inputs: Likewise.
24317         * benchtests/tan-inputs: Likewise.
24318         * benchtests/tanh-inputs: Likewise.
24319         * scripts/bench.pl: Add support for new directives.
24321 2013-10-07  Alan Modra  <amodra@gmail.com>
24323         * README: Fix careless merge.
24325 2013-10-05  Alan Modra  <amodra@gmail.com>
24327         * NEWS: Mention powerpc64le support and bugs fixed.
24328         * README: Both big-endian and little-endian powerpc64 supported.
24330 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24332         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24333         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24334         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24335         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24337 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24339         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24340         match prototype.
24342 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24344         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24345         Move -mhard-float appending from
24346         ports/sysdeps/powerpc/powerpc32/Makefile.
24347         [$(with-fp) = yes] (ASFLAGS): Likewise.
24348         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24349         * sysdeps/powerpc/nofpu: Move directory from
24350         ports/sysdeps/powerpc/nofpu.
24351         * sysdeps/powerpc/soft-fp: Move directory from
24352         ports/sysdeps/powerpc/soft-fp.
24353         * sysdeps/powerpc/powerpc32/405: Move directory from
24354         ports/sysdeps/powerpc/powerpc32/405.
24355         * sysdeps/powerpc/powerpc32/440: Move directory from
24356         ports/sysdeps/powerpc/powerpc32/440.
24357         * sysdeps/powerpc/powerpc32/464: Move directory from
24358         ports/sysdeps/powerpc/powerpc32/464.
24359         * sysdeps/powerpc/powerpc32/476: Move directory from
24360         ports/sysdeps/powerpc/powerpc32/476.
24361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24362         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24364         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24366         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24368         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24370         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24371         * README: Update for powerpc-*-linux-gnu software floating point
24372         support in libc.
24374         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24375         case to powerpc/powerpc32*.
24376         * sysdeps/unix/sysv/linux/configure: Regenerated.
24378         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24379         (_FPU_MASK_OM): Define as 0x04.
24380         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24382         0x00c10080.
24383         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24384         0x0000003c.
24385         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24388         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24389         getcontext_e500.
24390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24391         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24392         setcontext_e500.
24393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24394         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24395         and setcontext_e500.
24397 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24399         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24401 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24403         * manual/threads.texi (Default Thread Attributes): Fix typo.
24405 2013-10-04  Will Newton  <will.newton@linaro.org>
24407         * malloc/Makefile: Add tst-memalign.
24408         * malloc/tst-memalign.c: New file.
24410         * malloc/tst-posix_memalign.c: Add comments.
24411         (do_test): Add comments and call free on all potentially
24412         allocated pointers. Add space after cast.
24414         * malloc/tst-pvalloc.c: Add comments.
24415         (do_test): Add comments and call free on all potentially
24416         allocated pointers. Remove duplicate check for NULL pointer.
24417         Add space after cast.
24419         * malloc/tst-valloc.c: Add comments.
24420         (do_test): Add comments and call free on all potentially
24421         allocated pointers. Remove duplicate check for NULL pointer.
24422         Add space after cast.
24424 2013-10-04  Alan Modra  <amodra@gmail.com>
24426         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24427         Use stdint types in rather than __attribute__((mode())).
24428         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24430 2013-10-04  Alan Modra  <amodra@gmail.com>
24432         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24433         Correct handling of unaligned relocs for little-endian.
24434         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24436 2013-10-04  Alan Modra  <amodra@gmail.com>
24438         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24439         * configure: Regenerate.
24440         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24441         * shlib-versions: Likewise.
24443 2013-10-04  Alan Modra  <amodra@gmail.com>
24445         * string/tester.c (test_memrchr): Increment reported test cycle.
24447 2013-10-04  Alan Modra  <amodra@gmail.com>
24449         * string/test-memcpy.c (do_one_test): When reporting errors, print
24450         string address and don't overrun end of string.
24452 2013-10-04  Alan Modra  <amodra@gmail.com>
24454         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24455         insrdi.  Make better use of reg selection to speed exit slightly.
24456         Schedule entry path a little better.  Remove useless "are we done"
24457         checks on entry to main loop.  Handle wrapping around zero address.
24458         Correct main loop count.  Handle single left-over word from main
24459         loop inline rather than by using loop_small.  Remove extra word
24460         case in loop_small caused by wrong loop count.  Add little-endian
24461         support.
24462         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24463         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24464         cache hint.
24465         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24466         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24467         support.  Avoid rlwimi.
24468         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24470 2013-10-04  Alan Modra  <amodra@gmail.com>
24472         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24473         insrdi.  Formatting.
24474         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24475         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24476         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24477         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24478         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24479         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24481 2013-10-04  Alan Modra  <amodra@gmail.com>
24483         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24484         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24485         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24486         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24487         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24488         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24489         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24490         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24491         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24492         use of regs.  Use power7 mtocrf.  Tidy function tails.
24494 2013-10-04  Alan Modra  <amodra@gmail.com>
24496         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24497         Formatting.  Consistently use rXXX register defines or rN defines.
24498         Use early exit labels that avoid restoring unused non-volatile regs.
24499         Make cr field use more consistent with rWORDn compares.  Rename
24500         regs used as shift registers for unaligned loop, using rN defines
24501         for short lifetime/multiple use regs.
24502         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24503         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24504         addi 1,1,64 to pop stack frame.  Simplify return value code.
24505         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24507 2013-10-04  Alan Modra  <amodra@gmail.com>
24509         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24510         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24511         rather than rlwimi.
24512         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24513         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24514         little-endian support.  Correct typos.
24515         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24516         rather than rlwimi.
24517         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24518         in loop and entry code to keep "and." results.
24519         (strchr): Add little-endian support.  Comment.  Move cntlzd
24520         earlier in tail.
24521         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24523 2013-10-04  Alan Modra  <amodra@gmail.com>
24525         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24526         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24527         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24528         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24530 2013-10-04  Alan Modra  <amodra@gmail.com>
24532         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24533         (rTMP): Define as r11.
24534         (strcmp): Add little-endian support.  Optimise tail.
24535         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24536         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24537         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24538         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24539         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24540         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24541         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24543 2013-10-04  Alan Modra  <amodra@gmail.com>
24545         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24546         little-endian support.  Remove unnecessary "are we done" tests.
24547         Handle "s" wrapping around zero and extremely large "size".
24548         Correct main loop count.  Handle single left-over word from main
24549         loop inline rather than by using small_loop.  Correct comments.
24550         Delete "zero" tail, use "end_max" instead.
24551         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24553 2013-10-04  Alan Modra  <amodra@gmail.com>
24555         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24556         support.  Don't branch over align.
24557         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24558         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24559         support.  Rearrange tmp reg use to suit.  Comment.
24560         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24562 2013-10-04  Alan Modra  <amodra@gmail.com>
24564         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24566 2013-10-04  Alan Modra  <amodra@gmail.com>
24568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24569         conditional form of branch and link when obtaining pc.
24570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24572 2013-10-04  Alan Modra  <amodra@gmail.com>
24574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24575         HIWORD/LOWORD.
24576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24579 2013-10-04  Alan Modra  <amodra@gmail.com>
24581         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24582         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24583         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24584         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24585         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24586         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24587         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24588         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24589         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24590         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24592 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24593             Alistair Popple <alistair@ozlabs.au.ibm.com>
24594             Alan Modra <amodra@gmail.com>
24596         [BZ #15723]
24597         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24598         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24599         _dl_hwcap access for little-endian.
24600         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24601         destroy vmx regs when saving unaligned.
24602         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24603         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24604         destroy vmx regs when saving unaligned.
24606 2013-10-04  Alan Modra  <amodra@gmail.com>
24608         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24609         Don't use a union to pack hi/low value.
24611 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24613         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24614         for little-endian.
24615         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24616         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24617         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24618         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24619         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24621 2013-10-04  Alan Modra  <amodra@gmail.com>
24623         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24624         constants to usual value for .cst8 section, and remove redundant
24625         high address load.
24626         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24627         constant for 0x1p52.  Load little-endian words of double from
24628         correct stack offsets.
24630 2013-10-04  Alan Modra  <amodra@gmail.com>
24632         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24633         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24634         words of double from correct stack offsets.
24635         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24636         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24637         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24638         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24639         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24640         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24641         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24642         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24643         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24644         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24645         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24646         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24647         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24648         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24649         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24650         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24651         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24653 2013-10-04  Alan Modra  <amodra@gmail.com>
24655         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24656         64-bit int/double union.
24657         (_FPU_SETCW): Likewise.
24658         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24659         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24661 2013-10-04  Alan Modra  <amodra@gmail.com>
24663         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24664         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24666 2013-10-04  Alan Modra  <amodra@gmail.com>
24668         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24669         use vector int constants.
24670         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24672 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24674         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24675         array with long long.
24676         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24677         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24678         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24679         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24680         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24681         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24682         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24683         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24684         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24685         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24686         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24687         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24688         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24690 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24692         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24693         (__signbit): Likewise.  Correct for little-endian.
24694         (__signbitl): Call __signbit.
24695         (lrint): Correct for little-endian.
24696         (lrintf): Call lrint.
24698 2013-10-04  Alan Modra  <amodra@gmail.com>
24700         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24701         union 32-bit int array member with 64-bit int array.
24702         (t515, tm256): Double rather than long double.
24703         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24705 2013-10-04  Alan Modra  <amodra@gmail.com>
24707         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24708         Delete.
24709         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24710         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24711         version of math_ldbl.h.
24713 2013-10-04  Alan Modra  <amodra@gmail.com>
24715         [BZ #15734], [BZ #15735]
24716         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24717         all uses of ieee875 long double macros and unions.  Simplify test
24718         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24719         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24720         normalize after ldbl_extract_mantissa, and don't add hidden bit
24721         already handled.  Don't treat low word of ieee854 mantissa like
24722         low word of IBM long double and mask off bit when testing for
24723         zero.
24724         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24725         all uses of ieee875 long double macros and unions.  Simplify tests
24726         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24727         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24728         two1022, instead use their values.  Recognise that tests for large
24729         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24730         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24731         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24732         test for 0.0L and nan.  Correct negation.
24733         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24734         ieee875 long double macros and unions.  Correct output for large
24735         magnitude x.  Correct absolute value calculation.
24736         (__erfcl): Likewise.
24737         * math/libm-test.inc: Add tests for errors discovered in IBM long
24738         double versions of fmodl, remainderl, erfl and erfcl.
24740 2013-10-04  Alan Modra  <amodra@gmail.com>
24742         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24743         all uses of ieee854 long double macros and unions.  Simplify tests
24744         for long doubles that are fully specified by the high double.
24745         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24746         Likewise.
24747         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24748         Remove dead code too.
24749         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24750         (__ieee754_ynl): Likewise.
24751         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24752         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24753         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24754         Remove dead code too.
24755         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24756         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24757         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24758         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24759         Simplify.
24760         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24761         Simplify.
24762         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24763         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24764         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24765         Comment on variable precision.
24766         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24767         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24768         Likewise.
24769         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24770         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24771         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24772         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24773         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24775 2013-10-04  Alan Modra  <amodra@gmail.com>
24777         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24778         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24779         all uses of ieee854 long double macros and unions.
24780         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24781         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24782         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24783         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24784         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24785         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24786         Likewise.
24787         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24788         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24789         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24790         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24791         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24792         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24793         Simplify sign and nan test too.
24794         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24795         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24796         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24797         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24798         Likewise.
24799         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24800         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24801         Likewise.
24802         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24803         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24804         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24805         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24806         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24807         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24809 2013-10-04  Alan Modra  <amodra@gmail.com>
24811         * stdio-common/printf_size.c (__printf_size): Don't use
24812         union ieee854_long_double in fpnum union.
24813         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24814         signbit macro to retrieve sign from long double.
24815         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24816         retrieve sign from long double.
24817         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24818         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24819         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24820         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24821         * math/test-misc.c (main): Don't use union ieee854_long_double.
24823 2013-10-04  Alan Modra  <amodra@gmail.com>
24825         [BZ #15680]
24826         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24827         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24828         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24829         calculation.  Remove unnecessary test for denormal exponent.
24830         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24831         Correct handling of denormals.  Avoid undefined shift behaviour.
24832         Correct normalisation of low mantissa when low double is denormal.
24833         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24834         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24835         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24836         Correct normalisation of low mantissa.  Test for overflow of high
24837         mantissa and normalise.
24838         (ldbl_nearbyint): Use more readable constant for two52.
24839         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24840         (__mpn_construct_long_double): Fix test for overflow of high
24841         mantissa and correct normalisation.  Avoid undefined shift.
24843 2013-10-04  Alan Modra  <amodra@gmail.com>
24845         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24846         (union ibm_extended_long_double): Define as an array of ieee754_double.
24847         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24848         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24849         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24850         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24851         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24852         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24853         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24854         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24855         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24856         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24857         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24859 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24861         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24862         page size instead of calling getpagesize.
24864         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24865         (LOCFILE_ALIGN_MASK): Likewise.
24866         (LOCFILE_ALIGN_UP): Likewise.
24867         (LOCFILE_ALIGNED_P): Likewise.
24868         * locale/programs/ld-collate.c (collate_output): Use the new
24869         macros instead of __alignof__ (int32_t).
24870         * locale/weight.h (findidx): Likewise.
24872 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24874         [BZ #431]
24875         * manual/string.texi: Fix strncat and wcsncat.
24877 2013-10-03  Brooks Moses  <bmoses@google.com>
24879         [BZ #15915]
24880         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24881         * Makerules: ...here, and adjust associated comments.
24883 2013-10-02  Will Newton  <will.newton@linaro.org>
24885         * malloc/Makefile: Add tst-pvalloc.
24886         * malloc/tst-pvalloc.c: New file.
24888 2013-10-02  Will Newton  <will.newton@linaro.org>
24890         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24891         improve test coverage.
24893 2013-10-02  Will Newton  <will.newton@linaro.org>
24895         * malloc/Makefile: Add tst-posix_memalign.
24896         * malloc/tst-posix_memalign.c: New file.
24898 2013-10-01  Eric Blake  <eblake@redhat.com>
24900         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24901         Use __THROWNL rather than __THROW on static functions.
24903 2013-09-30  Petr Machata  <pmachata@redhat.com>
24905         * elf/elf.h (R_AARCH64_ABS16): New macro.
24906         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24907         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24908         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24909         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24910         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24911         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24912         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24913         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24914         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24915         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24916         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24917         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24918         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24919         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24920         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24921         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24922         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24923         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24924         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24925         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24926         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24927         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24928         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24929         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24930         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24931         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24932         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24933         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24934         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24935         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24936         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24937         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24938         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24939         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24940         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24941         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24942         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24943         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24944         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24945         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24946         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24947         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24948         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24949         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24950         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24951         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24952         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24953         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24954         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24955         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24956         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24957         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24958         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24959         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24960         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24961         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24962         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24963         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24964         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24965         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24966         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24967         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24968         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24969         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24970         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24971         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24972         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24973         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24974         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24975         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24976         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24977         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24978         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24979         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24980         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24981         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24982         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24983         (R_AARCH64_TLSDESC_LDR): Likewise.
24984         (R_AARCH64_TLSDESC_ADD): Likewise.
24985         (R_AARCH64_TLSDESC_CALL): Likewise.
24987 2013-09-30  Andreas Schwab  <schwab@suse.de>
24989         [BZ #15048]
24990         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24991         the nss database lookup.
24992         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24993         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24995 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24997         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24999 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25001         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25002         ${Bash-specific parameter/pattern/string} parameter expansion.
25003         * sysdeps/unix/make-syscalls.sh: Likewise.
25005 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25007         * sysdeps/sh/stackguard-macros.h: New file.
25009 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25012         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25013         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25014         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25015         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25016         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25018 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25020         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25021         Fix thread ID register.
25023 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25025         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25026         [POSIX || UNIX98]: Require rather than permitting all symbols from
25027         <time.h>.
25028         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25029         element of struct sched_param.
25030         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25031         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25032         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25033         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25034         constant.
25036 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25038         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25039         argument calculation.
25041 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25043         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25044         Expect macro.
25045         [POSIX] (pthread_attr_t): Do not require type.
25046         [POSIX] (pthread_cond_t): Likewise.
25047         [POSIX] (pthread_condattr_t): Likewise.
25048         [POSIX] (pthread_key_t): Likewise.
25049         [POSIX] (pthread_mutex_t): Likewise.
25050         [POSIX] (pthread_mutexattr_t): Likewise.
25051         [POSIX] (pthread_once_t): Likewise.
25052         [POSIX] (pthread_t): Likewise.
25053         [POSIX-based standards] (pthread_atfork): Expect function.
25055 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25056             Richard Sandiford  <richard@codesourcery.com>
25058         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25059         (swap_endianness_p): New extern variable.
25060         (set_big_endian): New inline function.
25061         (maybe_swap_uint32): Likewise.
25062         (maybe_swap_uint32_array): Likewise.
25063         (maybe_swap_uint32_obstack): Likewise.
25064         * locale/programs/locfile.c: Include <stdbool.h>.
25065         (swap_endianness_p): New variable.
25066         (add_locale_uint32): Call maybe_swap_uint32.
25067         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25068         (write_locale_data): Call maybe_swap_uint32_array.
25069         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25070         maybe_swap_uint32.
25071         (obstack_int32_grow_fast): Likewise.
25072         (output_weightwc): Call maybe_swap_uint32_obstack.
25073         (collate_output): Likewise.
25074         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25075         (OPT_LITTLE_ENDIAN): Likewise.
25076         (options): Add --little-endian and --big-endian options.
25077         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25078         * locale/programs/locarchive.c: Include "locfile.h".
25079         (GET): New macro.
25080         (SET): Likewise.
25081         (INC): Likewise.
25082         (create_archive): Use the new macros to access fields of
25083         structures directly mapped from or written to locale archives.
25084         (oldlocrecentcmp): Likewise.
25085         (enlarge_archive): Likewise.
25086         (insert_name): Likewise.
25087         (add_alias): Likewise.
25088         (add_locale): Likewise.
25089         (delete_locales_from_archive): Likewise.
25090         (show_archive_content): Likewise.
25091         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25092         locale data.
25094 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25096         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25097         http://www.gnu.org/doc/freemanuals.texi.
25098         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25100 2013-09-24  Will Newton  <will.newton@linaro.org>
25102         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25103         macro.
25105 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25107         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25108         unsigned char.
25110 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25112         * manual/threads.texi (POSIX Threads): Fix a typo.
25114 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25116         [BZ #14547]
25117         * string/tst-strcoll-overflow.c: New test case.
25118         * string/Makefile (xtests): Add tst-strcoll-overflow.
25119         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25120         cache if string sizes may cause integer overflow.
25122         [BZ #14547]
25123         * string/strcoll_l.c (coll_seq): New members rule, idx,
25124         save_idx and back_us.
25125         (get_next_seq_nocache): New function.
25126         (do_compare_nocache): New function.
25127         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25128         when malloc fails.
25130 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25132         [BZ #15754]
25133         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25134         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25135         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25137         [BZ #15754]
25138         * elf/Makefile (tests): Add tst-ptrguard1.
25139         (tests-static): Add tst-ptrguard1-static.
25140         (tst-ptrguard1-ARGS): Define.
25141         (tst-ptrguard1-static-ARGS): Define.
25142         * elf/tst-ptrguard1.c: New file.
25143         * elf/tst-ptrguard1-static.c: New file.
25144         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25145         * sysdeps/i386/stackguard-macros.h: Likewise.
25146         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25147         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25148         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25149         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25150         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25151         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25153 2013-09-23  Hector Marco  <hecmargi@upv.es>
25154             Ismael Ripoll  <iripoll@disca.upv.es>
25155             Carlos O'Donell  <carlos@redhat.com>
25157         [BZ #15754]
25158         * sysdeps/generic/stackguard-macros.h: Define
25159         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25160         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25161         Define __pointer_chk_guard_local.
25162         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25163         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25165 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25167         [BZ #15859]
25168         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25170 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25172         * include/string.h (__ffs): Declare as hidden.
25173         * string/ffs.c (__ffs): Define as hidden.
25174         * sysdeps/i386/ffs.c (__ffs): Likewise.
25175         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25176         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25177         * sysdeps/s390/ffs.c (__ffs): Likewise.
25178         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25180 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25182         * NEWS: Mention malloc probes.
25184         * malloc/arena.c (new_heap): New memory_heap_new probe.
25185         (grow_heap): New memory_heap_more probe.
25186         (shrink_heap): New memory_heap_less probe.
25187         (heap_trim): New memory_heap_free probe.
25188         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25189         (systrim): New memory_sbrk_less probe.
25190         * manual/probes.texi: Document them.
25192         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25193         * manual/probes.texi: Document it.
25195         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25196         (__libc_realloc): Add memory_realloc_retry probe.
25197         (__libc_memalign): Add memory_memalign_retry probe.
25198         (__libc_valloc): Add memory_valloc_retry probe.
25199         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25200         (__libc_calloc): Add memory_calloc_retry probe.
25201         * manual/probes.texi: Document them.
25203         * malloc/arena.c (get_free_list): Add probe
25204         memory_arena_reuse_free_list.
25205         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25206         and memory_arena_reuse.
25207         (arena_get2) [!PER_THREAD]: Likewise.
25208         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25209         memory_arena_reuse_realloc.
25210         * manual/probes.texi: Document them.
25212         * malloc/malloc.c (__libc_free): Add
25213         memory_mallopt_free_dyn_thresholds probe.
25214         (__libc_mallopt): Add multiple memory_mallopt probes.
25215         * manual/probes.texi: Document them.
25217         * malloc/malloc.c: Include stap-probe.h.
25218         (__libc_mallopt): Add memory_mallopt probe.
25219         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25220         * manual/probes.texi: New.
25221         * manual/Makefile (chapters): Add probes.
25222         * manual/threads.texi: Set next node.
25224 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25226         [BZ #15963, #13985]
25227         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25228         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25229         Add `Chinese' to `nan' entry name.
25231 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25233         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25234         (POLYNOMIAL): Likewise.
25235         (TAYLOR_SINCOS): Likewise.
25236         (TAYLOR_SLOW): Likewise.
25237         (__sin): Use TAYLOR_SINCOS.
25238         (__cos): Likewise.
25239         (slow): Use TAYLOR_SLOW.
25240         (sloww): Likewise.
25241         (bsloww): Likewise.
25242         (csloww): Likewise.
25244 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25246         * stdlib/strtod_l.c: Fix buffer overrun.
25248 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25250         * benchtests/Makefile (bench): Add sincos.
25251         * benchtests/bench-sincos.c: New file.
25253         * math/libm-test.inc (cos_test_data): New test inputs.
25254         (sin_test_data): Likewise.
25256         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25257         macro.
25258         (__sin): Use it.
25259         (__cos): Likewise.
25260         (slow1): Likewise.
25261         (slow2): Likewise.
25262         (sloww1): Likewise.
25263         (sloww2): Likewise.
25264         (bsloww1): Likewise.
25265         (bsloww2): Likewise.
25266         (cslow2): Likewise.
25267         (csloww1): Likewise.
25268         (csloww2): Likewise.
25270         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25271         function.
25272         (__sin): Use it.
25273         (__cos): Likewise.
25275         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25276         gotos.
25277         (__cos): Likewise.
25279 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25281         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25282         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25283         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25284         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25285         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25286         * elf/cache.c (print_entry): Handle the new cache flags.
25288 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25289             Aldy Hernandez  <aldyh@redhat.com>
25291         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25292         Change condition to [_SOFT_FLOAT].
25293         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25294         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25295         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25296         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25299         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25300         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25302         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25303         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25304         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25305         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25306         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25307         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25308         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25309         declaration.
25311 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25313         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25314         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25315         (__longjmp): Use LOAD_GP to load saved GPRs.
25316         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25317         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25318         (__sigsetjmp): Use SAVE_GP to save GPRs.
25320         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25321         Do not append -msoft-float.
25322         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25324 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25326         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25328 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25330         [BZ #15966]
25331         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25332         (_FPU_GETCW): Use initial "__" on variable and field names but not
25333         on macro parameter name.
25334         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25335         parentheses around reference to macro parameter.
25337 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25339         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25340         prototype.
25341         (ctype_startup): Use uint32_t in cast and sizeof for
25342         ctype->charnames.
25344 2013-09-11  Jia Liu  <proljc@gmail.com>
25346         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25347         __daddr_t_defined.
25348         [__FreeBSD__]: Likewise.
25350 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25352         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25353         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25354         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25355         (strchr): Remove __strchr_sse42 ifunc selection.
25356         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25357         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25359 2013-09-11  Will Newton  <will.newton@linaro.org>
25361         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25362         parameter to RES. Remove hardcoded 1000 value.
25363         * benchtests/bench-skeleton.c (main): Pass RES parameter
25364         to TIMING_INIT and multiply result by 1000.
25366 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25370 2013-09-11  Andreas Schwab  <schwab@suse.de>
25372         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25373         if not defined.
25374         (O_TMPFILE) [__USE_GNU]: Define.
25375         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25376         Define.
25378 2013-09-11  Will Newton  <will.newton@linaro.org>
25380         [BZ #15857]
25381         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25382         does not overflow.
25384 2013-09-11  Will Newton  <will.newton@linaro.org>
25386         [BZ #15856]
25387         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25388         does not overflow.
25390 2013-09-11  Will Newton  <will.newton@linaro.org>
25392         [BZ #15855]
25393         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25394         does not overflow.
25396 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25398         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25399         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25400         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25401         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25402         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25404 2013-09-10  Allan McRae  <allan@archlinux.org>
25406         [BZ #15748]
25407         * manual/arith.texi (Parsing of Floats): Clarify
25408         cross-reference.
25410         [BZ #15849]
25411         * manual/install.texi (Running make install): Mention
25412         --enable-pt-chown.
25413         * INSTALL: Regenerated.
25415 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25417         * csu/init-first.c (_init): Remove the !SHARED condition around
25418         FPU control word initialization.
25419         * elf/dl-support.c (_dl_fpu_control): New variable.
25420         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25421         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25422         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25423         * math/test-fpucw-static.c: New file.
25424         * math/test-fpucw-ieee.c: New file.
25425         * math/test-fpucw-ieee-static.c: New file.
25426         * math/Makefile (tests): Add `test-fpucw-ieee' and
25427         `$(tests-static)'.
25428         (tests-static): New variable.
25429         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25430         dependency to...
25431         [($(build-shared),yes)]
25432         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25433         ... this.
25434         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25435         New dependency.
25437 2013-09-09  Allan McRae  <allan@archlinux.org>
25439         [BZ #15939]
25440         * manual/string.texi (Collation Functions): Fix typo in
25441         strcoll example.
25442         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25444         [BZ #15893]
25445         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25447         [BZ #15892]
25448         * libio/memstream.c (open_memstream): Fix memory leak.
25449         * libio/wmemstream.c (open_wmemstream): Likewise.
25451         [BZ #15895]
25452         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25454 2013-09-09  Will Newton  <will.newton@linaro.org>
25456         * malloc/Makefile: Add tst-realloc to tests.
25457         * malloc/tst-realloc.c: New file.
25459 2013-09-09  Allan McRae  <allan@archlinux.org>
25461         [BZ #15844]
25462         * COPYING: Update from GNU website to fix FSF address.
25463         * COPYING.LIB: Likewise.
25465 2013-09-06  David S. Miller  <davem@davemloft.net>
25467         * po/zh_TW.po: Update Chinese (traditional) translation from
25468         translation project.
25470 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25471             Joseph Myers  <joseph@codesourcery.com>
25473         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25474         "localeinfo.h".
25475         (obstack_chunk_alloc): New macro.
25476         (obstack_chunk_free): Likewise.
25477         (record_offset): New function.
25478         (init_locale_data): Likewise.
25479         (align_locale_data): Likewise.
25480         (add_locale_empty): Likewise.
25481         (add_locale_raw_data): Likewise.
25482         (add_locale_raw_obstack): Likewise.
25483         (add_locale_string): Likewise.
25484         (add_locale_wstring): Likewise.
25485         (add_locale_uint32): Likewise.
25486         (add_locale_uint32_array): Likewise.
25487         (add_locale_char): Likewise.
25488         (start_locale_structure): Likewise.
25489         (end_locale_structure): Likewise.
25490         (start_locale_prelude): Likewise.
25491         (end_locale_prelude): Likewise.
25492         (write_locale_data): Take locale_file structure rather than an
25493         iovec.
25494         * locale/programs/locfile.h: Include "obstack.h".
25495         (struct locale_file): Change to store locale file contents instead
25496         of header.
25497         (init_locale_data): New prototype.
25498         (align_locale_data): Likewise.
25499         (add_locale_empty): Likewise.
25500         (add_locale_raw_data): Likewise.
25501         (add_locale_raw_obstack): Likewise.
25502         (add_locale_string): Likewise.
25503         (add_locale_wstring): Likewise.
25504         (add_locale_uint32): Likewise.
25505         (add_locale_uint32_array): Likewise.
25506         (add_locale_char): Likewise.
25507         (start_locale_structure): Likewise.
25508         (end_locale_structure): Likewise.
25509         (start_locale_prelude): Likewise.
25510         (end_locale_prelude): Likewise.
25511         (write_locale_data): Update prototype.
25512         * locale/programs/3level.h (struct TABLE): Remove result field.
25513         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25514         Use new locale_file interface.
25515         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25516         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25517         * locale/programs/ld-address.c (address_output): Use new
25518         locale_file interface.
25519         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25520         NO_ADD_LOCALE.
25521         (collate_finish): Don't call collseq_table_finalize.
25522         (collate_output): Use new locale_file interface.
25523         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25524         in file.
25525         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25526         (TABLE): Move defines earlier in file.
25527         (ELEMENT): Likewise.
25528         (DEFAULT): Likewise.
25529         (wctrans_table_add): Move macro and inline function earlier in
25530         file.
25531         (struct wctype_table): Move type earlier in file.
25532         (add_locale_wctype_table): New static prototype.
25533         (struct locale_ctype_t): Use logical types instead of struct iovec
25534         pointers for members.
25535         (ctype_output): Use new locale_file interface.
25536         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25537         new locale_file interface.
25538         (allocate_arrays): Update for use of new locale_file interface.
25539         * locale/programs/ld-identification.c (identification_output): Use
25540         new locale_file interface.
25541         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25542         * locale/programs/ld-messages.c (messages_output): Likewise.
25543         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25544         * locale/programs/ld-name.c (name_output): Likewise.
25545         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25546         * locale/programs/ld-paper.c (paper_output): Likewise.
25547         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25548         * locale/programs/ld-time.c (time_output): Likewise.
25550 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25552         * benchtests/Makefile: Add memrchr benchmark.
25553         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25554         benchmark as memrchr.
25555         * benchtests/bench-memrchr-ifunc.c: New file.
25556         * benchtests/bench-memrchr.c: New file.
25558 2013-09-06   Will Newton  <will.newton@linaro.org>
25560         * benchtests/Makefile (string-bench): Add memcpy.
25562 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25563             Cong Wang  <amwang@redhat.com>
25565         [BZ #15850]
25566         * sysdeps/unix/sysv/linux/bits/in.h
25567         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25568         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25569         before __USE_KERNEL_IPV6_DEFS uses.
25570         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25571         IPPROTO_BEETPH.
25572         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25573         sockaddr_in6, or ipv6_mreq.
25575 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25577         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25578         memory access for final bytes in some large inputs.
25579         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25581 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25583         * string/test-memrchr.c: New file.
25584         * string/test-memrchr-ifunc.c: New file.
25585         * string/Makefile: Add new memrchr testcase.
25587 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25589         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25590         fanotify_init returns EPERM.
25592 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25594         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25595         errors.
25596         (top level): Treat second token from macro or constant entries for
25597         allowed headers as allowed.
25598         * include/complex.h: Condition internal declarations on
25599         [!_ISOMAC].
25600         * include/fenv.h: Condition include of <stdbool.h> and internal
25601         declarations on [!_ISOMAC].
25603 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25605         [BZ #15923]
25606         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25608 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25610         * configure.in (--enable-versioning): Remove configure option.
25611         (libc_cv_asm_symver_directive): Remove configure test.
25612         (libc_cv_ld_version_script_option): Likewise.
25613         (VERSIONING): Remove variable and AC_SUBST.
25614         (DO_VERSIONING): Remove AC_DEFINE.
25615         * configure: Regenerated.
25616         * config.h.in (DO_VERSIONING): Remove macro.
25617         * Makerules [$(versioning) = yes]: Change conditionals to
25618         [$(build-shared) = yes].
25619         * config.make.in (versioning): Remove variable.
25620         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25621         [$(build-shared) = yes].
25622         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25623         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25624         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25625         [$(build-shared) = yes].
25626         * extra-lib.mk [$(versioning) = yes]: Likewise.
25627         * hurd/Makefile [$(versioning) = yes]: Likewise.
25628         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25629         [SHARED].
25630         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25631         [SHARED].
25632         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25633         [SHARED && !NO_HIDDEN].
25634         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25635         [SHARED].
25636         [SHARED && DO_VERSIONING]: Likewise..
25637         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25638         [$(build-shared) = yes].
25639         * manual/install.texi (--disable-versioning): Remove
25640         documentation.
25641         * INSTALL: Regenerated.
25642         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25643         to [SHARED].
25644         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25645         [$(build-shared) = yes].
25646         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25647         * sysdeps/i386/i686/multiarch/strstr-c.c
25648         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25649         [SHARED && !NO_HIDDEN].
25650         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25651         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25652         * sysdeps/powerpc/powerpc32/dl-machine.c
25653         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25654         * sysdeps/powerpc/powerpc32/sysdep.h
25655         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25656         to [SHARED && PIC && !NO_HIDDEN].
25657         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25658         conditional to [SHARED].
25660 2013-09-04   Will Newton  <will.newton@linaro.org>
25662         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25663         * benchtests/bench-string.h: Include bench-timing.h instead
25664         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25665         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25666         call to HP_TIMING_DIFF_INIT.
25667         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25668         instead of hp-timing.h macros.
25669         * benchtests/bench-memchr.c: Likewise.
25670         * benchtests/bench-memcmp.c: Likewise.
25671         * benchtests/bench-memcpy.c: Likewise.
25672         * benchtests/bench-memmem.c: Likewise.
25673         * benchtests/bench-memmove.c: Likewise.
25674         * benchtests/bench-memset.c: Likewise.
25675         * benchtests/bench-rawmemchr.c: Likewise.
25676         * benchtests/bench-strcasecmp.c: Likewise.
25677         * benchtests/bench-strcasestr.c: Likewise.
25678         * benchtests/bench-strcat.c: Likewise.
25679         * benchtests/bench-strchr.c: Likewise.
25680         * benchtests/bench-strcmp.c: Likewise.
25681         * benchtests/bench-strcpy.c: Likewise.
25682         * benchtests/bench-strcpy_chk.c: Likewise.
25683         * benchtests/bench-strlen.c: Likewise.
25684         * benchtests/bench-strncasecmp.c: Likewise.
25685         * benchtests/bench-strncat.c: Likewise.
25686         * benchtests/bench-strncmp.c: Likewise.
25687         * benchtests/bench-strncpy.c: Likewise.
25688         * benchtests/bench-strnlen.c: Likewise.
25689         * benchtests/bench-strpbrk.c: Likewise.
25690         * benchtests/bench-strrchr.c: Likewise.
25691         * benchtests/bench-strspn.c: Likewise.
25692         * benchtests/bench-strstr.c: Likewise.
25694 2013-09-04  Will Newton  <will.newton@linaro.org>
25696         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25698 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25700         [BZ #15427]
25701         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25702         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25703         * math/libm-test.inc (lgamma_test_data): Add more tests.
25704         * sysdeps/i386/fpu/libm-test-ulps: Update.
25705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25707 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25709         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25710         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25711         Add ifunc.
25712         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25713         Add strcmp-sse2-unaligned
25714         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25716 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25718         * Versions.def (libc): Add GLIBC_2.19.
25720 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25722         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25723         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25725 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25727         [BZ #14155]
25728         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25729         intermediate calculations in recurrence.
25730         (__ieee754_ynf): Likewise.
25731         * math/libm-test.inc (jn_test_data): Do not allow spurious
25732         underflow exception.  Add more tests.
25733         (yn_test_data): Add more tests.
25734         * sysdeps/i386/fpu/libm-test-ulps: Update.
25735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25737 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25739         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25741 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25743         * csu/init-first.c: Fix then/than typos.
25744         * locale/programs/ld-collate.c: Likewise.
25745         * locale/programs/linereader.h: Likewise.
25746         * manual/charset.texi: Likewise.
25747         * manual/filesys.texi: Likewise.
25748         * manual/stdio.texi: Likewise.
25749         * manual/string.texi: Likewise.
25750         * stdlib/fmtmsg.c: Likewise.
25751         * sysdeps/i386/stpncpy.S: Likewise.
25752         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25753         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25754         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25755         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25757 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25759         * elf/dl-open.c: Fix typos.
25760         * iconvdata/gbbig5.c: Likewise.
25761         * iconvdata/iso-2022-jp.c: Likewise.
25762         * iconv/gconv_int.h: Likewise.
25763         * iconv/loop.c: Likewise.
25764         * nis/rpcsvc/nis.h: Likewise.
25765         * resolv/ns_name.c: Likewise.
25766         * stdio-common/vfscanf.c: Likewise.
25767         * streams/stropts.h: Likewise.
25768         * sunrpc/rpc_thread.c: Likewise.
25769         * sysdeps/i386/strpbrk.S: Likewise.
25770         * sysdeps/ieee754/k_standard.c: Likewise.
25771         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25772         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25773         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25774         * sysdeps/mach/hurd/profil.c: Likewise.
25775         * sysdeps/s390/dl-procinfo.h: Likewise.
25776         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25777         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25778         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25779         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25780         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25782 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25784         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25785         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25787 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25789         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25790         aix specific files.
25791         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25792         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25793         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25794         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25795         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25796         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25797         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25798         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25800 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25801             Roland McGrath  <roland@hack.frob.com>
25803         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25804         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25806 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25808         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25809         __executable_start symbol instead of _start.
25811 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25813         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25814         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25815         Move macros to...
25816         * sysdeps/gnu/ldsodefs.h: ... this new file.
25818         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25819         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25820         instead of ELFOSABI_LINUX.
25822         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25823         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25824         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25825         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25826         Likewise.
25827         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25828         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25829         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25830         Likewise.
25831         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25832         (ibm_extended_long_double): Add ieee_nan member.
25833         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25834         (do_test): New function.
25836         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25837         TEST_TRUNC.
25838         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25839         functions, renamed from truncdfsf_test, trunctfsf_test,
25840         trunctfdf_test.
25841         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25842         functions.
25843         (do_test): Run all these.
25845 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25847         * argp/argp-help.c: Fix typos.
25848         * argp/argp-parse.c: Likewise.
25849         * debug/backtracesyms.c: Likewise.
25850         * elf/elf.h: Likewise.
25851         * malloc/malloc.c: Likewise.
25852         * nis/nis_print.c: Likewise.
25853         * resolv/res_comp.c: Likewise.
25854         * stdlib/stdlib.h: Likewise.
25855         * sunrpc/clnt_tcp.c: Likewise.
25856         * sunrpc/clnt_udp.c: Likewise.
25857         * sunrpc/clnt_unix.c: Likewise.
25858         * sysdeps/unix/bsd/ptsname.c: Likewise.
25859         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25860         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25862         Likewise.
25863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25864         Likewise.
25865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25866         Likewise.
25867         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25869 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25871         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25874 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25876         [BZ #15897]
25877         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25878         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25879         ($(objpfx)bug-dl-leaf): New rule.
25880         ($(objpfx)bug-dl-leaf.so): Likewise.
25881         ($(objpfx)bug-dl-leaf.out): Likewise.
25882         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25883         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25884         * dlfcn/bug-dl-leaf.c: New test.
25885         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25886         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25887         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25888         (dlclose): Likewise.
25889         (dlmopen): Likewise.
25891 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25893         * include/netdb.h [!_ISOMAC]:
25894         Don't include <tls.h>.
25895         (h_errno, __libc_h_errno): Move declaration and macros out of
25896         [_LIBC_REENTRANT].
25898         * include/resolv.h [_RESOLV_H_]:
25899         Don't include <tls.h>.
25900         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25901         * resolv/res_libc.c: Don't include <tls.h>.
25902         (_res): Use __attribute__ ((nocommon)) in place of
25903         __attribute__ ((section (".bss"))).
25905         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25906         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25908         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25910         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25911         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25913         * resolv/res_mkquery.c: Include <sys/time.h>.
25915         * inet/ifreq.c: Moved to ...
25916         * sysdeps/unix/ifreq.c: ... here.
25917         * inet/ifreq.c: New file, true stub version.
25919         * socket/sa_len.c: New file.
25920         * socket/Makefile (aux): Add it.
25921         * sysdeps/unix/sysv/linux/Makefile
25922         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25923         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25924         and #include <socket/sa_len.c>.
25925         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25926         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25928         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25929         * bits/socket.h: ... here.
25931         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25932         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25933         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25935 2013-08-27  Andreas Schwab  <schwab@suse.de>
25937         [BZ #15736]
25938         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25939         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25940         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25941         * string/test-strcasecmp.c (test_main): Run tests in several
25942         locales.
25943         * string/test-strncasecmp.c (test_main): Likewise.
25945         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25946         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25947         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25948         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25949         (__strncasecmp_ssse3) [PIC]: Likewise.
25951 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25953         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25955         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25956         instead of explicitly declaring xdecrypt.
25957         * nis/nss_nis/nis-publickey.c: Likewise.
25959 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25961         [BZ #15890]
25962         * nscd/aicache.c: Include res_hconf.h.
25963         (addhstaiX): Initialize res_hconf.
25965 2013-08-26  Andreas Schwab  <schwab@suse.de>
25967         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25968         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25970 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25972         * nscd/aicache.c (addhstaiX): Fix indentation.
25974 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25976         * configure.ac: Quote $build_pt_chown test.
25977         * configure: Regenerated.
25979 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25981         [BZ #15532]
25982         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25983         * math/s_cexpf.c (__cexpf): Likewise.
25984         * math/s_cexpl.c (__cexpl): Likewise.
25985         * math/libm-test.inc (cexp_test_data): Correct expected return
25986         value for NaN + i0.  Add another test.
25988 2013-08-22  David S. Miller  <davem@davemloft.net>
25990         * po/ca.po: Update Catalan translation from translation project.
25991         * po/uk.po: Add Ukrainian translations from translation project.
25993 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25995         [BZ #15797]
25996         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25997         is infinite, not alongside NaN test.
25998         * math/s_fdimf.c (__fdimf): Likewise.
25999         * math/s_fdiml.c (__fdiml): Likewise.
26000         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26001         errno is unchanged.
26003 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26005         * argp/argp-help.c: Fix typos.
26006         * crypt/speeds.c: Likewise.
26007         * csu/check_fds.c: Likewise.
26008         * elf/dl-load.c: Likewise.
26009         * elf/dl-open.c: Likewise.
26010         * elf/reldep3.c: Likewise.
26011         * elf/reldep.c: Likewise.
26012         * elf/sprof.c: Likewise.
26013         * iconv/iconv_charmap.c: Likewise.
26014         * iconv/skeleton.c: Likewise.
26015         * iconv/strtab.c: Likewise.
26016         * io/lockf64.c: Likewise.
26017         * libio/libioP.h: Likewise.
26018         * resolv/gai_notify.c: Likewise.
26019         * resolv/ns_name.c: Likewise.
26020         * resolv/ns_samedomain.c: Likewise.
26021         * resolv/res_send.c: Likewise.
26022         * stdlib/random.c: Likewise.
26023         * sunrpc/rpc/xdr.h: Likewise.
26024         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26025         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26026         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26027         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26028         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26029         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26030         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26031         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26032         * sysdeps/mach/hurd/check_fds.c: Likewise.
26033         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26034         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26035         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26036         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26037         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26038         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26039         * sysdeps/pthread/aio_notify.c: Likewise.
26040         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26041         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26042         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26043         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26044         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26046 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26048         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26049         version if bit_Slow_SSE4_2 is set.
26050         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26051         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26053 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26055         [BZ #15867]
26056         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26057         trampoline stack frame information.
26058         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26059         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26060         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26061         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26062         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26063         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26064         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26065         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26066         sa_flags value.
26067         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26068         interrupting a syscall and set with option SA_SIGINFO.
26070 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26072         [BZ #15531]
26073         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26074         argument is infinite.
26075         * math/s_cprojf.c (__cprojf): Likewise.
26076         * math/s_cprojl.c (__cprojl): Likewise.
26077         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26078         * math/libm-test.inc (cproj_test_data): Add more tests.
26080         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26082         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26083         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26084         size.  Use __ffs to determine corresponding shift.
26086 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26087             Roland McGrath  <roland@hack.frob.com>
26089         * Makefile (INSTALL): Remove trailing blank lines from output of
26090         makeinfo.
26092 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26094         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26095         Align 32 bit compat elf_greg to 8 bytes.
26097 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26099         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26101 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26103         * string/strcoll_l.c (coll_seq): New structure.
26104         (get_next_seq_cached): New function.
26105         (get_next_seq): New function.
26106         (do_compare): New function.
26107         (STRCOLL): Use GNU style definition.  Simplify implementation
26108         by using get_next_seq, get_next_seq_cached and do_compare.
26110 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26112         [BZ #14699]
26113         CVE-2013-4237
26114         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26115         member.
26116         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26117         member.
26118         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26119         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26120         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26121         conditional.
26122         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26123         GETDENTS_64BIT_ALIGNED.
26124         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26125         * manual/filesys.texi (Reading/Closing Directory): Document
26126         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26127         strongly.
26128         * manual/conf.texi (Limits for Files): Add portability note to
26129         NAME_MAX, PATH_MAX.
26130         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26132 2013-08-13  Andreas Schwab  <schwab@suse.de>
26134         [BZ #15749]
26135         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26136         of fabs.
26137         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26138         LDBL_MAX_EXP >= 16384]: Add tests for it.
26140 2013-08-12  David S. Miller  <davem@davemloft.net>
26142         * version.h (RELEASE): Set to "development".
26143         (VERSION): Set to "2.18.90".
26144         * NEWS: Add 2.19 section.
26146 2013-08-03  David S. Miller  <davem@davemloft.net>
26148         * po/ko.po: Update Korean translation from translation project.
26150 2013-08-01  David S. Miller  <davem@davemloft.net>
26152         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26153         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26154         Bilka.
26156 2013-07-30  David S. Miller  <davem@davemloft.net>
26158         * po/fr.po: Update French translation from translation project.
26160 2013-07-28  David S. Miller  <davem@davemloft.net>
26162         * po/cs.po: Update Czech translation from translation project.
26164         * po/sv.po: Update Swedish translation from translation project.
26166 2013-07-27  David S. Miller  <davem@davemloft.net>
26168         * po/eo.po: Update Esperanto translation from translation project.
26170         * po/vi.po: Update Vietnamese translation from translation project.
26172         * po/de.po: Update German translation from translation project.
26174 2013-07-26  David S. Miller  <davem@davemloft.net>
26176         * po/bg.po: Update Bulgarian translation from translation project.
26178         * po/nl.po: Update Dutch translation from translation project.
26179         * po/pl.po: Update Polish translation from translation project.
26180         * po/ru.po: Update Russian translation from translation project.
26182 2013-07-24  David S. Miller  <davem@davemloft.net>
26184         * po/libc.pot: Update.
26186 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26188         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26189         variable page size.
26190         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26191         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26192         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26194 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26196         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26198 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26199             Andreas Schwab  <schwab@suse.de>
26200             Roland McGrath  <roland@hack.frob.com>
26201             Joseph Myers  <joseph@codesourcery.com>
26202             Carlos O'Donell  <carlos@redhat.com>
26204         [BZ #15755]
26205         * config.h.in: Define HAVE_PT_CHOWN.
26206         * config.make.in (build-pt-chown): New variable.
26207         * configure.in (--enable-pt_chown): New configure option.
26208         * configure: Regenerate.
26209         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26210         build-pt-chown is enabled.
26211         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26212         pt_chown to fix pty ownership.
26213         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26214         CLOSE_ALL_FDS.
26215         * manual/install.texi (Configuring and compiling): Mention
26216         --enable-pt_chown. Add @findex for grantpt.
26217         * INSTALL: Regenerate.
26219 2013-07-20  David S. Miller  <davem@davemloft.net>
26221         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26222         difference between 32-bit and 64-bit.
26224 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26226         [BZ #15711]
26227         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26228         Avoid system header dependency with -ffreestanding.
26229         ($(objpfx)bits/syscall%d): Likewise.
26231 2013-07-13  David S. Miller  <davem@davemloft.net>
26233         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26234         underflows from atanl/atan2l due to bug 15319.
26235         (casinh_test_data): Likewise.
26237 2013-07-07  David S. Miller  <davem@davemloft.net>
26239         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26241 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26243         * sysdeps/i386/fpu/libm-test-ulps: Update.
26244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26246 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26248         * configure.in (--enable-lock-elision): Fix message text.
26249         * INSTALL: Regenerate.
26250         * configure: Regenerate.
26252 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26256 2013-07-03  Andreas Jaeger  <aj@suse.de>
26258         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26259         define.
26260         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26261         (ptrace_peeksiginfo_args): Add.
26262         (__ptrace_peeksiginfo_flags): Add.
26263         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26264         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26265         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26267 2013-07-03  Allan McRae  <allan@archlinux.org>
26269         * sysdeps/i386/fpu/libm-test-ulps: Update.
26271 2013-07-02  David S. Miller  <davem@davemloft.net>
26273         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26275 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26277         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26279 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26281         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26284 2013-07-02  Andi Kleen <ak@linux.intel.com>
26286         * config.h.in (ENABLE_LOCK_ELISION): Add.
26287         * configure.in (--enable-lock-elision): Add option.
26288         * manual/install.texi: Document --enable lock elision.
26289         * configure: Regenerate
26290         * INSTALL: Regenerate.
26292 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26294         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26295         SSE4.2 strcasecmp for libc.a.
26296         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26298 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26300         [BZ #13304]
26301         * soft-fp/op-common.h (_FP_FMA): New macro.
26302         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26303         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26304         (_FP_MUL_MEAT_1_imm): ... here.
26305         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26306         (_FP_MUL_MEAT_1_wide): ... here.
26307         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26308         (_FP_MUL_MEAT_1_hard): ... here.
26309         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26310         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26311         (_FP_MUL_MEAT_2_wide): ... here.
26312         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26313         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26314         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26315         (_FP_MUL_MEAT_2_gmp): ... here.
26316         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26317         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26318         (_FP_MUL_MEAT_4_wide): ... here.
26319         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26320         (_FP_MUL_MEAT_4_gmp): ... here.
26321         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26322         (_FP_WFRACBITS_DW_S): Likewise.
26323         (_FP_WFRACXBITS_DW_S): Likewise.
26324         (_FP_HIGHBIT_DW_S): Likewise.
26325         (FP_FMA_S): Likewise.
26326         (_FP_FRAC_HIGH_DW_S): Likewise.
26327         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26328         (_FP_WFRACBITS_DW_D): Likewise.
26329         (_FP_WFRACXBITS_DW_D): Likewise.
26330         (_FP_HIGHBIT_DW_D): Likewise.
26331         (FP_FMA_D): Likewise.
26332         (_FP_FRAC_HIGH_DW_D): Likewise.
26333         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26334         (_FP_WFRACBITS_DW_E): Likewise.
26335         (_FP_WFRACXBITS_DW_E): Likewise.
26336         (_FP_HIGHBIT_DW_E): Likewise.
26337         (FP_FMA_E): Likewise.
26338         (_FP_FRAC_HIGH_DW_E): Likewise.
26339         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26340         (_FP_WFRACBITS_DW_Q): Likewise.
26341         (_FP_WFRACXBITS_DW_Q): Likewise.
26342         (_FP_HIGHBIT_DW_Q): Likewise.
26343         (FP_FMA_Q): Likewise.
26344         (_FP_FRAC_HIGH_DW_Q): Likewise.
26345         * soft-fp/fmasf4.c: New file.
26346         * soft-fp/fmadf4.c: Likewise.
26347         * soft-fp/fmatf4.c: Likewise.
26349 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26351         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26352         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26353         Silvermont.
26354         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26355         macro.
26356         (index_Slow_SSE4_2): Likewise.
26357         (index_Prefer_PMINUB_for_stringop): Likewise.
26358         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26359         bit_Slow_SSE4_2 is set.
26360         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26361         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26363 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26365         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26366         rtld_global._dl_hwcap2.
26367         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26368         POWER8.
26369         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26370         POWER8 feature descriptions defined in _dl_hwcap2.
26371         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26372         string handling for POWER8 feature bits.
26373         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26374         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26375         _dl_powerpc_cap_flags.
26376         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26377         * sysdeps/powerpc/rtld-global-offsets.sym
26378         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26379         _dl_hwcap2 in the rtld_global_ro structure.
26381 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26383         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26384         hardware capabilities in support of AT_HWCAP2.
26385         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26386         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26387         GLRO(dl_hwcap2).
26388         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26389         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26390         explicitly the unknown a_type display mechanism is used.
26391         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26392         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26393         struct member.
26394         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26395         to macro prototype for AT_HWCAP2 support.
26396         * sysdeps/i386/dl-procinfo.h: Likewise.
26397         * sysdeps/s390/dl-procinfo.h: Likewise.
26398         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26399         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26400         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26401         return -1 for unknown a_type display fallback.
26402         * sysdeps/sparc/dl-procinfo.h: Likewise.
26403         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26404         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26406 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26408         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26409         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26411 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26413         [BZ #12492]
26414         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26415         mprotect making __stack_prot writable.
26417 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26418             Joseph Myers  <joseph@codesourcery.com>
26420         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26421         as being properly aligned.
26423 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26425         * dlfcn/modstatic5.c: New file.
26426         * dlfcn/tststatic5.c: New file.
26427         * dlfcn/Makefile (tests): Add tststatic5.
26428         (tests-static): Likewise.
26429         (modules-names): Add modstatic5.
26430         (tststatic5-ENV): New variable.
26431         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26433         [BZ #15022]
26434         * elf/dl-support.c (_dl_main_map): New variable.
26435         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26436         (_dl_nns, _dl_load_adds): Set to 1.
26437         (_dl_initial_searchlist): Refer to _dl_main_map.
26438         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26439         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26440         call to _dl_get_origin.
26441         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26442         around call_map.
26443         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26444         * dlfcn/modstatic3.c: New file.
26445         * dlfcn/tststatic3.c: New file.
26446         * dlfcn/tststatic4.c: New file.
26447         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26448         (tests-static): Likewise.
26449         (modules-names): Add modstatic3.
26450         (tststatic3-ENV, tststatic4-ENV): New variables.
26451         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26452         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26454 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26456         * configure.in (CC): Require GCC version 4.4 or later.
26457         * configure: Regenerated.
26458         * manual/install.texi (Tools for Compilation): Update GCC version
26459         requirement.
26460         * INSTALL: Regenerated.
26462 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26464         [BZ #15674]
26465         * string/test-memcmp.c (check2): New.
26466         (main): Call check2.
26468         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26470 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26472         [BZ #15022]
26473         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26474         over to...
26475         (dl_open_worker) [!SHARED]: ... here.
26477 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26479         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26481 2013-06-25  Richard Henderson  <rth@redhat.com>
26483         * locale/programs/locarchive.c: Include <libc-internal.h>
26485 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26487         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26488         trailing whitespace removed.
26490 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26492         [BZ #10283]
26493         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26494         * locale/programs/locarchive.c: Include libc-mmap.h.
26495         (prepare_address_space): Take two new outputs (the mmap base and len).
26496         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26497         values.
26498         (create_archive): Declare new mmap base and len values for
26499         prepare_address_space, and store the result in ah.
26500         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26501         (enlarge_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         Declare new mmap base and len values for
26504         prepare_address_space, and store the result in new_ah.
26505         (open_archive): Declare new mmap base and len values for
26506         prepare_address_space, and store the result in ah.
26507         (close_archive): If ah->mmap_base is not NULL, use that and
26508         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26509         * sysdeps/generic/libc-mmap.h: New file.
26511 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26513         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26514         (ALIGN_UP): Likewise.
26515         (PTR_ALIGN_DOWN): Likewise.
26516         (PTR_ALIGN_UP): Likewise.
26518 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26520         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26521         entry mapped to PPC_PLATFORM_POWER8.
26522         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26523         POWER8.
26524         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26525         (_dl_string_platform): Add case for exporting platform position for
26526         POWER8.
26527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26528         search path to sysdeps/powerpc/powerpc32/power8 directory.
26529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26530         search path to sysdeps/powerpc/powerpc64/power8 directory.
26531         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26532         power7 directories.
26533         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26534         power7 directories.
26536 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26538         * INSTALL: Regenerate.
26540         * nscd/connections.c (nscd_init): Fix comment.
26542 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26544         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26546         [BZ #15667]
26547         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26548         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26550 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26552         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26553         DL_DST_REQ_STATIC.
26554         (DL_DST_REQ_STATIC): Remove macro.
26556 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26558         [BZ #7006]
26559         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26560         with a shift of 0 bits.
26562 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26564         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26565         $(tststatic-ENV).
26567 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26569         [BZ #15655]
26570         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26572 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26574         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26575         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26576         accepts -fno-tree-loop-distribute-patterns.
26577         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26578         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26579         recursive call.
26580         * string/memset.c (memset): Likewise.
26581         * string/test-memmove.c (simple_memmove): Disable loop transformation
26582         to library calls.
26583         * string/test-memset.c (simple_memset): Likewise.
26584         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26585         * benchtests/bench-memset.c (simple_memset): Likewise.
26586         * configure: Regenerated.
26588 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26590         * math/test-misc.c (main): Ignore fesetround failure when failures
26591         of subsequent rounding tests would be ignored.
26593         [BZ #15654]
26594         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26595         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26596         * math/fegetenv.c (__fegetenv): Return 0.
26597         * math/fegetexcept.c (fegetexcept): Return 0.
26598         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26599         FE_TONEAREST.
26600         * math/feholdexcpt.c (feholdexcept): Return 0.
26601         * math/fesetenv.c (__fesetenv): Return 0.
26602         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26603         argument FE_TONEAREST.
26604         * math/feupdateenv.c (__feupdateenv): Return 0.
26605         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26607 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26609         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26610         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26611         ($(objpfx)rtld-%.os rules): Use them.
26613 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26615         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26616         fields.
26618 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26620         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26621         length of target pattern, then descending length of dependency pattern.
26622         * configure.in (AWK): Require gawk 3.1.2 or newer.
26623         * manual/install.texi (Tools for Compilation): Say that we do.
26624         * configure: Regenerated.
26626         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26627         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26628         * scripts/sysd-rules.awk: ... this new script.
26629         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26630         than a glob-style pattern.
26632 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26634         * math/test-misc.c (main): Do not treat incorrectly rounded
26635         conversions as failure unless ROUNDING_TESTS passes.
26637 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26639         [BZ #15631]
26640         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26641         restore exception state around main square root computation, then
26642         check for inexactness explicitly.
26644         * math/libm-test.inc (fma_test_data): Add another test.
26646 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26648         * manual/threads.texi (Non-POSIX Extensions): New document
26649         node.  Document pthread_getattr_default_np and
26650         pthread_setattr_default_np.
26652         * Versions.def (libpthread): Add GLIBC_2.18.
26653         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26655         Likewise.
26656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26657         Likewise.
26658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26659         Likewise.
26660         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26661         Likewise.
26662         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26663         Likewise.
26664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26665         Likewise.
26666         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26667         Likewise.
26668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26669         Likewise.
26670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26671         Likewise.
26673 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26675         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26676         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26678 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26679             H.J. Lu  <hjl.tools@gmail.com>
26681         [BZ #15627]
26682         * sysdeps/x86_64/rtld-memset.c: Remove file.
26683         * sysdeps/x86_64/rtld-memset.S: New file.
26685 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26687         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26688         (test_in_one_mode): Take arguments for whether the rounding mode
26689         is supported for each floating-point type.
26690         (do_test): Pass new arguments to test_in_one_mode using
26691         ROUNDING_TESTS.
26693 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26695         * posix/tst-waitid.c (do_test): Distinguish different instances of
26696         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26697         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26698         before entering the kernel for waitpid.
26700 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26702         * NEWS: Fix note on clock function precision.  Text by Roland
26703         McGrath.
26705 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26707         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26708         it into place only when and if the sanity check passes.
26710 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26712         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26713         output for whether conversion result is exact.  Take argument
26714         indicating whether type is IBM long double.
26715         (round_for_all): Change need_exact field to ibm_ld.
26716         * stdlib/tst-strtod-round.c (struct exactness): New type.
26717         (struct test): Change bool ld_ok field to struct exactness exact.
26718         (TEST): Update all definitions for change to field.
26719         (tests): Regenerate array contents.
26720         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26721         field value.  Check for IBM long double here.
26722         (do_test): Update calls to test_in_one_mode.
26724 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26726         [BZ #12515]
26727         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26728         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26730 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26732         [BZ #15605]
26733         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26734         generated by the compiler on loop optimizations.
26735         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26736         general definitions.
26738 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26740         * math/bug-nextafter.c: Include <math-tests.h>.
26741         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26742         the relevant type.
26743         * math/bug-nexttoward.c: Include <math-tests.h>.
26744         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26745         the relevant type.
26746         * math/test-misc.c: Include <math-tests.h>.
26747         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26748         the relevant type.
26750 2013-06-12  Andreas Jaeger  <aj@suse.de>
26752         * po/ia.po: Update Interlingua translation from translation
26753         project.
26755 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26757         * include/fenv.h: Include stdbool.h.
26758         (struct rm_ctx): New structure.
26759         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26760         Define macro.
26761         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26762         (SET_RESTORE_ROUNDF): Likewise.
26763         (SET_RESTORE_ROUNDL): Likewise.
26764         (SET_RESTORE_ROUND_NOEX): Likewise.
26765         (SET_RESTORE_ROUND_NOEXF): Likewise.
26766         (SET_RESTORE_ROUND_NOEXL): Likewise.
26767         (SET_RESTORE_ROUND_53BIT): Likewise.
26768         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26769         (libc_feresetround_noexf_ctx): Likewise.
26770         (libc_feresetround_noexl_ctx): Likewise.
26771         (libc_feholdsetround_53bit_ctx): Likewise.
26772         (libc_feresetround_53bit_ctx): Likewise.
26773         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26774         (libc_feholdexcept_setround_sse_ctx): New function.
26775         (libc_fesetenv_sse_ctx): Likewise.
26776         (libc_feupdateenv_sse_ctx): Likewise.
26777         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26778         (libc_feholdexcept_setround_387_ctx): Likewise.
26779         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26780         (libc_feholdsetround_387_prec_ctx): Likewise.
26781         (libc_feholdsetround_387_ctx): Likewise.
26782         (libc_feholdsetround_387_53bit_ctx): Likewise.
26783         (libc_feholdsetround_sse_ctx): Likewise.
26784         (libc_feresetround_sse_ctx): Likewise.
26785         (libc_feresetround_387_ctx): Likewise.
26786         (libc_feupdateenv_387_ctx): Likewise.
26787         (libc_feholdexcept_setroundf_ctx): Define macro.
26788         (libc_fesetenvf_ctx): Likewise.
26789         (libc_feupdateenvf_ctx): Likewise.
26790         (libc_feholdsetroundf_ctx): Likewise.
26791         (libc_feresetroundf_ctx): Likewise.
26792         (libc_feholdexcept_setround_ctx): Likewise.
26793         (libc_fesetenv_ctx): Likewise.
26794         (libc_feupdateenv_ctx): Likewise.
26795         (libc_feholdsetround_ctx): Likewise.
26796         (libc_feresetround_ctx): Likewise.
26797         (libc_feholdexcept_setroundl_ctx): Likewise.
26798         (libc_feupdateenvl_ctx): Likewise.
26799         (libc_feholdsetroundl_ctx): Likewise.
26800         (libc_feresetroundl_ctx): Likewise.
26801         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26802         (libc_feresetround_53bit_ctx): Likewise.
26804 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26806         * locale/iso-639.def: Convert to UTF-8.
26808 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26810         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26811         (EXCEPTION_TESTS_double): Likewise.
26812         (EXCEPTION_TESTS_long_double): Likewise.
26813         (EXCEPTION_TESTS): Likewise.
26814         * math/libm-test.inc (test_exceptions): Only test exceptions if
26815         EXCEPTION_TESTS (FLOAT).
26817 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26819         * benchtests/Makefile (string-bench): Add strcpy_chk and
26820         stpcpy_chk.
26821         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26822         * benchtests/bench-stpcpy_chk.c: New file.
26823         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26824         * benchtests/bench-strcpy_chk.c: New file.
26825         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26826         code.
26827         (do_test): Likewise.
26829 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26831         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26832         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26833         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26834         with tabs where appropriate.
26835         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26836         dl-procinfo.h.
26837         [PPC_PLATFORM_PPC440]: Likewise.
26838         [PPC_PLATFORM_PPC464]: Likewise.
26839         [PPC_PLATFORM_PPC476]: Likewise.
26840         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26841         ppc464, and ppc476 platform strings merging from ports/
26842         dl-procinfo.h.
26844 2013-06-11  Andreas Schwab  <schwab@suse.de>
26846         [BZ #14991]
26847         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26848         (from_ucs4_idx): Regenerate.
26849         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26850         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26851         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26852         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26853         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26854         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26855         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26856         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26857         from FROM_LOOP and TO_LOOP specific macros.
26858         (BODY): Handle combining characters.
26859         * iconvdata/BIG5HKSCS.irreversible: Update.
26860         * iconvdata/BIG5HKSCS.precomposed: New file.
26861         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26862         characters.
26863         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26865 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26867         * include/sys/time.h: Fix indentation and add copyright header.
26869         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26870         (do_test): Likewise.
26871         * string/test-memchr.c (do_one_test): Likewise.
26872         (do_test): Likewise.
26873         * string/test-memcmp.c (do_one_test): Likewise.
26874         (do_test): Likewise.
26875         * string/test-memcpy.c (do_one_test): Likewise.
26876         (do_test): Likewise.
26877         * string/test-memmem.c (do_one_test): Likewise.
26878         (do_test): Likewise.
26879         (do_random_tests): Likewise.
26880         * string/test-memmove.c (do_one_test): Likewise.
26881         (do_test): Likewise.
26882         * string/test-memset.c (do_one_test): Likewise.
26883         (do_test): Likewise.
26884         * string/test-rawmemchr.c (do_one_test): Likewise.
26885         (do_test): Likewise.
26886         * string/test-strcasecmp.c (do_one_test): Likewise.
26887         (do_test): Likewise.
26888         * string/test-strcasestr.c (do_one_test): Likewise.
26889         (do_test): Likewise.
26890         * string/test-strcat.c (do_one_test): Likewise.
26891         (do_test): Likewise.
26892         * string/test-strchr.c (do_one_test): Likewise.
26893         (do_test): Likewise.
26894         * string/test-strcmp.c (do_one_test): Likewise.
26895         (do_test): Likewise.
26896         * string/test-strcpy.c (do_one_test): Likewise.
26897         (do_test): Likewise.
26898         * string/test-string.h: Likewise.
26899         (test_init): Likewise.
26900         * string/test-strlen.c (do_one_test): Likewise.
26901         (do_test): Likewise.
26902         * string/test-strncasecmp.c (do_one_test): Likewise.
26903         (do_test): Likewise.
26904         * string/test-strncat.c (do_one_test): Likewise.
26905         (do_test): Likewise.
26906         * string/test-strncmp.c (do_one_test): Likewise.
26907         (do_test_limit): Likewise.
26908         (do_test): Likewise.
26909         * string/test-strncpy.c (do_one_test): Likewise.
26910         (do_test): Likewise.
26911         * string/test-strnlen.c (do_one_test): Likewise.
26912         (do_test): Likewise.
26913         * string/test-strpbrk.c (do_one_test): Likewise.
26914         (do_test): Likewise.
26915         * string/test-strrchr.c (do_one_test): Likewise.
26916         (do_test): Likewise.
26917         * string/test-strspn.c (do_one_test): Likewise.
26918         (do_test): Likewise.
26919         * string/test-strstr.c (do_one_test): Likewise.
26920         (do_test): Likewise.
26922         * benchtests/Makefile (string-bench): Add string benchmarks.
26923         * benchtests/bench-bcopy-ifunc.c: New file.
26924         * benchtests/bench-bcopy.c: New file.
26925         * benchtests/bench-bzero-ifunc.c: New file.
26926         * benchtests/bench-bzero.c: New file.
26927         * benchtests/bench-memccpy-ifunc.c: New file.
26928         * benchtests/bench-memccpy.c: New file.
26929         * benchtests/bench-memchr-ifunc.c: New file.
26930         * benchtests/bench-memchr.c: New file.
26931         * benchtests/bench-memcmp-ifunc.c: New file.
26932         * benchtests/bench-memcmp.c: New file.
26933         * benchtests/bench-memmem-ifunc.c: New file.
26934         * benchtests/bench-memmem.c: New file.
26935         * benchtests/bench-memmove-ifunc.c: New file.
26936         * benchtests/bench-memmove.c: New file.
26937         * benchtests/bench-mempcpy-ifunc.c: New file.
26938         * benchtests/bench-mempcpy.c: New file.
26939         * benchtests/bench-memset-ifunc.c: New file.
26940         * benchtests/bench-memset.c: New file.
26941         * benchtests/bench-rawmemchr-ifunc.c: New file.
26942         * benchtests/bench-rawmemchr.c: New file.
26943         * benchtests/bench-stpcpy-ifunc.c: New file.
26944         * benchtests/bench-stpcpy.c: New file.
26945         * benchtests/bench-stpncpy-ifunc.c: New file.
26946         * benchtests/bench-stpncpy.c: New file.
26947         * benchtests/bench-strcasecmp-ifunc.c: New file.
26948         * benchtests/bench-strcasecmp.c: New file.
26949         * benchtests/bench-strcasestr-ifunc.c: New file.
26950         * benchtests/bench-strcasestr.c: New file.
26951         * benchtests/bench-strcat-ifunc.c: New file.
26952         * benchtests/bench-strcat.c: New file.
26953         * benchtests/bench-strchr-ifunc.c: New file.
26954         * benchtests/bench-strchr.c: New file.
26955         * benchtests/bench-strchrnul-ifunc.c: New file.
26956         * benchtests/bench-strchrnul.c: New file.
26957         * benchtests/bench-strcmp-ifunc.c: New file.
26958         * benchtests/bench-strcmp.c: New file.
26959         * benchtests/bench-strcpy-ifunc.c: New file.
26960         * benchtests/bench-strcpy.c: New file.
26961         * benchtests/bench-strcspn-ifunc.c: New file.
26962         * benchtests/bench-strcspn.c: New file.
26963         * benchtests/bench-strlen-ifunc.c: New file.
26964         * benchtests/bench-strlen.c: New file.
26965         * benchtests/bench-strncasecmp-ifunc.c: New file.
26966         * benchtests/bench-strncasecmp.c: New file.
26967         * benchtests/bench-strncat-ifunc.c: New file.
26968         * benchtests/bench-strncat.c: New file.
26969         * benchtests/bench-strncmp-ifunc.c: New file.
26970         * benchtests/bench-strncmp.c: New file.
26971         * benchtests/bench-strncpy-ifunc.c: New file.
26972         * benchtests/bench-strncpy.c: New file.
26973         * benchtests/bench-strnlen-ifunc.c: New file.
26974         * benchtests/bench-strnlen.c: New file.
26975         * benchtests/bench-strpbrk-ifunc.c: New file.
26976         * benchtests/bench-strpbrk.c: New file.
26977         * benchtests/bench-strrchr-ifunc.c: New file.
26978         * benchtests/bench-strrchr.c: New file.
26979         * benchtests/bench-strspn-ifunc.c: New file.
26980         * benchtests/bench-strspn.c: New file.
26981         * benchtests/bench-strstr-ifunc.c: New file.
26982         * benchtests/bench-strstr.c: New file.
26984         * benchtests/Makefile: Disable parallel execution of targets.
26985         (string-bench): Add memcpy.
26986         (benchset): New variable to store a list of benchmark sets.
26987         (bench-func): Renamed from bench.
26988         (bench-set): New target.
26989         (bench): Depend on bench-func and bench-set.
26990         * benchtests/README: Add section on benchmark sets.
26991         * benchtests/bench-memcpy-ifunc.c: New file.
26992         * benchtests/bench-memcpy.c: New file.
26993         * benchtests/bench-string.h: New file.
26995 2013-06-11  Andreas Schwab  <schwab@suse.de>
26997         [BZ #15577]
26998         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26999         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27000         values in the triple.
27001         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27002         terminator in the group key.
27004 2013-06-11  Andreas Jaeger  <aj@suse.de>
27006         * po/zh_TW.po: Update Chinese (traditional) translation from
27007         translation project.
27009 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27011         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27012         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27013         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27014         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27015         (clock_getcpuclockid): Likewise.
27016         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27017         Add weak_alias and libc_hidden_def.
27018         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27019         * rt/clock_gettime.c (clock_gettime): Rename to
27020         __clock_gettime.  Add weak_alias and libc_hidden_def.
27021         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27022         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27023         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27024         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27025         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27026         Likewise.
27027         * rt/clock_settime.c (clock_settime): Rename to
27028         __clock_settime.  Add weak_alias and libc_hidden_def.
27029         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27031 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27033         * mach/err_boot.sub: Remove trailing whitespace.
27034         * mach/err_ipc.sub: Likewise.
27035         * mach/err_mach.sub: Likewise.
27037         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27038         (ROUNDING_TESTS_double): Likewise.
27039         (ROUNDING_TESTS_long_double): Likewise.
27040         (ROUNDING_TESTS): Likewise.
27041         * math/libm-test.inc: Include <math-tests.h>.
27042         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27043         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27044         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27045         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27047 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27049         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27050         of assigning.
27052 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27054         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27055         otherwise empty TRANS lines.
27056         * sysdeps/gnu/errlist.c: Regenerated.
27058         * catgets/gencat.c (error_print): Use (void) in function
27059         definition.
27060         * crypt/crypt_util.c (__init_des): Likewise.
27061         * crypt/speeds.c (Stop): Likewise.
27062         (main): Likewise.
27063         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27064         * inet/ruserpass.c (token): Likewise.
27065         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27066         * intl/localealias.c (extend_alias_table): Likewise.
27067         * intl/plural-exp.c (init_germanic_plural): Likewise.
27068         * libio/fcloseall.c (__fcloseall): Likewise.
27069         * libio/genops.c (_IO_flush_all): Likewise.
27070         (_IO_flush_all_linebuffered): Likewise.
27071         (_IO_cleanup): Likewise.
27072         (_IO_iter_begin): Likewise.
27073         (_IO_iter_end): Likewise.
27074         (_IO_list_lock): Likewise.
27075         (_IO_list_unlock): Likewise.
27076         (_IO_list_resetlock): Likewise.
27077         * libio/getchar.c (getchar): Likewise.
27078         * libio/getchar_u.c (getchar_unlocked): Likewise.
27079         * libio/getwchar.c (getwchar): Likewise.
27080         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27081         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27082         * login/getpt.c (__getpt): Likewise.
27083         * login/tst-utmp.c (main): Likewise.
27084         * malloc/hooks.c (__malloc_check_init): Likewise.
27085         * malloc/malloc.c (__malloc_stats): Likewise.
27086         * malloc/mtrace.c (tr_break): Likewise.
27087         (mtrace): Likewise.
27088         (muntrace): Likewise.
27089         * misc/fstab.c (endfsent): Likewise.
27090         * misc/getclktck.c (__getclktck): Likewise.
27091         * misc/getdtsz.c (__getdtablesize): Likewise.
27092         * misc/gethostid.c (gethostid): Likewise.
27093         * misc/getpagesize.c (__getpagesize): Likewise.
27094         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27095         (__get_nprocs): Likewise.
27096         (__get_phys_pages): Likewise.
27097         (__get_avphys_pages): Likewise.
27098         * misc/getttyent.c (getttyent): Likewise.
27099         (setttyent): Likewise.
27100         (endttyent): Likewise.
27101         * misc/getusershell.c (getusershell): Likewise.
27102         (endusershell): Likewise.
27103         (setusershell): Likewise.
27104         (initshells): Likewise.
27105         * misc/hsearch.c (__hdestroy): Likewise.
27106         * misc/sync.c (sync): Likewise.
27107         * misc/syslog.c (closelog_internal): Likewise.
27108         (closelog): Likewise.
27109         * misc/ttyslot.c (ttyslot): Likewise.
27110         * misc/vhangup.c (vhangup): Likewise.
27111         * posix/fork.c (__fork): Likewise.
27112         * posix/getegid.c (__getegid): Likewise.
27113         * posix/geteuid.c (__geteuid): Likewise.
27114         * posix/getgid.c (__getgid): Likewise.
27115         * posix/getpid.c (__getpid): Likewise.
27116         * posix/getppid.c (__getppid): Likewise.
27117         * posix/getuid.c (__getuid): Likewise.
27118         * posix/pause.c (pause): Likewise.
27119         * posix/setpgrp.c (setpgrp): Likewise.
27120         * posix/setsid.c (__setsid): Likewise.
27121         * posix/test-vfork.c (noop): Likewise.
27122         * resolv/gethnamaddr.c (_endhtent): Likewise.
27123         (_gethtent): Likewise.
27124         (ht_endhostent): Likewise.
27125         (gethostent): Likewise.
27126         (dns_service): Likewise.
27127         * stdlib/drand48.c (drand48): Likewise.
27128         * stdlib/lrand48.c (lrand48): Likewise.
27129         * stdlib/mrand48.c (mrand48): Likewise.
27130         * stdlib/rand.c (rand): Likewise.
27131         * stdlib/random.c (__random): Likewise.
27132         * stdlib/setenv.c (clearenv): Likewise.
27133         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27134         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27135         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27136         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27137         (__get_nprocs): Likewise.
27138         (__get_phys_pages): Likewise.
27139         (__get_avphys_pages): Likewise.
27140         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27141         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27142         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27143         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27144         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27145         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27146         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27147         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27148         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27149         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27150         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27151         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27152         * sysdeps/posix/clock.c (clock): Likewise.
27153         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27154         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27155         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27156         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27157         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27158         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27159         (__get_nprocs_conf): Likewise.
27160         (__get_phys_pages): Likewise.
27161         (__get_avphys_pages): Likewise.
27162         * time/clock.c (clock): Likewise.
27163         * time/tzset.c (__tzname_max): Likewise.
27165 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27167         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27168         (__bswap_32): Do not use "register".
27169         * crypt/crypt.c (_ufc_doit_r): Likewise.
27170         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27171         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27172         * gmon/gmon.c (__monstartup): Likewise.
27173         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27174         * hurd/hurdmalloc.c (more_memory): Likewise.
27175         (malloc): Likewise.
27176         (free): Likewise.
27177         (realloc): Likewise.
27178         (malloc_fork_prepare): Likewise.
27179         (malloc_fork_parent): Likewise.
27180         (malloc_fork_child): Likewise.
27181         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27182         (_svcauth_des): Likewise.
27183         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27184         * inet/inet_net.c (inet_network): Likewise.
27185         * inet/inet_netof.c (inet_netof): Likewise.
27186         * inet/rcmd.c (__validuser2_sa): Likewise.
27187         * io/fts.c (fts_open): Likewise.
27188         (fts_load): Likewise.
27189         (fts_close): Likewise.
27190         (fts_read): Likewise.
27191         (fts_children): Likewise.
27192         (fts_build): Likewise.
27193         (fts_stat): Likewise.
27194         (fts_sort): Likewise.
27195         (fts_alloc): Likewise.
27196         (fts_lfree): Likewise.
27197         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27198         (_IO_file_xsgetn): Likewise.
27199         (_IO_file_xsgetn_mmap): Likewise.
27200         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27201         (_IO_cookie_write): Likewise.
27202         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27203         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27204         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27205         * malloc/obstack.c (_obstack_begin): Likewise.
27206         (_obstack_begin_1): Likewise.
27207         (_obstack_newchunk): Likewise.
27208         (_obstack_allocated_p): Likewise.
27209         (obstack_free): Likewise.
27210         (_obstack_memory_used): Likewise.
27211         * misc/getttyent.c (getttynam): Likewise.
27212         (getttyent): Likewise.
27213         (skip): Likewise.
27214         (value): Likewise.
27215         * misc/getusershell.c (initshells): Likewise.
27216         * misc/syslog.c (__vsyslog_chk): Likewise.
27217         * misc/ttyslot.c (ttyslot): Likewise.
27218         * nis/nis_hash.c (__nis_hash): Likewise.
27219         * posix/fnmatch_loop.c (FCT): Likewise.
27220         * posix/getconf.c (print_all): Likewise.
27221         (main): Likewise.
27222         * posix/getopt.c (exchange): Likewise.
27223         * posix/glob.c (globfree): Likewise.
27224         (prefix_array): Likewise.
27225         (__glob_pattern_type): Likewise.
27226         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27227         (NS_GET32): Likewise.
27228         (NS_PUT16): Likewise.
27229         (NS_PUT32): Likewise.
27230         * resolv/gethnamaddr.c (getanswer): Likewise.
27231         (gethostbyname2): Likewise.
27232         (gethostbyaddr): Likewise.
27233         (_gethtent): Likewise.
27234         (_gethtbyname2): Likewise.
27235         (_gethtbyaddr): Likewise.
27236         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27237         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27238         * resolv/res_init.c (__res_vinit): Likewise.
27239         (net_mask): Likewise.
27240         * resolv/res_mkquery.c (outchar): Likewise.
27241         (PRINT): Likewise.
27242         * stdio-common/printf_fp.c (outchar): Likewise.
27243         (PRINT): Likewise.
27244         * stdio-common/printf_fphex.c (outchar): Likewise.
27245         (PRINT): Likewise.
27246         * stdio-common/printf_size.c (outchar): Likewise.
27247         (PRINT): Likewise.
27248         * stdio-common/test_rdwr.c (main): Likewise.
27249         * stdio-common/tfformat.c (matches): Likewise.
27250         * stdio-common/vfprintf.c (outchar): Likewise.
27251         (printf_unknown): Likewise.
27252         (buffered_vfprintf): Likewise.
27253         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27254         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27255         (ReadFile): Likewise.
27256         * stdlib/qsort.c (SWAP): Likewise.
27257         (_quicksort): Likewise.
27258         * stdlib/setenv.c (__add_to_environ): Likewise.
27259         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27260         * stdlib/strtol_l.c (__strtol_l): Likewise.
27261         * stdlib/tst-strtod.c (main): Likewise.
27262         * stdlib/tst-strtol.c (main): Likewise.
27263         * stdlib/tst-strtoll.c (main): Likewise.
27264         * string/bits/string2.h (__strcmp_cc): Likewise.
27265         (__strcmp_cg): Likewise.
27266         (__strcspn_c1): Likewise.
27267         (__strcspn_c2): Likewise.
27268         (__strcspn_c3): Likewise.
27269         (__strspn_c1): Likewise.
27270         (__strspn_c2): Likewise.
27271         (__strspn_c3): Likewise.
27272         (__strsep_1c): Likewise.
27273         (__strsep_2c): Likewise.
27274         (__strsep_3c): Likewise.
27275         * string/memccpy.c (__memccpy): Likewise.
27276         * string/stpcpy.c (__stpcpy): Likewise.
27277         * string/strcmp.c (strcmp): Likewise.
27278         * string/strrchr.c (strrchr): Likewise.
27279         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27280         Likewise.
27281         * sysdeps/mach/hurd/getcwd.c
27282         (_hurd_canonicalize_directory_name_internal): Likewise.
27283         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27284         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27285         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27286         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27287         Likewise, in both definitions.
27288         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27289         definitions.
27290         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27291         64] (__bswap_64): Likewise.
27292         * time/test_time.c (main): Likewise.
27293         * time/tzfile.c (__tzfile_read): Likewise.
27294         (__tzfile_compute): Likewise.
27295         * time/tzset.c (__tzset_parse_tz): Likewise.
27296         (tzset_internal): Likewise.
27297         (compute_change): Likewise.
27298         * wcsmbs/wcscat.c (__wcscat): Likewise.
27299         * wcsmbs/wcschr.c (wcschr): Likewise.
27300         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27301         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27302         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27303         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27304         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27305         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27306         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27307         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27308         * wcsmbs/wmemset.c (wmemset): Likewise.
27310 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27312         * scripts/config.guess: Update to version 2013-05-16.
27313         * scripts/config.sub: Update to version 2013-04-24.
27314         * scripts/install-sh: Update to version 2011-11-20.07.
27315         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27316         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27318 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27320         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27321         * elf/sln.c: Likewise.
27322         * hurd/hurd/ioctl.h: Likewise.
27323         * hurd/hurdmalloc.c: Likewise.
27324         * hurd/xattr.c: Likewise.
27325         * include/shlib-compat.h: Likewise.
27326         * inet/ruserpass.c: Likewise.
27327         * libio/iofgets_u.c: Likewise.
27328         * libio/iofgetws_u.c: Likewise.
27329         * locale/programs/ld-identification.c: Likewise.
27330         * locale/programs/ld-time.c: Likewise.
27331         * mach/msg-destroy.c: Likewise.
27332         * nss/nss_files/files-netgrp.c: Likewise.
27333         * resolv/res_data.c: Likewise.
27334         * soft-fp/op-1.h: Likewise.
27335         * soft-fp/op-2.h: Likewise.
27336         * soft-fp/op-4.h: Likewise.
27337         * soft-fp/op-common.h: Likewise.
27338         * stdio-common/printf_fphex.c: Likewise.
27339         * stdlib/strtod_l.c: Likewise.
27340         * sunrpc/rpc/clnt.h: Likewise.
27341         * sysdeps/generic/framestate.c: Likewise.
27342         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27343         * sysdeps/i386/bsd-setjmp.S: Likewise.
27344         * sysdeps/i386/__longjmp.S: Likewise.
27345         * sysdeps/i386/setjmp.S: Likewise.
27346         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27347         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27348         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27349         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27350         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27351         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27352         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27353         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27354         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27355         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27356         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27357         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27358         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27359         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27360         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27361         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27362         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27363         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27364         * sysdeps/ieee754/support.c: Likewise.
27365         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27366         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27367         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27368         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27369         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27370         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27371         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27372         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27373         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27374         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27375         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27376         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27377         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27378         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27379         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27380         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27381         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27384 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27386         * posix/transbug.c: Remove executable mode.
27388 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27390         * crypt/speeds.c: Remove trailing whitespace.
27391         * dlfcn/default.c: Likewise.
27392         * elf/ifuncdep2.c: Likewise.
27393         * elf/ifuncmain1.c: Likewise.
27394         * elf/ifuncmain1vis.c: Likewise.
27395         * elf/testobj.h: Likewise.
27396         * elf/tst-stackguard1.c: Likewise.
27397         * gmon/sys/gmon.h: Likewise.
27398         * hurd/hurdmsg.c: Likewise.
27399         * hurd/new-fd.c: Likewise.
27400         * hurd/ports-get.c: Likewise.
27401         * iconvdata/ibm1008_420.c: Likewise.
27402         * inet/tst-getni1.c: Likewise.
27403         * inet/tst-getni2.c: Likewise.
27404         * libio/ioungetc.c: Likewise.
27405         * libio/wfiledoalloc.c: Likewise.
27406         * manual/libm-err-tab.pl: Likewise.
27407         * math/w_dremf.c: Likewise.
27408         * misc/ftruncate.c: Likewise.
27409         * posix/bug-glob2.c: Likewise.
27410         * posix/tst-pcre.c: Likewise.
27411         * posix/wait4.c: Likewise.
27412         * resolv/README: Likewise.
27413         * resolv/res_debug.h: Likewise.
27414         * resolv/tst-inet_ntop.c: Likewise.
27415         * setjmp/bug269-setjmp.c: Likewise.
27416         * soft-fp/extended.h: Likewise.
27417         * soft-fp/op-1.h: Likewise.
27418         * soft-fp/op-2.h: Likewise.
27419         * soft-fp/op-4.h: Likewise.
27420         * soft-fp/op-8.h: Likewise.
27421         * soft-fp/testit.c: Likewise.
27422         * stdio-common/bug16.c: Likewise.
27423         * stdlib/random.c: Likewise.
27424         * sunrpc/rpcsvc/rquota.x: Likewise.
27425         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27426         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27427         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27428         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27429         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27430         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27431         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27432         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27433         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27434         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27435         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27436         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27437         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27438         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27439         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27440         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27441         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27442         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27443         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27444         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27445         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27446         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27447         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27448         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27449         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27450         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27451         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27452         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27453         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27454         * sysdeps/ieee754/s_lib_version.c: Likewise.
27455         * sysdeps/mach/hurd/check_fds.c: Likewise.
27456         * sysdeps/mach/hurd/getsockname.c: Likewise.
27457         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27458         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27459         * sysdeps/powerpc/bits/link.h: Likewise.
27460         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27461         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27462         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27463         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27464         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27465         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27466         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27467         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27468         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27469         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27470         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27471         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27472         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27473         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27474         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27475         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27476         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27477         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27478         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27479         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27480         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27481         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27482         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27483         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27484         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27485         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27486         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27487         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27488         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27489         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27490         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27491         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27492         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27493         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27494         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27495         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27496         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27497         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27498         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27499         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27500         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27501         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27502         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27503         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27504         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27505         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27506         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27507         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27508         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27509         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27510         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27511         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27512         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27513         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27514         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27515         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27516         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27517         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27518         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27519         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27520         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27521         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27522         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27523         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27524         * sysdeps/powerpc/sysdep.h: Likewise.
27525         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27526         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27527         * sysdeps/sh/dl-trampoline.S: Likewise.
27528         * sysdeps/sh/memset.S: Likewise.
27529         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27530         * sysdeps/sh/strlen.S: Likewise.
27531         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27532         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27533         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27534         * sysdeps/sparc/sparc32/rem.S: Likewise.
27535         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27536         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27537         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27538         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27539         * sysdeps/sparc/sparc32/urem.S: Likewise.
27540         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27541         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27542         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27543         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27544         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27545         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27546         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27547         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27548         * sysdeps/unix/bsd/times.c: Likewise.
27549         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27550         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27554         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27555         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27556         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27557         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27558         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27559         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27560         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27561         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27562         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27563         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27564         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27565         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27566         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27567         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27568         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27569         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27570         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27571         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27572         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27573         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27574         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27575         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27576         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27577         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27578         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27579         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27580         * sysdeps/x86_64/strcspn.S: Likewise.
27582 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27584         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27585         generated file.  Regenerate properly from gen-translit.pl.
27586         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27587         locale/C-translit.h.
27589 2013-06-05  Andreas Schwab  <schwab@suse.de>
27591         [BZ #15100]
27592         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27593         week as 6 instead of -1.
27594         * time/tst-strptime.c (day_tests): Add test case.
27596 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27598         * sysdeps/generic/math_private.h
27599         (libc_feholdexcept_setround_53bit): Replace with
27600         libc_feholdsetround_53bit.
27601         (libc_feupdateenv_53bit): Replace with
27602         libc_feresetround_53bit.
27603         (SET_RESTORE_ROUND_53BIT): Adjust.
27605 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27607         * string/test-strchrnul.c: Add copyright header.
27609         * posix/tst-getaddrinfo4.c: Increase test timeout.
27611 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27613         [BZ #15536]
27614         * math/libm-test.inc (MAX_EXP): Remove
27615         (MIN_EXP): Define.
27616         (ulp): Use MIN_EXP - MANT_DIG.
27617         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27619 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27621         * po/be.po: Revert last change.
27622         * po/zh_CN.po: Likewise.
27623         * po/header.pot: Likewise.
27625 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27627         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27628         link-libc-deps to empty as target-specific variable.
27629         * Makerules (link-libc-args): New variable.
27630         (libc-for-link): Likewise.
27631         (link-libc-deps): Likewise.
27632         (lib%.so): Depend on $(link-libc-deps).  Link with
27633         $(link-libc-args).
27634         (build-module): Link with $(link-libc-args).
27635         (build-module-asneeded): Likewise.
27636         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27637         list of objects.
27638         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27639         target-specific variable.
27640         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27641         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27642         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27643         libc.
27644         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27645         libc and ld.so.
27646         ($(objpfx)libpcprofile.so): Likewise.
27647         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27648         libc_nonshared.a.
27649         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27650         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27651         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27652         $(link-libc-deps).
27653         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27654         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27655         * login/Makefile ($(objpfx)libutil.so): Likewise.
27656         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27657         * math/Makefile ($(objpfx)libm.so): Likewise.
27658         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27659         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27660         variable instead of depending directly on libc.
27661         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27662         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27663         $(link-libc-deps).
27664         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27665         libc.
27666         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27667         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27668         ($(objpfx)libanl.so): Likewise.
27669         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27670         ld.so.
27671         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27672         $(link-libc-deps).
27673         * sysdeps/i386/fpu/Makefile: Remove file.
27674         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27675         ($(objpfx)libm.so): Remove dependency on ld.so.
27677 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27679         [BZ # 15553]
27680         * nis/yp_xdr.c (XDRMAXNAME): Define.
27681         (XDRMAXRECORD): Define.
27682         (xdr_domainname): Use XDRMAXNAME.
27683         (xdr_mapname): Likewise.
27684         (xdr_peername): Likewise.
27685         (xdr_keydat): Use XDRMAXRECORD.
27686         (xdr_valdat): Likewise.
27688 2013-05-30  Jeff Law  <law@redhat.com>
27690         [BZ #14256]
27691         * manual/errno.texi (ESTALE): Update to account for more than
27692         just NFS file systems.
27693         * sysdeps/gnu/errlist.c: Regenerated.
27695 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27697         [BZ #15465]
27698         * elf/Makefile (tests): Add tst-null-argv.
27699         (modules-names):  Add tst-null-argv-lib.
27700         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27701         (tst-null-argv-ENV): Set environment for tst-null-argv.
27702         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27703         (RTLD_PROGNAME): New macro.
27704         * elf/tst-null-argv.c: New test case.
27705         * elf/tst-null-argv-lib.c: Library for test case.
27706         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27707         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27708         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27709         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27710         * elf/dl-init.c (call_init): Likewise.
27711         (_dl_init): Likewise.
27712         * elf/dl-load.c (print_search_path): Likewise.
27713         (_dl_map_object): Likewise.
27714         * elf/dl-lookup.c (do_lookup_x): Likewise.
27715         (add_dependency): Likewise.
27716         (_dl_lookup_symbol_x): Likewise.
27717         (_dl_debug_bindings): Likewise.
27718         * elf/dl-open.c (_dl_show_scope): Likewise.
27719         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27720         * elf/dl-version.c (match_symbol): Likewise.
27721         (_dl_check_map_versions): Likewise.
27722         * elf/rtld.c (dl_main): Likewise.
27723         (print_unresolved): Use RTLD_PROGNAME.
27724         (print_missing_version): Likewise.
27725         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27726         (elf_machine_rela): Likewise.
27727         * sysdeps/powerpc/powerpc32/dl-machine.c
27728         (__process_machine_rela): Likewise.
27729         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27730         Likewise.
27731         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27732         Likewise.
27733         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27734         Likewise.
27735         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27736         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27737         Likewise.
27738         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27739         Likewise.
27740         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27742 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27744         * po/be.po: Add descriptive title.
27745         * po/zh_CN.po: Likewise.
27746         * po/header.pot: Likewise.
27748 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27750         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27751         error message.
27752         (enlarge_archive): Likewise.
27754 2013-05-28  Ben North  <ben@redfrontdoor.org>
27756         * manual/arith.texi (frexp): It is the magnitude of the return
27757         value which lies in [0.5, 1), not the return value itself.
27759 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27761         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27763 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27765         * stdio-common/bug26.c (main): Correct fscanf template.
27767         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27768         declare _dl_skip_args.
27770         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27771         Don't declare.
27773         * manual/platform.texi: Add missing @end deftypefun.
27775 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27777         [BZ #15529]
27778         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27779         bit of mantissa of 2^16382.
27780         * math/libm-test.inc (hypot_test_data): Add more tests.
27782         * math/libm-test.inc: Add drem and pow10 to list of tested
27783         functions.
27784         (pow10_test): New function.
27785         (drem_test): Likewise.
27786         (drem_test_tonearest): Likewise.
27787         (drem_test_towardzero): Likewise.
27788         (drem_test_downward): Likewise.
27789         (drem_test_upward): Likewise.
27790         (main): Call the new functions.
27792         * math/libm-test.inc (finite_test_data): Remove.
27793         (finite_test): Run tests from isfinite_test_data.
27794         (gamma_test_data): Remove.
27795         (gamma_test): Run tests from lgamma_test_data.
27796         * sysdeps/i386/fpu/libm-test-ulps: Update.
27797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27799 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27801         * manual/platform.texi: Add PowerPC PPR function set documentation.
27802         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27803         implementation.
27805 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27807         * math/libm-test.inc (MAX_EXP): Define.
27808         (ULPDIFF): Define.
27809         (ulp): New function.
27810         (check_float_internal): Use ULPDIFF.
27811         (cpow_test): Disable failing test.
27812         (check_ulp): Test ulp() implemetnation.
27813         (main): Call check_ulp before starting tests.
27815 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27817         * math/gen-libm-test.pl (generate_testfile): Do not handle
27818         START_DATA and END_DATA.
27819         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27820         END_DATA.
27821         (acos_tonearest_test_data): Likewise.
27822         (acos_towardzero_test_data): Likewise.
27823         (acos_downward_test_data): Likewise.
27824         (acos_upward_test_data): Likewise.
27825         (acosh_test_data): Likewise.
27826         (asin_test_data): Likewise.
27827         (asin_tonearest_test_data): Likewise.
27828         (asin_towardzero_test_data): Likewise.
27829         (asin_downward_test_data): Likewise.
27830         (asin_upward_test_data): Likewise.
27831         (asinh_test_data): Likewise.
27832         (atan_test_data): Likewise.
27833         (atanh_test_data): Likewise.
27834         (atan2_test_data): Likewise.
27835         (cabs_test_data): Likewise.
27836         (cacos_test_data): Likewise.
27837         (cacosh_test_data): Likewise.
27838         (carg_test_data): Likewise.
27839         (casin_test_data): Likewise.
27840         (casinh_test_data): Likewise.
27841         (catan_test_data): Likewise.
27842         (catanh_test_data): Likewise.
27843         (cbrt_test_data): Likewise.
27844         (ccos_test_data): Likewise.
27845         (ccosh_test_data): Likewise.
27846         (ceil_test_data): Likewise.
27847         (cexp_test_data): Likewise.
27848         (cimag_test_data): Likewise.
27849         (clog_test_data): Likewise.
27850         (clog10_test_data): Likewise.
27851         (conj_test_data): Likewise.
27852         (copysign_test_data): Likewise.
27853         (cos_test_data): Likewise.
27854         (cos_tonearest_test_data): Likewise.
27855         (cos_towardzero_test_data): Likewise.
27856         (cos_downward_test_data): Likewise.
27857         (cos_upward_test_data): Likewise.
27858         (cosh_test_data): Likewise.
27859         (cosh_tonearest_test_data): Likewise.
27860         (cosh_towardzero_test_data): Likewise.
27861         (cosh_downward_test_data): Likewise.
27862         (cosh_upward_test_data): Likewise.
27863         (cpow_test_data): Likewise.
27864         (cproj_test_data): Likewise.
27865         (creal_test_data): Likewise.
27866         (csin_test_data): Likewise.
27867         (csinh_test_data): Likewise.
27868         (csqrt_test_data): Likewise.
27869         (ctan_test_data): Likewise.
27870         (ctan_tonearest_test_data): Likewise.
27871         (ctan_towardzero_test_data): Likewise.
27872         (ctan_downward_test_data): Likewise.
27873         (ctan_upward_test_data): Likewise.
27874         (ctanh_test_data): Likewise.
27875         (ctanh_tonearest_test_data): Likewise.
27876         (ctanh_towardzero_test_data): Likewise.
27877         (ctanh_downward_test_data): Likewise.
27878         (ctanh_upward_test_data): Likewise.
27879         (erf_test_data): Likewise.
27880         (erfc_test_data): Likewise.
27881         (exp_test_data): Likewise.
27882         (exp_tonearest_test_data): Likewise.
27883         (exp_towardzero_test_data): Likewise.
27884         (exp_downward_test_data): Likewise.
27885         (exp_upward_test_data): Likewise.
27886         (exp10_test_data): Likewise.
27887         (exp2_test_data): Likewise.
27888         (expm1_test_data): Likewise.
27889         (fabs_test_data): Likewise.
27890         (fdim_test_data): Likewise.
27891         (finite_test_data): Likewise.
27892         (floor_test_data): Likewise.
27893         (fma_test_data): Likewise.
27894         (fma_towardzero_test_data): Likewise.
27895         (fma_downward_test_data): Likewise.
27896         (fma_upward_test_data): Likewise.
27897         (fmax_test_data): Likewise.
27898         (fmin_test_data): Likewise.
27899         (fmod_test_data): Likewise.
27900         (fpclassify_test_data): Likewise.
27901         (frexp_test_data): Likewise.
27902         (gamma_test_data): Likewise.
27903         (hypot_test_data): Likewise.
27904         (ilogb_test_data): Likewise.
27905         (isfinite_test_data): Likewise.
27906         (isgreater_test_data): Likewise.
27907         (isgreaterequal_test_data): Likewise.
27908         (isinf_test_data): Likewise.
27909         (isless_test_data): Likewise.
27910         (islessequal_test_data): Likewise.
27911         (islessgreater_test_data): Likewise.
27912         (isnan_test_data): Likewise.
27913         (isnormal_test_data): Likewise.
27914         (issignaling_test_data): Likewise.
27915         (isunordered_test_data): Likewise.
27916         (j0_test_data): Likewise.
27917         (j1_test_data): Likewise.
27918         (jn_test_data): Likewise.
27919         (ldexp_test_data): Likewise.
27920         (lgamma_test_data): Likewise.
27921         (lrint_test_data): Likewise.
27922         (lrint_tonearest_test_data): Likewise.
27923         (lrint_towardzero_test_data): Likewise.
27924         (lrint_downward_test_data): Likewise.
27925         (lrint_upward_test_data): Likewise.
27926         (llrint_test_data): Likewise.
27927         (llrint_tonearest_test_data): Likewise.
27928         (llrint_towardzero_test_data): Likewise.
27929         (llrint_downward_test_data): Likewise.
27930         (llrint_upward_test_data): Likewise.
27931         (log_test_data): Likewise.
27932         (log10_test_data): Likewise.
27933         (log1p_test_data): Likewise.
27934         (log2_test_data): Likewise.
27935         (logb_test_data): Likewise.
27936         (logb_downward_test_data): Likewise.
27937         (lround_test_data): Likewise.
27938         (llround_test_data): Likewise.
27939         (modf_test_data): Likewise.
27940         (nearbyint_test_data): Likewise.
27941         (nextafter_test_data): Likewise.
27942         (nexttoward_test_data): Likewise.
27943         (pow_test_data): Likewise.
27944         (pow_tonearest_test_data): Likewise.
27945         (pow_towardzero_test_data): Likewise.
27946         (pow_downward_test_data): Likewise.
27947         (pow_upward_test_data): Likewise.
27948         (remainder_test_data): Likewise.
27949         (remainder_tonearest_test_data): Likewise.
27950         (remainder_towardzero_test_data): Likewise.
27951         (remainder_downward_test_data): Likewise.
27952         (remainder_upward_test_data): Likewise.
27953         (remquo_test_data): Likewise.
27954         (rint_test_data): Likewise.
27955         (rint_tonearest_test_data): Likewise.
27956         (rint_towardzero_test_data): Likewise.
27957         (rint_downward_test_data): Likewise.
27958         (rint_upward_test_data): Likewise.
27959         (round_test_data): Likewise.
27960         (scalb_test_data): Likewise.
27961         (scalbn_test_data): Likewise.
27962         (scalbln_test_data): Likewise.
27963         (signbit_test_data): Likewise.
27964         (sin_test_data): Likewise.
27965         (sin_tonearest_test_data): Likewise.
27966         (sin_towardzero_test_data): Likewise.
27967         (sin_downward_test_data): Likewise.
27968         (sin_upward_test_data): Likewise.
27969         (sincos_test_data): Likewise.
27970         (sinh_test_data): Likewise.
27971         (sinh_tonearest_test_data): Likewise.
27972         (sinh_towardzero_test_data): Likewise.
27973         (sinh_downward_test_data): Likewise.
27974         (sinh_upward_test_data): Likewise.
27975         (sqrt_test_data): Likewise.
27976         (tan_test_data): Likewise.
27977         (tan_tonearest_test_data): Likewise.
27978         (tan_towardzero_test_data): Likewise.
27979         (tan_downward_test_data): Likewise.
27980         (tan_upward_test_data): Likewise.
27981         (tanh_test_data): Likewise.
27982         (tgamma_test_data): Likewise.
27983         (trunc_test_data): Likewise.
27984         (y0_test_data): Likewise.
27985         (y1_test_data): Likewise.
27986         (yn_test_data): Likewise.
27987         (significand_test_data): Likewise.
27989         * math/gen-libm-test.pl (@functions): Remove variable.
27990         (generate_testfile): Don't handle START and END lines.
27991         * math/libm-test.inc (START): New macro.
27992         (END): Likewise.
27993         (END_COMPLEX): Likewise.
27994         (acos_test): Use END macro without arguments.
27995         (acos_test_tonearest): Likewise.
27996         (acos_test_towardzero): Likewise.
27997         (acos_test_downward): Likewise.
27998         (acos_test_upward): Likewise.
27999         (acosh_test): Likewise.
28000         (asin_test): Likewise.
28001         (asin_test_tonearest): Likewise.
28002         (asin_test_towardzero): Likewise.
28003         (asin_test_downward): Likewise.
28004         (asin_test_upward): Likewise.
28005         (asinh_test): Likewise.
28006         (atan_test): Likewise.
28007         (atanh_test): Likewise.
28008         (atan2_test): Likewise.
28009         (cabs_test): Likewise.
28010         (cacos_test): Use END_COMPLEX macro without arguments.
28011         (cacosh_test): Likewise.
28012         (carg_test): Use END macro without arguments.
28013         (casin_test): Use END_COMPLEX macro without arguments.
28014         (casinh_test): Likewise.
28015         (catan_test): Likewise.
28016         (catanh_test): Likewise.
28017         (cbrt_test): Use END macro without arguments.
28018         (ccos_test): Use END_COMPLEX macro without arguments.
28019         (ccosh_test): Likewise.
28020         (ceil_test): Use END macro without arguments.
28021         (cexp_test): Use END_COMPLEX macro without arguments.
28022         (cimag_test): Use END macro without arguments.
28023         (clog_test): Use END_COMPLEX macro without arguments.
28024         (clog10_test): Likewise.
28025         (conj_test): Likewise.
28026         (copysign_test): Use END macro without arguments.
28027         (cos_test): Likewise.
28028         (cos_test_tonearest): Likewise.
28029         (cos_test_towardzero): Likewise.
28030         (cos_test_downward): Likewise.
28031         (cos_test_upward): Likewise.
28032         (cosh_test): Likewise.
28033         (cosh_test_tonearest): Likewise.
28034         (cosh_test_towardzero): Likewise.
28035         (cosh_test_downward): Likewise.
28036         (cosh_test_upward): Likewise.
28037         (cpow_test): Use END_COMPLEX macro without arguments.
28038         (cproj_test): Likewise.
28039         (creal_test): Use END macro without arguments.
28040         (csin_test): Use END_COMPLEX macro without arguments.
28041         (csinh_test): Likewise.
28042         (csqrt_test): Likewise.
28043         (ctan_test): Likewise.
28044         (ctan_test_tonearest): Likewise.
28045         (ctan_test_towardzero): Likewise.
28046         (ctan_test_downward): Likewise.
28047         (ctan_test_upward): Likewise.
28048         (ctanh_test): Likewise.
28049         (ctanh_test_tonearest): Likewise.
28050         (ctanh_test_towardzero): Likewise.
28051         (ctanh_test_downward): Likewise.
28052         (ctanh_test_upward): Likewise.
28053         (erf_test): Use END macro without arguments.
28054         (erfc_test): Likewise.
28055         (exp_test): Likewise.
28056         (exp_test_tonearest): Likewise.
28057         (exp_test_towardzero): Likewise.
28058         (exp_test_downward): Likewise.
28059         (exp_test_upward): Likewise.
28060         (exp10_test): Likewise.
28061         (exp2_test): Likewise.
28062         (expm1_test): Likewise.
28063         (fabs_test): Likewise.
28064         (fdim_test): Likewise.
28065         (finite_test): Likewise.
28066         (floor_test): Likewise.
28067         (fma_test): Likewise.
28068         (fma_test_towardzero): Likewise.
28069         (fma_test_downward): Likewise.
28070         (fma_test_upward): Likewise.
28071         (fmax_test): Likewise.
28072         (fmin_test): Likewise.
28073         (fmod_test): Likewise.
28074         (fpclassify_test): Likewise.
28075         (frexp_test): Likewise.
28076         (gamma_test): Likewise.
28077         (hypot_test): Likewise.
28078         (ilogb_test): Likewise.
28079         (isfinite_test): Likewise.
28080         (isgreater_test): Likewise.
28081         (isgreaterequal_test): Likewise.
28082         (isinf_test): Likewise.
28083         (isless_test): Likewise.
28084         (islessequal_test): Likewise.
28085         (islessgreater_test): Likewise.
28086         (isnan_test): Likewise.
28087         (isnormal_test): Likewise.
28088         (issignaling_test): Likewise.
28089         (isunordered_test): Likewise.
28090         (j0_test): Likewise.
28091         (j1_test): Likewise.
28092         (jn_test): Likewise.
28093         (ldexp_test): Likewise.
28094         (lgamma_test): Likewise.
28095         (lrint_test): Likewise.
28096         (lrint_test_tonearest): Likewise.
28097         (lrint_test_towardzero): Likewise.
28098         (lrint_test_downward): Likewise.
28099         (lrint_test_upward): Likewise.
28100         (llrint_test): Likewise.
28101         (llrint_test_tonearest): Likewise.
28102         (llrint_test_towardzero): Likewise.
28103         (llrint_test_downward): Likewise.
28104         (llrint_test_upward): Likewise.
28105         (log_test): Likewise.
28106         (log10_test): Likewise.
28107         (log1p_test): Likewise.
28108         (log2_test): Likewise.
28109         (logb_test): Likewise.
28110         (logb_test_downward): Likewise.
28111         (lround_test): Likewise.
28112         (llround_test): Likewise.
28113         (modf_test): Likewise.
28114         (nearbyint_test): Likewise.
28115         (nextafter_test): Likewise.
28116         (nexttoward_test): Likewise.
28117         (pow_test): Likewise.
28118         (pow_test_tonearest): Likewise.
28119         (pow_test_towardzero): Likewise.
28120         (pow_test_downward): Likewise.
28121         (pow_test_upward): Likewise.
28122         (remainder_test): Likewise.
28123         (remainder_test_tonearest): Likewise.
28124         (remainder_test_towardzero): Likewise.
28125         (remainder_test_downward): Likewise.
28126         (remainder_test_upward): Likewise.
28127         (remquo_test): Likewise.
28128         (rint_test): Likewise.
28129         (rint_test_tonearest): Likewise.
28130         (rint_test_towardzero): Likewise.
28131         (rint_test_downward): Likewise.
28132         (rint_test_upward): Likewise.
28133         (round_test): Likewise.
28134         (scalb_test): Likewise.
28135         (scalbn_test): Likewise.
28136         (scalbln_test): Likewise.
28137         (signbit_test): Likewise.
28138         (sin_test): Likewise.
28139         (sin_test_tonearest): Likewise.
28140         (sin_test_towardzero): Likewise.
28141         (sin_test_downward): Likewise.
28142         (sin_test_upward): Likewise.
28143         (sincos_test): Likewise.
28144         (sinh_test): Likewise.
28145         (sinh_test_tonearest): Likewise.
28146         (sinh_test_towardzero): Likewise.
28147         (sinh_test_downward): Likewise.
28148         (sinh_test_upward): Likewise.
28149         (sqrt_test): Likewise.
28150         (tan_test): Likewise.
28151         (tan_test_tonearest): Likewise.
28152         (tan_test_towardzero): Likewise.
28153         (tan_test_downward): Likewise.
28154         (tan_test_upward): Likewise.
28155         (tanh_test): Likewise.
28156         (tgamma_test): Likewise.
28157         (trunc_test): Likewise.
28158         (y0_test): Likewise.
28159         (y1_test): Likewise.
28160         (yn_test): Likewise.
28161         (significand_test): Likewise.
28163 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28165         [BZ #15381]
28166         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28168 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28170         [BZ #14894]
28171         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28172         __ppc_mdoio and __ppc_mdoom.
28173         * manual/platform.texi: Document new functions __ppc_yield,
28174         __ppc_mdoio and __ppc_mdoom.
28176 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28178         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28179         (main): Mention "tls" pseudo-hwcap is legacy.
28180         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28182 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28184         * math/gen-libm-test.pl (parse_args): Output only string of
28185         arguments as text for test name, not full call or descriptions of
28186         tests for extra outputs.
28187         (generate_testfile): Do not pass function name to parse_args.
28188         Generate this_func variable from START.
28189         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28190         field to arg_str.
28191         (struct test_ff_f_data): Likewise.
28192         (test_ff_f_data_nexttoward): Likewise.
28193         (struct test_fi_f_data): Likewise.
28194         (struct test_fl_f_data): Likewise.
28195         (struct test_if_f_data): Likewise.
28196         (struct test_fff_f_data): Likewise.
28197         (struct test_c_f_data): Likewise.
28198         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28199         (struct test_fF_f1_data): Likewise.
28200         (struct test_ffI_f1_data): Likewise.
28201         (struct test_c_c_data): Rename test_name field to arg_str.
28202         (struct test_cc_c_data): Likewise.
28203         (struct test_f_i_data): Likewise.
28204         (struct test_ff_i_data): Likewise.
28205         (struct test_f_l_data): Likewise.
28206         (struct test_f_L_data): Likewise.
28207         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28208         and extra2_name.
28209         (COMMON_TEST_SETUP): New macro.
28210         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28211         (COMMON_TEST_CLEANUP): Likewise.
28212         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28213         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28214         macros.
28215         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28216         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28217         macros.
28218         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28219         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28220         cleanup macros.
28221         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28222         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28223         macros.
28224         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28225         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28226         macros.
28227         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28228         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28229         cleanup macros.
28230         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28231         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28232         cleanup macros.
28233         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28234         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28235         cleanup macros.
28236         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28237         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28238         macros.
28239         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28240         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28241         macros.
28242         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28243         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28244         macros.
28245         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28246         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28247         cleanup macros.
28248         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28249         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28250         cleanup macros.
28251         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28252         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28253         macros.
28254         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28255         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28256         cleanup macros.
28257         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28258         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28259         macros.
28260         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28261         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28262         macros.
28263         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28264         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28265         cleanup macros.
28266         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28268 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28270         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28271         to _sifields.sigfault.
28272         (si_addr_lsb): Define new macro.
28273         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28274         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28275         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28277 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28279         [BZ #15441]
28280         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28281         returns -1.
28282         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28283         null return -1.
28284         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28285         loading the domain.
28287 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28289         * math/gen-libm-test.pl (parse_args): Do not include expected
28290         result in test name.
28291         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28292         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28293         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28294         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28295         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28298 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28300         * benchtests/Makefile: Sort function entries.
28302         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28303         tanh, asinh, acosh, atanh.
28304         * benchtests/acos-inputs: New file.
28305         * benchtests/acosh-inputs: New file.
28306         * benchtests/asin-inputs: New file.
28307         * benchtests/asinh-inputs: New file.
28308         * benchtests/atanh-inputs: New file.
28309         * benchtests/cosh-inputs: New file.
28310         * benchtests/log-inputs: New file.
28311         * benchtests/sinh-inputs: New file.
28312         * benchtests/tanh-inputs: New file.
28314 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28316         [BZ #15339]
28317         * posix/tst-getaddrinfo4.c: New test.
28318         * posix/Makefile (tests): Add it.
28320 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28322         [BZ #15339]
28323         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28324         when no services were used.
28325         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28326         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28328 2013-05-21  Andreas Schwab  <schwab@suse.de>
28330         [BZ #15014]
28331         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28332         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28333         successful.
28334         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28335         redundant variable declarations and reallocation of buffer when
28336         parsing as IPv6 address.  Always set NSS status when called from
28337         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28338         buffer too small.  Correct computation of needed size.
28339         * nss/Makefile (tests): Add test-digits-dots.
28340         * nss/test-digits-dots.c: New test.
28342 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28344         * benchtests/Makefile: Remove instructions for adding
28345         benchmark tests.
28346         * benchtests/README: New file to explain how to execute and
28347         enhance the benchmark tests.
28349 2013-05-21  Andreas Schwab  <schwab@suse.de>
28351         [BZ #15493]
28352         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28353         * setjmp/tst-sigsetjmp.c: New test.
28355 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28357         * sysdeps/x86_64/memset.S (memset): New implementation.
28358         (__bzero): Likewise.
28359         (__memset_tail): New function.
28361 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28363         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28364         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28365         __memcpy_sse2_unaligned ifunc selection.
28366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28367         Add memcpy-sse2-unaligned.S.
28368         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28369         Add: __memcpy_sse2_unaligned.
28371 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28373         [BZ #15490]
28374         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28375         math_force_eval before restoring floating-point envrionment.
28376         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28377         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28378         Likewise.
28379         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28380         <math_private.h>.
28381         (__nearbyintl): Use math_force_eval before restoring
28382         floating-point environment.
28383         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28385         * math/gen-libm-test.pl (special_functions): Remove.
28386         (parse_args): Don't handle TEST_extra.  Handle functions with no
28387         return value.
28388         * math/libm-test.inc (struct test_sincos_data): Replace with
28389         struct test_fFF_11_data.
28390         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28391         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28392         (sincos_test_data): Change element type to struct
28393         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28394         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28395         RUN_TEST_LOOP_sincos.
28396         * math/README.libm-test: Don't mention special handling of
28397         individual functions.
28398         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28399         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28400         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28401         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28402         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28403         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28405         * math/gen-libm-test.pl (get_variable): Remove function.
28406         (parse_args): Don't show pointer parameters to call in test
28407         names.  Use "extra output N" in test names for extra outputs
28408         rather than naming variables.
28410 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28412         [BZ #15488]
28413         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28414         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28415         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28416         double tests.
28417         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28418         disable.
28419         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28420         check_long_double.
28422         * math/gen-libm-test.pl (@tests): Remove variable.
28423         ($count): Likewise.
28424         (new_test): Remove function.
28425         (show_exceptions): New function.
28426         (special_functions): Use show_exceptions instead of new_test.
28427         (parse_args): Likewise.
28428         (generate_testfile): Pass only function name in generated call to
28429         print_max_error or print_complex_max_error.
28430         (get_ulps): Do not handle complex tests specially.
28431         (output_test): Rename to ...
28432         (get_all_ulps_for_test): ... this.  Return a string rather than
28433         printing to a file.  Require ulps to be present.
28434         (output_ulps): Generate arrays rather than #defines.
28435         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28436         (struct ulp_data): New type.
28437         (BUILD_COMPLEX_ULP): Remove macro.
28438         (compare_ulp_data): New function.
28439         (find_ulps): Likewise.
28440         (find_test_ulps): Likewise.
28441         (find_function_ulps): Likewise.
28442         (find_complex_function_ulps): Likewise.
28443         (print_max_error): Determine allowed ulps using
28444         find_function_ulps.
28445         (print_complex_max_error): Determine allowed ulps using
28446         find_complex_function_ulps.
28447         (check_float_internal): Determine max ulps using find_test_ulps.
28448         (check_float): Do not take max_ulp parameter.  Update call to
28449         check_float_internal.
28450         (check_complex): Likewise.
28451         (check_int): Do not take max_ulp parameter.
28452         (check_long): Likewise.
28453         (check_bool): Likewise.
28454         (check_longlong): Likewise.
28455         (struct test_f_f_data): Remove max_ulp field.
28456         (struct test_ff_f_data): Likewise.
28457         (struct test_ff_f_data_nexttoward): Likewise.
28458         (struct test_fi_f_data): Likewise.
28459         (struct test_fl_f_data): Likewise.
28460         (struct test_if_f_data): Likewise.
28461         (struct test_fff_f_data): Likewise.
28462         (struct test_c_f_data): Likewise.
28463         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28464         (struct test_fF_f1_data): Likewise.
28465         (struct test_ffI_f1_data): Likewise.
28466         (struct test_c_c_data): Remove max_ulp field.
28467         (struct test_cc_c_data): Likewise.
28468         (struct test_f_i_data): Likewise.
28469         (struct test_ff_i_data): Likewise.
28470         (struct test_f_l_data): Likewise.
28471         (struct test_f_L_data): Likewise.
28472         (struct test_sincos_data): Likewise.
28473         (RUN_TEST_f_f): Do not handle ulps.
28474         (RUN_TEST_LOOP_f_f): Likewise.
28475         (RUN_TEST_2_f): Likewise.
28476         (RUN_TEST_LOOP_2_f): Likewise.
28477         (RUN_TEST_fff_f): Likewise.
28478         (RUN_TEST_LOOP_fff_f): Likewise.
28479         (RUN_TEST_c_f): Likewise.
28480         (RUN_TEST_LOOP_c_f): Likewise.
28481         (RUN_TEST_f_f1): Likewise.
28482         (RUN_TEST_LOOP_f_f1): Likewise.
28483         (RUN_TEST_fF_f1): Likewise.
28484         (RUN_TEST_LOOP_fF_f1): Likewise.
28485         (RUN_TEST_fI_f1): Likewise.
28486         (RUN_TEST_LOOP_fI_f1): Likewise.
28487         (RUN_TEST_ffI_f1): Likewise.
28488         (RUN_TEST_LOOP_ffI_f1): Likewise.
28489         (RUN_TEST_c_c): Likewise.
28490         (RUN_TEST_LOOP_c_c): Likewise.
28491         (RUN_TEST_cc_c): Likewise.
28492         (RUN_TEST_LOOP_cc_c): Likewise.
28493         (RUN_TEST_f_i): Likewise.
28494         (RUN_TEST_LOOP_f_i): Likewise.
28495         (RUN_TEST_f_i_tg): Likewise.
28496         (RUN_TEST_LOOP_f_i_tg): Likewise.
28497         (RUN_TEST_ff_i_tg): Likewise.
28498         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28499         (RUN_TEST_f_b): Likewise.
28500         (RUN_TEST_LOOP_f_b): Likewise.
28501         (RUN_TEST_f_b_tg): Likewise.
28502         (RUN_TEST_LOOP_f_b_tg): Likewise.
28503         (RUN_TEST_f_l): Likewise.
28504         (RUN_TEST_LOOP_f_l): Likewise.
28505         (RUN_TEST_f_L): Likewise.
28506         (RUN_TEST_LOOP_f_L): Likewise.
28507         (RUN_TEST_sincos): Likewise.
28508         (RUN_TEST_LOOP_sincos): Likewise.
28510 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28512         [BZ #15480]
28513         [BZ #15485]
28514         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28515         main case of finite arguments, set rounding mode to FE_TONEAREST
28516         and discard exceptions.
28517         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28518         exceptions.
28519         (remainder_tonearest_test_data): New variable.
28520         (remainder_test_tonearest): New function.
28521         (remainder_towardzero_test_data): New variable.
28522         (remainder_test_towardzero): New function.
28523         (remainder_downward_test_data): New variable.
28524         (remainder_test_downward): New function.
28525         (remainder_upward_test_data): New variable.
28526         (remainder_test_upward): New function.
28527         (main): Call the new test functions.
28529         * math/libm-test.inc (struct test_f_f1_data): Remove field
28530         extra_init.
28531         (struct test_fF_f1_data): Likewise.
28532         (struct test_ffI_f1_data): Likewise.
28533         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28534         based on value of EXTRA_EXPECTED.
28535         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28536         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28537         EXTRA_VAR based on value of EXTRA_EXPECTED.
28538         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28539         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28540         EXTRA_VAR based on value of EXTRA_EXPECTED.
28541         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28542         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28543         EXTRA_VAR based on value of EXTRA_EXPECTED.
28544         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28545         * math/gen-libm-test.pl (parse_args): Don't output initializers
28546         for extra output values.
28548         * math/libm-test.inc (check_int): Expect result to be exactly
28549         equal to expected value and do not handle ulps.
28550         (check_long): Likewise.
28551         (check_longlong): Likewise.
28553         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28554         exceptions.
28555         (cimag_test_data): Likewise.
28556         (conj_test_data): Likewise.
28557         (copysign_test_data): Likewise.
28558         (cproj_test_data): Likewise.
28559         (creal_test_data): Likewise.
28560         (fabs_test_data): Likewise.
28561         (fdim_test_data): Likewise.
28562         (finite_test_data): Likewise.
28563         (floor_test_data): Likewise.
28564         (fmax_test_data): Likewise.
28565         (fmin_test_data): Likewise.
28566         (fmod_test_data): Likewise.
28567         (fpclassify_test_data): Likewise.
28568         (frexp_test_data): Likewise.
28569         (ilogb_test_data): Likewise.
28570         (isfinite_test_data): Likewise.
28571         (isgreater_test_data): Likewise.
28572         (isgreaterequal_test_data): Likewise.
28573         (isinf_test_data): Likewise.
28574         (isless_test_data): Likewise.
28575         (islessequal_test_data): Likewise.
28576         (islessgreater_test_data): Likewise.
28577         (isnan_test_data): Likewise.
28578         (isnormal_test_data): Likewise.
28579         (issignaling_test_data): Likewise.
28580         (isunordered_test_data): Likewise.
28581         (ldexp_test_data): Likewise.
28582         (lrint_test_data): Likewise.
28583         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28584         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28585         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28586         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28587         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28588         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28589         test input.
28590         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28591         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28592         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28593         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28594         that test input.
28595         (lrint_downward_test_data): Test for "inexact" exceptions.
28596         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28597         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28598         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28599         test input.
28600         (lrint_upward_test_data): Test for "inexact" exceptions.
28601         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28602         test input.
28603         (llrint_test_data): Test for "inexact" exceptions.
28604         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28605         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28606         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28607         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28608         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28609         (llrint_downward_test_data): Test for "inexact" exceptions.
28610         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28611         (llrint_upward_test_data): Test for "inexact" exceptions.
28612         (logb_test_data): Likewise.
28613         (logb_downward_test_data): Likewise.
28614         (nextafter_test_data): Likewise.
28615         (nexttoward_test_data): Likewise.
28616         (remainder_test_data): Likewise.
28617         (remquo_test_data): Likewise.
28618         (scalbn_test_data): Likewise.
28619         (scalbln_test_data): Likewise.
28620         (signbit_test_data): Likewise.
28621         (sqrt_test_data): Likewise.
28622         (significand_test_data): Likewise.
28624 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28626         [BZ #15424]
28627         * benchtests/bench-modf.c (struct args): Mark arg0 as
28628         volatile.
28629         * scripts/bench.pl: Mark members of struct args as volatile.
28631 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28633         [BZ # 15497]
28634         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28635         negative infinity on POWER6 or lower.
28636         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28638 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28640         [BZ #15442]
28641         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28642         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28643         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28644         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28645         (_FP_SETQNAN): New macro.
28646         (_FP_SETQNAN_SEMIRAW): Likewise.
28647         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28648         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28649         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28650         (FP_EXTEND): Use _FP_FRAC_SNANP.
28651         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28652         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28653         into account.
28654         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28655         New macro.
28656         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28657         Likewise.
28659 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28661         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28662         with DIVIDE_BY_ZERO_EXCEPTION.
28663         (gamma_test_data): Likewise.
28664         (lgamma_test_data): Likewise.
28665         (log_test_data): Likewise.
28666         (log10_test_data): Likewise.
28667         (log2_test_data): Likewise.
28668         (tgamma_test_data): Likewise.
28670         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28671         (acos_test_tonearest): Likewise.
28672         (acos_test_towardzero): Likewise.
28673         (acos_test_downward): Likewise.
28674         (acos_test_upward): Likewise.
28675         (acosh_test): Likewise.
28676         (asin_test): Likewise.
28677         (asin_test_tonearest): Likewise.
28678         (asin_test_towardzero): Likewise.
28679         (asin_test_downward): Likewise.
28680         (asin_test_upward): Likewise.
28681         (asinh_test): Likewise.
28682         (atan_test): Likewise.
28683         (atanh_test): Likewise.
28684         (atan2_test): Likewise.
28685         (cabs_test): Likewise.
28686         (cacos_test): Likewise.
28687         (cacosh_test): Likewise.
28688         (casin_test): Likewise.
28689         (casinh_test): Likewise.
28690         (catan_test): Likewise.
28691         (catanh_test): Likewise.
28692         (cbrt_test): Likewise.
28693         (ccos_test): Likewise.
28694         (ccosh_test): Likewise.
28695         (cexp_test): Likewise.
28696         (clog_test): Likewise.
28697         (clog10_test): Likewise.
28698         (cos_test): Likewise.
28699         (cos_test_tonearest): Likewise.
28700         (cos_test_towardzero): Likewise.
28701         (cos_test_downward): Likewise.
28702         (cos_test_upward): Likewise.
28703         (cosh_test): Likewise.
28704         (cosh_test_tonearest): Likewise.
28705         (cosh_test_towardzero): Likewise.
28706         (cosh_test_downward): Likewise.
28707         (cosh_test_upward): Likewise.
28708         (cpow_test): Likewise.
28709         (csin_test): Likewise.
28710         (csinh_test): Likewise.
28711         (csqrt_test): Likewise.
28712         (ctan_test): Likewise.
28713         (ctan_test_tonearest): Likewise.
28714         (ctan_test_towardzero): Likewise.
28715         (ctan_test_downward): Likewise.
28716         (ctan_test_upward): Likewise.
28717         (ctanh_test): Likewise.
28718         (ctanh_test_tonearest): Likewise.
28719         (ctanh_test_towardzero): Likewise.
28720         (ctanh_test_downward): Likewise.
28721         (ctanh_test_upward): Likewise.
28722         (erf_test): Likewise.
28723         (erfc_test): Likewise.
28724         (exp_test): Likewise.
28725         (exp_test_tonearest): Likewise.
28726         (exp_test_towardzero): Likewise.
28727         (exp_test_downward): Likewise.
28728         (exp_test_upward): Likewise.
28729         (exp10_test): Likewise.
28730         (exp2_test): Likewise.
28731         (expm1_test): Likewise.
28732         (fmod_test): Likewise.
28733         (gamma_test): Likewise.
28734         (hypot_test): Likewise.
28735         (j0_test): Likewise.
28736         (j1_test): Likewise.
28737         (jn_test): Likewise.
28738         (lgamma_test): Likewise.
28739         (log_test): Likewise.
28740         (log10_test): Likewise.
28741         (log1p_test): Likewise.
28742         (log2_test): Likewise.
28743         (logb_test_downward): Likewise.
28744         (pow_test): Likewise.
28745         (pow_test_tonearest): Likewise.
28746         (pow_test_towardzero): Likewise.
28747         (pow_test_downward): Likewise.
28748         (pow_test_upward): Likewise.
28749         (remainder_test): Likewise.
28750         (remquo_test): Likewise.
28751         (sin_test): Likewise.
28752         (sin_test_tonearest): Likewise.
28753         (sin_test_towardzero): Likewise.
28754         (sin_test_downward): Likewise.
28755         (sin_test_upward): Likewise.
28756         (sincos_test): Likewise.
28757         (sinh_test): Likewise.
28758         (sinh_test_tonearest): Likewise.
28759         (sinh_test_towardzero): Likewise.
28760         (sinh_test_downward): Likewise.
28761         (sinh_test_upward): Likewise.
28762         (sqrt_test): Likewise.
28763         (tan_test): Likewise.
28764         (tan_test_tonearest): Likewise.
28765         (tan_test_towardzero): Likewise.
28766         (tan_test_downward): Likewise.
28767         (tan_test_upward): Likewise.
28768         (tanh_test): Likewise.
28769         (tgamma_test): Likewise.
28770         (y0_test): Likewise.
28771         (y1_test): Likewise.
28772         (yn_test): Likewise.
28774         * math/gen-libm-test.pl (adjust_arg): Remove function.
28775         (special_function): Remove argument $in_func.  Only handle
28776         generating output for tables of tests, not inside functions.
28777         (parse_args): Likewise.
28778         (generate_testfile): Remove variable $in_func.  Update call to
28779         parse_args.
28780         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28781         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28782         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28783         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28784         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28785         (MAX_VALUE_INIT): Rename macro to max_value.
28786         (MIN_VALUE_INIT): Rename macro to min_value.
28787         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28788         (plus_zero): Remove variable.
28789         (minus_zero): Likewise.
28790         (plus_infty): Likewise.
28791         (minus_infty): Likewise.
28792         (qnan_value): Likewise.
28793         (max_value): Likewise.
28794         (min_value): Likewise.
28795         (min_subnorm_value): Likewise.
28797 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28799         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28800         uint64_t or uint32_t usage.
28801         * crypt/sha256-block.c: Likewise.
28802         * crypt/sha256-crypt.c: Likewise.
28803         * crypt/sha256.c: Likewise.
28804         * crypt/sha512-block.c: Likewise.
28805         * crypt/sha512-crypt.c: Likewise.
28806         * crypt/sha512.c: Likewise.
28807         * debug/backtrace-tst.c: Likewise.
28808         * debug/pcprofiledump.c: Likewise.
28809         * elf/cache.c: Likewise.
28810         * elf/dl-cache.c: Likewise.
28811         * elf/dl-misc.c: Likewise.
28812         * elf/dl-profile.c: Likewise.
28813         * elf/dl-support.c: Likewise.
28814         * elf/ldconfig.c: Likewise.
28815         * elf/sprof.c: Likewise.
28816         * iconv/dummy-repertoire.c: Likewise.
28817         * iconv/iconv_charmap.c: Likewise.
28818         * iconv/skeleton.c: Likewise.
28819         * iconvdata/8bit-generic.c: Likewise.
28820         * iconvdata/cp737.h: Likewise.
28821         * iconvdata/cp775.h: Likewise.
28822         * iconvdata/ibm1008.h: Likewise.
28823         * iconvdata/ibm1025.h: Likewise.
28824         * iconvdata/ibm1046.h: Likewise.
28825         * iconvdata/ibm1097.h: Likewise.
28826         * iconvdata/ibm1112.h: Likewise.
28827         * iconvdata/ibm1122.h: Likewise.
28828         * iconvdata/ibm1123.h: Likewise.
28829         * iconvdata/ibm1124.h: Likewise.
28830         * iconvdata/ibm1129.h: Likewise.
28831         * iconvdata/ibm1130.h: Likewise.
28832         * iconvdata/ibm1132.h: Likewise.
28833         * iconvdata/ibm1133.h: Likewise.
28834         * iconvdata/ibm1137.h: Likewise.
28835         * iconvdata/ibm1140.h: Likewise.
28836         * iconvdata/ibm1141.h: Likewise.
28837         * iconvdata/ibm1142.h: Likewise.
28838         * iconvdata/ibm1143.h: Likewise.
28839         * iconvdata/ibm1144.h: Likewise.
28840         * iconvdata/ibm1145.h: Likewise.
28841         * iconvdata/ibm1146.h: Likewise.
28842         * iconvdata/ibm1147.h: Likewise.
28843         * iconvdata/ibm1148.h: Likewise.
28844         * iconvdata/ibm1149.h: Likewise.
28845         * iconvdata/ibm1153.h: Likewise.
28846         * iconvdata/ibm1154.h: Likewise.
28847         * iconvdata/ibm1155.h: Likewise.
28848         * iconvdata/ibm1156.h: Likewise.
28849         * iconvdata/ibm1157.h: Likewise.
28850         * iconvdata/ibm1158.h: Likewise.
28851         * iconvdata/ibm1160.h: Likewise.
28852         * iconvdata/ibm1161.h: Likewise.
28853         * iconvdata/ibm1162.h: Likewise.
28854         * iconvdata/ibm1163.h: Likewise.
28855         * iconvdata/ibm1164.h: Likewise.
28856         * iconvdata/ibm1166.h: Likewise.
28857         * iconvdata/ibm1167.h: Likewise.
28858         * iconvdata/ibm12712.h: Likewise.
28859         * iconvdata/ibm1390.h: Likewise.
28860         * iconvdata/ibm1399.h: Likewise.
28861         * iconvdata/ibm16804.h: Likewise.
28862         * iconvdata/ibm4517.h: Likewise.
28863         * iconvdata/ibm4899.h: Likewise.
28864         * iconvdata/ibm4909.h: Likewise.
28865         * iconvdata/ibm4971.h: Likewise.
28866         * iconvdata/ibm5347.h: Likewise.
28867         * iconvdata/ibm803.h: Likewise.
28868         * iconvdata/ibm856.h: Likewise.
28869         * iconvdata/ibm901.h: Likewise.
28870         * iconvdata/ibm902.h: Likewise.
28871         * iconvdata/ibm9030.h: Likewise.
28872         * iconvdata/ibm9066.h: Likewise.
28873         * iconvdata/ibm921.h: Likewise.
28874         * iconvdata/ibm922.h: Likewise.
28875         * iconvdata/ibm9448.h: Likewise.
28876         * iconvdata/isiri-3342.h: Likewise.
28877         * iconvdata/jis0201.h: Likewise.
28878         * include/link.h: Likewise.
28879         * include/netdb.h: Likewise.
28880         * inet/check_native.c: Likewise.
28881         * inet/check_pf.c: Likewise.
28882         * inet/getipv4sourcefilter.c: Likewise.
28883         * inet/getnameinfo.c: Likewise.
28884         * inet/getsourcefilter.c: Likewise.
28885         * inet/htonl.c: Likewise.
28886         * inet/setipv4sourcefilter.c: Likewise.
28887         * inet/setsourcefilter.c: Likewise.
28888         * inet/test-inet6_opt.c: Likewise.
28889         * inet/tst-network.c: Likewise.
28890         * locale/C-collate.c: Likewise.
28891         * locale/C-ctype.c: Likewise.
28892         * locale/C-time.c: Likewise.
28893         * locale/C-translit.h: Likewise.
28894         * locale/loadarchive.c: Likewise.
28895         * locale/programs/3level.h: Likewise.
28896         * locale/programs/charmap.c: Likewise.
28897         * locale/programs/charmap.h: Likewise.
28898         * locale/programs/ld-address.c: Likewise.
28899         * locale/programs/ld-collate.c: Likewise.
28900         * locale/programs/ld-ctype.c: Likewise.
28901         * locale/programs/ld-identification.c: Likewise.
28902         * locale/programs/ld-measurement.c: Likewise.
28903         * locale/programs/ld-messages.c: Likewise.
28904         * locale/programs/ld-monetary.c: Likewise.
28905         * locale/programs/ld-name.c: Likewise.
28906         * locale/programs/ld-numeric.c: Likewise.
28907         * locale/programs/ld-paper.c: Likewise.
28908         * locale/programs/ld-telephone.c: Likewise.
28909         * locale/programs/ld-time.c: Likewise.
28910         * locale/programs/linereader.c: Likewise.
28911         * locale/programs/locale.c: Likewise.
28912         * locale/programs/locarchive.c: Likewise.
28913         * locale/programs/locfile.h: Likewise.
28914         * locale/programs/repertoire.c: Likewise.
28915         * locale/programs/simple-hash.c: Likewise.
28916         * locale/programs/simple-hash.h: Likewise.
28917         * malloc/memusage.c: Likewise.
28918         * malloc/memusagestat.c: Likewise.
28919         * nis/nis_defaults.c: Likewise.
28920         * nis/nis_hash.c: Likewise.
28921         * nis/nis_print.c: Likewise.
28922         * nis/nis_xdr.c: Likewise.
28923         * nscd/connections.c: Likewise.
28924         * nscd/hstcache.c: Likewise.
28925         * nscd/nscd_gethst_r.c: Likewise.
28926         * nscd/nscd_getserv_r.c: Likewise.
28927         * nscd/nscd_helper.c: Likewise.
28928         * nscd/servicescache.c: Likewise.
28929         * nss/makedb.c: Likewise.
28930         * nss/nss_db/db-XXX.c: Likewise.
28931         * nss/nss_db/db-initgroups.c: Likewise.
28932         * nss/nss_db/db-netgrp.c: Likewise.
28933         * nss/nss_files/files-network.c: Likewise.
28934         * nss/nss_files/files-parse.c: Likewise.
28935         * posix/bug-regex5.c: Likewise.
28936         * posix/fnmatch_loop.c: Likewise.
28937         * posix/regcomp.c: Likewise.
28938         * posix/regexec.c: Likewise.
28939         * posix/tst-rfc3484-2.c: Likewise.
28940         * posix/tst-rfc3484-3.c: Likewise.
28941         * posix/tst-rfc3484.c: Likewise.
28942         * resolv/nss_dns/dns-canon.c: Likewise.
28943         * resolv/nss_dns/dns-network.c: Likewise.
28944         * resolv/res_init.c: Likewise.
28945         * resolv/res_mkquery.c: Likewise.
28946         * resolv/tst-aton.c: Likewise.
28947         * stdlib/cxa_atexit.c: Likewise.
28948         * stdlib/cxa_finalize.c: Likewise.
28949         * stdlib/gen-fpioconst.c: Likewise.
28950         * stdlib/strtol_l.c: Likewise.
28951         * string/tst-endian.c: Likewise.
28952         * sunrpc/auth_des.c: Likewise.
28953         * sunrpc/clnt_udp.c: Likewise.
28954         * sunrpc/rtime.c: Likewise.
28955         * sunrpc/svcauth_des.c: Likewise.
28956         * sunrpc/xdr.c: Likewise.
28957         * sunrpc/xdr_intXX_t.c: Likewise.
28958         * sunrpc/xdr_rec.c: Likewise.
28959         * sysdeps/generic/ldconfig.h: Likewise.
28960         * sysdeps/generic/ldsodefs.h: Likewise.
28961         * sysdeps/generic/memusage.h: Likewise.
28962         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28963         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28964         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28965         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28966         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28967         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28968         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28969         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28970         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28971         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28972         * sysdeps/posix/getaddrinfo.c: Likewise.
28973         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28974         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28975         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28976         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28977         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28978         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28979         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28980         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28981         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28982         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28983         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28984         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28985         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28986         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28987         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28988         * sysdeps/x86_64/dl-tls.h: Likewise.
28989         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28990         * time/alt_digit.c: Likewise.
28991         * time/era.c: Likewise.
28992         * wcsmbs/tst-c16c32-1.c: Likewise.
28994 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28996         * math/libm-test.inc (struct test_sincos_data): New type.
28997         (RUN_TEST_LOOP_sincos): New macro.
28998         (sincos_test_data): New variable.
28999         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29001 2013-05-16  Richard Henderson  <rth@redhat.com>
29003         * math/atest-exp2.c (LIMB64): New macro.
29004         (CONSTSZ): New macro.
29005         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29006         (hexdig): Move ...
29007         (print_mpn_fp): ... to function scope.
29008         (read_mpn_hex): Remove.
29009         (get_log2): Remove.
29010         (exp2_mpn): Use mp_log2.
29011         (main): Use mp_exp1.
29013 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29015         * math/libm-test.inc: Remove comment about not testing "inexact"
29016         exceptions.
29017         (INEXACT_EXCEPTION): New macro.
29018         (NO_INEXACT_EXCEPTION): Likewise.
29019         (INVALID_EXCEPTION_OK): Update value.
29020         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29021         (OVERFLOW_EXCEPTION_OK): Likewise.
29022         (UNDERFLOW_EXCEPTION_OK): Likewise.
29023         (IGNORE_ZERO_INF_SIGN): Likewise.
29024         (ERRNO_UNCHANGED): Likewise.
29025         (ERRNO_EDOM): Likewise.
29026         (ERRNO_ERANGE): Likewise.
29027         (test_exceptions): Handle testing "inexact" exceptions.
29028         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29029         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29030         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29031         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29032         INEXACT_EXCEPTION.
29033         (rint_towardzero_test_data): Likewise.
29034         (rint_downward_test_data): Likewise.
29035         (rint_upward_test_data): Likewise.
29037         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29038         with OVERFLOW_EXCEPTION.
29039         (exp10_test_data): Likewise.
29040         (exp2_test_data): Likewise.
29041         (expm1_test_data): Likewise.
29042         (lgamma_test_data): Likewise.
29043         (pow_test_data): Likewise.
29044         (tgamma_test_data): Likewise.
29045         (yn_test_data): Remove duplicate test of overflow.
29047         * math/libm-test.inc (struct test_cc_c_data): New type.
29048         (RUN_TEST_LOOP_cc_c): New macro.
29049         (cpow_test_data): New variable.
29050         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29052         * math/libm-test.inc (struct test_f_L_data): New type.
29053         (RUN_TEST_LOOP_f_L): New macro.
29054         (llrint_test_data): New variable.
29055         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29056         (llrint_tonearest_test_data): New variable.
29057         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29058         (llrint_towardzero_test_data): New variable.
29059         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29060         (llrint_downward_test_data): New variable.
29061         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29062         (llrint_upward_test_data): New variable.
29063         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29064         (llround_test_data): New variable.
29065         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29067 2013-05-13  Peter Collingbourne  <pcc@google.com>
29069         * math/atest-exp2.c (get_log2): Remove const attribute.
29071 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29073         * math/libm-test.inc (struct test_f_l_data): New type.
29074         (RUN_TEST_LOOP_f_l): New macro.
29075         (lrint_test_data): New variable.
29076         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29077         (lrint_tonearest_test_data): New variable.
29078         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29079         (lrint_towardzero_test_data): New variable.
29080         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29081         (lrint_downward_test_data): New variable.
29082         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29083         (lrint_upward_test_data): New variable.
29084         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29085         (lround_test_data): New variable.
29086         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29088 2013-05-15  Peter Collingbourne  <pcc@google.com>
29090         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29091         (EXTRACT_WORDS64) Use where appropriate.
29092         (INSERT_WORDS64) Likewise.
29094         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29095         constraints with x constraints.
29096         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29098         * malloc/obstack.c (_obstack_compat): Add initializer.
29100 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29102         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29103         si_trapno and add si_addr_lsb to _sifields.sigfault.
29104         (si_trapno): Remove macro.
29105         (si_addr_lsb): Define new macro.
29106         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29108 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29110         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29111         instead of TEST_f_l.
29112         (llrint_test_tonearest): Likewise.
29113         (llrint_test_towardzero): Likewise.
29114         (llrint_test_downward): Likewise.
29115         (llrint_test_upward): Likewise.
29116         (llround_test): Likewise.
29118         * math/libm-test.inc (struct test_f_i_data): Add comment.
29119         (RUN_TEST_LOOP_f_b): New macro.
29120         (RUN_TEST_LOOP_f_b_tg): Likewise.
29121         (finite_test_data): New variable.
29122         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29123         (isfinite_test_data): New variable.
29124         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29125         (isinf_test_data): New variable.
29126         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29127         (isnan_test_data): New variable.
29128         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29129         (isnormal_test_data): New variable.
29130         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29131         (issignaling_test_data): New variable.
29132         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29133         (signbit_test_data): New variable.
29134         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29136         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29137         with INVALID_EXCEPTION.
29138         (acosh_test_data): Likewise.
29139         (asin_test_data): Likewise.
29140         (atanh_test_data): Likewise.
29141         (fmod_test_data): Likewise.
29142         (log_test_data): Likewise.
29143         (log10_test_data): Likewise.
29144         (log2_test_data): Likewise.
29145         (pow_test_data): Likewise.
29146         (sqrt_test_data): Likewise.
29147         (y0_test_data): Likewise.
29148         (y1_test_data): Likewise.
29149         (yn_test_data): Likewise.
29151         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29152         function contents.
29154         * math/libm-test.inc (struct test_ff_i_data): New type.
29155         (RUN_TEST_LOOP_ff_i_tg): New macro.
29156         (isgreater_test_data): New variable.
29157         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29158         (isgreaterequal_test_data): New variable.
29159         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29160         (isless_test_data): New variable.
29161         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29162         (islessequal_test_data): New variable.
29163         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29164         (islessgreater_test_data): New variable.
29165         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29166         (isunordered_test_data): New variable.
29167         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29169 2013-05-14  David S. Miller  <davem@davemloft.net>
29171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29173 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29175         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29177         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29178         extra_test to int.
29179         (struct test_f_i_data): Change type of max_ulp to int.
29181         * math/libm-test.inc (test_ffI_f1_data): New type.
29182         (RUN_TEST_LOOP_ffI_f1): New macro.
29183         (remquo_test_data): New variable.
29184         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29186         * setjmp/tst-setjmp-fp.c: New file.
29187         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29188         (link-libm): New variable.
29189         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29191         * math/libm-test.inc (struct test_f_i_data): New type.
29192         (RUN_TEST_LOOP_f_i): New macro.
29193         (RUN_TEST_LOOP_f_i_tg): Likewise.
29194         (fpclassify_test_data): New variable.
29195         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29196         (ilogb_test_data): New variable.
29197         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29199         * math/libm-test.inc (scalbln_test): Correct function name in END
29200         call.
29202         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29203         (RUN_TEST_LOOP_fI_f1): New macro.
29204         (frexp_test_data): New variable.
29205         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29207         * math/libm-test.inc (struct test_fF_f1_data): New type.
29208         (RUN_TEST_LOOP_fF_f1): New macro.
29209         (modf_test_data): New variable.
29210         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29212         * math/libm-test.inc (struct test_f_f1_data): New type.
29213         (RUN_TEST_LOOP_f_f1): New macro.
29214         (gamma_test_data): New variable.
29215         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29216         (lgamma_test_data): New variable.
29217         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29219 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29221         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29222         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29223         (main): Comment "tls" pseudo-hwcap.
29225 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29227         * math/libm-test.inc (struct test_fl_f_data): New type.
29228         (RUN_TEST_LOOP_fl_f): New variable.
29229         (scalbln_test_data): New variable.
29230         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29232         * math/libm-test.inc (struct test_fi_f_data): New type.
29233         (RUN_TEST_LOOP_fi_f): New macro.
29234         (ldexp_test_data): New variable.
29235         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29236         (scalbn_test_data): New variable.
29237         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29239         * math/libm-test.inc (struct test_c_f_data): New type.
29240         (RUN_TEST_LOOP_c_f): New macro.
29241         (cabs_test_data): New variable.
29242         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29243         (carg_test_data): New variable.
29244         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29245         (cimag_test_data): New variable.
29246         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29247         (creal_test_data): New variable.
29248         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29250         * math/libm-test.inc (struct test_if_f_data): New type.
29251         (RUN_TEST_LOOP_if_f): New macro.
29252         (jn_test_data): New variable.
29253         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29254         (yn_test_data): New variable.
29255         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29257         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29259 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29261         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29262         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29264 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29266         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29267         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29268         (bench-deps): Add bench-timing.h.
29269         * benchtests-bench-skeleton.c: Include bench-timing.h.
29270         (main): Use TIMING_* macros instead of clock_gettime.
29271         * benchtests/bench-timing.h: New file.
29273         [BZ #14582]
29274         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29275         Renamed from _LIB_VERSION.
29276         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29278 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29280         * math/libm-test.inc (struct test_fff_f_data): New type.
29281         (RUN_TEST_LOOP_fff_f): New macro.
29282         (fma_test_data): New variable.
29283         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29284         (fma_towardzero_test_data): New variable.
29285         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29286         (fma_downward_test_data): New variable.
29287         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29288         (fma_upward_test_data): New variable.
29289         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29291         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29292         (struct test_c_c_data): New type.
29293         (RUN_TEST_LOOP_c_c): New macro.
29294         (cacos_test_data): New variable.
29295         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29296         (cacosh_test_data): New variable.
29297         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29298         (casin_test_data): New variable.
29299         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29300         (casinh_test_data): New variable.
29301         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29302         (catan_test_data): New variable.
29303         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29304         (catanh_test_data): New variable.
29305         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29306         (ccos_test_data): New variable.
29307         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29308         (ccosh_test_data): New variable.
29309         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29310         (cexp_test_data): New variable.
29311         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29312         (clog_test_data): New variable.
29313         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29314         (clog10_test_data): New variable.
29315         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29316         (conj_test_data): New variable.
29317         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29318         (cproj_test_data): New variable.
29319         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29320         (csin_test_data): New variable.
29321         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29322         (csinh_test_data): New variable.
29323         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29324         (csqrt_test_data): New variable.
29325         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29326         (ctan_test_data): New variable.
29327         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29328         (ctan_tonearest_test_data): New variable.
29329         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29330         (ctan_towardzero_test_data): New variable.
29331         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29332         (ctan_downward_test_data): New variable.
29333         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29334         (ctan_upward_test_data): New variable.
29335         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29336         (ctanh_test_data): New variable.
29337         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29338         (ctanh_tonearest_test_data): New variable.
29339         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29340         (ctanh_towardzero_test_data): New variable.
29341         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29342         (ctanh_downward_test_data): New variable.
29343         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29344         (ctanh_upward_test_data): New variable.
29345         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29346         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29347         of BUILD_COMPLEX.
29349         * math/libm-test.inc (struct test_ff_f_data): New type.
29350         (struct test_ff_f_data_nexttoward): Likewise.
29351         (RUN_TEST_LOOP_2_f): New macro.
29352         (RUN_TEST_LOOP_ff_f): Likewise.
29353         (atan2_test_data): New variable.
29354         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29355         (copysign_test_data): New variable.
29356         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29357         (fdim_test_data): New variable.
29358         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29359         (fmax_test_data): New variable.
29360         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29361         (fmin_test_data): New variable.
29362         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29363         (fmod_test_data): New variable.
29364         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29365         (hypot_test_data): New variable.
29366         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29367         (nextafter_test_data): New variable.
29368         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29369         (nexttoward_test_data): New variable.
29370         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29371         (pow_test_data): New variable.
29372         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29373         (pow_tonearest_test_data): New variable.
29374         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29375         (pow_towardzero_test_data): New variable.
29376         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29377         (pow_downward_test_data): New variable.
29378         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29379         (pow_upward_test_data): New variable.
29380         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29381         (remainder_test_data): New variable.
29382         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29383         (scalb_test_data): New variable.
29384         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29385         * sysdeps/i386/fpu/libm-test-ulps: Update.
29387 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29389         * math/libm-test.inc (fma_test): Use max_value instead of local
29390         variable fltmax.
29391         (nextafter_test): Likewise.
29393         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29394         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29395         (acos_downward_test_data): New variable.
29396         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29397         (acos_upward_test_data): New variable.
29398         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29399         (acosh_test_data): New variable.
29400         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29401         (asin_test_data): New variable.
29402         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29403         (asin_tonearest_test_data): New variable.
29404         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29405         (asin_towardzero_test_data): New variable.
29406         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29407         (asin_downward_test_data): New variable.
29408         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29409         (asin_upward_test_data): New variable.
29410         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29411         (asinh_test_data): New variable.
29412         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29413         (atan_test_data): New variable.
29414         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29415         (atanh_test_data): New variable.
29416         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29417         (cbrt_test_data): New variable.
29418         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29419         (ceil_test_data): New variable.
29420         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29421         (cos_test_data): New variable.
29422         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29423         (cos_tonearest_test_data): New variable.
29424         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29425         (cos_towardzero_test_data): New variable.
29426         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29427         (cos_downward_test_data): New variable.
29428         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29429         (cos_upward_test_data): New variable.
29430         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29431         (cosh_test_data): New variable.
29432         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29433         (cosh_tonearest_test_data): New variable.
29434         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29435         (cosh_towardzero_test_data): New variable.
29436         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29437         (cosh_downward_test_data): New variable.
29438         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29439         (cosh_upward_test_data): New variable.
29440         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29441         (erf_test_data): New variable.
29442         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29443         (erfc_test_data): New variable.
29444         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29445         (exp_test_data): New variable.
29446         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29447         (exp_tonearest_test_data): New variable.
29448         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29449         (exp_towardzero_test_data): New variable.
29450         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29451         (exp_downward_test_data): New variable.
29452         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29453         (exp_upward_test_data): New variable.
29454         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29455         (exp10_test_data): New variable.
29456         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29457         (exp2_test_data): New variable.
29458         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29459         (expm1_test_data): New variable.
29460         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29461         (fabs_test_data): New variable.
29462         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29463         (floor_test_data): New variable.
29464         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29465         (j0_test_data): New variable.
29466         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29467         (j1_test_data): New variable.
29468         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29469         (log_test_data): New variable.
29470         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29471         (log10_test_data): New variable.
29472         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29473         (log1p_test_data): New variable.
29474         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29475         (log2_test_data): New variable.
29476         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29477         (logb_test_data): New variable.
29478         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29479         (logb_downward_test_data): New variable.
29480         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29481         (nearbyint_test_data): New variable.
29482         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29483         (rint_test_data): New variable.
29484         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29485         (rint_tonearest_test_data): New variable.
29486         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29487         (rint_towardzero_test_data): New variable.
29488         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29489         (rint_downward_test_data): New variable.
29490         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29491         (rint_upward_test_data): New variable.
29492         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29493         (round_test_data): New variable.
29494         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29495         (sin_test_data): New variable.
29496         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29497         (sin_tonearest_test_data): New variable.
29498         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29499         (sin_towardzero_test_data): New variable.
29500         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29501         (sin_downward_test_data): New variable.
29502         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29503         (sin_upward_test_data): New variable.
29504         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29505         (sinh_test_data): New variable.
29506         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29507         (sinh_tonearest_test_data): New variable.
29508         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29509         (sinh_towardzero_test_data): New variable.
29510         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29511         (sinh_downward_test_data): New variable.
29512         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29513         (sinh_upward_test_data): New variable.
29514         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29515         (sqrt_test_data): New variable.
29516         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29517         (tan_test_data): New variable.
29518         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29519         (tan_tonearest_test_data): New variable.
29520         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29521         (tan_towardzero_test_data): New variable.
29522         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29523         (tan_downward_test_data): New variable.
29524         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29525         (tan_upward_test_data): New variable.
29526         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29527         (tanh_test_data): New variable.
29528         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29529         (tgamma_test_data): New variable.
29530         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29531         (trunc_test_data): New variable.
29532         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29533         (y0_test_data): New variable.
29534         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29535         (y1_test_data): New variable.
29536         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29537         (significand_test_data): New variable.
29538         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29540 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29542         [BZ #12387]
29543         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29545 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29547         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29549 2013-05-10  Andreas Jaeger  <aj@suse.de>
29551         [BZ #15448]
29552         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29553         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29555 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29557         * math/gen-libm-test.pl (adjust_arg): New function.
29558         (special_functions): Handle generating output in both functions
29559         and arrays.
29560         (parse_args): Likewise.
29561         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29562         $in_func argument to parse_args.
29563         * math/libm-test.inc (struct test_f_f_data): New type.
29564         (IF_ROUND_INIT_): New macro.
29565         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29566         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29567         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29568         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29569         (ROUND_RESTORE_): Likewise.
29570         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29571         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29572         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29573         (ROUND_RESTORE_FE_UPWARD): Likewise.
29574         (RUN_TEST_LOOP_f_f): New macro.
29575         (acos_test_data): New variable.
29576         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29577         (acos_tonearest_test_data): New variable.
29578         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29580 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29582         * benchtests/bench-skeleton.c (startup): Fix coding style.
29584 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29586         [BZ #6809]
29587         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29588         negative infinity argument.
29589         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29590         negative infinity argument.
29591         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29592         negative infinity argument.
29593         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29594         domain errors.
29596 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29598         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29599         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29600         * iconv/iconv_prog.c (main): Likewise.
29601         * locale/programs/charmap-dir.c (charmap_readdir)
29602         (fopen_uncompressed): Likewise.
29603         * locale/programs/locfile.c (siblings_uncached)
29604         (write_locale_data): Use lstat64 instead of lstat.
29605         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29606         stat.
29608 2013-05-10  Andreas Jaeger  <aj@suse.de>
29610         [BZ #15395]
29611         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29612         localization.
29613         Include <locale.h>.
29615 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29617         * elf/dl-close.c (_dl_close_worker): Add comments.
29619 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29621         [BZ #15359]
29622         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29623         high part of pi/2.
29624         (__ieee754_rem_pio2l): Update comments.
29626         [BZ #15429]
29627         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29628         high part of pi/2.
29629         (__ieee754_rem_pio2l): Update comments.
29631         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29632         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29634         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29635         M_PI_4l.
29637         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29638         (M_PI_34_LOG10El): Likewise.
29639         (M_PI2_LOG10El): Likewise.
29640         (M_PI4_LOG10El): Likewise.
29641         (M_PI_LOG10El): Likewise.
29643 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29647 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29649         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29650         (MINUS_ZERO_INIT): Likewise.
29651         (PLUS_INFTY_INIT): Likewise.
29652         (MINUS_INFTY_INIT): Likewise.
29653         (QNAN_VALUE_INIT): Likewise.
29654         (MAX_VALUE_INIT): Likewise.
29655         (MIN_VALUE_INIT): Likewise.
29656         (MIN_SUBNORM_VALUE_INIT): Likewise.
29657         (plus_zero): Initialize with PLUS_ZERO_INIT.
29658         (minus_zero): Initialize with MINUS_ZERO_INIT.
29659         (plus_infty): Initialize with PLUS_INFTY_INIT.
29660         (minus_infty): Initialize with MINUS_INFTY_INIT.
29661         (qnan_value): Initialize with QNAN_VALUE_INIT.
29662         (max_value): Initialize with MAX_VALUE_INIT.
29663         (min_value): Initialize with MIN_VALUE_INIT.
29664         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29666         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29667         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29668         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29669         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29671         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29672         (RUN_TEST_2_f): Likewise.
29673         (RUN_TEST_ff_f): Likewise.
29674         (RUN_TEST_fi_f): Likewise.
29675         (RUN_TEST_fl_f): Likewise.
29676         (RUN_TEST_fff_f): Likewise.
29677         (RUN_TEST_c_f): Likewise.
29678         (RUN_TEST_f_f1): Likewise.
29679         (RUN_TEST_fF_f1): Likewise.
29680         (RUN_TEST_fI_f1): Likewise.
29681         (RUN_TEST_ffI_f1): Likewise.
29682         (RUN_TEST_c_c): Likewise.
29683         (RUN_TEST_cc_c): Likewise.
29684         (RUN_TEST_f_i): Likewise.
29685         (RUN_TEST_f_i_tg): Likewise.
29686         (RUN_TEST_ff_i_tg): Likewise.
29687         (RUN_TEST_f_b): Likewise.
29688         (RUN_TEST_f_b_tg): Likewise.
29689         (RUN_TEST_f_l): Likewise.
29690         (RUN_TEST_f_L): Likewise.
29691         (RUN_TEST_sincos): Likewise.
29692         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29693         whether to show exceptions.  Do not include ");\n" in return
29694         value.
29695         (special_functions): Output call to RUN_TEST_sincos instead of
29696         check_float calls.  Update calls to new_test.
29697         (parse_args): Output call to single RUN_TEST_* macro instead of
29698         check_* calls and other assignments.  Update calls to new_test.
29700         [BZ #2546]
29701         [BZ #2560]
29702         [BZ #5159]
29703         [BZ #15426]
29704         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29705         input to result for tgamma overflow.
29706         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29707         (gamma_coeff): New variable.
29708         (NCOEFF): New macro.
29709         (gamma_positive): New function.
29710         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29711         underflow here.  Use gamma_positive instead of exp (lgamma) for
29712         other arguments.
29713         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29714         (gamma_coeff): New variable.
29715         (NCOEFF): New macro.
29716         (gammaf_positive): New function.
29717         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29718         underflow here.  Use gamma_positive instead of exp (lgamma) for
29719         other arguments.
29720         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29721         (gamma_coeff): New variable.
29722         (NCOEFF): New macro.
29723         (gammal_positive): New function.
29724         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29725         underflow here.  Use gamma_positive instead of exp (lgamma) for
29726         other arguments.
29727         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29728         (gamma_coeff): New variable.
29729         (NCOEFF): New macro.
29730         (gammal_positive): New function.
29731         (__ieee754_gammal_r): Handle positive infinity, overflow and
29732         underflow here.  Handle NaN the same as positive infinity.  Remove
29733         check x < 0xffffffff for negative integers.  Use gamma_positive
29734         instead of exp (lgamma) for other arguments.
29735         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29736         (gamma_coeff): New variable.
29737         (NCOEFF): New macro.
29738         (gammal_positive): New function.
29739         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29740         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29741         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29742         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29743         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29744         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29745         * sysdeps/generic/math_private.h (__gamma_productf): New
29746         prototype.
29747         (__gamma_product): Likewise.
29748         (__gamma_productl): Likewise.
29749         * math/Makefile (libm-calls): Add gamma_product.
29750         * math/libm-test.inc (tgamma_test): Add more tests.
29751         * sysdeps/i386/fpu/libm-test-ulps: Update.
29752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29754 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29756         * benchtests/bench-skeleton.c (main): Preheat CPU.
29758 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29760         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29762 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29764         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29765         and _dl_skip_args_internal.
29767 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29769         * manual/message.texi (Message Translation): Talk about users.
29770         Message to key mapping impacts design.
29772 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29774         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29776         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29778         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29779         * sysdeps/wordsize-64/glob64.c: ... here.
29781         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29782         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29783         New macros.
29785         * debug/getlogin_r_chk.c: Moved to ...
29786         * login/getlogin_r_chk.c: ... here.
29787         * debug/Makefile (routines): Move getlogin_r_chk to ...
29788         * login/Makefile (routines): ... here.
29789         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29790         * login/Versions (libc: GLIBC_2.4): ... here.
29792         * io/poll.c (__poll): Renamed from poll.
29793         Add libc_hidden_def.
29794         (poll): Define as weak alias.
29796         * debug/ptsname_r_chk.c: Moved to ...
29797         * login/ptsname_r_chk.c: ... here.
29798         * debug/Makefile (routines): Move ptsname_r_chk to ...
29799         * login/Makefile (routines): ... here.
29800         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29801         * login/Versions (libc: GLIBC_2.4): ... here.
29803         * posix/getlogin.c: Moved to ...
29804         * login/getlogin.c: ... here.
29805         * posix/getlogin_r.c: Moved to ...
29806         * login/getlogin_r.c: ... here.
29807         * posix/getlogin_r.c: Moved to ...
29808         * login/getlogin_r.c: ... here.
29809         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29810         * login/Makefile (routines): ... here.
29811         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29812         * login/Versions (libc: GLIBC_2.0): ... here.
29814         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29815         (setrlimit): Define as weak alias.
29817         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29818         Call __ names for open, ftruncate, and close.
29819         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29820         (truncate): Define as weak alias.
29822 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29824         * math/gen-libm-test.pl (parse_args): Initialize x before each
29825         test of frexp, modf and remquo.
29827         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29828         test signgam value.
29830 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29832         [BZ #15418]
29833         [BZ #15419]
29834         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29835         internal tests.
29836         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29838 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29840         * elf/dl-writev.h: New file.
29841         * elf/dl-misc.c: Include it.
29842         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29843         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29845 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29847         * math/libm-test.inc (noXFails): Remove variable.
29848         (noXPasses): Likewise.
29849         (BUILD_COMPLEX_INT): Remove macro.
29850         (print_screen): Remove xfail argument.
29851         (print_screen_max_error): Likewise.
29852         (update_stats): Likewise.
29853         (print_max_error): Likewise.  Update calls to other affected
29854         functions.
29855         (print_complex_max_error): Likewise.
29856         (test_single_exception): Update calls to print_screen.
29857         (test_single_errno): Likewise.
29858         (check_float_internal): Remove xfail argument.  Update calls to
29859         other affected functions.
29860         (check_float): Likewise.
29861         (check_complex): Likewise.
29862         (check_int): Likewise.
29863         (check_long): Likewise.
29864         (check_bool): Likewise.
29865         (check_longlong): Likewise.
29866         (main): Don't print noXFails and noXPasses.
29867         * math/gen-libm-test.pl (top level): Don't mention expected
29868         failure handling in comment.
29869         (new_test): Don't handle expected failures.
29870         (parse_args): Don't mention expected failure handling in comment.
29871         (generate_testfile): Don't handle expected failures.
29872         (parse_ulps): Likewise.
29873         (print_ulps_file): Likewise.
29874         (get_failure): Remove function.
29875         (output_test): Don't handle expected failures.
29876         * make/README.libm-test: Don't mention expected failure handling.
29878         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29879         (minus_zero): Likewise.
29880         (plus_infty): Likewise.
29881         (minus_infty): Likewise.
29882         (qnan_value): Likewise.
29883         (max_value): Likewise.
29884         (min_value): Likewise.
29885         (min_subnorm_value): Likewise.
29886         (initialize): Do not initialize those variables dynamically.
29888 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29890         * io/open.c (__open_2): Moved to ...
29891         * io/open_2.c: ... this new file.
29892         * io/open64.c (__open64_2): Moved to ...
29893         * io/open64_2.c: ... this new file.
29894         * io/openat.c (__openat_2): Moved to ...
29895         * io/openat_2.c: ... this new file.
29896         * io/openat64.c (__openat64_2): Moved to ...
29897         * io/openat64_2.c: ... this new file.
29898         * io/Makefile (routines): Add them.
29899         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29900         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29901         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29902         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29903         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29904         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29905         (__openat64): Add hidden_ver.
29906         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29907         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29909         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29910         Separately conditionalize setting of GLRO(dl_sysinfo) so
29911         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29912         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29914 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29916         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29917         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29918         definition.
29919         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29920         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29921         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29922         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29923         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29925 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29927         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29928         test signgam value.
29930         * math/libm-test.inc (hypot_test): Do not use
29931         IGNORE_ZERO_INF_SIGN.
29933 2013-05-03  Andreas Jaeger  <aj@suse.de>
29935         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29936         Linux 3.9.
29937         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29938         (PF_MAX): Adjust for VSOCK change.
29940 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29944 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29946         [BZ #15264]
29947         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29948         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29949         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29951 2013-05-02  David S. Miller  <davem@davemloft.net>
29953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29955 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29957         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29959 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29961         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29963 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29965         [BZ #14952]
29966         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29967         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29968         Use __attribute__ ((__gnu_inline__)).
29969         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29970         Don't use __attribute__ ((__gnu_inline__)).
29972 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29974         [BZ #15423]
29975         * math/s_catan.c (__catan): Handle small real or imaginary part of
29976         input specially to avoid spurious underflow.
29977         * math/s_catanf.c (__catanf): Likewise.
29978         * math/s_catanh.c (__catanh): Likewise.
29979         * math/s_catanhf.c (__catanhf): Likewise.
29980         * math/s_catanhl.c (__catanhl): Likewise.
29981         * math/s_catanl.c (__catanl): Likewise.
29982         * math/libm-test.inc (catan_test): Add more tests.
29983         (catanh_test): Likewise.
29984         * sysdeps/i386/fpu/libm-test-ulps: Update.
29985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29987 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29991 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29993         [BZ #15416]
29994         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29995         accurately for denominator in atan2.
29996         * math/s_catanf.c (__catanf): Likewise.
29997         * math/s_catanh.c (__catanh): Likewise.
29998         * math/s_catanhf.c (__catanhf): Likewise.
29999         * math/s_catanhl.c (__catanhl): Likewise.
30000         * math/s_catanl.c (__catanl): Likewise.
30001         * math/libm-test.inc (catan_test): Add more tests.
30002         (catanh_test): Likewise.
30003         * sysdeps/i386/fpu/libm-test-ulps: Update.
30004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30006 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30008         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30010         * benchtests/Makefile (bench): Remove slow benchmarks.
30011         * benchtests/atan-inputs: Add slow benchmark inputs.
30012         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30013         (BENCH_FUNC): Accept variant offset.
30014         (VARIANT): Define.
30015         * benchtests/bench-skeleton.c (main): Run benchmark for each
30016         variant.
30017         * benchtests/cos-inputs: Add slow benchmark inputs.
30018         * benchtests/exp-inputs: Likewise.
30019         * benchtests/pow-inputs: Likewise.
30020         * benchtests/sin-inputs: Likewise.
30021         * benchtests/slowatan-inputs: Remove.
30022         * benchtests/slowatan.c: Remove.
30023         * benchtests/slowcos-inputs: Remove.
30024         * benchtests/slowcos.c: Remove.
30025         * benchtests/slowexp-inputs: Remove.
30026         * benchtests/slowexp.c: Remove.
30027         * benchtests/slowpow-inputs: Remove.
30028         * benchtests/slowpow.c: Remove.
30029         * benchtests/slowsin-inputs: Remove.
30030         * benchtests/slowsin.c: Remove.
30031         * benchtests/slowtan-inputs: Remove.
30032         * benchtests/slowtan.c: Remove.
30033         * benchtests/tan-inputs: Add slow benchmark inputs.
30034         * scripts/bench.pl: Parse comments and directives.
30036         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30037         in CPPFLAGS.
30038         ($(objpfx)bench-%.c): Remove *-ITER.
30039         * benchtests/bench-modf.c: Remove definition of ITER.
30040         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30041         (main): Loop for DURATION seconds instead of fixed number of
30042         iterations.
30043         * scripts/bench.pl: Don't expect iterations in parameters.
30045 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30047         * io/fchdir.c (__fchdir): Renamed from fchdir.
30048         (fchdir): Define as weak alias.
30050 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30052         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30053         (ERRNO_EDOM): Likewise.
30054         (ERRNO_ERANGE): Likewise.
30055         (noErrnoTests): New variable.
30056         (init_max_error): Set errno to 0.
30057         (test_single_errno): New function.
30058         (test_errno): Likewise.
30059         (check_float_internal): Call test_errno.  Set errno to 0.
30060         (check_complex): Refer to errno tests in comment.
30061         (check_int): Call test_errno.  Set errno to 0.
30062         (check_long): Likewise.
30063         (check_bool): Likewise.
30064         (check_longlong): Likewise.
30065         (cos_test): Use ERRNO_* flags for errno tests instead of
30066         check_int.
30067         (expm1_test): Likewise.
30068         (fmod_test): Likewise.
30069         (ilogb_test): Likewise.
30070         (lgamma_test): Likewise.
30071         (pow_test): Likewise.
30072         (remainder_test): Likewise.
30073         (sin_test): Likewise.
30074         (tan_test): Likewise.
30075         (yn_test): Likewise.
30076         (initialize): Set errno to 0.
30077         (main): Print number of errno tests.
30078         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30080 2013-04-29  Andreas Jaeger  <aj@suse.de>
30082         [BZ #15084]
30083         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30084         and RES_USEVC.
30086         [BZ #15085]
30087         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30088         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30089         unimplemented.
30091         [BZ #15380]
30092         * stdlib/random.c (__initstate): Return NULL if
30093         __initstate fails.
30095         [BZ #15086]
30096         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30097         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30098         RES_SNGLKUPREOP.
30100 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30104 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30106         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30107         of individual tests.
30108         (casin_test): Likewise.
30109         (casinh_test): Likewise.
30111 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30113         [BZ #15409]
30114         * math/s_catan.c (__catan): Handle arguments with large real or
30115         imaginary part separately without squaring.
30116         * math/s_catanf.c (__catanf): Likewise.
30117         * math/s_catanh.c (__catanh): Likewise.
30118         * math/s_catanhf.c (__catanhf): Likewise.
30119         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30120         and redefine.
30121         (__catanhl): Handle arguments with large real or imaginary part
30122         separately without squaring.
30123         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30124         and redefine.
30125         (__catanl): Handle arguments with large real or imaginary part
30126         separately without squaring.
30127         * math/libm-test.inc (catan_test): Add more tests.
30128         (catanh_test): Likewise.
30129         * sysdeps/i386/fpu/libm-test-ulps: Update.
30130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30132 2013-04-27  Andreas Jaeger  <aj@suse.de>
30134         [BZ #15007]
30135         * stdlib/stdlib.h: Update guards for qecvt.
30136         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30137         <stdlib.h>.
30139 2013-04-27  Allan McRae  <allan@archlinux.org>
30141         * sysdeps/i386/fpu/libm-test-ulps: Update.
30143 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30145         [BZ #15406]
30146         * math/s_catan.c: Include <float.h>.
30147         (__catan): Ensure underflow exception occurs for underflowed
30148         result.
30149         * math/s_catanf.c: Include <float.h>.
30150         (__catanf): Ensure underflow exception occurs for underflowed
30151         result.
30152         * math/s_catanh.c: Include <float.h>.
30153         (__catanh): Ensure underflow exception occurs for underflowed
30154         result.
30155         * math/s_catanhf.c: Include <float.h>.
30156         (__catanhf): Ensure underflow exception occurs for underflowed
30157         result.
30158         * math/s_catanhl.c: Include <float.h>.
30159         (__catanhl): Ensure underflow exception occurs for underflowed
30160         result.
30161         * math/s_catanl.c: Include <float.h>.
30162         (__catanl): Ensure underflow exception occurs for underflowed
30163         result.
30164         * math/libm-test.inc (catan_test): Add more tests.
30165         (catanh_test): Likewise.
30167         [BZ #15405]
30168         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30169         underflowed result.
30170         * math/s_ccoshf.c (__ccoshf): Likewise.
30171         * math/s_ccoshl.c (__ccoshl): Likewise.
30172         * math/s_csin.c (__csin): Likewise.
30173         * math/s_csinf.c (__csinf): Likewise.
30174         * math/s_csinh.c (__csinh): Likewise.
30175         * math/s_csinhf.c (__csinhf): Likewise.
30176         * math/s_csinhl.c (__csinhl): Likewise.
30177         * math/s_csinl.c (__csinl): Likewise.
30178         * math/libm-test.inc (ccos_test): Add more tests.
30179         (ccosh_test): Likewise.
30180         (csin_test): Likewise.
30181         (csinh_test): Likewise.
30183 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30185         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30186         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30187         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30188         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30189         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30190         powerpc/power5+/fpu folders.
30191         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30194 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30196         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30198 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30200         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30201         additions to variable.
30202         [$(config-machine) = x86_64] (modules-names): Likewise.
30203         ($(objpfx)tst-audit3): Remove dependency.
30204         ($(objpfx)tst-audit3.out): Likewise.
30205         ($(objpfx)tst-audit4): Likewise.
30206         ($(objpfx)tst-audit4.out): Likewise.
30207         ($(objpfx)tst-audit5): Likewise.
30208         ($(objpfx)tst-audit5.out): Likewise.
30209         ($(objpfx)tst-audit6): Likewise.
30210         ($(objpfx)tst-audit6.out): Likewise.
30211         ($(objpfx)tst-audit7): Likewise.
30212         ($(objpfx)tst-audit7.out): Likewise.
30213         (tst-audit3-ENV): Remove variable.
30214         (tst-audit4-ENV): Likewise.
30215         (tst-audit5-ENV): Likewise.
30216         (tst-audit6-ENV): Likewise.
30217         (tst-audit7-ENV): Likewise.
30218         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30219         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30220         addition to variable.
30221         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30222         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30223         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30224         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30225         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30226         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30227         tst-audit3, tst-audit4 and tst-audit5.
30228         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30229         tst-audit6 and tst-audit7.
30230         [$(subdir) = elf] (modules-names): Add audit modules for those
30231         tests.
30232         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30233         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30234         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30235         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30236         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30237         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30238         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30239         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30240         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30241         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30242         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30243         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30244         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30245         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30246         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30247         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30248         Likewise.
30249         [$(subdir) = elf && $(config-cflags-avx) = yes]
30250         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30251         [$(subdir) = elf && $(config-cflags-avx) = yes]
30252         (CFLAGS-tst-auditmod4a.c): Likewise.
30253         [$(subdir) = elf && $(config-cflags-avx) = yes]
30254         (CFLAGS-tst-auditmod4b.c): Likewise.
30255         [$(subdir) = elf && $(config-cflags-avx) = yes]
30256         (CFLAGS-tst-auditmod6b.c): Likewise.
30257         [$(subdir) = elf && $(config-cflags-avx) = yes]
30258         (CFLAGS-tst-auditmod6c.c): Likewise.
30259         [$(subdir) = elf && $(config-cflags-avx) = yes]
30260         (CFLAGS-tst-auditmod7b.c): Likewise.
30261         * elf/tst-audit3.c: Move to ...
30262         * sysdeps/x86_64/tst-audit3.c: ... here.
30263         * elf/tst-audit4.c: Move to ...
30264         * sysdeps/x86_64/tst-audit4.c: ... here.
30265         * elf/tst-audit5.c: Move to ...
30266         * sysdeps/x86_64/tst-audit5.c: ... here.
30267         * elf/tst-audit6.c: Move to ...
30268         * sysdeps/x86_64/tst-audit6.c: ... here.
30269         * elf/tst-audit7.c: Move to ...
30270         * sysdeps/x86_64/tst-audit7.c: ... here.
30271         * elf/tst-auditmod3a.c: Move to ...
30272         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30273         * elf/tst-auditmod3b.c: Move to ...
30274         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30275         * elf/tst-auditmod4a.c: Move to ...
30276         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30277         * elf/tst-auditmod4b.c: Move to ...
30278         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30279         * elf/tst-auditmod5a.c: Move to ...
30280         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30281         * elf/tst-auditmod5b.c: Move to ...
30282         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30283         * elf/tst-auditmod6a.c: Move to ...
30284         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30285         * elf/tst-auditmod6b.c: Move to ...
30286         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30287         * elf/tst-auditmod6c.c: Move to ...
30288         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30289         * elf/tst-auditmod7a.c: Move to ...
30290         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30291         * elf/tst-auditmod7b.c: Move to ...
30292         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30294 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30296         [BZ #15366]
30297         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30298         define unconditionally.
30299         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30300         define unconditionally.
30301         (INT8_C, INT16_C, etc.): Likewise.
30303 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30305         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30306         __ehdr_start with hidden visibility.
30308         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30310 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30312         * math/libm-test.inc (cos_test): Use accurate hex constants.
30313         (sincost_test): Likewise.
30315 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30317         * math/libm-test.inc (catan_test): Add more tests.
30318         (catanh_test): Likewise.
30320         * math/s_catanf.c (__catanf): Use suffixed floating-point
30321         constants.
30322         * math/s_catanhf.c (__catanhf): Likewise.
30323         * math/s_catanhl.c (__catanhl): Likewise.
30324         * math/s_catanl.c (__catanl): Likewise.
30326         [BZ #15394]
30327         * math/s_catan.c (__catan): Calculate imaginary part of result
30328         with log1p not log unless computing log of number close to 0.
30329         * math/s_catanf.c (__catanf): Likewise.
30330         * math/s_catanl.c (__catanl): Likewise.
30331         * math/s_catanh.c (__catanh): Calculate real part of result with
30332         log1p not log unless computing log of number close to 0.
30333         * math/s_catanhf.c (__catanhf): Likewise.
30334         * math/s_catanhl.c (__catanhl): Likewise.
30335         * math/libm-test.inc (catan_test): Add more tests.
30336         (catanh_test): Likewise.
30337         * sysdeps/i386/fpu/libm-test-ulps: Update.
30338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30340 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30342         * benchtests/Makefile: Mention files in which fast and slow
30343         paths of math functions are implemented.
30345 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30347         * sysdeps/posix/timespec_get.c: New file.
30349 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30351         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30352         POWER.
30353         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30354         for POWER.
30355         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30356         powerpc/power5/fpu folders.
30357         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30358         * benchtests/Makefile: Add modf testcase.
30359         * benchtests/bench-modf.c: New file: Benchmark test for mo
30361 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30363         [BZ #14888]
30364         * time/Makefile (tests): Add tst-strptime-whitespace.
30365         * time/strptime_l.c (get_number): Use ISSPACE.
30366         (__strptime_internal): Likewise.
30367         * time/tst-strptime-whitespace.c: New test case.
30369 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30371         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30372         member.
30373         (_nss_files_init): Set it here.
30375 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30377         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30378         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30379         unsigned.
30381 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30383         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30385 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30387         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30388         size just once.
30390 2013-04-21  David S. Miller  <davem@davemloft.net>
30392         * po/ru.po: Update Russion translation from translation project.
30394 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30396         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30397         and setfsgid.
30399 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30401         * configure.in: Remove i386 configure warning. Remove i386 case.
30402         * configure: Regenerate.
30403         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30404         Add example to error message.
30405         * sysdeps/i386/configure: Regenerate.
30407 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30409         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30410         slowtan.
30411         * benchtests/cos-inputs: New file.
30412         * benchtests/slowcos-inputs: New file.
30413         * benchtests/slowcos.c: New file.
30414         * benchtests/slowtan-inputs: New file.
30415         * benchtests/slowtan.c: New file.
30416         * benchtests/tan-inputs: New file.
30418 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30420         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30421         considered kosher.
30423 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30425         * benchtests/Makefile: Include cppflags-iterator.mk to add
30426         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30428         * Makefile.in (bench-clean): New target.
30429         * benchtests/Makefile (bench-clean): Likewise.
30431 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30433         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30435 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30437         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30439 2013-04-15  Andreas Schwab  <schwab@suse.de>
30441         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30442         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30443         * nscd/pwdcache.c (cache_addpw): Likewise.
30444         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30445         more than recsize.
30447 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30449         * benchtests/Makefile (bench): Write all output to
30450         bench-out.tmp together.
30452 2013-04-15  Andreas Schwab  <schwab@suse.de>
30454         * nscd/nscd.c (main): Don't fork again after closing files.
30456 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30458         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30460         * benchtests/Rules (bench-deps): Collect dependencies into a
30461         single variable.  Add Makefile to dependencies.
30462         ($(objpfx)bench-%.c): Depend on bench-deps.
30464 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30465             Xavier Roche  <roche+kml2@exalead.com>
30467         [BZ #15361]
30468         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30469         just that it's a file descriptor.
30470         * manual/llio.texi (Synchronizing AIO Operations): Update description
30471         for EBADF error from aio_fsync.
30473 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30475         * Rules (bench): Move target definition...
30476         * benchtests/Makefile: ... here.
30478 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30480         * math/libm-test.inc (cos_test): Fix PI/2 test.
30481         (sincos_test): Likewise.
30482         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30483         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30485 2013-04-11  Andreas Schwab  <schwab@suse.de>
30487         [BZ #13988]
30488         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30489         accept exponent character only when digits were seen.
30490         * stdio-common/Makefile (tests): Add bug26.
30491         * stdio-common/bug26.c: New file.
30493         [BZ #14293]
30494         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30495         non-freeable.
30497 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30499         * Makeconfig (rtld-prefix): Define built linker prefix.
30500         * Rules (run-bench): Use it.
30501         * math/Makefile (run-regen-ulps): Likewise.
30503         * Rules (bench): Remove eval.
30505 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30506             Roland McGrath  <roland@hack.frob.com>
30507             Ondrej Bilka  <neleai@seznam.cz>
30509         [BZ #15346]
30510         * time/getdate.c: Include ctype.h and alloca.h.
30511         (__getdate_r): Trim leading and trailing spaces of input.
30512         * time/tst-getdate.c (tests): Add tests with leading and
30513         trailing spaces.
30515 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30517         [BZ #14280]
30518         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30519         when computing value.
30521 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30523         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30524         Use testrun.sh to run libm tests.
30526         [BZ #15309]
30527         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30529 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30531         [BZ #15264]
30532         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30534 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30536         * Makefile.in (regen-ulps): New target.
30537         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30538         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30539         [ifneq (no,$(PERL)] (regen-ulps): New target.
30540         [ifeq (no,$(PERL)] (regen-ulps): New target.
30541         * math/libm-test.inc (ulps_file_name): Define.
30542         (output_dir): New variable.
30543         (options): Add "output-dir" option.
30544         (parse_opt): Handle 'o' case.
30545         (main): If output_dir is non-NULL use it as a prefix
30546         otherwise use "".
30547         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30549 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30551         [BZ #10060, #10062]
30552         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30553         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30554         fail configure if __sync_val_compare_and_swap is not inlined.
30555         * sysdeps/i386/configure: Regenerate.
30556         * configure.in: Build for i686 when configured for i386.
30557         * configure: Regenerate.
30558         * README: Remove i386 reference.
30560 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30562         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30563         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30565 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30567         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30568         (lmsnanval): New variables.
30569         (F): Add conversion tests.
30570         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30571         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30573         * stdio-common/tstdiomisc.c (F): Properly collect individual
30574         tests' results.
30576         [BZ #14686, #15336]
30577         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30578         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30579         Instead, use input NaN values or generate a qNaN by arithmetic
30580         operation.  Also fix bugs to comply with the standard.
30581         * math/libm-test.inc (remainder_test): Add more tests.
30583         [BZ #15335, #15342]
30584         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30585         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30586         input NaN values or generate a qNaN by arithmetic operation.
30588         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30589         unreachable code.
30591         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30592         definitions.
30594 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30596         [BZ #14478]
30597         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30598         underflowed result.
30599         * math/s_cexpf.c (__cexpf): Likewise.
30600         * math/s_cexpl.c (__cexpl): Likewise.
30601         * math/libm-test.inc (cexp_test): Add more tests.
30603 2013-04-03  Andreas Schwab  <schwab@suse.de>
30605         [BZ #15330]
30606         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30607         order arrays from heap if bigger than alloca cutoff.
30609 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30611         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30612         (SNAN_TESTS_double): Refer to GCC PR56831.
30613         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30614         GCC PR56828.
30616 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30618         * Rules (bench): Move bench.out after the run is complete.
30620         * Rules (bench): Echo currently running benchmark.
30622         * benchtests/Makefile (bench): Add atan and slowatan.
30623         * benchtests/atan-inputs: New file.
30624         * benchtests/slowatan-inputs: New file.
30625         * benchtests/slowatan.c: New file.
30627         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30628         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30629         its value.
30631         [BZ #15305]
30632         * sysdeps/unix/sysv/linux/kernel-features.h
30633         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30634         __ASSUME_XFS_RESTRICTED_CHOWN.
30635         * sysdeps/unix/sysv/linux/pathconf.c
30636         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30637         Save and restore errno.
30639 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30641         [BZ #15327]
30642         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30643         arguments using __kernel_casinh.
30644         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30645         arguments using __kernel_casinhf.
30646         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30647         arguments using __kernel_casinhl.
30648         * math/libm-test.inc (cacosh_test): Add more tests.
30649         * sysdeps/i386/fpu/libm-test-ulps: Update.
30650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30652 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30654         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30655         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30657         * bench/Makefile (bench): Add sin and slowsin.
30658         * benchtests/sin-inputs: New file.
30659         * benchtests/slowsin-inputs: New file.
30660         * benchtests/slowsin.c: New file.
30662         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30663         (bench): Add slowexp and slowpow.
30664         (exp-ITER): Increase iterations.
30665         (pow-ITER): Likewise.
30666         * benchtests/exp-inputs: Change input.
30667         * benchtests/pow-inputs: Likewise.
30668         * benchtests/slowexp-inputs: New file.
30669         * benchtests/slowexp.c: New file.
30670         * benchtests/slowpow-inputs: New file.
30671         * benchtests/slowpow.c: New file.
30673 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30675         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30676         instructions.
30677         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30678         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30679         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30680         * benchtests/Makefile: Add rint benchtest.
30681         * benchtests/rint-inputs: Input for rint benchtest.
30683 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30685         * Versions.def (libm): Add GLIBC_2.18.
30686         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30687         hidden libm prototypes.
30688         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30689         * math/Makefile (libm-calls): Add s_issignaling.
30690         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30691         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30692         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30693         declaration.
30694         * math/math.h [__USE_GNU] (issignaling): New macro.
30695         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30696         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30697         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30698         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30699         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30700         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30701         * manual/arith.texi (issignaling): New section.
30702         * manual/libm-err-tab.pl (@all_functions): Update comment.
30703         * math/gen-libm-test.pl (parse_args): Apply special handling for
30704         issignaling.
30705         * math/libm-test.inc (print_float, issignaling_test): New
30706         functions.
30707         (check_float_internal): Add issignaling checks.
30708         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30709         default definition.
30710         * sysdeps/powerpc/math-tests.h: New file.
30711         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30712         tests.
30713         * math/test-snan.c (TEST_FUNC): Likewise.
30715 2013-03-30  David S. Miller  <davem@davemloft.net>
30717         * po/de.po: Update from translation team.
30719 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30721         [BZ #10357]
30722         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30723         imaginary part less than 1.0 and real part less than 0.5
30724         specially.
30725         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30726         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30727         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30728         (cacos_test): Add more tests.
30729         (casin_test): Likewise.
30730         (casinh_test): Likewise.
30731         * sysdeps/i386/fpu/libm-test-ulps: Update.
30732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30734 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30736         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30737         ONE with its value.
30739         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30740         (__pow_mp): Replace ONE and MONE with their values.
30741         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30742         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30743         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30744         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30745         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30746         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30748         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30750         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30751         (__pow_mp): Replace ZERO and MZERO with their values.
30752         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30753         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30754         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30755         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30756         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30757         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30758         (__sqr): Likewise.
30760         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30762         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30764 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30766         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30767         Declare with __attribute__ ((weak)).
30768         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30769         Call __call_tls_dtors only if it's not NULL.
30771 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30773         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30774         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30775         magic __ehdr_start linker symbol if it's defined.
30776         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30777         them up here if it was already done.
30779         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30780         (_dl_aux_init): Use const in cast when setting it.
30781         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30782         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30783         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30785         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30786         Declare them here.
30787         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30788         * csu/libc-tls.c: Nor here.
30789         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30791         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30792         (__libc_message): Never call vsyslog.
30794 2013-03-28  Alan Modra  <amodra@gmail.com>
30796         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30797         Define as empty.
30798         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30799         Likewise.
30801 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30803         [BZ #15214]
30804         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30805         underflow.
30806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30808 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30810         [BZ #15304]
30811         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30812         Don't add gid passed as argument.
30814         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30816 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30818         [BZ #15307]
30819         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30820         imaginary part between 1.0 and 1.5 and real part less than 0.5
30821         specially.
30822         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30823         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30824         * math/libm-test.inc (cacos_test): Add more tests.
30825         (casin_test): Likewise.
30826         (casinh_test): Likewise.
30827         * sysdeps/i386/fpu/libm-test-ulps: Update.
30828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30830 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30832         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30833         constants.
30834         (norm): Likewise.
30835         (denorm): Likewise.
30836         (__dbl_mp): Likewise.
30837         (add_magnitudes): Likewise.
30838         (sub_magnitudes): Likewise.
30839         (__add): Likewise.
30840         (__sub): Likewise.
30841         (__mul): Likewise.
30842         (__sqr): Likewise.
30843         (__inv): Likewise.
30844         (__dvd): Likewise.
30846         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30847         commented code.
30848         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30849         (__dubcos): Likewise.
30850         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30851         (__ieee754_acos): Likewise.
30852         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30853         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30854         (__exp1): Likewise.
30855         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30856         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30857         (log1): Likewise.
30858         (my_log2): Likewise.
30859         (checkint): Likewise.
30860         * sysdeps/ieee754/dbl-64/e_remainder.c
30861         (__ieee754_remainder): Likewise.
30862         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30863         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30864         (bsloww): Likewise.
30865         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30867         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30868         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30869         MANTISSA_STORE_T to store computations on mantissa.  Use
30870         macros for rounding and division.
30871         (denorm): Likewise.
30872         (__dbl_mp): Likewise.
30873         (add_magnitudes): Likewise.
30874         (sub_magnitudes): Likewise.
30875         (__mul): Likewise.
30876         (__sqr): Likewise.
30877         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30878         powers of two in terms of TWOPOW macro.
30879         (mp_no): Make type of mantissa as MANTISSA_T.
30880         [!RADIXI]: Define RADIXI.
30881         [!TWO52]: Define TWO52.
30882         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30884 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30886         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30887         llroundl symbol when building for PPC32.
30889 2013-03-24  Mark H Weaver  <mhw@netris.org>
30891         * manual/arith.texi (Normalization Functions): Fix prototypes for
30892         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30894 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30896         [BZ #13889]
30897         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30898         high value to check if expl overflow.
30899         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30900         to check for underflow and overflow.
30901         * math/libm-test.inc: Add exp test.
30903 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30905         [BZ #11120]
30906         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30907         with NOT_IN_libc.
30909 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30911         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30912         symbol.
30914 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30916         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30917         wrap blocks consisting of several statements.
30919         * sysdeps/generic/math-tests.h: New file.
30920         * sysdeps/i386/fpu/math-tests.h: Likewise.
30921         * math/test-snan.c: Include it.
30922         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30924 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30926         [BZ #15285]
30927         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30928         (__ieee754_j0l): Do not improve calculations using cos of twice
30929         input for inputs above LDBL_MAX / 2.0L.
30930         (__ieee754_y0l): Likewise.
30931         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30932         (__ieee754_j1l): Do not improve calculations using cos of twice
30933         input for inputs above LDBL_MAX / 2.0L.
30934         (__ieee754_y1l): Likewise.
30935         * math/libm-test.inc (j0_test): Add another test.
30936         (j1_test): Likewise.
30937         (y0_test): Likewise.
30938         (y1_test): Likewise.
30939         * sysdeps/i386/fpu/libm-test-ulps: Update.
30941 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30943         * Rules ($(objpfx)bench-%.c): Include code from a C source
30944         file.
30946 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30948         [BZ #15287]
30949         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30950         imaginary part 1.0 and real part less than 0.5 specially.
30951         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30952         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30953         * math/libm-test.inc (cacos_test): Add more tests.
30954         (casin_test): Likewise.
30955         (casinh_test): Likewise.
30956         * sysdeps/i386/fpu/libm-test-ulps: Update.
30957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30959 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30961         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30962         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30964 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30966         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30967         * config.make.in (config-cflags-sse4): Remove variable.
30968         (config-cflags-avx): Likewise.
30969         (config-cflags-sse2avx): Likewise.
30970         (config-cflags-novzeroupper): Likewise.
30971         (config-asflags-i686): Likewise.
30972         (have-mfma4): Likewise.
30973         (have-as-vis3): Likewise.
30974         (MIG): Likewise.
30975         * configure.in (MIG): Do not AC_SUBST.
30976         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30977         (libc_cv_cc_sse4): Do not AC_SUBST.
30978         (libc_cv_cc_avx): Likewise.
30979         (libc_cv_cc_sse2avx): Likewise.
30980         (libc_cv_cc_novzeroupper): Likewise.
30981         (libc_cv_cc_fma4): Likewise.
30982         (libc_cv_as_i686): Likewise.
30983         (libc_cv_sparc_as_vis3): Likewise.
30984         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30985         LIBC_CONFIG_VAR.
30986         (config-asflags-i686): Likewise.
30987         (config-cflags-avx): Likewise.
30988         (config-cflags-sse2avx): Likewise.
30989         (have-mfma4): Likewise.
30990         (config-cflags-novzeroupper): Likewise.
30991         * sysdeps/mach/configure.in (MIG): Likewise.
30992         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30993         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30994         LIBC_CONFIG_VAR.
30995         (config-cflags-avx): Likewise.
30996         (config-cflags-sse2avx): Likewise.
30997         (have-mfma4): Likewise.
30998         (config-cflags-novzeroupper): Likewise.
30999         * configure: Regenerated.
31000         * sysdeps/i386/configure: Likewise.
31001         * sysdeps/mach/configure: Likewise.
31002         * sysdeps/sparc/configure: Likewise.
31003         * sysdeps/x86_64/configure: Likewise.
31005 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31007         [BZ #14812]
31008         * locale/programs/localedef.c (options): Put N_ translation marker
31009         on argument names, not just descriptions.
31011 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31013         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31015 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31017         [BZ #14176]
31018         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31020 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31022         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31023         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31024         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31025         [!BEFORE_ABORT] (before_abort): New function.
31026         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31027         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31028         (writev_for_fatal): New function.
31029         (WRITEV_FOR_FATAL): New macro; call that.
31030         (backtrace_and_maps): New function.
31031         (BEFORE_ABORT): New macro; call that.
31032         (struct str_list): Type removed.
31033         (__libc_message, __libc_fatal): Functions removed.
31034         Include <sysdeps/posix/libc_fatal.c> instead.
31036 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31038         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31039         constants.
31040         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31041         double constants.
31043 2013-03-19  Andreas Schwab  <schwab@suse.de>
31045         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31046         * sysdeps/gnu/configure: Regenerate.
31048         * configure.in: Substitute libc_cv_rtlddir.
31049         * configure: Regenerate.
31050         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31051         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31052         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31053         * elf/Makefile (install-others, CFLAGS-interp.c)
31054         (ldso_install, common-ldd-rewrite): Likewise.
31055         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31056         $(inst_slibdir)/$(rtld-installed-name).
31057         * scripts/rellns-sh: Add -p option.
31058         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31059         for source.
31061 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31063         * manual/nptl.texi: Renamed to ...
31064         * manual/threads.texi: ... this.
31065         * manual/Makefile (chapters): Update.
31067 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31069         [BZ #14812]
31070         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31071         on argument names, not just descriptions.
31072         * malloc/memusagestat.c (options): Likewise.
31073         * nss/getent.c (options): Likewise.
31075 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31077         [BZ #14812]
31078         * iconv/iconv_prog.c (options): Put N_ translation marker
31079         on argument names, not just descriptions.
31080         * iconv/iconvconfig.c (options): Likewise.
31082 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31084         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31085         implementation which is faster on all x86_64 architectures.
31086         Tested on AMD, Intel Nehalem, SNB, IVB.
31087         * sysdeps/x86_64/strnlen.S: Likewise.
31089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31090         Remove all multiarch strlen and strnlen versions.
31091         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31092         Remove strlen and strnlen related parts.
31094         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31095         Inline strlen part.
31096         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31098         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31099         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31100         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31101         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31102         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31103         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31105 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31107         * manual/memory.texi (Malloc Tunable Parameters):
31108         Sort parameters alphabetically. Add comments for missing entries.
31110 2013-03-17  David S. Miller  <davem@davemloft.net>
31112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31114 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31116         [BZ #15283]
31117         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31118         for arguments at most half maximum finite value.
31119         * math/libm-test.inc (j0_test): Add more tests.
31120         (j1_test): Likewise.
31121         (y0_test): Likewise.
31122         (y1_test): Likewise.
31123         * sysdeps/i386/fpu/libm-test-ulps: Update.
31124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31126         [BZ #14155]
31127         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31128         1 / x and functions P and Q for arguments above 0x1p256L.
31129         (__ieee754_y0l): Likewise.
31130         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31131         (__ieee754_y1l): Likewise.
31132         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31133         (j1_test): Likewise.
31134         (y0_test): Likewise.
31135         (y1_test): Likewise.
31137 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31139         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31140         variable.
31142 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31144         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31145         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31146         zero since it's initialized to EXEC_PAGESIZE.
31148         * sysdeps/unix/sysv/linux/ldsodefs.h
31149         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31150         * sysdeps/generic/ldsodefs.h: ... here.
31152 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31154         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31156         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31157         math/test-snan.c.
31158         * math/test-snan.c: Renamed from
31159         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31160         * math/Makefile (tests): Add test-snan.
31161         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31162         test-powerpc-snan.
31164         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31165         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31166         functions.
31167         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31168         __builtin_nan family of functions.
31169         * math/libm-test.inc (initialize): Initialize qnan_value with
31170         __builtin_nan family of functions.
31171         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31172         Remove variables.
31173         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31174         Remove functions.
31175         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31176         storage class.  Initialize qNaN_var and sNaN_var with
31177         __builtin_nan and __builtin_nans families of functions,
31178         respectively.
31180         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31181         (sqrt_test): Remove duplicate test with qNaN input.
31182         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31183         (round_test, signbit_test, significand_test): Note missing +/-Inf
31184         as well as qNaN tests.
31186         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31187         qNaN_var.  Fix a few strings, too.
31188         * math/libm-test.inc (nan_value): Rename to qnan_value.
31189         * math/gen-libm-test.pl (%beautify): Adjust to that.
31190         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31191         * math/test-misc.c (main): Likewise.
31192         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31193         to __qnan_bytes, and __qnan_union, respectively.
31194         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31195         Likewise.
31196         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31197         and lqnanval, respectively.
31198         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31199         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31200         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31201         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31203         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31204         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31205         doubles.
31207         * math/test-misc.c (main): Fix copy'n'pastos.
31208         * misc/tst-efgcvt.c (special): Likewise.
31210         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31211         Remove declarations.
31213 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31215         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31216         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31217         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31218         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31220 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31222         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31223         macro to return vdso values correctly in IFUNC implementations.
31224         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31225         Optimization by using IFUNC.
31227 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31228             Richard Henderson  <rth@redhat.com>
31229             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31231         * Makefile.in (bench): New target.
31232         * NEWS: Mention the benchmark framework.
31233         * Rules (bench): Likewise.
31234         (binaries-bench): Generate binaries for functions to
31235         benchmark.
31236         * benchtests/Makefile: New makefile for benchmark tests.
31237         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31238         programs.
31239         * benchtests/exp-inputs: New input file for EXP function.
31240         * benchtests/pow-inputs: New input file for POW function.
31241         * scripts/bench.pl: New script to generate source files for
31242         benchmark programs.
31244 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31246         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31247         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31248         computations on mantissa.  Use macros for rounding and
31249         division.
31250         (denorm): Likewise.
31251         (__dbl_mp): Likewise.
31252         (add_magnitudes): Likewise.
31253         (sub_magnitudes): Likewise.
31254         (__mul): Likewise.
31255         (__sqr): Likewise.
31256         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31257         powers of two in terms of TWOPOW macro.
31258         (mp_no): Make type of mantissa as MANTISSA_T.
31259         [!RADIXI]: Define RADIXI.
31260         [!TWO52]: Define TWO52.
31261         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31263         * manual/nptl.texi (cindex): Modify threads to pthreads.
31265 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31267         * sysdeps/x86_64/preconfigure: Regenerated.
31269 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31271         [BZ #14155]
31272         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31273         0x1p28 and above.
31274         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31275         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31276         0x1p28 and above.
31277         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31278         * math/libm-test.inc (j0_test): Do not allow one spurious
31279         underflow exception.
31280         (y1_test): Likewise.
31282 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31284         * manual/Makefile (chapters): Add nptl.
31285         * manual/debug.texi (Debugging Support): Add link to Threads
31286         chapter.
31287         * manual/nptl.texi: New file.
31289         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31291 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31293         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31294         for non-NULL pointer before the memory validity test. Pointed
31295         out by Holger Brunck <holger.brunck@keymile.com>.
31297 2013-03-13  Andreas Schwab  <schwab@suse.de>
31299         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31300         instead of .os.
31302 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31304         * timezone/zic.c: Update from tzcode 2013b.
31306 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31308         * manual/install.texi (Configuring and compiling):
31309         Mention i686 and i586.
31310         * INSTALL: Regenerate.
31312 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31314         * sysdeps/init_array/elf-init.c: New file.
31315         * csu/elf-init.c
31316         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31317         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31319         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31320         __gmon_start__ as global, but as static with a .preinit_array pointer.
31321         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31322         * sysdeps/init_array/crti.S: New file, empty except for comments.
31323         * sysdeps/init_array/crtn.S: Likewise.
31325 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31327         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31328         definining bcopy.
31329         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31330         Remove Prefer_SSE_for_memop.
31331         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31332         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31333         HAS_PREFER_SSE_FOR_MEMOP.
31334         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31335         memset-x86-64.
31336         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31337         Remove bzero, memset ifunc support.
31338         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31339         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31340         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31341         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31343 2013-03-11  Andreas Schwab  <schwab@suse.de>
31345         [BZ #15234]
31346         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31347         by SHLIB_COMPAT.
31348         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31349         (GLIBC_2.16): Remove pthread_atfork.
31351 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31353         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31354         (ptestcases.h): Likewise.
31356 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31358         * Makeconfig ($(common-objpfx)config.status): Depend on
31359         sysdeps/*/preconfigure{,.in} too.
31361 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31363         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31364         (__free_hook): Use void * instead of __malloc_ptr_t.
31365         (__malloc_hook): Likewise.
31366         (__realloc_hook): Likewise.
31367         (__memalign_hook): Likewise.
31368         (__after_morecore_hook): Likewise.
31369         * malloc/arena.c (save_malloc_hook): Likewise.
31370         (save_free_hook): Likewise.
31371         * malloc/hooks.c (malloc_hook_ini): Likewise.
31372         (realloc_hook_ini): Likewise.
31373         (memalign_hook_ini): Likewise.
31374         * malloc/malloc.c (malloc_hook_ini): Likewise.
31375         (realloc_hook_ini): Likewise.
31376         (memalign_hook_ini): Likewise.
31377         (__free_hook): Likewise.
31378         (__malloc_hook): Likewise.
31379         (__realloc_hook): Likewise.
31380         (__memalign_hook): Likewise.
31381         (__libc_malloc): Likewise.
31382         (__libc_free): Likewise.
31383         (__libc_realloc): Likewise.
31384         (__libc_memalign): Likewise.
31385         (__libc_valloc): Likewise.
31386         (__libc_pvalloc): Likewise.
31387         (__libc_calloc): Likewise.
31388         (__posix_memalign): Likewise.
31389         * malloc/morecore.c (__sbrk): Likewise.
31390         (__default_morecore): Likewise.
31392         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31394         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31395         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31396         __malloc_ptrdiff_t.
31398         * malloc/malloc.h (__malloc_size_t): Remove macro.
31399         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31400         __malloc_size_t.
31401         (old_memalign_hook): Likewise.
31402         (old_realloc_hook): Likewise.
31403         (struct hdr): Likewise.
31404         (flood): Likewise.
31405         (mallochook): Likewise.
31406         (memalignhook): Likewise.
31407         (reallochook): Likewise.
31408         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31409         (tr_old_realloc_hook): Likewise.
31410         (tr_old_memalign_hook): Likewise.
31411         (tr_mallochook): Likewise.
31412         (tr_reallochook): Likewise.
31413         (tr_memalignhook): Likewise.
31415 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31417         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31418         default_ldbl_pack and using as default implementation.
31419         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31420         implementation.
31421         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31422         redundant definition.
31423         (ldbl_insert_mantissa): Likewise.
31424         (ldbl_canonicalize): Likewise.
31425         (ldbl_nearbyint): Likewise.
31426         (ldbl_pack): Rename to ldbl_pack_ppc.
31427         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31428         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31429         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31431 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31433         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31434         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31435         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31436         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31437         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31438         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31439         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31440         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31442 2013-03-07  Andreas Jaeger  <aj@suse.de>
31444         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31445         bits/mman-linux.h.
31447 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31449         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31450         Include mpa.h and declare __MPEXP.
31451         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31452         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31453         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31454         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31455         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31456         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31457         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31459         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31460         (__slowpow): Use long double EXPL and LOGL functions to
31461         compute POW.
31462         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31463         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31464         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31465         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31466         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31467         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31469         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31470         intermediate variable to calculate exponent.
31471         (__sqr): Likewise.
31472         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31473         Likewise.
31474         (__sqr): Likewise.
31476         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31477         [!NO__SQR]: Define __sqr.
31478         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31479         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31480         sysdeps/ieee754/dbl-64/mpa.c.
31481         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31483         [BZ #12723]
31484         * posix/Makefile (tests): Add tst-pathconf.
31485         * posix/tst-pathconf.c: New test case.
31486         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31487         _PC_PIPE_BUF.
31488         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31490 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31492         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31494 2013-03-06  Andreas Jaeger  <aj@suse.de>
31496         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31497         definition via __MAP_ANONYMOUS.
31499         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31500         it's not part of Linux headers.
31502         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31503         (MAP_HUGE_MASK): Define.
31505         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31506         Define.
31507         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31508         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31509         Define.
31510         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31511         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31512         Define.
31513         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31514         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31515         Define.
31516         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31518         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31519         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31520         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31521         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31522         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31523         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31525         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31526         Handle f2fs.
31528         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31529         Handle f2fs and efivarfs.
31531         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31532         f2fs.
31534         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31535         (EFIVARFS_MAGIC): Add.
31536         (F2FS_LINK_MAX): Add.
31538 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31540         * stdio-common/vfprintf.c: Replace __builtin_expect with
31541         __glibc_unlikely.
31543 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31545         [BZ #13550]
31546         * sysdeps/generic/bp-sym.h: Remove file.
31547         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31548         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31549         <bp-sym.h> and <bp-asm.h>.
31550         (__longjmp): Don't use BP_SYM.
31551         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31552         and <bp-asm.h>.
31553         (memcpy): Don't use BP_SYM.
31554         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31555         <bp-sym.h> and <bp-asm.h>.
31556         (memcpy): Don't use BP_SYM.
31557         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31558         <bp-asm.h>.
31559         (memcpy): Don't use BP_SYM.
31560         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31561         <bp-asm.h>.
31562         (memset): Don't use BP_SYM.
31563         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31564         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31565         (__bzero): Don't use BP_SYM.
31566         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31567         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31568         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31569         <bp-sym.h> and <bp-asm.h>.
31570         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31571         pointers.
31572         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31573         <bp-sym.h> and <bp-asm.h>.
31574         (memcpy): Don't use BP_SYM.
31575         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31576         <bp-sym.h> and <bp-asm.h>.
31577         (memset): Don't use BP_SYM.
31578         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31579         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31580         (__bzero): Don't use BP_SYM.
31581         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31582         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31583         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31584         <bp-sym.h> and <bp-asm.h>.
31585         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31586         pointers.
31587         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31588         <bp-sym.h> and <bp-asm.h>.
31589         (memcpy): Don't use BP_SYM.
31590         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31591         <bp-sym.h> and <bp-asm.h>.
31592         (memset): Don't use BP_SYM.
31593         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31594         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31595         (__bzero): Don't use BP_SYM.
31596         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31597         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31598         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31599         <bp-sym.h> and <bp-asm.h>.
31600         (__memchr): Don't use BP_SYM.
31601         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31602         <bp-sym.h> and <bp-asm.h>.
31603         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31604         pointers.
31605         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31606         <bp-sym.h> and <bp-asm.h>.
31607         (memcpy): Don't use BP_SYM.
31608         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31609         <bp-sym.h> and <bp-asm.h>.
31610         (__mempcpy): Don't use BP_SYM.
31611         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31612         <bp-sym.h> and <bp-asm.h>.
31613         (__memrchr): Don't use BP_SYM.
31614         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31615         <bp-sym.h> and <bp-asm.h>.
31616         (memset): Don't use BP_SYM.
31617         (__bzero): Likewise.
31618         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31619         <bp-sym.h> and <bp-asm.h>.
31620         (__rawmemchr): Don't use BP_SYM.
31621         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31622         <bp-sym.h> and <bp-asm.h>.
31623         (__STRCMP): Don't use BP_SYM.
31624         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31625         <bp-sym.h> and <bp-asm.h>.
31626         (strchr): Don't use BP_SYM.
31627         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31628         <bp-sym.h> and <bp-asm.h>.
31629         (__strchrnul): Don't use BP_SYM.
31630         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31631         <bp-sym.h> and <bp-asm.h>.
31632         (strlen): Don't use BP_SYM.
31633         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31634         <bp-sym.h> and <bp-asm.h>.
31635         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31636         pointers.
31637         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31638         <bp-sym.h> and <bp-asm.h>.
31639         (__strnlen): Don't use BP_SYM.
31640         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31641         <bp-sym.h> and <bp-asm.h>.
31642         (__GI__setjmp): Don't use BP_SYM.
31643         (_setjmp): Likewise.
31644         (__sigsetjmp): Likewise.
31645         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31646         (L(start_addresses)): Don't use BP_SYM.
31647         (_start): Likewise.
31648         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31649         <bp-asm.h>.
31650         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31651         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31652         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31653         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31654         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31655         <bp-asm.h>.
31656         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31657         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31658         about bounded pointers.
31659         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31660         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31661         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31662         <bp-asm.h>.
31663         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31664         about bounded pointers.  Remove GKM FIXME comments.
31665         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31666         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31667         <bp-asm.h>.
31668         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31669         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31670         Remove GKM FIXME comments.
31671         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31672         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31673         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31674         <bp-asm.h>.
31675         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31676         about bounded pointers.  Remove GKM FIXME comment.
31677         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31678         and <bp-asm.h>.
31679         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31680         pointers.
31681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31682         <bp-sym.h> and <bp-asm.h>.
31683         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31685         <bp-sym.h> and <bp-asm.h>.
31686         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31687         comment.
31689 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31691         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31692         call free(NULL).
31694 2013-03-05  David S. Miller  <davem@davemloft.net>
31696         * po/es.po: Update from translation team.
31698 2013-03-05  Andreas Jaeger  <aj@suse.de>
31700         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31701         <bits/mman-linux.h>.
31702         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31703         is fine.
31704         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31705         <bits/mman-linux.h> to end of file.
31706         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31707         is fine.
31708         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31709         <bits/mman-linux.h> to end of file.
31710         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31711         is fine.
31712         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31713         <bits/mman-linux.h> to end of file.
31715         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31716         (MCL_CURRENT, MCL_FUTURE): Define here.
31718 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31720         [BZ #15232]
31721         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31722         attribute_hidden.
31723         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31725 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31727         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31728         fourth parameter needed for rt_sigprocmask syscall.
31729         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31730         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31731         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31732         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31733         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31734         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31736 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31738         [BZ #13550]
31739         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31740         comment about bounded pointers.
31741         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31742         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31744 2013-03-04  Andreas Jaeger  <aj@suse.de>
31746         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31747         common definitions.
31749         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31750         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31751         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31752         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31753         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31754         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31756 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31758         [BZ #15055]
31759         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31760         __ieee754_sqrl instead of __sqrl.
31762 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31764         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31765         * sysdeps/powerpc/fpu_control.h: ... here.
31766         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31767         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31768         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31769         * sysdeps/powerpc/bits/mathinline.h: ... here.
31771 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31773         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31774         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31775         to just [NEED_DL_SYSINFO_DSO].
31776         * elf/dl-support.c: Likewise.
31777         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31778         * elf/rtld.c (dl_main): Likewise.
31779         * elf/setup-vdso.h (setup_vdso): Likewise.
31780         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31781         * sysdeps/unix/sysv/linux/dl-sysdep.c
31782         (_dl_discover_osversion): Likewise.
31784 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31786         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31787         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31789 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31791         * NEWS: Mention libm performance improvements and non-x86 PI
31792         futex support.
31794         * csu/libc-start.c (__pthread_initialize_minimal): Change
31795         function arguments.
31796         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31798 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31800         [BZ #13550]
31801         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31802         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31803         <bp-sym.h> and <bp-asm.h>.
31804         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31805         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31806         and <bp-asm.h>.
31807         (memcpy): Don't use BP_SYM.
31808         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31809         <bp-asm.h>.
31810         (__mpn_add_n): Don't use BP_SYM.
31811         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31812         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31813         and <bp-asm.h>.
31814         (__mpn_addmul_1): Don't use BP_SYM.
31815         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31816         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31817         <bp-sym.h>.
31818         (_setjmp): Don't use BP_SYM.
31819         (__novmx_setjmp): Likewise.
31820         (__GI__setjmp): Likewise.
31821         (__vmx_setjmp): Likewise.
31822         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31823         <bp-sym.h>.
31824         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31825         (__bzero): Don't use BP_SYM.
31826         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31827         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31828         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31829         <bp-sym.h> and <bp-asm.h>.
31830         (memcpy): Don't use BP_SYM.
31831         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31832         <bp-sym.h> and <bp-asm.h>.
31833         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31834         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31835         <bp-sym.h> and <bp-asm.h>.
31836         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31837         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31838         <bp-asm.h>.
31839         (__mpn_lshift): Don't use BP_SYM.
31840         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31841         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31842         <bp-asm.h>.
31843         (memset): Don't use BP_SYM.
31844         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31845         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31846         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31847         <bp-asm.h>.
31848         (__mpn_mul_1): Don't use BP_SYM.
31849         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31850         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31851         <bp-sym.h> and <bp-asm.h>.
31852         (memcmp): Don't use BP_SYM.
31853         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31854         <bp-sym.h> and <bp-asm.h>.
31855         (memcpy): Don't use BP_SYM.
31856         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31857         <bp-sym.h> and <bp-asm.h>.
31858         (memset): Don't use BP_SYM.
31859         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31860         <bp-sym.h> and <bp-asm.h>.
31861         (strncmp): Don't use BP_SYM.
31862         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31863         <bp-sym.h> and <bp-asm.h>.
31864         (memcpy): Don't use BP_SYM.
31865         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31866         <bp-sym.h> and <bp-asm.h>.
31867         (memset): Don't use BP_SYM.
31868         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31869         <bp-sym.h> and <bp-asm.h>.
31870         (__memchr): Don't use BP_SYM.
31871         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31872         <bp-sym.h> and <bp-asm.h>.
31873         (memcmp): Don't use BP_SYM.
31874         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31875         <bp-sym.h> and <bp-asm.h>.
31876         (memcpy): Don't use BP_SYM.
31877         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31878         <bp-sym.h> and <bp-asm.h>.
31879         (__mempcpy): Don't use BP_SYM.
31880         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31881         <bp-sym.h> and <bp-asm.h>.
31882         (__memrchr): Don't use BP_SYM.
31883         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31884         <bp-sym.h> and <bp-asm.h>.
31885         (memset): Don't use BP_SYM.
31886         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31887         <bp-sym.h> and <bp-asm.h>.
31888         (__rawmemchr): Don't use BP_SYM.
31889         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31890         <bp-sym.h> and <bp-asm.h>.
31891         (__STRCMP): Don't use BP_SYM.
31892         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31893         <bp-sym.h> and <bp-asm.h>.
31894         (strchr): Don't use BP_SYM.
31895         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31896         <bp-sym.h> and <bp-asm.h>.
31897         (__strchrnul): Don't use BP_SYM.
31898         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31899         <bp-sym.h> and <bp-asm.h>.
31900         (strlen): Don't use BP_SYM.
31901         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31902         <bp-sym.h> and <bp-asm.h>.
31903         (strncmp): Don't use BP_SYM.
31904         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31905         <bp-sym.h> and <bp-asm.h>.
31906         (__strnlen): Don't use BP_SYM.
31907         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31908         <bp-asm.h>.
31909         (__mpn_rshift): Don't use BP_SYM.
31910         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31911         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31912         <bp-sym.h> and <bp-asm.h>.
31913         (__sigsetjmp): Don't use BP_SYM.
31914         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31915         (L(start_addresses)): Don't use BP_SYM.
31916         (_start): Likewise.
31917         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31918         <bp-asm.h>.
31919         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31920         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31921         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31922         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31923         <bp-asm.h>.
31924         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31925         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31926         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31927         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31928         <bp-asm.h>.
31929         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31930         comments.
31931         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31932         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31933         <bp-asm.h>.
31934         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31935         FIXME comments.
31936         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31937         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31938         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31939         <bp-asm.h>.
31940         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31941         comment.
31942         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31943         and <bp-asm.h>.
31944         (strncmp): Don't use BP_SYM,
31945         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31946         <bp-asm.h>.
31947         (__mpn_sub_n): Don't use BP_SYM.
31948         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31949         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31950         and <bp-asm.h>.
31951         (__mpn_submul_1): Don't use BP_SYM.
31952         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31954         <bp-sym.h> and <bp-asm.h>.
31955         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31957         <bp-sym.h> and <bp-asm.h>.
31958         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31959         comment.
31961 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31963         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31964         Use ZK to minimize writes to Z.
31965         (sub_magnitudes): Simplify code a bit.
31966         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31967         Use ZK to minimize writes to Z.
31968         (sub_magnitudes): Simplify code a bit.
31970 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31972         * csu/gmon-start.c: Add special exception to license text.
31974 2013-02-27  Richard Henderson  <rth@redhat.com>
31976         * scripts/config.guess: Update from config.git.
31977         * scripts/config.sub: Likewise.
31979 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31981         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31983         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31985         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31987         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31989         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31991 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31993         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31994         [$(build-shared = yes].
31996 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31998         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31999         (__mul): Reduce iterations for calculating mantissa.
32001         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32002         MPTWO.
32003         (__mpranred): Likewise.
32005         [BZ #15160]
32006         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32007         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32009 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32011         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32012         Define __attribute__.
32014 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32016         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32017         unused.
32018         * posix/regex_internal.h (__attribute): Remove.
32019         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32020         (re_string_context_at): Likewise.
32021         (bitset_not): Use __attribute__ and mark function as possibly
32022         unused.
32023         (bitset_merge): Likewise.
32024         (bitset_mask): Likewise.
32025         (re_string_char_size_at): Likewise.
32026         (re_string_wchar_at): Likewise.
32027         (re_string_elem_size_at): Likewise.
32029 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32031         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32032         code.
32033         (cc32): Likewise.
32035         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32036         (__acr): Likewise.
32037         (__cpy): Likewise.
32038         (norm): Likewise.
32039         (denorm): Likewise.
32040         (__dbl_mp): Likewise.
32041         (add_magnitudes): Likewise.
32042         (sub_magnitudes): Likewise.
32043         (__mul): Likewise.
32044         (__inv): Likewise.
32046         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32047         style.
32049         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32050         style.
32052         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32053         code.
32055         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32056         up changes with default code.
32057         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32058         Likewise.
32060 2013-02-24  Allan McRae  <allan@archlinux.org>
32062         * manual/socket.texi (The Internet Namespace): Order menu items
32063         to match that in the file.
32065         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32066         node listing of the info page menu.
32068 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32070         [BZ #13550]
32071         * sysdeps/i386/bp-asm.h: Remove file.
32072         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32073         (PARMS): Do not use macros from bp-asm.h.
32074         (S1): Likewise.
32075         (S2): Likewise.
32076         (SIZE): Likewise.
32077         (__mpn_add_n): Do not use BP_SYM
32078         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32079         "bp-asm.h".
32080         (PARMS): Do not use macros from bp-asm.h.
32081         (S1): Likewise.
32082         (SIZE): Likewise.
32083         (__mpn_addmul_1): Do not use BP_SYM
32084         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32085         "bp-asm.h".
32086         (PARMS): Do not use macros from bp-asm.h.
32087         (SIGMSK): Likewise.
32088         (_setjmp): Likewise.  Do not use BP_SYM.
32089         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32090         "bp-asm.h".
32091         (PARMS): Do not use macros from bp-asm.h.
32092         (SIGMSK): Likewise.
32093         (setjmp): Likewise.  Do not use BP_SYM.
32094         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32095         "bp-asm.h".
32096         (PARMS): Do not use macros from bp-asm.h.
32097         (__frexp): Do not use BP_SYM.
32098         (frexp): Likewise.
32099         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32100         "bp-asm.h".
32101         (PARMS): Do not use macros from bp-asm.h.
32102         (__frexpf): Do not use BP_SYM.
32103         (frexpf): Likewise.
32104         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32105         "bp-asm.h".
32106         (PARMS): Do not use macros from bp-asm.h.
32107         (__frexpl): Do not use BP_SYM.
32108         (frexpl): Likewise.
32109         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32110         "bp-asm.h".
32111         (PARMS): Do not use macros from bp-asm.h.
32112         (__remquo): Do not use BP_SYM.
32113         (remquo): Likewise.
32114         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32115         "bp-asm.h".
32116         (PARMS): Do not use macros from bp-asm.h.
32117         (__remquof): Do not use BP_SYM.
32118         (remquof): Likewise.
32119         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32120         "bp-asm.h".
32121         (PARMS): Do not use macros from bp-asm.h.
32122         (__remquol): Do not use BP_SYM.
32123         (remquol): Likewise.
32124         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32125         "bp-asm.h".
32126         (PARMS): Do not use macros from bp-asm.h.
32127         (DEST): Likewise.
32128         (SRC): Likewise.
32129         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32130         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32131         "bp-asm.h".
32132         (PARMS): Do not use macros from bp-asm.h.
32133         (strlen): Do not use BP_SYM.
32134         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32135         "bp-asm.h".
32136         (PARMS): Do not use macros from bp-asm.h.
32137         (S1): Likewise.
32138         (S2): Likewise.
32139         (SIZE): Likewise.
32140         (__mpn_add_n): Do not use BP_SYM.
32141         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32142         "bp-asm.h".
32143         (PARMS): Do not use macros from bp-asm.h.
32144         (S1): Likewise.
32145         (SIZE): Likewise.
32146         (__mpn_addmul_1): Do not use BP_SYM.
32147         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32148         weak_alias.
32149         (bzero): Likewise.
32150         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32151         "bp-asm.h".
32152         (PARMS): Do not use macros from bp-asm.h.
32153         (S): Likewise.
32154         (SIZE): Likewise.
32155         (__mpn_lshift): Do not use BP_SYM.
32156         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32157         "bp-asm.h".
32158         (PARMS): Do not use macros from bp-asm.h.
32159         (DEST): Likewise.
32160         (SRC): Likewise.
32161         (LEN): Likewise.
32162         (memcpy): Likewise.  Do not use BP_SYM.
32163         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32164         libc_hidden_def and weak_alias.
32165         (mempcpy): Do not use BP_SYM in weak_alias.
32166         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32167         "bp-asm.h".
32168         (PARMS): Do not use macros from bp-asm.h.
32169         (DEST): Likewise.
32170         (LEN): Likewise.
32171         [!BZERO_P] (CHR): Likewise.
32172         (memset): Likewise.  Do not use BP_SYM.
32173         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32174         "bp-asm.h".
32175         (PARMS): Do not use macros from bp-asm.h.
32176         (S1): Likewise.
32177         (SIZE): Likewise.
32178         (__mpn_mul_1): Do not use BP_SYM.
32179         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32180         "bp-asm.h".
32181         (PARMS): Do not use macros from bp-asm.h.
32182         (S): Likewise.
32183         (SIZE): Likewise.
32184         (__mpn_rshift): Do not use BP_SYM.
32185         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32186         "bp-asm.h".
32187         (PARMS): Do not use macros from bp-asm.h.
32188         (STR): Likewise.
32189         (CHR): Likewise.
32190         (strchr): Likewise.  Do not use BP_SYM.
32191         (index): Do not use BP_SYM in weak_alias.
32192         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32193         "bp-asm.h".
32194         (PARMS): Do not use macros from bp-asm.h.
32195         (DEST): Likewise.
32196         (SRC): Likewise.
32197         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32198         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32199         "bp-asm.h".
32200         (PARMS): Do not use macros from bp-asm.h.
32201         (strlen): Do not use BP_SYM.
32202         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32203         "bp-asm.h".
32204         (PARMS): Do not use macros from bp-asm.h.
32205         (S1): Likewise.
32206         (S2): Likewise.
32207         (SIZE): Likewise.
32208         (__mpn_sub_n): Do not use BP_SYM.
32209         * sysdeps/i386/i586/submul_1.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         (SIZE): Likewise.
32214         (__mpn_submul_1): Do not use BP_SYM.
32215         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32216         "bp-asm.h".
32217         (PARMS): Do not use macros from bp-asm.h.
32218         (S1): Likewise.
32219         (S2): Likewise.
32220         (SIZE): Likewise.
32221         (__mpn_add_n): Do not use BP_SYM.
32222         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32223         weak_alias.
32224         (bzero): Likewise.
32225         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32226         "bp-asm.h".
32227         (PARMS): Do not use macros from bp-asm.h.
32228         (BLK2): Likewise.
32229         (LEN): Likewise.
32230         (memcmp): Do not use BP_SYM.
32231         (bcmp): Do not use BP_SYM in weak_alias.
32232         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32233         "bp-asm.h".
32234         (PARMS): Do not use macros from bp-asm.h.
32235         (DEST): Likewise.
32236         (SRC): Likewise.
32237         (LEN): Likewise.
32238         (memcpy): Likewise.  Do not use BP_SYM.
32239         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32240         "bp-asm.h".
32241         (PARMS): Do not use macros from bp-asm.h.
32242         (DEST): Likewise.
32243         (SRC): Likewise.
32244         (LEN): Likewise.
32245         (memmove): Likewise.  Do not use BP_SYM.
32246         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32247         "bp-asm.h".
32248         (PARMS): Do not use macros from bp-asm.h.
32249         (DEST): Likewise.
32250         (SRC): Likewise.
32251         (LEN): Likewise.
32252         (__mempcpy): Likewise.  Do not use BP_SYM.
32253         (mempcpy): Do not use BP_SYM in weak_alias.
32254         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32255         "bp-asm.h".
32256         (PARMS): Do not use macros from bp-asm.h.
32257         (DEST): Likewise.
32258         (LEN): Likewise.
32259         [!BZERO_P] (CHR): Likewise.
32260         (memset): Likewise.  Do not use BP_SYM.
32261         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32262         "bp-asm.h".
32263         (PARMS): Do not use macros from bp-asm.h.
32264         (STR2): Likewise.
32265         (strcmp): Do not use BP_SYM.
32266         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32267         "bp-asm.h".
32268         (PARMS): Do not use macros from bp-asm.h.
32269         (STR): Likewise.
32270         (DELIM): Likewise.
32271         [USE_AS_STRTOK_R] (SAVE): Likewise.
32272         (FUNCTION): Likewise.  Do not use BP_SYM.
32273         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32274         aliases.
32275         (strtok_r): Likewise.
32276         (__GI___strtok_r): Likewise.
32277         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32278         (PARMS): Do not use macros from bp-asm.h.
32279         (S): Likewise.
32280         (SIZE): Likewise.
32281         (__mpn_lshift): Do not use BP_SYM.
32282         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32283         (PARMS): Do not use macros from bp-asm.h.
32284         (STR): Likewise.
32285         (CHR): Likewise.
32286         (__memchr): Do not use BP_SYM.
32287         (memchr): Do not use BP_SYM in weak_alias.
32288         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32289         (PARMS): Do not use macros from bp-asm.h.
32290         (BLK2): Likewise.
32291         (LEN): Likewise.
32292         (memcmp): Do not use BP_SYM.
32293         (bcmp): Do not use BP_SYM in weak_alias.
32294         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32295         (PARMS): Do not use macros from bp-asm.h.
32296         (S1): Likewise.
32297         (SIZE): Likewise.
32298         (__mpn_mul_1): Do not use BP_SYM.
32299         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32300         "bp-asm.h".
32301         (PARMS): Do not use macros from bp-asm.h.
32302         (STR): Likewise.
32303         (CHR): Likewise.
32304         (__rawmemchr): Do not use BP_SYM.
32305         (rawmemchr): Do not use BP_SYM in weak_alias.
32306         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32307         (PARMS): Do not use macros from bp-asm.h.
32308         (S): Likewise.
32309         (SIZE): Likewise.
32310         (__mpn_rshift): Do not use BP_SYM.
32311         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32312         (PARMS): Do not use macros from bp-asm.h.
32313         (SIGMSK): Likewise.
32314         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32315         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32316         (_start): Do not use BP_SYM.
32317         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32318         (PARMS): Do not use macros from bp-asm.h.
32319         (DEST): Likewise.
32320         (SRC): Likewise.
32321         (__stpcpy): Likewise.  Do not use BP_SYM.
32322         (stpcpy): Do not use BP_SYM in weak_alias.
32323         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32324         "bp-asm.h".
32325         (PARMS): Do not use macros from bp-asm.h.
32326         (DEST): Likewise.
32327         (SRC): Likewise.
32328         (LEN): Likewise.
32329         (__stpncpy): Likewise.  Do not use BP_SYM.
32330         (stpncpy): Do not use BP_SYM in weak_alias.
32331         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32332         (PARMS): Do not use macros from bp-asm.h.
32333         (STR): Likewise.
32334         (CHR): Likewise.
32335         (strchr): Likewise.  Do not use BP_SYM.
32336         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32337         "bp-asm.h".
32338         (PARMS): Do not use macros from bp-asm.h.
32339         (STR): Likewise.
32340         (CHR): Likewise.
32341         (__strchrnul): Likewise.  Do not use BP_SYM.
32342         (strchrnul): Do not use BP_SYM in weak_alias.
32343         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32344         "bp-asm.h".
32345         (PARMS): Do not use macros from bp-asm.h.
32346         (STOP): Likewise.
32347         (strcspn): Do not use BP_SYM.
32348         * sysdeps/i386/strpbrk.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         (STOP): Likewise.
32353         (strpbrk): Likewise.  Do not use BP_SYM.
32354         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32355         "bp-asm.h".
32356         (PARMS): Do not use macros from bp-asm.h.
32357         (STR): Likewise.
32358         (CHR): Likewise.
32359         (strrchr): Likewise.  Do not use BP_SYM.
32360         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32361         (PARMS): Do not use macros from bp-asm.h.
32362         (SKIP): Likewise.
32363         (strspn): Do not use BP_SYM.
32364         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32365         (PARMS): Do not use macros from bp-asm.h.
32366         (STR): Likewise.
32367         (DELIM): Likewise.
32368         (SAVE): Likewise.
32369         (FUNCTION): Likewise.  Do not use BP_SYM.
32370         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32371         aliases.
32372         (strtok_r): Likewise.
32373         (__GI___strtok_r): Likewise.
32374         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32375         (PARMS): Do not use macros from bp-asm.h.
32376         (S1): Likewise.
32377         (S2): Likewise.
32378         (SIZE): Likewise.
32379         (__mpn_sub_n): Do not use BP_SYM.
32380         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32381         "bp-asm.h".
32382         (PARMS): Do not use macros from bp-asm.h.
32383         (S1): Likewise.
32384         (SIZE): Likewise.
32385         (__mpn_submul_1): Do not use BP_SYM.
32386         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32387         <bp-sym.h>.
32388         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32389         and <bp-asm.h>.
32390         (PARMS): Do not use macros from bp-asm.h.
32391         (FLAGS): Likewise.
32392         (PTID): Likewise.
32393         (TLS): Likewise.
32394         (CTID): Likewise.
32395         (__clone): Do not use BP_SYM.
32396         (clone): Do not use BP_SYM in weak_alias.
32397         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32398         and <bp-asm.h>.
32399         (PARMS): Do not use macros from bp-asm.h.
32400         (LEN): Likewise.
32401         (__mmap64): Do not use BP_SYM.
32402         (mmap64): Do not use BP_SYM in weak_alias.
32403         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32404         <bp-sym.h> and <bp-asm.h>.
32405         (PARMS): Do not use macros from bp-asm.h.
32406         (__posix_fadvise64_l64): Do not use BP_SYM.
32407         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32408         (PARMS): Do not use macros from bp-asm.h.
32409         (NSOPS): Likewise.
32410         (semtimedop): Do not use BP_SYM.
32411         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32412         and <bp-asm.h>.
32414 2013-02-21  Allan McRae  <allan@archlinux.org>
32416         * manual/message.texi (Charset conversion in gettext):
32417         Move @end statement to beginning of line.
32419 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32421         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32422         static.
32423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32424         Likewise.
32426         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32427         (denorm): Likewise.
32428         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32429         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32431 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32433         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32434         tail-call to the resolved function if pltexit isn't needed.
32436 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32438         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32439         or Y being zero as being unlikely.
32440         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32441         Likewise.
32443 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32445         * manual/nss.texi (System Databases and Name Service Switch):
32446         Remove frobnicate @pxref.
32448 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32450         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32451         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32453 2013-02-20  Petr Machata  <pmachata@redhat.com>
32455         * elf/elf.h (R_ARM_TARGET1): New macro.
32456         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32457         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32458         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32459         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32460         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32461         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32462         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32463         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32464         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32465         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32466         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32467         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32468         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32469         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32470         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32471         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32472         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32473         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32474         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32475         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32476         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32477         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32478         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32479         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32480         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32481         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32482         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32483         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32484         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32485         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32486         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32487         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32488         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32489         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32490         (R_ARM_THM_GOT_BREL12): Likewise.
32491         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32492         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32493         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32494         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32495         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32496         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32497         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32498         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32499         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32501 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32503         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32504         __attribute_used__ to __attribute__ ((unused)).
32506 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32508         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32509         powerpc mpa.c.
32510         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32511         comment formatting.
32512         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32514 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32516         [BZ #13550]
32517         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32518         Remove macro.
32519         (ENTER): Remove both macro definitions.
32520         (LEAVE): Likewise.
32521         (CHECK_BOUNDS_LOW): Likewise.
32522         (CHECK_BOUNDS_HIGH): Likewise.
32523         (CHECK_BOUNDS_BOTH): Likewise.
32524         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32525         (RETURN_BOUNDED_POINTER): Likewise.
32526         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32527         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32528         (POP_ERRNO_LOCATION_RETURN): Likewise.
32529         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32530         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32531         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32532         macros.
32533         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32534         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32535         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32536         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32537         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32538         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32539         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32540         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32541         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32542         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32543         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32544         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32545         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32546         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32547         removed macros.
32548         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32549         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32550         macros.
32551         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32552         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32553         * sysdeps/i386/i586/memset.S (memset): Likewise.
32554         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32555         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32556         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32557         macros.
32558         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32559         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32560         Change uses of L(2) to L(out).
32561         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32562         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32563         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32564         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32565         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32566         removed macros.
32567         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32568         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32569         macros.
32570         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32571         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32572         (RETURN): Do not use macro LEAVE.
32573         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32574         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32575         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32576         * sysdeps/i386/i686/memset.S (memset): Likewise.
32577         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32578         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32579         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32580         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32581         Likewise.
32582         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32583         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32584         L(1_2) and L(1_3) into L(1).
32585         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32586         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32587         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32588         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32589         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32590         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32591         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32592         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32593         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32594         macros.
32595         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32596         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32597         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32598         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32599         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32600         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32601         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32602         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32603         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32604         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32605         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32606         * sysdeps/i386/strspn.S (strspn): Likewise.
32607         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32608         conditional code.
32609         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32610         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32611         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32612         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32613         L(1_3) into L(1_1).
32614         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32615         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32616         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32617         macros.
32618         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32620 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32622         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32623         macro.
32625 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32627         * math/atest-exp.c (exp_mpn): Remove ROUND.
32628         * math/atest-exp2.c (exp_mpn): Likewise.
32629         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32631         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32632         * stdlib/tst-tls-atexit-lib.c: Likewise.
32633         * stdlib/tst-tls-atexit.c: Likewise.
32635 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32637         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32638         and __attribute_alloc_size__.
32640 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32642         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32643         __attribute_alloc_size__.
32644         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32645         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32647 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32649         * include/programs/xmalloc.h: New file.
32650         * catgets/gencat.c: Include it.
32651         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32652         * elf/pldd.c: Likewise.
32653         * iconv/iconv_charmap.c: Likewise.
32654         * iconv/iconvconfig.c: Likewise.
32655         * iconv/strtab.c: Likewise.
32656         * locale/programs/locale.c: Likewise.
32657         * locale/programs/localedef.h: Likewise.
32658         * locale/programs/simple-hash.c: Likewise.
32659         * nscd/nscd.h: Likewise.
32660         * nss/makedb.c: Likewise.
32661         * sysdeps/generic/ldconfig.h: Likewise.
32663 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32665         * Versions.def: Add GLIBC_2.18.
32666         * include/link.h (struct link_map): New member l_tls_dtor_count.
32667         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32668         (__call_tls_dtors): Likewise.
32669         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32670         __cxa_thread_atexit_impl.
32671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32672         Likewise.
32673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32674         Likewise.
32675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32676         Likewise.
32677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32678         Likewise.
32679         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32680         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32681         Likewise.
32682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32683         Likewise.
32684         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32686         Likewise.
32687         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32688         (tests): Add test case tst-tls-atexit.
32689         (modules-names): Add shared library for tst-tls-atexit.
32690         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32691         (GLIBC_PRIVATE): Add __call_tls_dtors.
32692         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32693         for libstdc++.
32694         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32695         * stdlib/tst-tls-atexit.c: New test case.
32696         * stdlib/tst-tls-atexit-lib.c: New test case.
32698         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32700         * elf/Versions (ld): Add _dl_find_dso_for_object.
32701         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32702         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32703         (dl_open_worker): Use _dl_find_dso_for_object.
32704         * elf/dl-sym.c (do_sym): Likewise.
32705         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32707 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32709         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32710         Syntactic changes only.
32711         (_dl_runtime_profile): Do a tail-call to the resolved function.
32713 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32715         [BZ #13550]
32716         * sysdeps/x86_64/bp-asm.h: Remove file.
32717         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32718         <bp-sym.h> and <bp-asm.h>.
32719         (__clone): Do not use BP_SYM.
32720         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32721         <bp-sym.h> and <bp-asm.h>.
32722         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32723         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32724         "bp-asm.h".
32725         (_setjmp): Do not use BP_SYM.
32726         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32727         "bp-asm.h".
32728         (setjmp): Do not use BP_SYM.
32729         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32730         libc_hidden_def.
32731         (mempcpy): Do not use BP_SYM in weak_alias.
32732         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32733         "bp-asm.h".
32734         (strchr): Do not use BP_SYM.
32735         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32736         "bp-asm.h".
32737         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32738         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32739         (_start): Do not use BP_SYM.
32740         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32741         "bp-asm.h".
32742         (strcat): Do not use BP_SYM.
32743         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32744         "bp-asm.h".
32745         (STRCMP): Do not use BP_SYM.
32746         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32747         "bp-asm.h".
32748         (STRCPY): Do not use BP_SYM.
32749         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32750         "bp-asm.h".
32751         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32752         "bp-asm.h".
32753         (FUNCTION): Do not use BP_SYM.
32754         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32755         weak_alias.
32756         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32758 2013-02-17  Andreas Jaeger  <aj@suse.de>
32760         * time/Versions: Sort entries.
32761         * string/Versions: Likewise.
32762         * resolv/Versions: Likewise.
32763         * posix/Versions: Likewise.
32764         * iconv/Versions: Likewise.
32765         * elf/Versions: Likewise.
32766         * wcsmbs/Versions: Likewise.
32768 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32770         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32771         loop termination condition.
32773         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32774         variable to calculate EZ.
32775         (__sqr): Likewise.
32777         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32778         the lower precision input.
32780 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32782         [BZ #13550]
32783         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32784         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32785         (run-via-rtld-prefix): Do not handle %-bp tests.
32786         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32787         (all-object-suffixes): Remove .ob.
32788         (bppfx): Remove variable.
32789         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32790         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32791         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32792         [$(build-bounded) = yes] (libtype.ob): Likewise.
32793         * Makerules (elide-routines.ob): Remove variable.
32794         (do-tests-clean): Do not handle *-bp.out.
32795         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32796         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32797         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32798         (tests): Do not include $(tests-bp.out).
32799         (xtests): Do not include $(xtests-bp.out).
32800         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32801         [$(build-bounded) = yes] ($(addprefix
32802         $(objpfx),$(binaries-bounded))): Remove rule.
32803         ($(objpfx)%-bp.out): Remove rule.
32804         * config.make.in (build-bounded): Remove variable.
32805         * crypt/Makefile [$(build-bounded) = yes]
32806         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32807         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32808         append to variable.
32809         [$(build-bounded) = yes] (install-lib): Likewise.
32810         [$(build-bounded) = yes] (generated): Likewise.
32811         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32812         Remove rule.
32813         * intl/Makefile [$(build-bounded) = yes]
32814         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32815         * math/Makefile [$(build-bounded) = yes]
32816         ($(tests:%=$(objpfx)%-bp): Likewise.
32817         * misc/Makefile [$(build-bounded) = yes]
32818         ($(objpfx)tst-tsearch-bp): Likewise.
32819         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32820         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32821         Remove dependency.
32822         * string/Makefile (o-objects.ob): Remove variable.
32823         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32824         (CFLAGS-.ob): Remove variable.
32825         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32826         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32827         both definitions of variable.
32828         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32829         (ASFLAGS-.ob): Remove variable.
32831 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32833         [BZ #13550]
32834         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32835         Remove __BOUNDED_POINTERS__ from condition.
32836         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32837         * string/bits/string2.h [!__NO_STRING_INLINES &&
32838         !__BOUNDED_POINTERS__]: Likewise.
32839         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32840         Likewise.
32841         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32842         Remove conditional code.
32843         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32844         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32845         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32846         condition.
32848         [BZ #13550]
32849         * csu/libc-start.c: Do not include <bp-sym.h>.
32850         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32851         * elf/dl-open.c: Do not include <bp-sym.h>.
32852         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32853         * math/fegetenv.c: Do not include <bp-sym.h>.
32854         (fegetenv): Do not use BP_SYM in versioned symbols.
32855         * nptl/sysdeps/pthread/bits/libc-lockP.h
32856         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32857         <bp-sym.h>.
32858         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32859         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32860         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32861         (__pthread_mutex_destroy): Likewise.
32862         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32863         (__pthread_mutex_lock): Likewise.
32864         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32865         (__pthread_mutex_trylock): Likewise.
32866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32867         (__pthread_mutex_unlock): Likewise.
32868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32869         (__pthread_mutexattr_init): Likewise.
32870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32871         (__pthread_mutexattr_destroy): Likewise.
32872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32873         (__pthread_mutexattr_settype): Likewise.
32874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32875         (__pthread_rwlock_init): Likewise.
32876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32877         (__pthread_rwlock_destroy): Likewise.
32878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32879         (__pthread_rwlock_rdlock): Likewise.
32880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32881         (__pthread_rwlock_tryrdlock): Likewise.
32882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32883         (__pthread_rwlock_wrlock): Likewise.
32884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32885         (__pthread_rwlock_trywrlock): Likewise.
32886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32887         (__pthread_rwlock_unlock): Likewise.
32888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32889         (__pthread_key_create): Likewise.
32890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32891         (__pthread_setspecific): Likewise.
32892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32893         (__pthread_getspecific): Likewise.
32894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32895         Likewise.
32896         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32897         (_pthread_cleanup_push_defer): Likewise.
32898         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32899         (_pthread_cleanup_pop_restore): Likewise.
32900         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32901         (pthread_setcancelstate): Likewise.
32902         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32903         <bp-sym.h>.
32904         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32905         (memchr): Do not use BP_SYM in weak_alias.
32906         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32907         (fegetenv): Do not use BP_SYM in versioned symbols.
32908         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32909         (fesetenv): Do not use BP_SYM in versioned symbols.
32910         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32911         (feupdateenv): Do not use BP_SYM in versioned symbols.
32912         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32913         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32914         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32915         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32916         (open64): Do not use BP_SYM in weak_alias.
32917         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32918         (fegetenv): Do not use BP_SYM in versioned symbols.
32919         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32920         (fesetenv): Do not use BP_SYM in versioned symbols.
32921         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32922         (feupdateenv): Do not use BP_SYM in versioned symbols.
32923         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32924         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32925         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32926         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32927         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32928         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32929         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32930         <bp-sym.h>.
32931         (__libc_start_main): Do not use BP_SYM.
32933 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32935         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32936         redundant return line.
32937         (norm): Likewise.
32938         (denorm): Likewise.
32939         (dbl_mp): Likewise.
32940         (sub_magnitudes): Likewise.
32941         (__add): Likewise.
32942         (__sub): Likewise.
32943         (__mul): Likewise.
32944         (__inv): Likewise.
32945         (__dvd): Likewise.
32946         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32947         (norm): Likewise.
32948         (denorm): Likewise.
32949         (dbl_mp): Likewise.
32950         (sub_magnitudes): Likewise.
32951         (__add): Likewise.
32952         (__sub): Likewise.
32953         (__mul): Likewise.
32954         (__inv): Likewise.
32955         (__dvd): Likewise.
32957         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32958         instead of __mul.
32959         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32960         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32961         (cc32): Likewise.
32963         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32964         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32965         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32966         of __mul for squares.
32967         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32968         function
32969         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32970         Likewise.
32971         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32972         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32974 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32976         [BZ #13550]
32977         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32978         code.
32979         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32980         prototype or function definition.  Rename ubp_* variables and
32981         parameters.  Remove argv definitions conditional on
32982         [__BOUNDED_POINTERS__].
32983         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32984         * elf/dl-runtime.c (_dl_fixup): Likewise.
32985         * include/set-hooks.h (RUN_HOOK): Likewise.
32986         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32987         definition.
32988         * string/strcpy.c (strcpy): Do not use __unbounded.
32989         * sysdeps/generic/frame.h (struct layout): Likewise.
32990         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32991         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32992         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32993         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32994         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32995         (__backtrace): Likewise.
32996         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32997         use __ptrvalue.
32998         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32999         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33000         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33001         Likewise.
33002         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33003         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33004         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33005         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33006         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33007         Do not use __unbounded.
33008         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33009         Rename __unboundedrlimits parameter to rlimits in prototype.
33010         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33011         Do not use __unbounded.
33012         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33013         not use __ptrvalue.
33014         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33015         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33016         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33017         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33018         __ptrvalue or __unbounded.
33019         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33020         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33021         use __unbounded.
33022         (__new_msgctl): Do not use __ptrvalue.
33023         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33024         __unbounded.
33025         (__libc_msgrcv): Do not use __ptrvalue.
33026         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33027         startup_info): Do not use __unbounded.
33028         (__libc_start_main): Likewise.  Rename ubp_* variables and
33029         parameters.  Remove argv definitions conditional on
33030         [__BOUNDED_POINTERS__].
33031         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33032         __ptrvalue.
33033         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33034         use __unbounded.
33035         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33036         or __ptrvalue.
33037         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33038         use __unbounded.
33039         (__new_shmctl): Do not use __ptrvalue.
33040         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33041         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33042         Likewise.
33043         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33044         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33045         (__libc_sigaction): Likewise.
33046         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33047         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33048         Likewise.
33049         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33051 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33053         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33055         * string/mempcpy.c: Implement by calling memcpy.
33057 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33059         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33061         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33062         evaluation.
33064         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33065         values in the mantissa.
33067         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33068         minimize writes to Z.
33069         (sub_magnitudes): Simplify code a bit.
33071 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33073         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33074         from the message.  The linker prefixes all warnings with that already.
33076 2013-02-12  Andreas Schwab  <schwab@suse.de>
33078         [BZ #15078]
33079         * posix/regexec.c (extend_buffers): Add parameter min_len.
33080         (check_matching): Pass minimum needed length.
33081         (clean_state_log_if_needed): Likewise.
33082         (get_subexp): Likewise.
33083         * posix/Makefile (tests): Add bug-regex34.
33084         (bug-regex34-ENV): Define.
33085         * posix/bug-regex34.c: New file.
33087         [BZ #11561]
33088         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33089         elements compare against the byte sequence of it, not its name.
33090         * posix/Makefile (tests): Add bug-regex35.
33091         (bug-regex35-ENV): Define.
33092         * posix/bug-regex35.c: New file.
33094 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33096         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33097         comment.
33098         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33099         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33100         (CHECK_EOL): Add undef.
33102 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33104         * bits/stdlib-bsearch.h: New file.
33105         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33106         * stdlib/stdlib.h: Likewise.
33108 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33110         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33111         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33112         declaration.
33113         * manual/search.texi (Array Search Function): Add missing const in
33114         lfind prototype.
33115         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33116         declaration to use rlim_t.
33117         (Basic Scheduling Functions): Remove erroneous const from
33118         sched_getparam prototype.  Remove erroneous * from
33119         sched_get_priority_max and sched_get_priority_min prototypes.
33120         (Resource Usage): Fix summary @comment on vtimes to refer to
33121         sys/vtimes.h rather than vtimes.h.
33122         Add missing *s in vtimes prototype.
33123         (Limits on Resources): Fix ulimit prototype to return long int.
33124         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33125         prototypes to use long int rather than double.
33126         (BSD Random): Fix initstate and setstate to use char *, not void *.
33127         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33128         prototype to make second argument 'struct aiocb64 *const[]'.
33129         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33130         (Status of AIO Operations): Remove erroneous const in aio_return and
33131         aio_return64 prototypes.
33132         (Synchronizing I/O): Fix sync prototype to return void.
33133         * manual/startup.texi (Suboptions): Remove an erroneous const in
33134         getsubopt prototype.
33135         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33136         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33137         use size_t rather than int.
33138         (Scanning All Users): Likewise for getpwent_r.
33139         (Setting Groups): Add missing const to setgroups prototype.
33140         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33141         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33142         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33143         'const void *' rather than 'const char *'.
33144         (Host Address Functions): Likewise for inet_ntop.
33145         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33146         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33147         ssize_t for return value.
33148         (Sending Data): Likewise for send, sendto, sendmsg.
33149         (Socket Option Functions): Add a missing const in setsockopt prototype.
33150         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33151         use wchar_t for the argument.
33152         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33153         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33154         take no arguments.
33155         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33156         double/float/long double for second argument.
33157         Fix return types of significand, significandf, significandl.
33158         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33159         argument in fchmod prototype.
33160         (File Owner): Use uid_t and gid_t in fchown prototype.
33161         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33162         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33163         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33164         use 'const struct dirent **' as argument types to CMP function pointer
33165         argument.
33166         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33167         (File Times): Fix summary magic @comment for struct utimbuf and utime
33168         to refer to utime.h, not time.h.
33169         * manual/string.texi (Argz Functions): Add missing const in
33170         argz_extract and argz_next prototypes.
33171         (Finding Tokens in a String): Likewise for basename.
33172         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33173         (Copying and Concatenation): Fix typo in wmemmove prototype.
33174         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33175         (Signal Stack): Remove erroneous const in sigstack prototype.
33176         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33177         prototype.
33178         (Simple Calendar Time): Likewise for stime.
33179         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33180         prototype.
33181         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33182         say sys/sysctl.h instead.
33183         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33184         and vsyslog prototypes.
33186 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33188         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33189         Remove.
33191 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33193         * misc/sys/mman.h: Fix typo in mremap comment.
33195 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33197         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33198         the '\0' terminator.
33200 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33202         [BZ #13550]
33203         * debug/segfault.c: Don't include <bp-checks.h>.
33204         * sysdeps/generic/bp-checks.h: Remove file.
33205         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33206         (__GETDENTS): Don't use CHECK_N.
33207         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33208         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33209         (__getgroups): Don't use CHECK_N.
33210         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33211         (setgroups): Don't use CHECK_N.
33212         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33213         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33214         (__libc_msgrcv): Don't use CHECK_N.
33215         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33216         (__libc_msgsnd): Don't use CHECK_N.
33217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33218         <bp-checks.h>.
33219         (__libc_pread): Don't use CHECK_N.
33220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33221         include <bp-checks.h>.
33222         (__libc_pread64): Don't use CHECK_N.
33223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33224         include <bp-checks.h>.
33225         (__libc_pwrite): Don't use CHECK_N.
33226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33227         include <bp-checks.h>.
33228         (__libc_pwrite64): Don't use CHECK_N.
33229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33230         <bp-checks.h>.
33231         (__libc_pread): Don't use CHECK_N.
33232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33233         include <bp-checks.h>.
33234         (__libc_pread64): Don't use CHECK_N.
33235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33236         include <bp-checks.h>.
33237         (__libc_pwrite): Don't use CHECK_N.
33238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33239         include <bp-checks.h>.
33240         (__libc_pwrite64): Don't use CHECK_N.
33241         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33242         (do_pread): Don't use CHECK_N.
33243         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33244         (do_pread64): Don't use CHECK_N.
33245         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33246         (do_pwrite): Don't use CHECK_N.
33247         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33248         (do_pwrite64): Don't use CHECK_N.
33249         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33250         (__libc_readv): Don't use CHECK_N.
33251         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33252         (semop): Don't use CHECK_N.
33253         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33254         <bp-checks.h>.
33255         (semtimedop): Don't use CHECK_N.
33256         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33257         (__libc_pread): Don't use CHECK_N.
33258         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33259         <bp-checks.h>.
33260         (__libc_pread64): Don't use CHECK_N.
33261         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33262         <bp-checks.h>.
33263         (__libc_pwrite): Don't use CHECK_N.
33264         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33265         <bp-checks.h>.
33266         (__libc_pwrite64): Don't use CHECK_N.
33267         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33268         <bp-checks.h>.
33269         (__libc_msgrcv): Don't use CHECK_N.
33270         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33271         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33272         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33273         (__libc_writev): Don't use CHECK_N.
33275 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33277         * string/strcpy.c: Removed unused variable.
33279         * Makeconfig (+sysdep-includes): Define with := rather than =.
33280         Use an existing include/ subdir of each sysdeps dir before it.
33282 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33284         * nscd/connection.c (register_traced_file): Comment function.
33285         [HAVE_INOTIFY] (union __inev): Define.
33286         [HAVE_INOTIFY] (inotify_check_files): New function.
33287         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33288         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33289         clear_db_cache.
33290         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33292 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33294         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33295         loaded if not already and that a failure is permanent.
33297 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33299         [BZ #15006]
33300         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33301         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33303 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33305         [BZ #13550]
33306         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33307         (CHECK_1_NULL_OK): Likewise.
33308         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33309         (__fxstat): Do not use CHECK_1.
33310         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33311         <bp-checks.h>.
33312         (___fxstat64): Do not use CHECK_1.
33313         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33314         <bp-checks.h>.
33315         (__fxstatat): Do not use CHECK_1.
33316         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33317         <bp-checks.h>.
33318         (__fxstatat64): Do not use CHECK_1.
33319         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33320         <bp-checks.h>.
33321         (__fxstat): Do not use CHECK_1.
33322         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33323         <bp-checks.h>.
33324         (__fxstatat): Do not use CHECK_1.
33325         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33326         <bp-checks.h>.
33327         (__getresgid): Do not use CHECK_1.
33328         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33329         <bp-checks.h>.
33330         (__getresuid): Do not use CHECK_1.
33331         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33332         <bp-checks.h>.
33333         (__lxstat): Do not use CHECK_1.
33334         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33335         <bp-checks.h>.
33336         (__old_msgctl): Do not use CHECK_1.
33337         (__new_msgctl): Likewise.
33338         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33339         <bp-checks.h>.
33340         (__new_setrlimit): Do not use CHECK_1.
33341         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33342         <bp-checks.h>.
33343         (__old_shmctl): Do not use CHECK_1.
33344         (__new_shmctl): Likewise.
33345         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33346         <bp-checks.h>.
33347         (__xstat): Do not use CHECK_1.
33348         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33349         (__lxstat): Do not use CHECK_1.
33350         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33351         <bp-checks.h>.
33352         (___lxstat64): Do not use CHECK_1.
33353         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33354         (__old_msgctl): Do not use CHECK_1.
33355         (__new_msgctl): Likewise.
33356         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33357         <bp-checks.h>.
33358         (__gettimeofday): Do not use CHECK_1.
33359         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33360         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33361         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33362         <bp-checks.h>.
33363         (__gettimeofday): Do not use CHECK_1.
33364         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33365         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33366         (__new_shmctl): Do not use CHECK_1.
33367         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33368         <bp-checks.h>.
33369         (do_sigtimedwait): Do not use CHECK_1.
33370         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33371         <bp-checks.h>.
33372         (do_sigwaitinfo): Do not use CHECK_1.
33373         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33374         <bp-checks.h>.
33375         (msgctl): Do not use CHECK_1.
33376         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33377         <bp-checks.h>.
33378         (shmctl): Do not use CHECK_1.
33379         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33380         (ustat): Do not use CHECK_1.
33381         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33382         <bp-checks.h>.
33383         (__fxstat): Do not use CHECK_1.
33384         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33385         <bp-checks.h>.
33386         (__fxstatat): Do not use CHECK_1.
33387         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33388         <bp-checks.h>.
33389         (__lxstat): Do not use CHECK_1.
33390         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33391         <bp-checks.h>.
33392         (__xstat): Do not use CHECK_1.
33393         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33394         (__xstat): Do not use CHECK_1.
33395         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33396         (___xstat64): Do not use CHECK_1.
33398         [BZ #13550]
33399         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33400         definitions.
33401         (CHECK_BOUNDS_HIGH): Likewise.
33402         * string/strcpy.c: Do not include <bp-checks.h>.
33403         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33405 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33407         * nscd/nscd-client.h (__nscd_drop_map_ref):
33408         Add __attribute__ ((unused)).
33409         * nis/nss-nisplus.h (niserr2nss): Likewise.
33411         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33412         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33414         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33415         Remove inline keyword.
33416         * include/rounding-mode.h (round_away): Likewise.
33417         * libio/wfileops.c (adjust_wide_data): Likewise.
33418         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33419         (__m128i_strloadu_tolower): Likewise.
33420         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33421         (__m128i_strloadu_tolower): Likewise.
33422         * time/mktime.c (ydhms_diff): Likewise.
33423         * locale/elem-hash.h (elem_hash): Likewise.
33424         * locale/setlocale.c (setdata): Likewise.
33425         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33426         (re_string_wchar_at): Likewise.
33427         (bitset_not, bitset_merge, bitset_mask): Likewise.
33428         [!(__GNUC__ > 3)] (inline): Remove macro.
33429         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33430         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33431         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33432         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33433         * string/memcmp.c (memcmp_bytes): Likewise.
33434         * locale/programs/locarchive.c (compute_hashval): Likewise.
33435         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33436         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33437         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33438         * nss/getent.c (print_rpc, print_protocols): Likewise.
33439         (print_passwd, print_group, print_aliases): Likewise.
33440         * nis/nss-nisplus.h (niserr2nss): Likewise.
33441         * nscd/connections.c (restart_p): Likewise.
33442         Change return type to bool.
33444 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33446         * Makeconfig (all-Depend-files): Add existing
33447         $(sorted-subdirs:=/Depend) files.
33448         (all-subdirs): Remove nss.
33449         * sysdeps/unix/inet/Subdirs: Add it here instead.
33450         * hesiod/Depend: New file.
33452         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33453         instead of calling alloca.
33455         * io/lseek.c (__lseek): Rename to __libc_lseek.
33456         Define __lseek as an alias.
33458         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33460 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33462         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33463         else clause and remove check for non-standard endianness.
33465 2013-02-04  David S. Miller  <davem@davemloft.net>
33467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33469 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33471         [BZ #13550]
33472         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33473         (__ubp_memchr): Remove prototype.
33474         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33475         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33476         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33477         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33478         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33479         Remove alias.
33480         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33481         (__ubp_memchr): Likewise.
33482         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33483         (__ubp_memchr): Likewise.
33484         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33485         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33486         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33487         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33488         CHECK_STRING.
33489         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33490         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33491         (__getcwd): Do not use CHECK_STRING.
33492         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33493         <bp-checks.h>.
33494         (__real_chown): Do not use CHECK_STRING.
33495         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33496         <bp-checks.h>.
33497         (fchownat): Do not use CHECK_STRING.
33498         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33499         CHECK_STRING.
33500         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33501         <bp-checks.h>.
33502         (__lchown): Do not use CHECK_STRING.
33503         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33504         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33505         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33506         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33508         include <bp-checks.h>.
33509         (truncate64): Do not use CHECK_STRING.
33510         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33511         <bp-checks.h>.
33512         (__real_chown): Do not use CHECK_STRING.
33513         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33514         <bp-checks.h>.
33515         (__lchown): Do not use CHECK_STRING.
33516         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33517         <bp-checks.h>.
33518         (__chown): Do not use CHECK_STRING.
33519         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33520         <bp-checks.h>.
33521         (truncate64): Do not use CHECK_STRING.
33522         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33523         Likewise.
33524         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33525         (__xmknod): Do not use CHECK_STRING.
33526         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33527         <bp-checks.h>.
33528         (__xmknodat): Do not use CHECK_STRING.
33529         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33530         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33532 2013-02-04  Andreas Schwab  <schwab@suse.de>
33534         [BZ #14142]
33535         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33536         * include/netdb.h: Likewise for h_errno.
33537         * elf/tst-stackguard1.c: Include <tls.h>.
33539 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33541         * elf/link.h (struct link_map): Extend the l_addr comment.
33542         * include/link.h (struct link_map): Likewise.
33544 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33546         [BZ #13550]
33547         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33548         (BOUNDED_1): Remove macro.
33549         * debug/backtrace.c: Don't include <bp-checks.h>.
33550         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33551         (__backtrace): Likewise.
33552         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33553         <bp-checks.h>.
33554         (__backtrace): Don't use BOUNDED_1.
33555         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33556         <bp-checks.h>.
33557         (__backtrace): Don't use BOUNDED_1.
33558         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33559         (__backtrace): Don't use BOUNDED_1.
33560         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33561         (shmat): Don't use BOUNDED_N.
33563 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33565         [BZ #13550]
33566         * sysdeps/generic/bp-start.h: Remove file.
33567         * csu/libc-start.c: Don't include <bp-start.h>.
33568         (LIBC_START_MAIN): Set up __environ directly instead of using
33569         INIT_ARGV_and_ENVIRON.
33570         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33571         <bp-start.h>.
33573         [BZ #13550]
33574         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33575         definitions.
33576         (CHECK_FCNTL): Likewise.
33577         (CHECK_N_PAGES): Likewise.
33579         [BZ #13550]
33580         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33581         definitions.
33582         (CHECK_SIGSET_NULL_OK): Likewise.
33583         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33584         <bp-checks.h>.
33585         (sigpending): Don't use CHECK_SIGSET.
33586         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33587         <bp-checks.h>.
33588         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33589         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33590         <bp-checks.h>.
33591         (do_sigsuspend): Don't use CHECK_SIGSET.
33592         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33593         use CHECK_SIGSET.
33594         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33595         (do_sigwait): Don't use CHECK_SIGSET.
33596         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33597         use CHECK_SIGSET.
33598         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33599         include <bp-checks.h>.
33600         (sigpending): Don't use CHECK_SIGSET.
33601         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33602         include <bp-checks.h>.
33603         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33604         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33605         <bp-checks.h>.
33606         (sigpending): Don't use CHECK_SIGSET.
33607         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33608         <bp-checks.h>.
33609         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33611         [BZ #13550]
33612         * sysdeps/generic/bp-semctl.h: Remove file.
33613         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33614         <bp-checks.h> and <bp-semctl.h>.
33615         (__old_semctl): Don't use CHECK_SEMCTL.
33616         (__new_semctl): Likewise.
33617         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33618         and <bp-semctl.h>.
33619         (__old_semctl): Don't use CHECK_SEMCTL.
33620         (__new_semctl): Likewise.
33621         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33622         <bp-checks.h> and <bp-semctl.h>.
33623         (__old_semctl): Don't use CHECK_SEMCTL.
33624         (__new_semctl): Likewise.
33625         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33626         <bp-checks.h> and <bp-semctl.h>.
33627         (semctl): Don't use CHECK_SEMCTL.
33629         [BZ #13550]
33630         * Makerules (elide-bp-thunks): Remove variable.
33631         (elide-routines.oS): Don't use $(elide-bp-thunks).
33632         (elide-routines.os): Likewise.
33633         (elide-routines.o): Likewise.
33634         (elide-routines.op): Likewise.
33635         (elide-routines.og): Likewise.
33636         (objects): Don't use $(bp-thunks).
33637         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33638         include.
33639         (common-generated): Do not add s-proto-bp.d.
33640         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33641         (int): Likewise.
33642         (typ): Likewise.
33643         Do not generate makefile rules for bounded-pointer thunks.
33644         * sysdeps/generic/bp-thunks.h: Remove file.
33645         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33646         * sysdeps/unix/s-proto-bp.S: Likewise.
33648         [BZ #15062]
33649         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33650         parts of result separately when argument is not close to line from
33651         -i to i and one part of argument is small.
33652         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33653         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33654         * math/libm-test.inc (cacos_test): Add more tests.
33655         (casin_test): Likewise.
33656         (casinh_test): Likewise.
33657         * sysdeps/i386/fpu/libm-test-ulps: Update.
33658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33660 2013-01-31  David S. Miller  <davem@davemloft.net>
33662         * po/de.po: Update from translation team.
33664 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33666         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33668 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33670         * configure.in (_AC_PROG_CC_C89): New definition.
33671         * configure: Regenerate.
33673         * configure.in (AC_PROG_CPP): New definition.
33674         * configure: Regenerate.
33676 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33678         * debug/tst-backtrace.h: New file.
33679         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33680         (ret): Remove variable.
33681         (x): Likewise.
33682         (FAIL): Remove macro.
33683         (NO_INLINE): Likewise.
33684         (fn1): Use match function instead of strstr.
33685         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33686         (ret): Remove variable.
33687         (x): Likewise.
33688         (FAIL): Remove macro.
33689         (NO_INLINE): Likewise.
33690         (fn): Use match function instead of strstr.
33691         * debug/tst-backtrace4.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.
33697         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33698         (ret): Remove variable.
33699         (x): Likewise.
33700         (FAIL): Remove macro.
33701         (NO_INLINE): Likewise.
33702         (handle_signal): Use match function instead of strstr.
33704 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33706         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33708 2013-01-23  David S. Miller  <davem@davemloft.net>
33710         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33711         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33712         argument of CAS if possible.
33713         * sysdeps/sparc/sparc64/bits/atomic.h
33714         (__arch_compare_and_exchange_val_32_acq): Likewise.
33715         (__arch_compare_and_exchange_val_64_acq): Likewise.
33717 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33719         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33720         * sysdeps/posix/ulimit.c: ... this.
33721         Include <limits.h>.
33722         * sysdeps/unix/bsd/ulimit.c: Remove file.
33724 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33726         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33727         (LDFLAGS-tst-array5): Likewise.
33729 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33731         [BZ #15036]
33732         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33733         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33734         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33735         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33737 2013-01-21  David S. Miller  <davem@davemloft.net>
33739         * sysdeps/sparc/backtrace.c: New file.
33740         * sysdeps/sparc/sparc32/backtrace.h: New file.
33741         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33742         * sysdeps/sparc/sparc64/backtrace.h: New file.
33743         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33744         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33745         -funwind-tables.
33747 2013-01-21  Andreas Schwab  <schwab@suse.de>
33749         [BZ #15020]
33750         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33751         closed its stdout.
33753 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33755         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33756         "mpa2.h".
33757         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33759 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33760             Mark Mitchell  <mark@codesourcery.com>
33761             Tom de Vries  <tom@codesourcery.com>
33762             Paul Pluzhnikov  <ppluzhnikov@google.com>
33764         * debug/tst-backtrace2.c: New file.
33765         * debug/tst-backtrace3.c: Likewise.
33766         * debug/tst-backtrace4.c: Likewise.
33767         * debug/tst-backtrace5.c: Likewise.
33768         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33769         (CFLAGS-tst-backtrace3.c): Likewise.
33770         (CFLAGS-tst-backtrace4.c): Likewise.
33771         (CFLAGS-tst-backtrace5.c): Likewise.
33772         (LDFLAGS-tst-backtrace2): Likewise.
33773         (LDFLAGS-tst-backtrace3): Likewise.
33774         (LDFLAGS-tst-backtrace4): Likewise.
33775         (LDFLAGS-tst-backtrace5): Likewise.
33776         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33777         tst-backtrace4 and tst-backtrace5.
33779 2013-01-18  Anton Blanchard  <anton@samba.org>
33780             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33782         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33783         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33784         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33785         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33787         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33788         "+r" and remove output regs list as redundant.  Add explicit inline
33789         asm to specify register of return val to work around compiler codegen
33790         bug.  Remove (int) cast on return value.  Add return type parameter to
33791         use in macro so that this macro does not truncate return value for
33792         64-bit values.
33793         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33794         pass to INTERNAL_VSYSCALL_NCS.
33795         (INLINE_VSYSCALL): Add 'long int' as return type to
33796         INTERNAL_VSYSCALL_NCS macro invocation.
33797         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33798         INTERNAL_VSYSCALL_NCS macro invocation.
33799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33801 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33803         [BZ #14496]
33804         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33805         Fix application of SIMD FP exception mask.
33807         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33808         mp_no from a power of two.
33809         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33810         __mpexp_twomm1.  Use __pow_mp.
33812         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33813         multiplication.
33815 2013-01-17  David S. Miller  <davem@davemloft.net>
33817         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33819 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33821         [BZ #15023]
33822         * include/complex.h: Condition contents on [!_COMPLEX_H].
33823         (__kernel_casinhf): New prototype.
33824         (__kernel_casinh): Likewise.
33825         (__kernel_casinhl): Likewise.
33826         * math/Makefile (libm_calls): Add k_casinh.
33827         * math/k_casinh.c: New file.
33828         * math/k_casinhf.c: Likewise.
33829         * math/k_casinhl.c: Likewise.
33830         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33831         finite nonzero arguments.
33832         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33833         finite nonzero arguments.
33834         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33835         finite nonzero arguments.
33836         * math/s_casinh.c: Do not include <float.h>.
33837         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33838         * math/s_casinhf.c: Do not include <float.h>.
33839         (__casinhf): Move code for finite nonzero arguments to
33840         k_casinhf.c.
33841         * math/s_casinhl.c: Do not include <float.h>.
33842         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33843         redefine.
33844         (__casinhl): Move code for finite nonzero arguments to
33845         k_casinhl.c.
33846         * math/libm-test.inc (cacos_test): Add more tests.
33847         * sysdeps/i386/fpu/libm-test-ulps: Update.
33848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33850 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33852         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33853         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33854         [!HAVE_MREMAP]: Remove [defined linux] case.
33855         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33857 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33859         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33861 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33863         * elf/elf.h (R_386_SIZE32): New relocation.
33864         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33865         R_386_SIZE32.
33866         (elf_machine_rela): Likewise.
33867         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33868         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33870 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33872         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33873         (FP_FAST_FMA): Do not define.
33874         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33875         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33876         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33877         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33878         !_SOFT_FLOAT]: Likewise.
33879         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33880         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33881         value.
33882         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33883         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33884         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33885         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33886         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33887         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33888         file.
33890 2013-01-16  Andreas Schwab  <schwab@suse.de>
33892         [BZ #14327]
33893         * include/stdlib.h (__mktemp): Add declaration.
33894         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33895         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33897 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33899         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33900         definitions.
33901         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33902         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33903         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33904         definitions here.
33905         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33906         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33907         definitions.
33908         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33909         and ONE.
33910         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33911         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33912         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33913         definitions.
33914         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33915         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33916         definitions.
33917         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33919         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33921 2013-01-15  David S. Miller  <davem@davemloft.net>
33923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33924         trunc{,f} to libm-sysdep_routes.
33925         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33927         file.
33928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33930         file.
33931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33932         file.
33933         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33934         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33935         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33936         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33937         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33938         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33939         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33940         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33943         nearbyint{,f} to libm-sysdep_routes.
33944         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33946         New file.
33947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33948         file.
33949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33950         New file.
33951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33952         file.
33953         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33954         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33955         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33956         file.
33957         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33958         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33959         file.
33960         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33961         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33962         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33964         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33965         libc_feholdexcept and libc_fesetenv.
33967 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33969         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33971 2013-01-14  David S. Miller  <davem@davemloft.net>
33973         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33974         (SPARC_ASM_VIS2_IFUNC): Likewise.
33975         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33977         use of 'siam' instruction.
33978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33979         Likewise.
33980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33981         Likewise.
33982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33983         Likewise.
33984         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33985         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33986         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33987         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33989         file.
33990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33991         file.
33992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33993         file.
33994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33995         file.
33996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33998         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33999         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34001         new VIS2 routines.
34002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34005         Likewise.
34006         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34007         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34008         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34009         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34011         routines to libm-sysdep_routines.
34012         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34015         fdim/fdimf to libm-sysdep_routines.
34016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34017         file.
34018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34020         file.
34021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34022         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34024         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34025         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34026         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34027         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34029 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34031         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34032         to optimize copies.
34034         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34035         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34036         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34038         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34039         local variable MPTWO.
34040         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34041         Likewise.
34043 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34045         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34046         GLOB_NOESCAPE.
34048 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34050         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34052 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34054         * manual/pattern.texi (glob_t): Document gl_flags.
34055         (glob64_t): Likewise.
34057 2013-01-11  David S. Miller  <davem@davemloft.net>
34059         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34060         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34061         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34062         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34063         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34064         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34065         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34066         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34067         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34068         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34069         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34070         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34071         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34073         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34074         sparc V9 rather than using V8 code.
34075         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34076         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34078         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34079         Move to...
34080         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34081         Here.
34083 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34085         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34086         not in the main loop.
34087         * configure: Regenerated.
34089 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34091         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34092         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34093         to just #else.
34094         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34095         [!__GLIBC_HAVE_LONG_LONG] case.
34096         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34097         condition to just #else.
34098         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34099         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34100         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34101         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34102         unconditional.
34103         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34104         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34105         #elif condition to just #else.
34106         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34107         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34108         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34109         #elif condition to just #else.
34111 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34113         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34114         (EF_MIPS_ARCH_64): Fix value.
34115         (EF_MIPS_ARCH_32R2): New.
34116         (EF_MIPS_ARCH_64R2): New.
34118 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34120         * Makeconfig (+link-pie-before-libc): New.
34121         (+link-pie-after-libc): Likewise.
34122         (+link-pie-tests): Likewise.
34123         (+link-pie): Rewritten.
34124         (link-before-libc): Remove $(config-LDFLAGS).
34125         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34126         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34127         (config-LDFLAGS): Renamed to ...
34128         (rtld-LDFLAGS): This.
34129         (rtld-tests-LDFLAGS): New macro.
34130         (link-libc-rpath-link): Likewise.
34131         (link-libc-tests-rpath-link): Likewise.
34132         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34133         (link-libc): Prepand $(link-libc-rpath-link).
34134         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34135         (test-program-prefix): New macro.
34136         (test-via-rtld-prefix): Likewise.
34137         (test-program-cmd): Likewise.
34138         (host-test-program-cmd): Likewise.
34139         * Makefile ($(common-objpfx)testrun.sh): Replace
34140         $(run-program-prefix) with $(test-program-prefix).
34141         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34142         $(rtld-LDFLAGS).
34143         ($(common-objpfx)shlib.lds): Likewise.
34144         (build-module-helper): Likewise.
34145         ($(common-objpfx)format.lds): Likewise.
34146         * Rules (binaries-pie-tests): New.
34147         (binaries-pie-notests): Likewise.
34148         (binaries-pie): Rewritten.
34149         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34150         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34151         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34152         (make-test-out): Replace $(host-built-program-cmd) with
34153         $(host-test-program-cmd).
34154         * config.make.in (build-hardcoded-path-in-tests): New variable.
34155         * configure.in (--enable-hardcoded-path-in-tests): New configure
34156         option.
34157         (hardcoded_path_in_tests): New AC_SUBST.
34158         * configure: Regenerated.
34159         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34160         $(built-program-cmd) with $(test-program-cmd).
34161         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34162         (test_program_cmd): This.
34163         * elf/Makefile ($(objpfx)order.out): Run test with
34164         $(test-program-prefix).
34165         ($(objpfx)order2.out): Likewise.
34166         ($(objpfx)tst-initorder.out): Likewise.
34167         ($(objpfx)tst-initorder2.out): Likewise.
34168         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34169         $(test-program-cmd).
34170         ($(objpfx)tst-array1-static.out): Likewise.
34171         ($(objpfx)tst-array2.out): Likewise.
34172         ($(objpfx)tst-array3.out): Likewise.
34173         ($(objpfx)tst-array4.out): Likewise.
34174         ($(objpfx)tst-array5.out): Likewise.
34175         ($(objpfx)tst-array5-static.out): Likewise.
34176         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34177         $(test-program-cmd).
34178         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34179         $(run-program-prefix) with $(test-program-prefix).
34180         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34181         (test_program_prefix): This.
34182         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34183         $(run-program-prefix) with $(test-program-prefix).
34184         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34185         (test_program_prefix): This.
34186         * iconvdata/tst-tables.sh: Likewise.
34187         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34188         $(run-program-prefix) with $(test-program-prefix).
34189         ($(objpfx)tst-translit.out): Likewise.
34190         ($(objpfx)tst-gettext2.out): Likewise.
34191         ($(objpfx)tst-gettext4.out): Likewise.
34192         ($(objpfx)tst-gettext6.out): Likewise.
34193         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34194         (test_program_prefix): This.
34195         * intl/tst-gettext2.sh: Likewise.
34196         * intl/tst-gettext4.sh  Likewise.
34197         * intl/tst-gettext6.sh: Likewise.
34198         * intl/tst-translit.sh: Likewise.
34199         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34200         with $(test-program-cmd).
34201         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34202         $(run-program-prefix) with $(test-program-prefix).
34203         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34204         (test_program_prefix): This.
34205         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34206         $(run-program-prefix) with $(test-program-prefix).
34207         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34208         (test_program_prefix): This.
34209         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34210         * posix/Makefile ($(objpfx)globtest.out): Replace
34211         $(run-via-rtld-prefix) and $(test-wrapper) with
34212         $(test-program-prefix) and $(test-via-rtld-prefix).
34213         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34214         $(test-program-prefix).
34215         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34216         $(host-test-program-cmd).
34217         (tst-spawn-ARGS): Likewise.
34218         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34219         $(test-program-prefix).
34220         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34221         (test_via_rtld_prefix): This.
34222         (test_wrapper): Renamed to ...
34223         (test_program_prefix): This.
34224         (run_program_prefix): Replaced by test_program_prefix.
34225         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34226         (test_program_prefix): This.
34227         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34228         with $(host-test-program-cmd).
34229         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34230         $(run-program-prefix) with $(test-program-prefix).
34231         ($(objpfx)tst-printf.out): Likewise.
34232         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34233         $(test-program-cmd).
34234         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34235         (test_program_prefix): This.
34236         * stdio-common/tst-unbputc.sh: Likewise.
34237         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34238         $(run-program-prefix) with $(test-program-prefix).
34239         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34240         (test_program_prefix): This.
34241         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34242         $(built-program-cmd) with $(test-program-cmd).
34244 2013-01-11  Andreas Jaeger  <aj@suse.de>
34246         [BZ #15003]
34247         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34248         value. Sync with Linux 3.7.
34250 2013-01-10  David S. Miller  <davem@davemloft.net>
34252         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34253         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34254         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34256 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34258         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34259         never set.
34260         * configure: Regenerated.
34262 2013-01-10  David S. Miller  <davem@davemloft.net>
34264         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34265         sparc V9 rather than using V8 code.
34266         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34267         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34269 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34271         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34272         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34273         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34274         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34275         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34276         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34277         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34278         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34279         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34280         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34281         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34282         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34283         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34284         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34285         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34286         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34287         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34288         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34289         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34290         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34291         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34292         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34293         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34294         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34295         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34296         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34297         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34299 2013-01-10  David S. Miller  <davem@davemloft.net>
34301         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34303 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34305         * posix/Makefile (tests-static): New variable.
34306         (tests): Add $(tests-static).
34307         (tst-exec-static-ARGS): New variable.
34308         (tst-spawn-static-ARGS): Likewise.
34309         * posix/tst-exec-static.c: New file.
34310         * posix/tst-spawn-static.c: Likewise.
34311         * posix/tst-exec.c: Support run directly.
34312         * posix/tst-spawn.c: Likewise.
34314 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34316         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34317         long.
34318         * math/bits/mathcalls.h (llrint): Likewise.
34319         (llround): Likewise.
34320         * stdlib/stdlib.h (struct drand48_data): Likewise.
34321         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34322         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34323         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34324         Likewise.
34325         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34326         Likewise.
34327         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34328         (elf_greg_t): Likewise.
34329         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34330         (__jmp_buf): Likewise.
34331         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34332         definitions.
34333         (llrint): Likewise, for all definitions.
34334         (llrintl): Likewise.
34336         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34337         Remove [__GNUC__] condition.
34338         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34339         condition to just [__USE_ISOC99].
34340         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34342 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34344         [BZ #14200]
34345         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34346         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34347         defined.
34348         (_POSIX_V6_ILP32_OFF32): Likewise.
34349         (_XBS5_ILP32_OFF32): Likewise.
34350         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34351         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34353 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34355         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34357         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34358         doubles __mpexp_twomm1.  Adjust usage.
34359         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34360         Remove.
34362 2013-01-10  Andreas Schwab  <schwab@suse.de>
34364         [BZ #14964]
34365         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34366         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34368 2013-01-09  David S. Miller  <davem@davemloft.net>
34370         [BZ #15003]
34371         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34372         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34373         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34374         (TCP_FASTOPEN): Define.
34375         (tcp_repair_opt): New structure.
34376         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34377         enum values.
34378         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34379         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34380         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34381         (tcp_cookie_transactions): New structure.
34383 2013-01-09  Anton Blanchard  <anton@samba.org>
34385         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34386         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34387         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34388         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34390 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34392         * include/features.h (__USE_ANSI): Remove.
34394 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34396         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34398         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34400 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34402         * sysdeps/s390/fpu/libm-test-ulps: Update.
34404         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34406         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34407         (__acr): Likewise.
34408         (__cpy): Likewise.
34409         (norm): Likewise.
34410         (denorm): Likewise.
34411         (__mp_dbl): Likewise.
34412         (__dbl_mp): Likewise.
34413         (add_magnitudes): Likewise.
34414         (sub_magnitudes): Likewise.
34415         (__add): Likewise.
34416         (__sub): Likewise.
34417         (__mul): Likewise.
34418         (__inv): Likewise.
34419         (__dvd): Likewise.
34420         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34421         (__acr): Likewise.
34422         (__cpy): Likewise.
34423         (norm): Likewise.
34424         (denorm): Likewise.
34425         (__mp_dbl): Likewise.
34426         (__dbl_mp): Likewise.
34427         (add_magnitudes): Likewise.
34428         (sub_magnitudes): Likewise.
34429         (__add): Likewise.
34430         (__sub): Likewise.
34431         (__mul): Likewise.
34432         (__inv): Likewise.
34433         (__dvd): Likewise.
34434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34435         (__acr): Likewise.
34436         (__cpy): Likewise.
34437         (norm): Likewise.
34438         (denorm): Likewise.
34439         (__mp_dbl): Likewise.
34440         (__dbl_mp): Likewise.
34441         (add_magnitudes): Likewise.
34442         (sub_magnitudes): Likewise.
34443         (__add): Likewise.
34444         (__sub): Likewise.
34445         (__mul): Likewise.
34446         (__inv): Likewise.
34447         (__dvd): Likewise.
34449 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34451         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34452         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34453         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34454         2 && __USE_EXTERN_INLINES]: Likewise.
34456 2013-01-08  Andreas Jaeger  <aj@suse.de>
34458         [BZ# 14985]
34459         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34460         Remove.
34461         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34462         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34464 2013-01-07  Anton Blanchard  <anton@samba.org>
34466         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34467         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34468         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34469         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34470         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34471         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34472         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34473         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34474         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34475         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34476         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34477         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34478         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34479         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34480         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34481         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34482         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34483         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34484         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34485         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34486         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34487         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34488         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34489         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34490         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34491         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34492         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34493         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34494         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34495         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34496         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34497         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34498         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34499         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34500         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34501         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34502         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34503         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34504         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34505         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34506         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34507         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34508         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34510 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34512         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34513         (__MALLOC_PMT): Likewise.
34514         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34515         [__GNUC__], only on [_LIBC].
34516         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34517         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34518         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34519         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34520         forward declaration.
34521         (realloc_hook_ini): Likewise.
34522         (memalign_hook_ini): Likewise.
34523         (__libc_memalign): Do not use __MALLOC_PMT in variable
34524         declaration.
34525         (__libc_valloc): Likewise.
34526         (__libc_pvalloc): Likewise.
34527         (__libc_calloc): Likewise.
34528         (__posix_memalign): Likewise.
34530         [BZ #14996]
34531         * math/s_casinh.c: Include <float.h>.
34532         (__casinh): Do not do computation with squaring and square root
34533         for large arguments.
34534         * math/s_casinhf.c: Include <float.h>.
34535         (__casinhf): Do not do computation with squaring and square root
34536         for large arguments.
34537         * math/s_casinhl.c: Include <float.h>.
34538         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34539         (__casinhl): Do not do computation with squaring and square root
34540         for large arguments.
34541         * math/libm-test.inc (casin_test): Add more tests.
34542         (casinh_test): Likewise.
34543         * sysdeps/i386/fpu/libm-test-ulps: Update.
34544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34546 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34548         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34549         (__x86_64_raw_data_cache_size): Likewise.
34550         (__x86_64_data_cache_size_half): Likewise.
34551         (__x86_64_raw_data_cache_size_half): Likewise.
34552         (__x86_64_shared_cache_size): Likewise.
34553         (__x86_64_raw_shared_cache_size): Likewise.
34554         (__x86_64_shared_cache_size_half): Likewise.
34555         (__x86_64_raw_shared_cache_size_half): Likewise.
34556         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34557         to ...
34558         (__x86_data_cache_size): This.
34559         (__x86_64_raw_data_cache_size): Renamed to ...
34560         (__x86_raw_data_cache_size): This.
34561         (__x86_64_data_cache_size_half): Renamed to ...
34562         (__x86_data_cache_size_half): This.
34563         (__x86_64_raw_data_cache_size_half): Renamed to ...
34564         (__x86_raw_data_cache_size_half): This.
34565         (__x86_64_shared_cache_size): Renamed to ...
34566         (__x86_shared_cache_size): This.
34567         (__x86_64_raw_shared_cache_size): Renamed to ...
34568         (__x86_raw_shared_cache_size): This.
34569         (__x86_64_shared_cache_size_half): Renamed to ...
34570         (__x86_shared_cache_size_half): This.
34571         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34572         (__x86_raw_shared_cache_size_half): This.
34573         * sysdeps/x86_64/memcpy.S: Updated.
34574         * sysdeps/x86_64/memset.S: Likewise.
34575         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34576         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34577         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34579 2013-01-04  David S. Miller  <davem@davemloft.net>
34581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34583 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34585         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34586         1 to avoid redefinition warning.
34587         (__USE_GNU): Don't define.
34588         (init_signaling_nan): Protoize.
34590         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34592 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34594         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34595         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34596         (__cpymn): Likewise.
34597         (norm): Remove commented code.
34598         (denorm): Likewise.
34599         (__mp_dbl): Likewise.
34600         (__inv): Likewise.
34601         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34602         (__cpymn): Likewise.
34603         (norm): Remove commented code.
34604         (denorm): Likewise.
34605         (__mp_dbl): Likewise.
34606         (__inv): Likewise.
34608         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34609         mp_no value for 1.0 and 2.0.
34610         (norm): Use RADIXI instead of radixi.d.
34611         (denorm): Likewise.
34612         (__mul): Use 0.0 instead of zero.d.
34613         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34614         mp_no value for 1.0 and 2.0.
34615         (norm): Use RADIXI instead of radixi.d.
34616         (denorm): Likewise.
34617         (__mul): Use 0.0 instead of zero.d.
34619 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34621         [BZ #14994]
34622         * math/s_casinh.c (__casinh): Reduce finite argument to first
34623         quadrant then set signs of results at the end.
34624         * math/s_casinhf.c (__casinhf): Likewise.
34625         * math/s_casinhl.c (__casinhl): Likewise.
34626         * math/libm-test.inc (casin_test): Add more tests.
34627         (casinh_test): Likewise.
34628         * sysdeps/i386/fpu/libm-test-ulps: Update.
34629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34631 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34633         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34635         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34637         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34638         declarations.
34639         (denorm): Likewise.
34640         (__mp_dbl): Likewise.
34641         (__inv): Likewise.
34643         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34644         and adjust the header comment.
34646         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34647         variable name from declaration.
34649 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34651         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34652         Initialize COMMON_CPUID_INDEX_7 element.
34653         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34654         (CPUID_RTM): Likewise.
34655         (HAS_RTM): Likewise.
34656         (COMMON_CPUID_INDEX_7): New enum.
34658 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34660         [BZ #14981]
34661         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34662         size is zero, record memory as freed.
34664 2013-01-03  Andreas Jaeger  <aj@suse.de>
34666         * po/ia.po: Add new Interlingua translation.
34668 2012-01-03  Allan McRae  <allan@archlinux.org>
34670         * locale/programs/localedef.c: Fix description of '--posix' flag.
34672 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34674         * NEWS: Update dates in second copyright notice.
34675         * README: Update copyright dates in example.
34676         * manual/libc.texinfo: Update copyright dates.
34677         * scripts/test-installation.pl: Update copyright date in --version
34678         output.
34680         * hurd/ctty-input.c: Fix copyright notice formatting.
34681         * hurd/ctty-output.c: Likewise.
34682         * hurd/dtable.c: Likewise.
34683         * hurd/hurd-raise.c: Likewise.
34684         * hurd/hurdprio.c: Likewise.
34685         * hurd/msgportdemux.c: Likewise.
34686         * misc/sys/file.h: Likewise.
34687         * misc/sys/ioctl.h: Likewise.
34688         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34689         * sysdeps/mach/hurd/chdir.c: Likewise.
34690         * sysdeps/mach/hurd/fchdir.c: Likewise.
34691         * sysdeps/mach/hurd/rename.c: Likewise.
34692         * sysdeps/mach/hurd/rmdir.c: Likewise.
34693         * sysdeps/mach/hurd/seekdir.c: Likewise.
34694         * sysdeps/mach/hurd/setsid.c: Likewise.
34695         * sysdeps/posix/wait3.c: Likewise.
34697         * All files with FSF copyright notices: Update copyright dates
34698         using scripts/update-copyrights.
34699         * intl/plural.c: Regenerated.
34700         * locale/programs/charmap-kw.h: Likewise.
34701         * locale/programs/locfile-kw.h: Likewise.
34703 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34705         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34706         four values.
34708         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34709         calculation loop and add branch prediction.
34711         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34712         check access beyond bounds of m1np.
34714         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34715         MPTWO.
34716         (__inv): Remove local variable MPTWO to use the global
34717         constant.
34718         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34719         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34720         variable MPTWO.
34721         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34722         MP3HALFS static const.
34724 2013-01-01  David S. Miller  <davem@davemloft.net>
34726         * po/ca.po: Update from translation team.
34728 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34730         * scripts/update-copyrights: New file.
34731         * Makeconfig: Reformat copyright notice.
34732         * ctype/ctype.h: Likewise.
34733         * debug/swprintf_chk.c: Likewise.
34734         * elf/dl-cache.c: Likewise.
34735         * elf/dl-debug.c: Likewise.
34736         * elf/dl-object.c: Likewise.
34737         * grp/initgroups.c: Likewise.
34738         * hurd/Makefile: Likewise.
34739         * hurd/hurd/signal.h: Likewise.
34740         * hurd/hurdfault.c: Likewise.
34741         * hurd/hurdioctl.c: Likewise.
34742         * hurd/hurdlookup.c: Likewise.
34743         * hurd/intr-msg.c: Likewise.
34744         * iconv/gconv_open.c: Likewise.
34745         * libio/swprintf.c: Likewise.
34746         * locale/lc-ctype.c: Likewise.
34747         * locale/nl_langinfo.c: Likewise.
34748         * mach/Machrules: Likewise.
34749         * mach/Makefile: Likewise.
34750         * malloc/obstack.h: Likewise.
34751         * manual/Makefile: Likewise.
34752         * manual/tsort.awk: Likewise.
34753         * misc/bits/stab.def: Likewise.
34754         * nis/nis_print_group_entry.c: Likewise.
34755         * nis/nis_table.c: Likewise.
34756         * nis/nss_compat/compat-pwd.c: Likewise.
34757         * nis/nss_compat/compat-spwd.c: Likewise.
34758         * po/Makefile: Likewise.
34759         * posix/fnmatch.c: Likewise.
34760         * posix/regex.h: Likewise.
34761         * resolv/Makefile: Likewise.
34762         * resolv/nss_dns/dns-network.c: Likewise.
34763         * resolv/res_hconf.c: Likewise.
34764         * scripts/gen-sorted.awk: Likewise.
34765         * soft-fp/soft-fp.h: Likewise.
34766         * stdio-common/printf.h: Likewise.
34767         * stdlib/monetary.h: Likewise.
34768         * stdlib/random.c: Likewise.
34769         * stdlib/random_r.c: Likewise.
34770         * sysdeps/generic/Makefile: Likewise.
34771         * sysdeps/gnu/Makefile: Likewise.
34772         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34773         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34774         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34775         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34776         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34777         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34778         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34779         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34780         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34781         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34782         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34783         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34784         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34785         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34786         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34787         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34788         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34789         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34790         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34791         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34792         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34793         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34794         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34795         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34796         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34797         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34798         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34799         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34800         * sysdeps/mach/hurd/errnos.awk: Likewise.
34801         * sysdeps/mach/hurd/fork.c: Likewise.
34802         * sysdeps/mach/hurd/getcwd.c: Likewise.
34803         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34804         * sysdeps/mach/hurd/mmap.c: Likewise.
34805         * sysdeps/mach/hurd/utimes.c: Likewise.
34806         * sysdeps/mach/hurd/xmknod.c: Likewise.
34807         * sysdeps/posix/profil.c: Likewise.
34808         * sysdeps/posix/readdir_r.c: Likewise.
34809         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34810         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34811         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34812         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34813         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34814         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34815         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34816         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34817         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34818         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34819         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34820         * sysdeps/pthread/lio_listio.c: Likewise.
34821         * sysdeps/sparc/dl-procinfo.h: Likewise.
34822         * sysdeps/unix/i386/sysdep.S: Likewise.
34823         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34824         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34825         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34826         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34828         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34829         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34830         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34831         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34832         * sysdeps/wordsize-32/divdi3.c: Likewise.
34833         * time/sys/time.h: Likewise.
34834         * wcsmbs/Makefile: Likewise.
34836 2013-01-01  David S. Miller  <davem@davemloft.net>
34838         * po/fr.po: Update from translation team.
34840         * catgets/gencat.c: Update copyright year.
34841         * csu/version.c: Likewise.
34842         * debug/catchsegv.sh: Likewise.
34843         * debug/pcprofiledump.c: Likewise.
34844         * debug/xtrace.sh: Likewise.
34845         * elf/ldconfig.c: Likewise.
34846         * elf/ldd.bash.in: Likewise.
34847         * elf/pldd.c: Likewise.
34848         * elf/sotruss.ksh: Likewise.
34849         * elf/sprof.c: Likewise.
34850         * iconv/iconv_prog.c: Likewise.
34851         * iconv/iconvconfig.c: Likewise.
34852         * locale/programs/locale.c: Likewise.
34853         * locale/programs/localedef.c: Likewise.
34854         * login/programs/pt_chown.c: Likewise.
34855         * malloc/memusage.sh: Likewise.
34856         * malloc/memusagestat.c: Likewise.
34857         * malloc/mtrace.pl: Likewise.
34858         * nscd/nscd.c: Likewise.
34859         * nss/getent.c: Likewise.
34860         * nss/makedb.c: Likewise.
34861         * posix/getconf.c: Likewise.
34863 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34865         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34866         numbers.
34868 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34870         * math/bits/mathcalls.h (modf): Use __nonnull.
34872 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34874         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34875         (split): Use macro CN instead of the bare value.
34876         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34877         could be used.
34878         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34879         instead of the bare value.
34880         (power1): Likewise.
34882 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34884         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34885         __ATAN_TWOM.
34886         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34888         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34889         their values.
34890         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34891         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34892         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34893         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34895 2012-12-28  Andreas Jaeger  <aj@suse.de>
34897         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34898         values are from Linux 3.7.
34900         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34901         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34903 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34905         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34906         TRUE case.
34908         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34909         (norm): Likewise.
34910         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34911         variables with preprocessor constants.
34912         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34913         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34914         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34916 2012-12-27  Bruno Haible  <bruno@clisp.org>
34918         [BZ #14317]
34919         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34920         only if needed.
34922 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34924         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34925         and use variable directly.
34926         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34928         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34929         MPONE.
34930         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34931         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34932         variable MPONE.
34933         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34934         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34935         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34936         include directive.  Remove local variable MPONE.
34937         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34938         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34939         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34941 2012-12-25  David S. Miller  <davem@davemloft.net>
34943         * version.h (RELEASE): Set to "development".
34944         (VERSION): Set to "2.17.90".
34945         * NEWS: Add 2.18 section.
34947 2012-12-21  David S. Miller  <davem@davemloft.net>
34949         * po/hr.po: Update from translation team.
34951 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34953         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34955 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34957         * NEWS:  Mention new memcpy for MIPS.
34959 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34961         * manual/contrib.texi (Contributors): Spelling correction.
34963 2012-12-15  David S. Miller  <davem@davemloft.net>
34965         * po/ru.po: Update from translation team.
34967 2012-12-13  David S. Miller  <davem@davemloft.net>
34969         * NEWS: Mention IFUNC testsuite enhancements.
34971         * po/pl.po: Update from translation team.
34972         * po/bg.po: Likewise.
34974         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34975         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34977 2012-12-11  David S. Miller  <davem@davemloft.net>
34979         * po/sv.po: Update from translation team.
34981         * po/vi.po: Update from translation team.
34983         * po/cs.po: Update from translation team.
34985         * po/de.po: Update from translation team.
34986         * po/eo.po: Likewise.
34987         * po/nl.po: Likewise.
34989 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34991         [BZ #14246]
34992         * manual/argp.texi (Argp Helper Functions): Move node to follow
34993         Argp Parsing State.
34995         [BZ #14872]
34996         * manual/conf.texi (Limits on File System Capacity): Mention if
34997         terminating null is included in the max size.
34999 2012-12-10  Andreas Jaeger  <aj@suse.de>
35001         * po/cs.po: Update from translation team.
35003 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35005         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35006         void pointer and cast to uintptr_t.
35007         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35008         path.
35009         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35010         * sysdeps/s390/s390-64/memset.S: Likewise.
35012 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35014         [BZ #14833]
35015         * menual/message.texi (Message Translation): Fix typos.
35016         (Helper programs for gettext): Likewise.
35018 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35020         [BZ #14898]
35021         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35022         Change to -1.
35024 2012-12-07  David S. Miller  <davem@davemloft.net>
35026         * po/libc.pot: Update.
35028 2012-12-07  Richard Henderson  <rth@redhat.com>
35030         [BZ #10114]
35031         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35032         normal/normal case to before the switch.
35033         (_FP_DIV): Likewise.
35035 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35036             Mike Frysinger  <vapier@gentoo.org>
35038         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35039         check for __NR_fadvise64_64.
35041 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35043         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35044         0, not just to plain "0" as a statement.
35045         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35046         with cw.
35048 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35050         * NEWS: Use sourceware.org in Bugzilla URL.
35052 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35055         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35057         * stdio-common/tst-put-error.c (do_test): Add newline to the
35058         padded test to ensure flush.
35060 2012-12-05  Jeff Law  <law@redhat.com>
35062         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35064 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35066         * README: Don't refer to ports add-on as distributed separately.
35067         Mention AArch64 in list of systems supported in the ports add-on.
35069         * LICENSES: Add more non-FSF copyright and license notices.
35071         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35072         ((unused)).
35074         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35076         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35077         10000 as width of padded output.
35079 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35081         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35083         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35084         variable LX with __attribute__ ((unused)).
35085         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35086         Likewise.
35087         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35088         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35089         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35090         with __attribute__ ((unused)).
35092 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35094         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35096 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35098         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35099         (CFLAGS-nldbl-acos.c): New variable.
35100         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35101         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35102         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35103         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35104         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35105         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35106         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35107         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35108         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35109         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35110         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35111         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35112         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35113         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35114         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35115         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35116         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35117         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35118         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35119         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35120         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35121         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35122         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35123         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35124         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35125         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35126         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35127         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35128         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35129         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35130         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35131         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35132         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35133         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35134         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35135         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35136         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35137         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35138         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35139         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35140         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35141         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35142         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35143         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35144         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35145         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35146         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35147         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35148         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35149         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35150         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35151         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35152         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35153         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35154         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35155         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35156         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35157         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35158         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35159         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35160         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35161         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35162         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35163         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35164         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35165         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35166         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35167         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35168         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35169         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35170         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35171         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35172         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35173         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35174         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35175         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35176         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35177         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35178         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35179         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35180         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35181         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35182         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35183         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35184         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35185         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35186         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35187         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35188         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35189         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35190         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35191         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35192         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35193         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35194         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35195         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35196         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35199         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35201         [BZ #14914]
35202         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35203         whole low double instead of just low 47 bits when splitting values
35204         into two parts.
35206 2012-12-03  Allan McRae  <allan@archlinux.org>
35208         * manual/stdio.texi (Predefined Printf Handlers): Remove
35209         @hsep and @vsep usage.
35211 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35213         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35214         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35216 2012-12-03  Jeff Law  <law@redhat.com>
35218         * time/sys/time.h (settimeofday): Do not mark TV argument
35219         as __nonnull.
35221 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35223         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35224         when currently writing and seek to current position when not.
35225         * libio/Makefile (tests): Remove bug-fclose1.
35226         * libio/bug-fclose1.c: Delete.
35228 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35230         * manual/arith.texi (feenableexcept): Fix typo.
35231         (fedisableexcept): Likewise.
35233 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35235         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35236         second, differently-typed declaration, rather than a cast.
35238 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35240         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35241         * include/rpc/svc.h: ... here.
35243 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35245         [BZ #13013]
35246         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35247         depending n and resplen2 to catch cases where answer
35248         equals answerp2.
35250 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35252         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35253         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35255 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35257         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35259 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35261         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35263 2012-11-28  Jeff Law  <law@redhat.com>
35265         [BZ #13761]
35266         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35267         dataset_temporary.  Track alloca usage into alloca_used.
35268         If dataset is large allocate and release it via malloc/free.
35270 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35272         [BZ #14197]
35273         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35275 2012-11-28  David S. Miller  <davem@davemloft.net>
35277         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35279 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35281         [BZ #14803]
35282         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35283         of pi/2 rounded to nearest to 64 bits.
35284         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35285         nearest to 64 bits.
35286         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35287         bits.
35289 2012-11-28  Jeff Law <law@redhat.com>
35290             Martin Osvald <mosvald@redhat.com>
35292         [BZ #14889]
35293         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35294         * sunrpc/svc.c: Include time.h.
35295         (__svc_accept_failed): New function.
35296         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35297         any reason other than EINTR, call __svc_accept_failed.
35298         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35299         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35301 2012-11-28  Andreas Schwab  <schwab@suse.de>
35303         * scripts/abilist.awk: Also handle indirect functions in .opd
35304         section.
35306 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35308         [BZ #13881]
35309         * sysdeps/x86/fpu/powl_helper.c: New file.
35310         * sysdeps/x86/fpu/Makefile: Likewise.
35311         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35312         (p3): New object.
35313         (__ieee754_powl): Use __powl_helper for finite arguments except
35314         integer exponents below 8.
35315         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35316         (p3): New object.
35317         (__ieee754_powl): Use __powl_helper for finite arguments except
35318         integer exponents below 8.
35319         * math/libm-test.inc (pow_test): Add more tests and enable some
35320         previously disabled tests.
35321         * sysdeps/i386/fpu/libm-test-ulps: Update.
35322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35324 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35325             Carlos O'Donell  <carlos_odonell@mentor.com>
35327         * nss/makedb.c (is_prime): Assert that input is odd and greater
35328         than 4.  Note that fact in a comment too.
35329         (next_prime): Add 4 to input.
35331 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35333         [BZ #11741]
35334         * libio/Makefile (tests): Add test case tst-fwrite-error.
35335         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35336         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35337         * libio/tst-fwrite-error.c: New test case.
35339 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35341         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35342         before casting to void *.
35343         * include/libc-internal.h (__pointer_type): New macro.
35344         (__integer_if_pointer_type_sub): Likewise.
35345         (__integer_if_pointer_type): Likewise.
35346         (cast_to_integer): Likewise.
35347         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35348         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35349         before casting to atomic64_t.
35350         (atomic_exchange_acq): Likewise.
35351         (__arch_exchange_and_add_body): Likewise.
35352         (__arch_add_body): Likewise.
35353         (atomic_add_negative): Likewise.
35354         (atomic_add_zero): Likewise.
35356 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35358         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35359         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35360         (add_fdes): Likewise.
35361         (linear_search_fdes): Likewise.
35362         (binary_search_unencoded_fdes): Likewise.
35364 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35366         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35368 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35370         * configure.in: Autodetect C++ header directories.
35371         * configure: Regenerated.
35373 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35375         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35377 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35381 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35383         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35384         LDBL_MANT_DIG == 106]: Disable some tests.
35385         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35386         Likewise.
35387         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35388         Likewise.
35390         [BZ #14871]
35391         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35392         input for small inputs.  Return +/- pi/2 for large inputs.
35393         * math/libm-test.inc (atan_test): Add more tests.
35395         * sysdeps/generic/unwind-dw2-fde-glibc.c
35396         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35397         __attribute__ ((unused)).
35399         [BZ #14645]
35400         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35401         x * y if x and y are nonzero and z is zero.
35403         [BZ #14811]
35404         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35405         nonzero exponents with absolute value below 0x1p-117 to +/-
35406         0x1p-117.
35408         [BZ #14869]
35409         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35410         up arguments below 2**-450, not just those below 2**-500.
35411         * math/libm-test.inc (hypot_test): Add another test.
35413         [BZ #14868]
35414         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35415         Return a+b for ratio over 2**120, not 2**60.
35416         * math/libm-test.inc (hypot_test): Add another test.
35418         * math/libm-test.inc (clog_test): Use
35419         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35420         (clog10_test): Likewise.
35422         [BZ #6778]
35423         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35425 2012-11-22  Andreas Schwab  <schwab@suse.de>
35427         * sysdeps/i386/fpu/libm-test-ulps: Update.
35429 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35431         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35432         printf output with newline.
35434 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35436         [BZ #14865]
35437         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35438         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35439         -z nodlopen, -z initfirst and -z execstack support.
35440         * configure: Regenerated.
35442         * elf/elf.h (DF_1_NODIRECT): New macro.
35443         (DF_1_IGNMULDEF): Likewise.
35444         (DF_1_NOKSYMS): Likewise.
35445         (DF_1_NOHDR): Likewise.
35446         (DF_1_EDITED): Likewise.
35447         (DF_1_NORELOC): Likewise.
35448         (DF_1_SYMINTPOSE): Likewise.
35449         (DF_1_GLOBAUDIT): Likewise.
35450         (DF_1_SINGLETON): Likewise.
35451         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35452         DT_1_SUPPORTED_MASK bits.
35453         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35455 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35457         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35459 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35461         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35462         macro.
35464         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35465         (sendmmsg): Move declarations...
35466         * socket/sys/socket.h: ... here.
35467         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35468         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35469         include it from...
35470         * socket/recvmmsg.c: ... this new file.
35471         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35472         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35473         definition of __sendmmsg hidden.
35474         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35475         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35476         Move ENOSYS stub into and include it from...
35477         * socket/sendmmsg.c: ... this new file.
35478         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35479         (sysdep_routines): Move recvmmsg and sendmmsg...
35480         * socket/Makefile (routines): ... here.
35481         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35482         (GLIBC_PRIVATE): Add __sendmmsg.
35483         * include/sys/socket.h (__sendmmsg): Add declarations.
35484         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35485         sendmmsg.
35487 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35489         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35490         variable I1 with __attribute__ ((unused)).
35491         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35493 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35495         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35496         DUMMY variables with __attribute__ ((unused)).
35498         * bits/byteswap.h: Include <bits/types.h>.
35499         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35501 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35503         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35504         string_t.  Do not manually set errno.
35505         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35506         length with __strnlen.  Make sure to both set errno and return it on
35507         failure.
35509 2012-11-19  David S. Miller  <davem@davemloft.net>
35511         With help from Joseph Myers.
35512         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35513         very large arguments properly.
35514         * math/libm-test.inc (atan_test): New tests.
35515         (atan2_test): New tests.
35516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35517         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35519 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35521         [BZ #14856]
35522         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35523         Define to 3.
35525         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35526         [POSIX] (EADDRNOTAVAIL): Likewise.
35527         [POSIX] (EAFNOSUPPORT): Likewise.
35528         [POSIX] (EALREADY): Likewise.
35529         [POSIX] (ECONNABORTED): Likewise.
35530         [POSIX] (ECONNREFUSED): Likewise.
35531         [POSIX] (ECONNRESET): Likewise.
35532         [POSIX] (EDESTADDRREQ): Likewise.
35533         [POSIX] (EDQUOT): Likewise.
35534         [POSIX] (EHOSTUNREACH): Likewise.
35535         [POSIX] (EIDRM): Likewise.
35536         [POSIX] (EISCONN): Likewise.
35537         [POSIX] (ELOOP): Likewise.
35538         [POSIX] (EMULTIHOP): Likewise.
35539         [POSIX] (ENETDOWN): Likewise.
35540         [POSIX] (ENETUNREACH): Likewise.
35541         [POSIX] (ENOBUFS): Likewise.
35542         [POSIX] (ENODATA): Likewise.
35543         [POSIX] (ENOLINK): Likewise.
35544         [POSIX] (ENOMSG): Likewise.
35545         [POSIX] (ENOPROTOOPT): Likewise.
35546         [POSIX] (ENOSR): Likewise.
35547         [POSIX] (ENOSTR): Likewise.
35548         [POSIX] (ENOTCONN): Likewise.
35549         [POSIX] (ENOTSOCK): Likewise.
35550         [POSIX] (EOPNOTSUPP): Likewise.
35551         [POSIX] (EOVERFLOW): Likewise.
35552         [POSIX] (EPROTO): Likewise.
35553         [POSIX] (EPROTONOSUPPORT): Likewise.
35554         [POSIX] (EPROTOTYPE): Likewise.
35555         [POSIX] (ESTALE): Likewise.
35556         [POSIX] (ETIME): Likewise.
35557         [POSIX] (ETXTBSY): Likewise.
35558         [POSIX] (EWOULDBLOCK): Likewise.
35559         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35560         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35561         [POSIX] (SEEK_CUR): Likewise.
35562         [POSIX] (SEEK_END): Likewise.
35563         [POSIX || UNIX98] (mode_t): Do not require.
35564         [POSIX] (off_t): Likewise.
35565         [POSIX] (pid_t): Likewise.
35566         [POSIX] (sys/stat.h): Do not allow header.
35567         [POSIX] (unistd.h): Likewise.
35568         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35569         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35570         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35571         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35572         require.
35573         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35574         sigevent): Specify elements.
35575         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35576         entry.
35577         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35578         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35580         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35581         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35582         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35583         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35584         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35585         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35586         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35587         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35588         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35589         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35590         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35591         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35592         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35593         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35594         Likewise.
35595         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35596         Likewise.
35597         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35598         Likewise.
35599         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35600         Likewise.
35601         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35602         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35603         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35604         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35605         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35606         Specify lower bound on value.
35607         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35608         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35609         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35610         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35611         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35612         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35613         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35614         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35615         value.
35616         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35617         as optional.
35618         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35619         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35620         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35621         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35622         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35623         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35624         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35625         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35626         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35627         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35628         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35629         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35630         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35631         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35632         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35633         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35634         entry.
35635         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35636         optional.
35637         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35638         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35639         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35640         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35641         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35642         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35643         Likewise.
35644         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35645         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35646         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35647         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35648         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35649         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35650         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35651         as optional.
35652         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35653         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35654         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35655         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35656         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35657         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35658         specify as optional.
35659         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35660         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35661         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35662         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35663         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35664         [XPG3] (NL_LANGMAX): Likewise.
35665         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35666         [POSIX || XPG3] (NL_NMAX): Likewise.
35667         [POSIX || XPG3] (NL_SETMAX): Likewise.
35668         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35669         [XPG3] (NZERO): Likewise.
35670         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35671         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35672         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35673         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35674         (REG_ERANGE): Expect.
35675         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35676         optional-constant.
35677         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35678         Use (void) in prototype.
35679         [POSIX] (*_t): Allow.
35680         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35681         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35682         (WRDE_BADVAL): Expect.
35684         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35685         expect.
35686         [XPG3 || XPG4] (O_RSYNC): Likewise.
35687         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35688         Likewise.
35689         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35690         [XPG3 || XPG4] (sigqueue): Likewise.
35691         [XPG3 || XPG4] (sigtimedwait): Likewise.
35692         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35693         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35694         [XPG3 || XPG4] (vsnprintf): Likewise.
35695         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35696         Likewise.
35697         [XPG3 || XPG4] (blksize_t): Likewise.
35698         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35699         Likewise.
35700         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35701         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35702         [XPG3 || XPG4] (struct itimerspec): Likewise.
35703         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35704         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35705         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35706         [XPG3 || XPG4] (clockid_t): Likewise.
35707         [XPG3 || XPG4] (timer_t): Likewise.
35708         [XPG3 || XPG4] (clock_getres): Likewise.
35709         [XPG3 || XPG4] (clock_gettime): Likewise.
35710         [XPG3 || XPG4] (clock_settime): Likewise.
35711         [XPG3 || XPG4] (nanosleep): Likewise.
35712         [XPG3 || XPG4] (timer_create): Likewise.
35713         [XPG3 || XPG4] (timer_delete): Likewise.
35714         [XPG3 || XPG4] (timer_gettime): Likewise.
35715         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35716         [XPG3 || XPG4] (timer_settime): Likewise.
35717         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35718         [XPG3 || XPG4] (getlogin_r): Likewise.
35719         [XPG3 || XPG4] (pread): Likewise.
35720         [XPG3 || XPG4] (pthread_atfork): Likewise.
35721         [XPG3 || XPG4] (pwrite): Likewise.
35723         [BZ #14835]
35724         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35725         <bits/siginfo.h>.
35727 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35729         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35730         finalizing MALLSTREAM.
35732         * sysdeps/mach/hurd/syncfs.c: New file.
35734 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35736         [BZ #14719]
35737         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35738         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35739         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35740         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35741         (_nss_dns_gethostbyname4_r): Likewise.
35742         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35743         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35745 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35747         [BZ #13763]
35748         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35750 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35752         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35753         * elf/cache.c (print_entry): Print ",AArch64" for
35754         FLAG_AARCH64_LIB64
35756         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35757         * elf/cache.c (print_entry): Print ",hard-float" for
35758         FLAG_ARM_LIBHF.
35760 2012-11-18  David S. Miller  <davem@davemloft.net>
35762         With help from Joseph Myers.
35763         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35764         cutoff to 2**-13.
35765         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35766         cutoff to 2**-25.
35767         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35768         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35769         small.
35770         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35771         * math/libm-test.inc (y0_test): New tests.
35772         (y1_test): New tests.
35773         * sysdeps/i386/fpu/libm-test-ulps: Update.
35774         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35775         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35777 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35779         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35780         64-bit targets.
35781         * configure: Regenerated.
35783 2012-11-17  David S. Miller  <davem@davemloft.net>
35785         [BZ #14811]
35786         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35787         nonzero exponents with absolute value below 0x1p-128 to +/-
35788         0x1p-128.
35790 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35792         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35794         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35796         * posix/getconf-speclist.c: New file.
35797         * posix/posix-envs.def: Likewise.
35798         * posix/confstr.c (START_ENV_GROUP): New macro.
35799         (END_ENV_GROUP): Likewise.
35800         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35801         (KNOWN_PRESENT_ENV_STRING): Likewise.
35802         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35803         (UNKNOWN_ENVIRONMENT): Likewise.
35804         (confstr): Include posix-envs.def instead of handling
35805         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35806         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35807         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35808         (END_ENV_GROUP): Likewise.
35809         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35810         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35811         (UNKNOWN_ENVIRONMENT): Likewise.
35812         (__sysconf): Include posix-envs.def instead of handling associated
35813         cases directly here.
35814         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35815         preprocessing getconf-speclist.c rather than running getconf or
35816         generating empty file.
35818 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35820         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35822 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35824         [BZ #14672]
35825         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35827 2012-11-16  David S. Miller  <davem@davemloft.net>
35829         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35830         smaller than LDBL_EPSILON/2.0L, just return xm1.
35832 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35834         * elf/tst-array1.c (init): Set constructor priority to 1000.
35835         (fini): Set destructor priority to 1000.
35836         * elf/tst-array2dep.c: Likewise.
35838 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35840         [BZ #11741]
35841         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35842         (_IO_new_file_xsputn): Also return EOF if none of the input
35843         data was written when overflow failed.
35844         * libio/iopadn.c (_IO_padn): Likewise.
35845         * libio/iowpadn.c (_IO_wpadn): Likewise.
35846         * stdio-common/tst-put-error.c: Add copyright notice.
35847         (do_test): Add case for printing padded string.
35848         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35849         _IO_padn returned error.
35850         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35851         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35852         return EOF.
35854 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35856         * libio/libioP.h: Add comment note that the references to C++
35857         bits are now obsolete.
35859 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35861         * math/libm-test.inc (check_complex): Use asprintf.
35863 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35865         * debug/pcprofiledump.c (print_version): Update copyright year.
35866         * malloc/memusagestat.c (print_version): Likewise.
35868 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35870         [BZ #14831]
35871         * elf/Makefile (tests): Add tst-audit8.
35872         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35873         ($(objpfx)tst-audit8.out): New target.
35874         (tst-audit8-ENV): New variable.
35875         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35876         audit if l_reloc_result is NULL.
35877         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35878         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35879         * elf/tst-audit8.c: New file.
35881 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35883         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35884         * misc/Makefile (CFLAGS-select.c): Define.
35885         * posix/Makefile (CFLAGS-pause.c): Define.
35887 2012-11-13  David S. Miller  <davem@davemloft.net>
35889         * crypt/Makefile: Move test targets after toplevel Rules
35890         inclusion.  Grab any necessary sysdep routines when linking.
35891         * crypt/md5.c (md5_process_block): Remove define, we will always
35892         name it __md5_process_block.
35893         (md5_finish_ctx): Update md5_process_block call.
35894         (md5_stream): Likewise.
35895         (md5_process_bytes): Likewise.
35896         (md5_process_block): Rename to __md5_process_block and move to ...
35897         * crypt/md5-block.c: ... here.
35898         * crypt/sha256.c (sha256_process_block): Move to ...
35899         * crypt/sha256-block.c: ... here.
35900         * crypt/sha512.c (sha512_process_block): Move to ...
35901         * crypt/sha512-block.c: ... here.
35902         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35903         path.
35904         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35905         * sysdeps/sparc/sparc64/multiarch/Makefile
35906         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35907         crypt subdir.
35908         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35909         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35910         multiarch changes.
35911         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35912         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35913         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35914         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35915         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35916         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35917         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35918         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35919         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35920         file.
35921         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35922         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35923         file.
35924         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35926 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35928         * timezone/tzselect.ksh: Update from tzcode git revision
35929         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35930         * timezone/zdump.c: Likewise.
35931         * timezone/zic.c: Likewise.
35932         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35933         in TZVERSION setting, not $(PKGVERSION).
35934         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35935         REPORT_BUGS_TO settings.
35937         [BZ #14838]
35938         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35939         macro.
35941 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35943         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35944         detection to immediately after _FP_ROUND().
35945         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35946         bits are 0.
35948 2012-11-11  David S. Miller  <davem@davemloft.net>
35950         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35951         inttypes.h
35952         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35953         __close rather than their public counterparts.
35955 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35957         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35958         file.
35959         [UNIX98] (sem_timedwait): Do not expect.
35960         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35961         [XPG4 || UNIX98] (sockatmark): Do not expect.
35962         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35963         (clock_getcpuclockid): Do not expect.
35964         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35965         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35966         Do not expect.
35967         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35968         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35969         [UNIX98] (vwscanf): Likewise.
35970         [UNIX98] (vswscanf): Likewise.
35972 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35974         * timezone/version.h: Remove file.
35975         * timezone/README: Do not refer to version.h.
35976         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35977         $(objpfx)version.h.
35978         ($(objpfx)zdump.o): Likewise.
35979         ($(objpfx)version.h): New target.
35981         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35982         2012i.
35983         * timezone/README: Don't mention modification to tzselect.ksh.
35984         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35985         work on unmodified tzselect.ksh.  Substitute version numbers in
35986         tzselect.ksh.
35988         * Makefile (format-me): Remove.
35989         (INSTALL): Adjust indentation.  Use commands directly instead of
35990         using $(format-me).
35992         * aclocal.m4 (ACX_PKGVERSION): New macro.
35993         (ACX_BUGURL): Likewise.
35994         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35995         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35996         (REPORT_BUGS_TO): Likewise.
35997         * configure: Regenerated.
35998         * config.h.in (PKGVERSION): New macro.
35999         (REPORT_BUGS_TO): Likewise.
36000         * config.make.in (PKGVERSION): New variable.
36001         (PKGVERSION_TEXI): Likewise.
36002         (REPORT_BUGS_TO): Likewise.
36003         (REPORT_BUGS_TEXI): Likewise.
36004         * Makefile (format-me): Use -I$(common-objpfx)manual.
36005         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36006         ($(common-objpfx)manual/%): New target.
36007         (manual/%): Remove target.
36008         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36009         (print_version): Use PKGVERSION.
36010         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36011         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36012         and REPORT_BUGS_TO.
36013         ($(objpfx)xtrace): Likewise.
36014         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36015         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36016         (print_version): Use PKGVERSION.
36017         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36018         (do_version): Use PKGVERSION.
36019         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36020         REPORT_BUGS_TO.
36021         (common-ldd-rewrite): Likewise.
36022         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36023         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36024         (print_version): Use PKGVERSION.
36025         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36026         * elf/pldd.c (argp_program_bug_address): Remove variable.
36027         (more_help): New function.
36028         (argp): Use more_help.
36029         (print_version): Use PKGVERSION.
36030         * elf/sln.c (main): Use PKGVERSION.
36031         (usage): Use REPORT_BUGS_TO.
36032         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36033         (top level): Use PKGVERSION.
36034         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36035         (print_version): Use PKGVERSION.
36036         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36037         (print_version): Use PKGVERSION.
36038         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36039         (print_version): Use PKGVERSION.
36040         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36041         (print_version): Use PKGVERSION.
36042         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36043         (print_version): Use PKGVERSION.
36044         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36045         (print_version): Use PKGVERSION.
36046         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36047         and BUGURL.
36048         ($(objpfx)memusage): Likewise.
36049         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36050         (do_version): Use PKGVERSION.
36051         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36052         (print_version): Use PKGVERSION.
36053         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36054         ($PKGVERSION): New variable.
36055         ($REPORT_BUGS_TO): Likewise.
36056         (usage): Use $REPORT_BUGS_TO.
36057         (top level): Use $PKGVERSION.
36058         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36059         ($(objpfx)pkgvers.texi): New rule.
36060         ($(objpfx)stamp-pkgvers): Likewise.
36061         * manual/install.texi: Include pkgvers.texi.
36062         (--with-pkgversion): Document new configure option.
36063         (--with-bugurl): Likewise.
36064         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36065         than necessarily for this particular distribution.  Use
36066         REPORT_BUGS_TO for where to report bugs.
36067         * INSTALL: Regenerated.
36068         * manual/libc.texinfo: Include pkgvers.texi.
36069         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36070         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36071         (print_version): Use PKGVERSION.
36072         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36073         (print_version): Use PKGVERSION.
36074         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36075         (print_version): Use PKGVERSION.
36076         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36077         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36078         macro.
36079         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36080         (print_version): Use PKGVERSION.
36081         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36082         (print_version): Use PKGVERSION.
36083         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36084         and PKGVERSION.
36086         * timezone/checktab.awk: Update from tzcode 2012i.
36087         * timezone/ialloc.c: Likewise.
36088         * timezone/private.h: Likewise.
36089         * timezone/scheck.c: Likewise.
36090         * timezone/tzfile.h: Likewise.
36091         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36092         (TZVERSION): Hardcode tzcode version number.
36093         * timezone/zdump.c: Update from tzcode 2012i.
36094         * timezone/zic.c: Likewise.
36095         * timezone/version.h: New file.
36096         * timezone/README: Describe version.h.  Update upstream location.
36098         [BZ #14824]
36099         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36100         (mktemp): Enable declaration.
36101         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36102         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36103         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36104         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36105         Likewise.
36106         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36107         Likewise.
36108         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36109         Likewise.
36110         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36111         Likewise.
36112         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36113         Likewise.
36114         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36115         Likewise.
36117         [BZ #14821]
36118         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36119         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36120         for copies of such integer values.
36121         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36122         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36124 2012-11-09  Andreas Jaeger  <aj@suse.de>
36126         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36127         definitions and declarations that are provided by
36128         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36130 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36132         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36133         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36134         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36135         definition.
36137 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36139         * elf/elf.h: Update comment before AArch64 relocations.
36141 2012-11-07  David S. Miller  <davem@davemloft.net>
36143         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36144         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36145         (__start_context): Declare.
36146         (__makecontext_ret): Delete.
36147         (__makecontext): Hook up __start_context instead of
36148         __makecontext_ret.
36149         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36150         (sysdep_routines): Add __start_context when in stdlib.
36152 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36154         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36155         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36156         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36157         hardcoded "nm".
36158         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36159         (READELF): New variable.  Use it instead of hardcoded "readelf".
36161 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36163         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36164         * sysdeps/x86/Makefile: Here.
36165         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36166         * sysdeps/x86/tst-xmmymm.sh: This.
36168 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36170         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36171         expectations.
36172         [UNIX98] (pthread_barrier_t): Do not expect.
36173         [UNIX98] (pthread_barrierattr_t): Likewise.
36174         [UNIX98] (pthread_spinlock_t): Likewise.
36175         [UNIX98] (pthread_barrier_destroy): Likewise.
36176         [UNIX98] (pthread_barrier_init): Likewise.
36177         [UNIX98] (pthread_barrier_wait): Likewise.
36178         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36179         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36180         [UNIX98] (pthread_barrierattr_init): Likewise.
36181         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36182         [UNIX98] (pthread_getcpuclockid): Likewise.
36183         [UNIX98] (pthread_mutex_timedlock): Likewise.
36184         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36185         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36186         [UNIX98] (pthread_sigmask): Likewise.
36187         [UNIX98] (pthread_spin_destroy): Likewise.
36188         [UNIX98] (pthread_spin_init): Likewise.
36189         [UNIX98] (pthread_spin_lock): Likewise.
36190         [UNIX98] (pthread_spin_trylock): Likewise.
36191         [UNIX98] (pthread_spin_unlock): Likewise.
36192         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36193         Do not expect.
36194         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36195         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36196         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36197         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36198         [XPG3 || XPG4] (pthread_key_t): Likewise.
36199         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36200         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36201         [XPG3 || XPG4] (pthread_once_t): Likewise.
36202         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36203         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36204         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36205         [XPG3 || XPG4] (pthread_t): Likewise.
36207         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36208         not expect.
36209         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36211         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36212         Change function return type to int.
36214         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36215         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36216         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36217         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36218         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36219         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36220         [!POSIX] (posix_madvise): Likewise.
36221         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36222         && !UNIX98].
36223         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36224         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36225         (mode_t): Likewise.
36226         (posix_mem_offset): Likewise.
36227         (posix_typed_mem_get_info): Likewise.
36228         (posix_typed_mem_open): Likewise.
36230         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36231         Change condition to [XOPEN2K8].
36233         * conform/conformtest.pl: Preprocess allow-header data with -x c
36234         instead of from stdin.
36235         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36236         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36237         [C99-based standards] (cerfc): Likewise.
36238         [C99-based standards] (cexp2): Likewise.
36239         [C99-based standards] (cexpm1): Likewise.
36240         [C99-based standards] (clog10): Likewise.
36241         [C99-based standards] (clog1p): Likewise.
36242         [C99-based standards] (clog2): Likewise.
36243         [C99-based standards] (clgamma): Likewise.
36244         [C99-based standards] (ctgamma): Likewise.
36245         [C99-based standards] (cerff): Likewise.
36246         [C99-based standards] (cerfcf): Likewise.
36247         [C99-based standards] (cexp2f): Likewise.
36248         [C99-based standards] (cexpm1f): Likewise.
36249         [C99-based standards] (clog10f): Likewise.
36250         [C99-based standards] (clog1pf): Likewise.
36251         [C99-based standards] (clog2f): Likewise.
36252         [C99-based standards] (clgammaf): Likewise.
36253         [C99-based standards] (ctgammaf): Likewise.
36254         [C99-based standards] (cerfl): Likewise.
36255         [C99-based standards] (cerfcl): Likewise.
36256         [C99-based standards] (cexp2l): Likewise.
36257         [C99-based standards] (cexpm1l): Likewise.
36258         [C99-based standards] (clog10l): Likewise.
36259         [C99-based standards] (clog1pl): Likewise.
36260         [C99-based standards] (clog2l): Likewise.
36261         [C99-based standards] (clgammal): Likewise.
36262         [C99-based standards] (ctgammal): Likewise.
36263         * conform/data/inttypes.h-data [C99-based standards]: Include
36264         stdint.h-data.  Remove all expectations for stdint.h contents.
36265         [C99-based standards] (PRI*): Do not allow.
36266         [C99-based standards] (SCN*): Likewise.
36267         [C99-based standards] (*_t): Likewise.
36268         [C99-based-standards] (PRId8): Expect macro.
36269         [C99-based-standards] (PRIi8): Likewise.
36270         [C99-based-standards] (PRIo8): Likewise.
36271         [C99-based-standards] (PRIu8): Likewise.
36272         [C99-based-standards] (PRIx8): Likewise.
36273         [C99-based-standards] (PRIX8): Likewise.
36274         [C99-based-standards] (SCNd8): Likewise.
36275         [C99-based-standards] (SCNi8): Likewise.
36276         [C99-based-standards] (SCNo8): Likewise.
36277         [C99-based-standards] (SCNu8): Likewise.
36278         [C99-based-standards] (SCNx8): Likewise.
36279         [C99-based-standards] (PRIdLEAST8): Likewise.
36280         [C99-based-standards] (PRIiLEAST8): Likewise.
36281         [C99-based-standards] (PRIoLEAST8): Likewise.
36282         [C99-based-standards] (PRIuLEAST8): Likewise.
36283         [C99-based-standards] (PRIxLEAST8): Likewise.
36284         [C99-based-standards] (PRIXLEAST8): Likewise.
36285         [C99-based-standards] (SCNdLEAST8): Likewise.
36286         [C99-based-standards] (SCNiLEAST8): Likewise.
36287         [C99-based-standards] (SCNoLEAST8): Likewise.
36288         [C99-based-standards] (SCNuLEAST8): Likewise.
36289         [C99-based-standards] (SCNxLEAST8): Likewise.
36290         [C99-based-standards] (PRIdFAST8): Likewise.
36291         [C99-based-standards] (PRIiFAST8): Likewise.
36292         [C99-based-standards] (PRIoFAST8): Likewise.
36293         [C99-based-standards] (PRIuFAST8): Likewise.
36294         [C99-based-standards] (PRIxFAST8): Likewise.
36295         [C99-based-standards] (PRIXFAST8): Likewise.
36296         [C99-based-standards] (SCNdFAST8): Likewise.
36297         [C99-based-standards] (SCNiFAST8): Likewise.
36298         [C99-based-standards] (SCNoFAST8): Likewise.
36299         [C99-based-standards] (SCNuFAST8): Likewise.
36300         [C99-based-standards] (SCNxFAST8): Likewise.
36301         [C99-based-standards] (PRId16): Likewise.
36302         [C99-based-standards] (PRIi16): Likewise.
36303         [C99-based-standards] (PRIo16): Likewise.
36304         [C99-based-standards] (PRIu16): Likewise.
36305         [C99-based-standards] (PRIx16): Likewise.
36306         [C99-based-standards] (PRIX16): Likewise.
36307         [C99-based-standards] (SCNd16): Likewise.
36308         [C99-based-standards] (SCNi16): Likewise.
36309         [C99-based-standards] (SCNo16): Likewise.
36310         [C99-based-standards] (SCNu16): Likewise.
36311         [C99-based-standards] (SCNx16): Likewise.
36312         [C99-based-standards] (PRIdLEAST16): Likewise.
36313         [C99-based-standards] (PRIiLEAST16): Likewise.
36314         [C99-based-standards] (PRIoLEAST16): Likewise.
36315         [C99-based-standards] (PRIuLEAST16): Likewise.
36316         [C99-based-standards] (PRIxLEAST16): Likewise.
36317         [C99-based-standards] (PRIXLEAST16): Likewise.
36318         [C99-based-standards] (SCNdLEAST16): Likewise.
36319         [C99-based-standards] (SCNiLEAST16): Likewise.
36320         [C99-based-standards] (SCNoLEAST16): Likewise.
36321         [C99-based-standards] (SCNuLEAST16): Likewise.
36322         [C99-based-standards] (SCNxLEAST16): Likewise.
36323         [C99-based-standards] (PRIdFAST16): Likewise.
36324         [C99-based-standards] (PRIiFAST16): Likewise.
36325         [C99-based-standards] (PRIoFAST16): Likewise.
36326         [C99-based-standards] (PRIuFAST16): Likewise.
36327         [C99-based-standards] (PRIxFAST16): Likewise.
36328         [C99-based-standards] (PRIXFAST16): Likewise.
36329         [C99-based-standards] (SCNdFAST16): Likewise.
36330         [C99-based-standards] (SCNiFAST16): Likewise.
36331         [C99-based-standards] (SCNoFAST16): Likewise.
36332         [C99-based-standards] (SCNuFAST16): Likewise.
36333         [C99-based-standards] (SCNxFAST16): Likewise.
36334         [C99-based-standards] (PRId32): Likewise.
36335         [C99-based-standards] (PRIi32): Likewise.
36336         [C99-based-standards] (PRIo32): Likewise.
36337         [C99-based-standards] (PRIu32): Likewise.
36338         [C99-based-standards] (PRIx32): Likewise.
36339         [C99-based-standards] (PRIX32): Likewise.
36340         [C99-based-standards] (SCNd32): Likewise.
36341         [C99-based-standards] (SCNi32): Likewise.
36342         [C99-based-standards] (SCNo32): Likewise.
36343         [C99-based-standards] (SCNu32): Likewise.
36344         [C99-based-standards] (SCNx32): Likewise.
36345         [C99-based-standards] (PRIdLEAST32): Likewise.
36346         [C99-based-standards] (PRIiLEAST32): Likewise.
36347         [C99-based-standards] (PRIoLEAST32): Likewise.
36348         [C99-based-standards] (PRIuLEAST32): Likewise.
36349         [C99-based-standards] (PRIxLEAST32): Likewise.
36350         [C99-based-standards] (PRIXLEAST32): Likewise.
36351         [C99-based-standards] (SCNdLEAST32): Likewise.
36352         [C99-based-standards] (SCNiLEAST32): Likewise.
36353         [C99-based-standards] (SCNoLEAST32): Likewise.
36354         [C99-based-standards] (SCNuLEAST32): Likewise.
36355         [C99-based-standards] (SCNxLEAST32): Likewise.
36356         [C99-based-standards] (PRIdFAST32): Likewise.
36357         [C99-based-standards] (PRIiFAST32): Likewise.
36358         [C99-based-standards] (PRIoFAST32): Likewise.
36359         [C99-based-standards] (PRIuFAST32): Likewise.
36360         [C99-based-standards] (PRIxFAST32): Likewise.
36361         [C99-based-standards] (PRIXFAST32): Likewise.
36362         [C99-based-standards] (SCNdFAST32): Likewise.
36363         [C99-based-standards] (SCNiFAST32): Likewise.
36364         [C99-based-standards] (SCNoFAST32): Likewise.
36365         [C99-based-standards] (SCNuFAST32): Likewise.
36366         [C99-based-standards] (SCNxFAST32): Likewise.
36367         [C99-based-standards] (PRId64): Likewise.
36368         [C99-based-standards] (PRIi64): Likewise.
36369         [C99-based-standards] (PRIo64): Likewise.
36370         [C99-based-standards] (PRIu64): Likewise.
36371         [C99-based-standards] (PRIx64): Likewise.
36372         [C99-based-standards] (PRIX64): Likewise.
36373         [C99-based-standards] (SCNd64): Likewise.
36374         [C99-based-standards] (SCNi64): Likewise.
36375         [C99-based-standards] (SCNo64): Likewise.
36376         [C99-based-standards] (SCNu64): Likewise.
36377         [C99-based-standards] (SCNx64): Likewise.
36378         [C99-based-standards] (PRIdLEAST64): Likewise.
36379         [C99-based-standards] (PRIiLEAST64): Likewise.
36380         [C99-based-standards] (PRIoLEAST64): Likewise.
36381         [C99-based-standards] (PRIuLEAST64): Likewise.
36382         [C99-based-standards] (PRIxLEAST64): Likewise.
36383         [C99-based-standards] (PRIXLEAST64): Likewise.
36384         [C99-based-standards] (SCNdLEAST64): Likewise.
36385         [C99-based-standards] (SCNiLEAST64): Likewise.
36386         [C99-based-standards] (SCNoLEAST64): Likewise.
36387         [C99-based-standards] (SCNuLEAST64): Likewise.
36388         [C99-based-standards] (SCNxLEAST64): Likewise.
36389         [C99-based-standards] (PRIdFAST64): Likewise.
36390         [C99-based-standards] (PRIiFAST64): Likewise.
36391         [C99-based-standards] (PRIoFAST64): Likewise.
36392         [C99-based-standards] (PRIuFAST64): Likewise.
36393         [C99-based-standards] (PRIxFAST64): Likewise.
36394         [C99-based-standards] (PRIXFAST64): Likewise.
36395         [C99-based-standards] (SCNdFAST64): Likewise.
36396         [C99-based-standards] (SCNiFAST64): Likewise.
36397         [C99-based-standards] (SCNoFAST64): Likewise.
36398         [C99-based-standards] (SCNuFAST64): Likewise.
36399         [C99-based-standards] (SCNxFAST64): Likewise.
36400         [C99-based-standards] (PRIdMAX): Likewise.
36401         [C99-based-standards] (PRIiMAX): Likewise.
36402         [C99-based-standards] (PRIoMAX): Likewise.
36403         [C99-based-standards] (PRIuMAX): Likewise.
36404         [C99-based-standards] (PRIxMAX): Likewise.
36405         [C99-based-standards] (PRIXMAX): Likewise.
36406         [C99-based-standards] (SCNdMAX): Likewise.
36407         [C99-based-standards] (SCNiMAX): Likewise.
36408         [C99-based-standards] (SCNoMAX): Likewise.
36409         [C99-based-standards] (SCNuMAX): Likewise.
36410         [C99-based-standards] (SCNxMAX): Likewise.
36411         [C99-based-standards] (PRIdPTR): Likewise.
36412         [C99-based-standards] (PRIiPTR): Likewise.
36413         [C99-based-standards] (PRIoPTR): Likewise.
36414         [C99-based-standards] (PRIuPTR): Likewise.
36415         [C99-based-standards] (PRIxPTR): Likewise.
36416         [C99-based-standards] (PRIXPTR): Likewise.
36417         [C99-based-standards] (SCNdPTR): Likewise.
36418         [C99-based-standards] (SCNiPTR): Likewise.
36419         [C99-based-standards] (SCNoPTR): Likewise.
36420         [C99-based-standards] (SCNuPTR): Likewise.
36421         [C99-based-standards] (SCNxPTR): Likewise.
36422         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36423         allow.
36424         * conform/data/stdint.h-data: Update comments to clarify
36425         requirements.
36426         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36427         type.
36428         [C99-based standards] (INT8_MAX): Likewise.
36429         [C99-based standards] (INT16_MIN): Likewise.
36430         [C99-based standards] (INT16_MAX): Likewise.
36431         [C99-based standards] (INT32_MIN): Likewise.
36432         [C99-based standards] (INT32_MAX): Likewise.
36433         [C99-based standards] (INT64_MIN): Likewise.
36434         [C99-based standards] (INT64_MAX): Likewise.
36435         [C99-based standards] (UINT8_MAX): Likewise.
36436         [C99-based standards] (UINT16_MAX): Likewise.
36437         [C99-based standards] (UINT32_MAX): Likewise.
36438         [C99-based standards] (UINT64_MAX): Likewise.
36439         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36440         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36441         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36442         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36443         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36444         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36445         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36446         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36447         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36448         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36449         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36450         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36451         [C99-based standards] (INT_FAST8_MIN): Likewise.
36452         [C99-based standards] (INT_FAST8_MAX): Likewise.
36453         [C99-based standards] (INT_FAST16_MIN): Likewise.
36454         [C99-based standards] (INT_FAST16_MAX): Likewise.
36455         [C99-based standards] (INT_FAST32_MIN): Likewise.
36456         [C99-based standards] (INT_FAST32_MAX): Likewise.
36457         [C99-based standards] (INT_FAST64_MIN): Likewise.
36458         [C99-based standards] (INT_FAST64_MAX): Likewise.
36459         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36460         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36461         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36462         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36463         [C99-based standards] (INTPTR_MIN): Likewise.
36464         [C99-based standards] (INTPTR_MAX): Likewise.
36465         [C99-based standards] (UINTPTR_MAX): Likewise.
36466         [C99-based standards] (INTMAX_MIN): Likewise.
36467         [C99-based standards] (INTMAX_MAX): Likewise.
36468         [C99-based standards] (UINTMAX_MAX): Likewise.
36469         [C99-based standards] (PTRDIFF_MIN): Likewise.
36470         [C99-based standards] (PTRDIFF_MAX): Likewise.
36471         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36472         [C99-based standards] (SIZE_MAX): Likewise.
36473         [C99-based standards] (WCHAR_MAX): Likewise.
36474         [C99-based standards] (WINT_MAX): Likewise.
36475         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36476         constraint on value.
36477         [C99-based standards] (WCHAR_MIN): Likewise.
36478         [C99-based standards] (WINT_MIN): Likewise.
36479         [C99-based standards] (*_t): Allow.
36480         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36481         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36482         Include math.h-data and complex.h-data.  Remove all expectations
36483         of math.h and complex.h contents.
36484         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36485         at end of line.
36486         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36487         (struct tm): Expect tag.
36488         [C99-based-standards] (wcstof): Expect function.
36489         [C99-based-standards] (wcstold): Likewise.
36490         [C99-based-standards] (wcstoll): Likewise.
36491         [C99-based-standards] (wcstoull): Likewise.
36492         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36493         macro-int-constant.  Specify type.
36494         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36495         constraint on value.
36496         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36497         Specify type.
36498         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36499         Specify value.
36500         [ISO C standards]: Do not allow headers.
36501         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36502         wcs[abcdefghijklmnopqrstuvwxyz]*.
36503         [ISO C standards] (*_t): Do not allow.
36504         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36505         Expect function.
36506         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36507         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36508         Specify type.
36509         [ISO C standards]: Do not allow headers.
36510         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36511         is[abcdefghijklmnopqrstuvwxyz]*.
36512         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36513         to[abcdefghijklmnopqrstuvwxyz]*.
36514         [ISO C standards] (*_t): Do not allow.
36515         * conform/data/stdalign.h-data: New file.
36516         * conform/data/stdbool.h-data: Likewise.
36517         * conform/data/stdnoreturn.h-data: Likewise.
36519 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36521         [BZ #14815]
36522         * manual/filesys.texi (Directory Entries): Typo fix.
36523         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36525 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36527         * elf/elf.h (EM_AARCH64): New macro.
36528         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36529         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36530         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36531         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36532         (R_AARCH64_TLSDESC): Likewise.
36533         (NT_ARM_TLS): Likewise.
36534         (NT_ARM_HW_BREAK): Likewise.
36535         (NT_ARM_HW_WATCH): Likewise.
36537 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36539         [BZ #14811]
36540         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36541         (__ieee754_powl): Saturate nonzero exponents with absolute value
36542         below 0x1p-79 to +/- 0x1p-79.
36543         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36544         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36545         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36546         nonzero exponents with absolute value below 0x1p-32 to +/-
36547         0x1p-32.
36548         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36549         (__ieee754_powl): Saturate nonzero exponents with absolute value
36550         below 0x1p-79 to +/- 0x1p-79.
36551         * math/libm-test.inc (pow_test): Add more tests.
36553 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36555         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36556         _dl_s390_cap_flags with kernel. Increase string length.
36557         (_dl_s390_platforms): Add z196 and zEC12.
36559 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36561         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36562         Change XOPEN21K to XOPEN2K.
36564 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36566         * string/memmove.c: Use memcpy when possible.
36568 2012-11-06  Andreas Jaeger  <aj@suse.de>
36570         * po/eo.po: Update from translation team.
36572 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36574         [BZ #14793]
36575         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36576         exponent and small x and y exponents, scale x or y up.  Increase
36577         by 2 the exponent used in scaling up.
36578         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36579         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36580         * math/libm-test.inc (fma_test): Add more tests.
36581         (fma_test_towardzero): Likewise.
36582         (fma_test_downward): Likewise.
36583         (fma_test_upward): Likewise.
36585 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36587         [BZ #14805]
36588         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36589         fenv_t *.
36591         [BZ #14801]
36592         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36593         namespace for names of struct fields.
36594         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36595         fenv_t fields.
36596         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36597         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36599 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36601         [BZ #3665]
36602         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36604 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36606         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36607         PTR_DEMANGLE.
36609         [BZ #5246]
36610         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36611         PTR_DEMANGLE.
36613 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36615         [BZ #14797]
36616         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36617         definitely overflow as x * y not x * y + z.
36618         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36619         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36620         * math/libm-test.inc (fma_test): Add more tests.
36621         (fma_test_towardzero): Likewise.
36622         (fma_test_downward): Likewise.
36623         (fma_test_upward): Likewise.
36625 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36627         [BZ #157]
36629         * include/stub-tag.h: Remove file.
36630         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36631         '#include' of it.
36632         * manual/maint.texi (Porting): Don't reference it.
36633         * Makerules ($(objpfx)stubs): Likewise.
36634         * dirent/closedir.c: Don't include <stub-tag.h>.
36635         * dirent/dirfd.c: Likewise.
36636         * dirent/fdopendir.c: Likewise.
36637         * dirent/getdents.c: Likewise.
36638         * dirent/getdents64.c: Likewise.
36639         * dirent/opendir.c: Likewise.
36640         * dirent/readdir.c: Likewise.
36641         * dirent/readdir64.c: Likewise.
36642         * dirent/readdir64_r.c: Likewise.
36643         * dirent/readdir_r.c: Likewise.
36644         * dirent/rewinddir.c: Likewise.
36645         * dirent/seekdir.c: Likewise.
36646         * dirent/telldir.c: Likewise.
36647         * gmon/profil.c: Likewise.
36648         * grp/setgroups.c: Likewise.
36649         * inet/if_index.c: Likewise.
36650         * io/access.c: Likewise.
36651         * io/chdir.c: Likewise.
36652         * io/chmod.c: Likewise.
36653         * io/chown.c: Likewise.
36654         * io/close.c: Likewise.
36655         * io/dup.c: Likewise.
36656         * io/dup2.c: Likewise.
36657         * io/dup3.c: Likewise.
36658         * io/euidaccess.c: Likewise.
36659         * io/faccessat.c: Likewise.
36660         * io/fchdir.c: Likewise.
36661         * io/fchmod.c: Likewise.
36662         * io/fchmodat.c: Likewise.
36663         * io/fchown.c: Likewise.
36664         * io/fchownat.c: Likewise.
36665         * io/fcntl.c: Likewise.
36666         * io/flock.c: Likewise.
36667         * io/fstatfs.c: Likewise.
36668         * io/fstatfs64.c: Likewise.
36669         * io/fstatvfs.c: Likewise.
36670         * io/fstatvfs64.c: Likewise.
36671         * io/futimens.c: Likewise.
36672         * io/fxstat.c: Likewise.
36673         * io/fxstat64.c: Likewise.
36674         * io/fxstatat.c: Likewise.
36675         * io/fxstatat64.c: Likewise.
36676         * io/getcwd.c: Likewise.
36677         * io/isatty.c: Likewise.
36678         * io/lchmod.c: Likewise.
36679         * io/lchown.c: Likewise.
36680         * io/link.c: Likewise.
36681         * io/linkat.c: Likewise.
36682         * io/lseek.c: Likewise.
36683         * io/lseek64.c: Likewise.
36684         * io/lxstat64.c: Likewise.
36685         * io/mkdir.c: Likewise.
36686         * io/mkdirat.c: Likewise.
36687         * io/mkfifo.c: Likewise.
36688         * io/mkfifoat.c: Likewise.
36689         * io/open.c: Likewise.
36690         * io/open64.c: Likewise.
36691         * io/openat.c: Likewise.
36692         * io/openat64.c: Likewise.
36693         * io/pipe.c: Likewise.
36694         * io/pipe2.c: Likewise.
36695         * io/poll.c: Likewise.
36696         * io/posix_fadvise.c: Likewise.
36697         * io/posix_fadvise64.c: Likewise.
36698         * io/posix_fallocate.c: Likewise.
36699         * io/posix_fallocate64.c: Likewise.
36700         * io/read.c: Likewise.
36701         * io/readlink.c: Likewise.
36702         * io/readlinkat.c: Likewise.
36703         * io/rmdir.c: Likewise.
36704         * io/sendfile.c: Likewise.
36705         * io/sendfile64.c: Likewise.
36706         * io/statfs.c: Likewise.
36707         * io/statfs64.c: Likewise.
36708         * io/statvfs.c: Likewise.
36709         * io/statvfs64.c: Likewise.
36710         * io/symlink.c: Likewise.
36711         * io/symlinkat.c: Likewise.
36712         * io/ttyname.c: Likewise.
36713         * io/ttyname_r.c: Likewise.
36714         * io/umask.c: Likewise.
36715         * io/unlink.c: Likewise.
36716         * io/unlinkat.c: Likewise.
36717         * io/utime.c: Likewise.
36718         * io/utimensat.c: Likewise.
36719         * io/write.c: Likewise.
36720         * io/xmknod.c: Likewise.
36721         * io/xmknodat.c: Likewise.
36722         * io/xstat.c: Likewise.
36723         * io/xstat64.c: Likewise.
36724         * login/getpt.c: Likewise.
36725         * login/grantpt.c: Likewise.
36726         * login/unlockpt.c: Likewise.
36727         * math/e_acoshl.c: Likewise.
36728         * math/e_acosl.c: Likewise.
36729         * math/e_asinl.c: Likewise.
36730         * math/e_atan2l.c: Likewise.
36731         * math/e_atanhl.c: Likewise.
36732         * math/e_coshl.c: Likewise.
36733         * math/e_expl.c: Likewise.
36734         * math/e_fmodl.c: Likewise.
36735         * math/e_gammal_r.c: Likewise.
36736         * math/e_hypotl.c: Likewise.
36737         * math/e_j0l.c: Likewise.
36738         * math/e_j1l.c: Likewise.
36739         * math/e_jnl.c: Likewise.
36740         * math/e_lgammal_r.c: Likewise.
36741         * math/e_log10l.c: Likewise.
36742         * math/e_log2l.c: Likewise.
36743         * math/e_logl.c: Likewise.
36744         * math/e_powl.c: Likewise.
36745         * math/e_rem_pio2l.c: Likewise.
36746         * math/e_sinhl.c: Likewise.
36747         * math/e_sqrtl.c: Likewise.
36748         * math/fclrexcpt.c: Likewise.
36749         * math/fedisblxcpt.c: Likewise.
36750         * math/feenablxcpt.c: Likewise.
36751         * math/fegetenv.c: Likewise.
36752         * math/fegetexcept.c: Likewise.
36753         * math/fegetround.c: Likewise.
36754         * math/feholdexcpt.c: Likewise.
36755         * math/fesetenv.c: Likewise.
36756         * math/fesetround.c: Likewise.
36757         * math/feupdateenv.c: Likewise.
36758         * math/fgetexcptflg.c: Likewise.
36759         * math/fraiseexcpt.c: Likewise.
36760         * math/fsetexcptflg.c: Likewise.
36761         * math/ftestexcept.c: Likewise.
36762         * math/k_cosl.c: Likewise.
36763         * math/k_rem_pio2l.c: Likewise.
36764         * math/k_sinl.c: Likewise.
36765         * math/k_tanl.c: Likewise.
36766         * math/s_asinhl.c: Likewise.
36767         * math/s_atanl.c: Likewise.
36768         * math/s_cbrtl.c: Likewise.
36769         * math/s_erfl.c: Likewise.
36770         * math/s_expm1l.c: Likewise.
36771         * math/s_log1pl.c: Likewise.
36772         * math/s_tanhl.c: Likewise.
36773         * misc/acct.c: Likewise.
36774         * misc/brk.c: Likewise.
36775         * misc/chflags.c: Likewise.
36776         * misc/chroot.c: Likewise.
36777         * misc/fchflags.c: Likewise.
36778         * misc/fgetxattr.c: Likewise.
36779         * misc/flistxattr.c: Likewise.
36780         * misc/fremovexattr.c: Likewise.
36781         * misc/fsetxattr.c: Likewise.
36782         * misc/fsync.c: Likewise.
36783         * misc/ftruncate.c: Likewise.
36784         * misc/futimes.c: Likewise.
36785         * misc/futimesat.c: Likewise.
36786         * misc/getdomain.c: Likewise.
36787         * misc/getdtsz.c: Likewise.
36788         * misc/gethostid.c: Likewise.
36789         * misc/gethostname.c: Likewise.
36790         * misc/getloadavg.c: Likewise.
36791         * misc/getpagesize.c: Likewise.
36792         * misc/getsysstats.c: Likewise.
36793         * misc/getxattr.c: Likewise.
36794         * misc/gtty.c: Likewise.
36795         * misc/ioctl.c: Likewise.
36796         * misc/lgetxattr.c: Likewise.
36797         * misc/listxattr.c: Likewise.
36798         * misc/llistxattr.c: Likewise.
36799         * misc/lremovexattr.c: Likewise.
36800         * misc/lsetxattr.c: Likewise.
36801         * misc/lutimes.c: Likewise.
36802         * misc/madvise.c: Likewise.
36803         * misc/mincore.c: Likewise.
36804         * misc/mlock.c: Likewise.
36805         * misc/mlockall.c: Likewise.
36806         * misc/mmap.c: Likewise.
36807         * misc/mprotect.c: Likewise.
36808         * misc/msync.c: Likewise.
36809         * misc/munlock.c: Likewise.
36810         * misc/munlockall.c: Likewise.
36811         * misc/munmap.c: Likewise.
36812         * misc/preadv.c: Likewise.
36813         * misc/preadv64.c: Likewise.
36814         * misc/ptrace.c: Likewise.
36815         * misc/pwritev.c: Likewise.
36816         * misc/pwritev64.c: Likewise.
36817         * misc/readv.c: Likewise.
36818         * misc/reboot.c: Likewise.
36819         * misc/remap_file_pages.c: Likewise.
36820         * misc/removexattr.c: Likewise.
36821         * misc/revoke.c: Likewise.
36822         * misc/select.c: Likewise.
36823         * misc/setdomain.c: Likewise.
36824         * misc/setegid.c: Likewise.
36825         * misc/seteuid.c: Likewise.
36826         * misc/sethostid.c: Likewise.
36827         * misc/sethostname.c: Likewise.
36828         * misc/setregid.c: Likewise.
36829         * misc/setreuid.c: Likewise.
36830         * misc/setxattr.c: Likewise.
36831         * misc/sstk.c: Likewise.
36832         * misc/stty.c: Likewise.
36833         * misc/swapoff.c: Likewise.
36834         * misc/swapon.c: Likewise.
36835         * misc/sync.c: Likewise.
36836         * misc/syncfs.c: Likewise.
36837         * misc/syscall.c: Likewise.
36838         * misc/truncate.c: Likewise.
36839         * misc/ualarm.c: Likewise.
36840         * misc/usleep.c: Likewise.
36841         * misc/ustat.c: Likewise.
36842         * misc/utimes.c: Likewise.
36843         * misc/vhangup.c: Likewise.
36844         * misc/writev.c: Likewise.
36845         * posix/_exit.c: Likewise.
36846         * posix/alarm.c: Likewise.
36847         * posix/execve.c: Likewise.
36848         * posix/fexecve.c: Likewise.
36849         * posix/fork.c: Likewise.
36850         * posix/fpathconf.c: Likewise.
36851         * posix/getaddrinfo.c: Likewise.
36852         * posix/getegid.c: Likewise.
36853         * posix/geteuid.c: Likewise.
36854         * posix/getgid.c: Likewise.
36855         * posix/getgroups.c: Likewise.
36856         * posix/getlogin.c: Likewise.
36857         * posix/getlogin_r.c: Likewise.
36858         * posix/getpgid.c: Likewise.
36859         * posix/getpid.c: Likewise.
36860         * posix/getppid.c: Likewise.
36861         * posix/getresgid.c: Likewise.
36862         * posix/getresuid.c: Likewise.
36863         * posix/getsid.c: Likewise.
36864         * posix/getuid.c: Likewise.
36865         * posix/glob64.c: Likewise.
36866         * posix/nanosleep.c: Likewise.
36867         * posix/pathconf.c: Likewise.
36868         * posix/pause.c: Likewise.
36869         * posix/posix_madvise.c: Likewise.
36870         * posix/pread.c: Likewise.
36871         * posix/pread64.c: Likewise.
36872         * posix/pwrite.c: Likewise.
36873         * posix/pwrite64.c: Likewise.
36874         * posix/sched_getaffinity.c: Likewise.
36875         * posix/sched_getp.c: Likewise.
36876         * posix/sched_gets.c: Likewise.
36877         * posix/sched_primax.c: Likewise.
36878         * posix/sched_primin.c: Likewise.
36879         * posix/sched_rr_gi.c: Likewise.
36880         * posix/sched_setaffinity.c: Likewise.
36881         * posix/sched_setp.c: Likewise.
36882         * posix/sched_sets.c: Likewise.
36883         * posix/sched_yield.c: Likewise.
36884         * posix/setgid.c: Likewise.
36885         * posix/setlogin.c: Likewise.
36886         * posix/setpgid.c: Likewise.
36887         * posix/setresgid.c: Likewise.
36888         * posix/setresuid.c: Likewise.
36889         * posix/setsid.c: Likewise.
36890         * posix/setuid.c: Likewise.
36891         * posix/sleep.c: Likewise.
36892         * posix/spawni.c: Likewise.
36893         * posix/sysconf.c: Likewise.
36894         * posix/times.c: Likewise.
36895         * posix/wait.c: Likewise.
36896         * posix/wait3.c: Likewise.
36897         * posix/wait4.c: Likewise.
36898         * posix/waitpid.c: Likewise.
36899         * resolv/gai_sigqueue.c: Likewise.
36900         * resource/getpriority.c: Likewise.
36901         * resource/getrlimit.c: Likewise.
36902         * resource/getrusage.c: Likewise.
36903         * resource/nice.c: Likewise.
36904         * resource/setpriority.c: Likewise.
36905         * resource/setrlimit.c: Likewise.
36906         * resource/ulimit.c: Likewise.
36907         * rt/aio_cancel.c: Likewise.
36908         * rt/aio_fsync.c: Likewise.
36909         * rt/aio_read.c: Likewise.
36910         * rt/aio_sigqueue.c: Likewise.
36911         * rt/aio_suspend.c: Likewise.
36912         * rt/aio_write.c: Likewise.
36913         * rt/clock_getres.c: Likewise.
36914         * rt/clock_gettime.c: Likewise.
36915         * rt/clock_nanosleep.c: Likewise.
36916         * rt/clock_settime.c: Likewise.
36917         * rt/lio_listio.c: Likewise.
36918         * rt/mq_close.c: Likewise.
36919         * rt/mq_getattr.c: Likewise.
36920         * rt/mq_notify.c: Likewise.
36921         * rt/mq_open.c: Likewise.
36922         * rt/mq_receive.c: Likewise.
36923         * rt/mq_send.c: Likewise.
36924         * rt/mq_setattr.c: Likewise.
36925         * rt/mq_timedreceive.c: Likewise.
36926         * rt/mq_timedsend.c: Likewise.
36927         * rt/mq_unlink.c: Likewise.
36928         * rt/shm_open.c: Likewise.
36929         * rt/shm_unlink.c: Likewise.
36930         * rt/timer_create.c: Likewise.
36931         * rt/timer_delete.c: Likewise.
36932         * rt/timer_getoverr.c: Likewise.
36933         * rt/timer_gettime.c: Likewise.
36934         * rt/timer_settime.c: Likewise.
36935         * setjmp/__longjmp.c: Likewise.
36936         * setjmp/setjmp.c: Likewise.
36937         * signal/kill.c: Likewise.
36938         * signal/killpg.c: Likewise.
36939         * signal/raise.c: Likewise.
36940         * signal/sigaction.c: Likewise.
36941         * signal/sigaltstack.c: Likewise.
36942         * signal/sigblock.c: Likewise.
36943         * signal/sigignore.c: Likewise.
36944         * signal/sigintr.c: Likewise.
36945         * signal/signal.c: Likewise.
36946         * signal/sigpause.c: Likewise.
36947         * signal/sigpending.c: Likewise.
36948         * signal/sigqueue.c: Likewise.
36949         * signal/sigreturn.c: Likewise.
36950         * signal/sigset.c: Likewise.
36951         * signal/sigsetmask.c: Likewise.
36952         * signal/sigstack.c: Likewise.
36953         * signal/sigsuspend.c: Likewise.
36954         * signal/sigtimedwait.c: Likewise.
36955         * signal/sigvec.c: Likewise.
36956         * signal/sigwait.c: Likewise.
36957         * signal/sigwaitinfo.c: Likewise.
36958         * signal/sysv_signal.c: Likewise.
36959         * socket/accept.c: Likewise.
36960         * socket/accept4.c: Likewise.
36961         * socket/bind.c: Likewise.
36962         * socket/connect.c: Likewise.
36963         * socket/getpeername.c: Likewise.
36964         * socket/getsockname.c: Likewise.
36965         * socket/getsockopt.c: Likewise.
36966         * socket/isfdtype.c: Likewise.
36967         * socket/listen.c: Likewise.
36968         * socket/recv.c: Likewise.
36969         * socket/recvfrom.c: Likewise.
36970         * socket/recvmsg.c: Likewise.
36971         * socket/send.c: Likewise.
36972         * socket/sendmsg.c: Likewise.
36973         * socket/sendto.c: Likewise.
36974         * socket/setsockopt.c: Likewise.
36975         * socket/shutdown.c: Likewise.
36976         * socket/sockatmark.c: Likewise.
36977         * socket/socket.c: Likewise.
36978         * socket/socketpair.c: Likewise.
36979         * stdio-common/ctermid.c: Likewise.
36980         * stdio-common/cuserid.c: Likewise.
36981         * stdio-common/remove.c: Likewise.
36982         * stdio-common/rename.c: Likewise.
36983         * stdio-common/renameat.c: Likewise.
36984         * stdio-common/tempname.c: Likewise.
36985         * stdlib/getcontext.c: Likewise.
36986         * stdlib/makecontext.c: Likewise.
36987         * stdlib/setcontext.c: Likewise.
36988         * stdlib/swapcontext.c: Likewise.
36989         * stdlib/system.c: Likewise.
36990         * streams/fattach.c: Likewise.
36991         * streams/fdetach.c: Likewise.
36992         * streams/getmsg.c: Likewise.
36993         * streams/getpmsg.c: Likewise.
36994         * streams/putmsg.c: Likewise.
36995         * streams/putpmsg.c: Likewise.
36996         * sysdeps/unix/bsd/getpt.c: Likewise.
36997         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36998         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36999         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37001         Likewise.
37002         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37003         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37004         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37005         * sysvipc/msgctl.c: Likewise.
37006         * sysvipc/msgget.c: Likewise.
37007         * sysvipc/msgrcv.c: Likewise.
37008         * sysvipc/msgsnd.c: Likewise.
37009         * sysvipc/semctl.c: Likewise.
37010         * sysvipc/semget.c: Likewise.
37011         * sysvipc/semop.c: Likewise.
37012         * sysvipc/semtimedop.c: Likewise.
37013         * sysvipc/shmat.c: Likewise.
37014         * sysvipc/shmctl.c: Likewise.
37015         * sysvipc/shmdt.c: Likewise.
37016         * sysvipc/shmget.c: Likewise.
37017         * termios/tcdrain.c: Likewise.
37018         * termios/tcflow.c: Likewise.
37019         * termios/tcflush.c: Likewise.
37020         * termios/tcgetattr.c: Likewise.
37021         * termios/tcgetpgrp.c: Likewise.
37022         * termios/tcsendbrk.c: Likewise.
37023         * termios/tcsetattr.c: Likewise.
37024         * termios/tcsetpgrp.c: Likewise.
37025         * time/adjtime.c: Likewise.
37026         * time/clock.c: Likewise.
37027         * time/getitimer.c: Likewise.
37028         * time/gettimeofday.c: Likewise.
37029         * time/setitimer.c: Likewise.
37030         * time/settimeofday.c: Likewise.
37031         * time/stime.c: Likewise.
37032         * time/time.c: Likewise.
37034 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37036         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37037         /usr/old/bin.
37039         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37040         instead of spaces.
37041         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37043 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37045         [BZ #14796]
37046         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37047         FE_TONEAREST before applying Dekker multiplication and Knuth
37048         addition.  Clear inexact exceptions and check for exact zero
37049         results afterwards.
37050         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37051         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37052         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37053         * math/libm-test.inc (fma_test): Add more tests.
37054         (fma_test_towardzero): Likewise.
37055         (fma_test_downward): Likewise.
37056         (fma_test_upward): Likewise.
37057         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37058         function.
37059         (libc_fesetround): New macro.
37060         (libc_fesetroundf): Likewise.
37061         (libc_fesetroundl): Likewise.
37062         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37063         function.
37064         (libc_fesetround_387): Likewise.
37065         (libc_fesetroundf): New macro.
37066         (libc_fesetround): Likewise.
37067         (libc_fesetroundl): Likewise.
37068         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37069         function.
37070         (libc_fesetroundf): New macro.
37071         (libc_fesetround): Likewise.
37072         (libc_fesetroundl): Likewise.
37073         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37074         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37075         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37076         libm_hidden_ver.
37077         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37078         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37079         libm_hidden_def.
37080         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37081         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37082         libm_hidden_ver.
37083         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37084         libm_hidden_def.
37086         [BZ #3439]
37087         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37088         integer constant usable in #if and use that to give value to enum
37089         constant.
37090         (FE_DIVBYZERO): Likewise.
37091         (FE_UNDERFLOW): Likewise.
37092         (FE_OVERFLOW): Likewise.
37093         (FE_INVALID): Likewise.
37094         (FE_INVALID_SNAN): Likewise.
37095         (FE_INVALID_ISI): Likewise.
37096         (FE_INVALID_IDI): Likewise.
37097         (FE_INVALID_ZDZ): Likewise.
37098         (FE_INVALID_IMZ): Likewise.
37099         (FE_INVALID_COMPARE): Likewise.
37100         (FE_INVALID_SOFTWARE): Likewise.
37101         (FE_INVALID_SQRT): Likewise.
37102         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37103         (FE_TONEAREST): Likewise.
37104         (FE_TOWARDZERO): Likewise.
37105         (FE_UPWARD): Likewise.
37106         (FE_DOWNWARD): Likewise.
37107         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37108         (FE_DIVBYZERO): Likewise.
37109         (FE_OVERFLOW): Likewise.
37110         (FE_UNDERFLOW): Likewise.
37111         (FE_INEXACT): Likewise.
37112         (FE_TONEAREST): Likewise.
37113         (FE_DOWNWARD): Likewise.
37114         (FE_UPWARD): Likewise.
37115         (FE_TOWARDZERO): Likewise.
37116         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37117         (FE_UNDERFLOW): Likewise.
37118         (FE_OVERFLOW): Likewise.
37119         (FE_DIVBYZERO): Likewise.
37120         (FE_INVALID): Likewise.
37121         (FE_TONEAREST): Likewise.
37122         (FE_TOWARDZERO): Likewise.
37123         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37124         (FE_OVERFLOW): Likewise.
37125         (FE_UNDERFLOW): Likewise.
37126         (FE_DIVBYZERO): Likewise.
37127         (FE_INEXACT): Likewise.
37128         (FE_TONEAREST): Likewise.
37129         (FE_TOWARDZERO): Likewise.
37130         (FE_UPWARD): Likewise.
37131         (FE_DOWNWARD): Likewise.
37132         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37133         (FE_DIVBYZERO): Likewise.
37134         (FE_OVERFLOW): Likewise.
37135         (FE_UNDERFLOW): Likewise.
37136         (FE_INEXACT): Likewise.
37137         (FE_TONEAREST): Likewise.
37138         (FE_DOWNWARD): Likewise.
37139         (FE_UPWARD): Likewise.
37140         (FE_TOWARDZERO): Likewise.
37142 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37144         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37146 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37148         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37149         commands.  Quote $PWD.
37150         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37151         -x" by "export".
37152         (remove_newlines): Remove.
37154 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37156         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37157         * stdlib/stdlib.h (atof): Moved to ...
37158         * include/bits/stdlib-float.h: Here.  New file.
37159         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37160         * stdlib/bits/stdlib-float.h: New file.
37161         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37162         -mno-sse -mno-mmx.
37163         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37164         <xmmintrin.h>.
37166 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37168         * conform/conformtest.pl (@headers): Add fenv.h.
37169         * conform/data/fenv.h-data: New file.
37170         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37171         include of <math/fenv.h>.
37173         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37174         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37175         && !UNIX98].  Enables tests for XOPEN2K8.
37176         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37177         POSIX2008]: Likewise.
37179         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37180         (struct rusage): Do not expect type or its members.
37182         [BZ #3439]
37183         * math/math.h (FP_NAN): Define macro to integer constant usable in
37184         #if and use that to give value to enum constant.
37185         (FP_INFINITE): Likewise.
37186         (FP_ZERO): Likewise.
37187         (FP_SUBNORMAL): Likewise.
37188         (FP_NORMAL): Likewise.
37190 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37192         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37193         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37194         arguments.
37196 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37198         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37199         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37200         autoconf-time if not.
37201         * configure.in: Remove AC_PREREQ.
37203 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37205         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37206         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37207         of the internal implementation.
37209 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37211         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37212         except include of <misc/sys/syslog.h>.
37214 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37217         function returns with a NULL context exit with zero.
37219 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37221         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37223 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37225         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37226         (run_program_cmd): This.
37227         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37228         (tst_langinfo): New variable.  Use it.
37230 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37232         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37233         floating point opcodes.
37235 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37237         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37238         variable.
37240         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37242         * sysdeps/mach/hurd/powerpc: Remove directory.
37243         * sysdeps/mach/powerpc: Likewise.
37245 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37247         * scripts/check-local-headers.sh: Ignore c++ headers.
37249 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37251         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37252         __libc_cleanup_region_start argument.
37254 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37256         [BZ #14784]
37257         [BZ #14785]
37258         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37259         x * y using scaling, not as x * y + z.
37260         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37261         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37262         * math/libm-test.inc (fma_test): Add more tests.
37263         (fma_test_towardzero): Likewise.
37264         (fma_test_downward): Likewise.
37265         (fma_test_upward): Likewise.
37267 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37269         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37271 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37273         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37274         New variable.
37276 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37278         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37280 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37283         Fix sort order.
37284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37285         Likewise.
37287 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37290         Fix the order of the list for glibc 2.17.
37291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37292         Likewise.
37294 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37298 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37300         [BZ #14610]
37301         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37302         for low part of x being zero before using __atanl (y).
37303         * math/libm-test.inc (atan2_test): Add another test.
37305         * manual/install.texi (Configuring and compiling): Document
37306         general use of test-wrapper and test-wrapper-env.
37307         * INSTALL: Regenerated.
37309         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37310         (__fma): Do not extract and scale down low bits on after-rounding
37311         systems when result rounded to normal precision would have normal
37312         exponent.
37313         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37314         (__fmal): Do not extract and scale down low bits on after-rounding
37315         systems when result rounded to normal precision would have normal
37316         exponent.
37317         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37318         (__fmal): Do not extract and scale down low bits on after-rounding
37319         systems when result rounded to normal precision would have normal
37320         exponent.
37321         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37322         macro.
37323         (fma_test): Add more tests.
37324         (fma_test_towardzero): Likewise.
37325         (fma_test_downward): Likewise.
37326         (fma_test_upward): Likewise.
37328 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37330         * sysdeps/i386/tininess.h: Renamed to ...
37331         * sysdeps/x86/tininess.h: This.
37332         * sysdeps/x86_64/tininess.h: Removed.
37334 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37336         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37337         input.  Use $(build-program-cmd).
37338         ($(objpfx)tst-array1-static.out): Likewise.
37339         ($(objpfx)tst-array2.out): Likewise.
37340         ($(objpfx)tst-array3.out): Likewise.
37341         ($(objpfx)tst-array4.out): Likewise.
37342         ($(objpfx)tst-array5.out): Likewise.
37343         ($(objpfx)tst-array5-static.out): Likewise.
37345 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37347         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37348         if defined.
37350         * nss/nsswitch.h (nss_interface_function): Provide new
37351         macro for use with NSS functions.
37352         * grp/initgroups.c: Use new macro.
37353         * nss/getXXbyYY.c: Likewise.
37354         * nss/getXXbyYY_r.c: Likewise.
37355         * nss/getXXent.c: Likewise.
37356         * nss/getXXent_r.c: Likewise.
37357         * sysdeps/posix/getaddrinfo.c: Likewise.
37359 2012-10-30  Andreas Jaeger  <aj@suse.de>
37361         * po/ru.po: Update Russion translation from translation project.
37363 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37365         [BZ #14152]
37366         [BZ #14783]
37367         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37368         result and shift together with sticky bit instead of replicating
37369         round-to-nearest rounding.
37370         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37371         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37372         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37373         missing underflow exceptions.
37374         (fma_test_towardzero): Add more tests.
37375         (fma_test_downward): Likewise.
37376         (fma_test_upward): Likewise.
37378         [BZ #14047]
37379         * sysdeps/generic/tininess.h: New file.
37380         * sysdeps/i386/tininess.h: Likewise.
37381         * sysdeps/sh/tininess.h: Likewise.
37382         * sysdeps/x86_64/tininess.h: Likewise.
37383         * stdlib/tst-strtod-underflow.c: Likewise.
37384         * stdlib/tst-tininess.c: Likewise.
37385         * stdlib/strtod_l.c: Include <tininess.h>.
37386         (round_and_return): Do not set errno for exact underflow cases.
37387         Force an underflow exception when setting errno for underflow.
37388         Determine underflow based on rounding to normal precision if
37389         TININESS_AFTER_ROUNDING.
37390         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37391         ERANGE for exact underflow cases.
37392         * stdlib/Makefile (tests): Add tst-tininess and
37393         tst-strtod-underflow.
37394         ($(objpfx)tst-tininess): Use $(link-libm).
37395         ($(objpfx)tst-strtod-underflow): Likewise.
37397 2012-10-30  Andreas Jaeger  <aj@suse.de>
37399         [BZ#14767]
37400         * elf/Makefile (tests): Remove conditional for have-initfini-array
37401         since this is now always required and the variable does not exist
37402         anymore.
37403         (tests-static): Likewise.
37404         (modules-names): Likewise.
37406         * po/eo.po: Add Esperanto translation from translation project.
37408         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37409         merged with constructor/destructor.
37410         (init_array): Likewise.
37411         * elf/tst-array2dep.c (fini_array): Likewise.
37412         (init_array): Likewise.
37414 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37416         * manual/message.texi: Delete @cartouche tags.
37418 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37420         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37421         EOPNOTSUPP.
37422         * sysdeps/mach/hurd/fsync.c: Likewise.
37424         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37425         [_POSIX_REALTIME_SIGNALS]: Change condition to
37426         [_POSIX_REALTIME_SIGNALS > 0].
37428 2012-10-27  Andreas Jaeger  <aj@suse.de>
37430         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37431         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37432         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37433         [__WORDSIZE != 64]: Likewise.
37435 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37437         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37438         *  iconvdata/tst-tables.sh: Likewise.
37440 2012-10-25  David S. Miller  <davem@davemloft.net>
37442         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37443         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37444         of strtoull.
37446         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37447         ifunc-impl-list.c
37448         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37449         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37450         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37451         file.
37453 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37455         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37456         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37457         __getdirentries.
37459 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37460             Jim Blandy  <jimb@codesourcery.com>
37462         * scripts/cross-test-ssh.sh: New file.
37463         * manual/install.texi (Configuring and compiling): Document use of
37464         cross-test-ssh.sh.
37465         * INSTALL: Regenerated.
37467 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37469         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37470         EOPNOTSUPP.
37472 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37474         * Makeconfig (run-program-prefix): Fix comment.
37476 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37477             Jim Blandy  <jimb@codesourcery.com>
37479         * Makeconfig (test-wrapper): New variable,
37480         (test-wrapper-env): Likewise.
37481         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37482         (run-built-tests): Define to yes.
37483         (run-program-prefix): Use $(test-wrapper).
37484         (built-program-cmd): Likewise.
37485         * Rules (make-test-out): Use $(test-wrapper-env) and
37486         $(host-built-program-cmd).
37487         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37488         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37489         tst-pathopt.sh.
37490         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37491         $(test-wrapper-env) to tst-rtld-load-self.sh.
37492         ($(objpfx)order2.out): Use $(test-wrapper).
37493         ($(objpfx)tst-initorder.out): Likewise.
37494         ($(objpfx)tst-initorder2.out): Likewise.
37495         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37496         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37497         (test_wrapper_env): New variable.  Use it to run ld.so.
37498         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37499         Use it to run ld.so.
37500         (test_wrapper_env): Likewise.
37501         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37502         $(test-wrapper) to run-iconv-test.sh.
37503         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37504         (ICONV): Use $test_wrapper.
37505         * posix/Makefile ($(objpfx)globtest.out): Pass
37506         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37507         globtest.sh, not $(run-program-prefix).
37508         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37509         (test_wrapper): Likewise.
37510         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37511         set together with run_via_rtld_prefix.
37512         (run_program_prefix): Define in terms of test_wrapper and
37513         run_via_rtld_prefix.
37515 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37517         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37518         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37519         Targets removed.
37521         [BZ #14743]
37522         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37523         Declare __clock_getres, __clock_gettime, __clock_settime,
37524         __clock_nanosleep, and __clock_getcpuclockid.
37525         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37526         Remove librt_hidden_def (clock_gettime).
37527         * sysdeps/unix/clock_gettime.c: Likewise.
37528         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37529         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37530         * rt/clock_getres.c: Define __clock_getres as an alias.
37531         * sysdeps/posix/clock_getres.c: Likewise.
37532         * rt/clock_settime.c: Define __clock_settime as an alias.
37533         * sysdeps/unix/clock_settime.c: Likewise.
37534         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37535         * sysdeps/unix/clock_nanosleep.c: Likewise.
37536         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37537         * rt/clock-compat.c: New file.
37538         * rt/Makefile (librt-routines): Add clock-compat and move
37539         $(clock-routines) to ...
37540         (routines): ... here, new variable.
37541         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37542         Don't add get_clockfreq here.
37543         * rt/Versions (libc: GLIBC_2.17): New version set.
37544         Add clock_* symbols here.
37545         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37546         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37547         (GLIBC_2.17): Add clock_* symbols.
37548         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37549         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37550         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37552         Likewise.
37553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37554         Likewise.
37555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37559         * NEWS: Mention the move.
37561         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37562         Use __open, __read, __close rather than their public counterparts.
37563         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37564         (__get_clockfreq_via_cpuinfo): Likewise.
37565         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37566         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37568         * config.h.in (HAVE_IFUNC): New #undef.
37569         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37570         was successful.
37571         * configure: Regenerated.
37573 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37575         * configure.in: Move READELF check to start of file.
37576         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37577         libc_cv_asm_gnu_indirect_function in the process.
37578         * configure: Regenerated.
37580 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37582         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37583         send the output to /dev/null.
37584         (libc_cv_cc_with_libunwind): Likewise.
37585         (libc_cv_as_noexecstack): Likewise.
37586         * configure: Regenerate.
37588 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37590         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37592         * posix/globtest.sh (TMPDIR): Do not set.
37593         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37594         (testout): Likewise.
37596 2012-10-24  Andreas Jaeger  <aj@suse.de>
37598         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37599         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37600         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37601         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37602         posix_fadvise64, posix_fallocate64.
37604         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37605         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37606         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37607         Likewise.
37608         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37609         Likewise.
37610         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37613         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37614         <bits/fcntl-linux.h>.
37615         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37617         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37618         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37619         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37620         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37621         [__WORDSIZE != 64]: Likewise.
37623 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37625         * Makeconfig (run-built-tests): New variable.
37626         * Rules [$(cross-compiling) = yes]: Change condition to
37627         [$(run-built-tests) = no].
37628         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37629         to [$(run-built-tests) = yes].
37630         * elf/Makefile [$(cross-compiling) = no]: Likewise
37631         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37632         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37633         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37634         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37635         * io/Makefile [$(cross-compiling) = no]: Likewise.
37636         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37637         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37638         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37639         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37640         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37641         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37642         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37643         * string/Makefile [$(cross-compiling) = no]: Likewise.
37645         * posix/Makefile ($(objpfx)globtest.out): Pass
37646         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37647         $(rtld-installed-name).
37648         * posix/globtest.sh (elf_objpfx): Remove variable.
37649         (rtld_installed_name): Likewise.
37650         (library_path): Likewise.
37651         (run_program_prefix): New variable.  Use for running globtest
37652         binary.
37654 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37655             Joseph Myers  <joseph@codesourcery.com>
37657         * Makeconfig (host-built-program-cmd): New variable.
37658         * elf/Makefile (tst-stackguard1-ARGS): Use
37659         $(host-built-program-cmd).
37660         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37661         (tst-spawn-ARGS): Likewise.
37662         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37664 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37665             Jim Blandy  <jimb@codesourcery.com>
37667         * Makeconfig (run-via-rtld-prefix): New variable.
37668         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37669         (built-program-cmd): Likewise.
37671 2012-10-22  Andreas Jaeger  <aj@suse.de>
37673         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37674         __O_RSYNC if it exists, otherwise to O_SYNC.
37676 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37677             Joseph Myers  <joseph@codesourcery.com>
37679         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37680         /dev/null.
37681         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37682         from /dev/null
37683         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37684         /dev/null.
37686 2012-10-22  Andreas Jaeger  <aj@suse.de>
37688         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37689         Define always.
37690         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37692         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37693         bits/fcntl-linux.h.
37695         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37696         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37698         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37699         to __O_LARGEFILE.
37700         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37701         to __O_LARGEFILE.
37703 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37704             Joseph Myers  <joseph@codesourcery.com>
37706         * config.make.in (NM): New variable.
37708 2012-10-21  Andreas Jaeger  <aj@suse.de>
37710         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37711         definitions and declarations that are provided by
37712         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37714 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37716         [BZ #14683]
37717         * elf/Makefile (tests-static): Add tst-leaks1-static.
37718         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37719         ($(objpfx)tst-leaks1-static): New rule.
37720         ($(objpfx)tst-leaks1-static-mem): Likewise.
37721         (tst-leaks1-static-ENV): New macro.
37722         * elf/dl-open.c (dl_open_worker): Check the main application
37723         only if SHARED is defined.
37724         * elf/tst-leaks1-static.c: New file.
37726 2012-10-20  Andreas Jaeger  <aj@suse.de>
37728         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37729         generic values for Linux.
37730         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37731         and declarations that are provided by <bits/fcntl-linux.h> and
37732         include <bits/fcntl-linux.h>.
37733         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37734         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37736 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37738         * io/fcntl.h: Move include of <bits/types.h> to the top and
37739         include it unconditionally.
37741 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37743         * wcsmbs/Makefile (tests-ifunc): New variable.
37744         (tests): Add $(tests-ifunc).
37745         * wcsmbs/test-wcschr-ifunc.c: New file.
37746         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37747         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37748         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37749         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37750         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37752         * string/Makefile (tests-ifunc): New variable.
37753         (tests): Add $(tests-ifunc).
37754         * string/test-memccpy.c (TEST_NAME): New macro.
37755         * string/test-memchr.c (TEST_NAME): Likewise.
37756         * string/test-memcmp.c (TEST_NAME): Likewise.
37757         * string/test-memcpy.c (TEST_NAME): Likewise.
37758         * string/test-memmem.c (TEST_NAME): Likewise.
37759         * string/test-memmove.c (TEST_NAME): Likewise.
37760         * string/test-memset.c (TEST_NAME): Likewise.
37761         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37762         * string/test-stpcpy.c (TEST_NAME): Likewise.
37763         * string/test-stpncpy.c (TEST_NAME): Likewise.
37764         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37765         * string/test-strcasestr.c (TEST_NAME): Likewise.
37766         * string/test-strcat.c (TEST_NAME): Likewise.
37767         * string/test-strchr.c (TEST_NAME): Likewise.
37768         * string/test-strcmp.c(TEST_NAME): Likewise.
37769         * string/test-strcpy.c (TEST_NAME): Likewise.
37770         * string/test-strcspn.c (TEST_NAME): Likewise.
37771         * string/test-strlen.c (TEST_NAME): Likewise.
37772         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37773         * string/test-strncmp.c (TEST_NAME): Likewise.
37774         * string/test-strncpy.c (TEST_NAME): Likewise.
37775         * string/test-strnlen.c (TEST_NAME): Likewise.
37776         * string/test-strpbrk.c (TEST_NAME): Likewise.
37777         * string/test-strrchr.c (TEST_NAME): Likewise.
37778         * string/test-strspn.c (TEST_NAME): Likewise.
37779         * string/test-strstr.c (TEST_NAME): Likewise.
37780         * string/test-bcopy-ifunc.c: New file.
37781         * string/test-bzero-ifunc.c: Likewise.
37782         * string/test-memccpy-ifunc.c: Likewise.
37783         * string/test-memchr-ifunc.c: Likewise.
37784         * string/test-memcmp-ifunc.c: Likewise.
37785         * string/test-memcpy-ifunc.c: Likewise.
37786         * string/test-memmem-ifunc.c: Likewise.
37787         * string/test-memmove-ifunc.c: Likewise.
37788         * string/test-mempcpy-ifunc.c: Likewise.
37789         * string/test-memset-ifunc.c: Likewise.
37790         * string/test-rawmemchr-ifunc.c: Likewise.
37791         * string/test-stpcpy-ifunc.c: Likewise.
37792         * string/test-stpncpy-ifunc.c: Likewise.
37793         * string/test-strcasecmp-ifunc.c: Likewise.
37794         * string/test-strcasestr-ifunc.c: Likewise.
37795         * string/test-strcat-ifunc.c: Likewise.
37796         * string/test-strchr-ifunc.c: Likewise.
37797         * string/test-strchrnul-ifunc.c: Likewise.
37798         * string/test-strcmp-ifunc.c: Likewise.
37799         * string/test-strcpy-ifunc.c: Likewise.
37800         * string/test-strcspn-ifunc.c: Likewise.
37801         * string/test-strlen-ifunc.c: Likewise.
37802         * string/test-strncasecmp-ifunc.c: Likewise.
37803         * string/test-strncat-ifunc.c: Likewise.
37804         * string/test-strncmp-ifunc.c: Likewise.
37805         * string/test-strncpy-ifunc.c: Likewise.
37806         * string/test-strnlen-ifunc.c: Likewise.
37807         * string/test-strpbrk-ifunc.c: Likewise.
37808         * string/test-strrchr-ifunc.c: Likewise.
37809         * string/test-strspn-ifunc.c: Likewise.
37810         * string/test-strstr-ifunc.c: Likewise.
37812         * debug/Makefile (tests-ifunc): New variable.
37813         (tests): Add $(tests-ifunc).
37814         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37815         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37816         * debug/test-stpcpy_chk-ifunc.c: New file.
37817         * debug/test-strcpy_chk-ifunc.c: Likewise.
37819 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37821         [BZ #13601]
37822         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37823         header is not read in.
37825 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37827         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37828         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37829         directly.  Pass built executable to script as
37830         $(built-program-cmd).
37831         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37832         $testprogram without using LD_LIBRARY_PATH and $ldso.
37834         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37835         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37836         $(rtld-installed-name).
37837         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37838         (rtld_installed_name): Likewise.
37839         (library_path): Likewise.
37840         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37841         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37842         $(run-program-prefix) to tst-tables.sh.
37843         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37844         it to run tst-table-from and tst-table-to.
37845         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37846         Pass it to tst-table.sh.
37847         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37848         $(run-program-prefix) to tst-gettext.sh.
37849         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37850         tst-translit.sh.
37851         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37852         tst-gettext2.sh.
37853         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37854         to run tst-gettext.
37855         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37856         to run tst-gettext2.
37857         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37858         to run tst-translit.
37859         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37860         $(run-program-prefix) to tst-mtrace.sh.
37861         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37862         to run tst-mtrace.
37863         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37864         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37865         $(rtld-installed-name).
37866         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37867         (rtld_installed_name): Likewise.
37868         (run_program_prefix): New variable.  Use it to run wordexp-test.
37870         * Makeconfig (ARCH): Remove all definitions.
37871         (machine): Likewise.
37872         [ARCH]: Remove conditional code.
37873         [!objdir]: Give error.
37874         [!objdir] (objpfx): Remove.
37875         [!objdir] (common-objpfx): Likewise.
37876         [!objdir] (common-objdir): Likewise.
37877         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37878         AC_CONFIG_FILES call.
37879         * configure: Regenerated.
37881         [BZ #13888]
37882         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37883         or TMPDIR.
37884         (testout): Likewise.
37886         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37887         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37888         $(rtld-installed-name).
37889         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37890         (rtld_installed_name): Likwise.
37891         (runit): Remove function.
37892         (run_getconf): New variable,  Use it for running getconf binary.
37894 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37896         [BZ #14716]
37897         * string/test-memmem.c (check_result): New function.
37898         (do_one_test): Use it.
37899         (check1): New function.
37900         (test_main): Use it.
37902 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37904         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37906 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37908         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37909         (_G_LSEEK64): Likewise.
37910         (_G_MMAP64): Likewise.
37911         (_G_FSTAT64): Likewise.
37912         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37913         (_G_LSEEK64): Likewise.
37914         (_G_MMAP64): Likewise.
37915         (_G_FSTAT64): Likewise.
37916         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37917         unconditional.  Call __mmap64 directly.
37918         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37919         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37920         __lseek64 directly.
37921         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37922         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37923         __mmap64 directly.
37924         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37925         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37926         __lseek64 directly.
37927         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37928         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37929         __lseek64 directly.
37930         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37931         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37932         __lseek64 directly.
37933         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37934         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37935         __fxstat64 directly.
37936         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37937         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37938         unconditional.
37939         (freopen64) [!_G_OPEN64]: Remove conditional code.
37940         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37941         unconditional.
37942         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37943         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37944         unconditional.
37945         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37946         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37947         unconditional.
37948         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37949         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37950         unconditional.
37951         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37952         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37953         unconditional.
37954         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37955         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37956         unconditional.
37957         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37958         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37959         unconditional.
37960         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37962 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37964         [BZ #12140]
37965         * manual/memory.texi (Malloc Tunable Parameters): Add note
37966         about free list pointers overwriting some perturb bytes.
37967         Wording suggested by Roland McGrath.
37969 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37971         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37972         (lgamma_test): Likewise.
37973         (tgamma_test): Likewise.
37975 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37977         [BZ #14700]
37978         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37979         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37981 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37983         * NEWS: Mention BZ #14716.
37984         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37985         when removing AVAILABLE1_USES_J macro.
37987 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37989         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37990         (__bswap_64): __uint64_t for unsigned 64-bit int.
37992 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37994         * include/string.h (memmem): Declare libc hidden alias.
37995         * string/memmem.c (memmem): Define libc hidden alias.
37996         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37997         __read, __close instead of open, read, close.
37999 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38001         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38002         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38003         global and hidden.
38004         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38005         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38006         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38007         Likewise.
38008         (__rawmemchr_sse2): Likewise.
38009         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38010         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38011         (__strchr_sse2): Likewise.
38012         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38013         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38014         (__strcasecmp_sse2): Likewise.
38015         (__strncasecmp_sse2): Likewise.
38016         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38017         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38018         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38019         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38020         (__strrchr_sse2): Likewise.
38021         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38022         ifunc-impl-list.c.
38023         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38024         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38025         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38026         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38027         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38028         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38029         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38030         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38031         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38032         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38033         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38034         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38035         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38036         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38037         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38038         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38039         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38040         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38041         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38042         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38043         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38044         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38045         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38046         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38047         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38048         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38049         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38050         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38051         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38052         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38054         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38055         global and hidden.
38056         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38057         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38058         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38059         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38060         Likewise.
38061         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38062         Likewise.
38063         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38064         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38065         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38066         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38067         ifunc-impl-list.c.
38068         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38069         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38070         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38071         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38072         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38073         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38074         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38075         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38076         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38077         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38078         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38079         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38080         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38081         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38082         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38083         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38084         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38085         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38086         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38087         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38088         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38089         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38090         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38091         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38092         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38093         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38094         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38095         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38096         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38097         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38098         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38099         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38100         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38101         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38102         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38103         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38104         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38105         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38106         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38107         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38108         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38110         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38111         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38112         * include/ifunc-impl-list.h: New file.
38113         * misc/ifunc-impl-list.c: Likewise.
38114         * misc/Makefile (routines): Add ifunc-impl-list.
38115         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38116         * string/test-string.h: Include <ifunc-impl-list.h>.
38117         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38118         TEST_NAME]: New variables.
38119         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38120         are defined.
38121         (test_init): Call __libc_ifunc_impl_list to initialize
38122         func_list if TEST_IFUNC and TEST_NAME are defined.
38124         * string/Makefile (strop-tests): Add bcopy and bzero.
38125         * string/test-bcopy.c: New file.
38126         * string/test-bzero.c: Likewise.
38127         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38128         defined.
38129         * string/test-memset.c: Support bzero test if TEST_BZERO is
38130         defined.
38131         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38132         __libc_memmove.
38133         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38134         __libc_memset.
38135         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38136         of memset.
38138 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38140         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38141         * configure: Regenerated.
38143         * Makeconfig (+link-static-before-libc): Don't include
38144         $(link-static-libc).
38146         * libio/libio.h (_IO_pos_t): Remove.
38148 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38150         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38151         McGrath.
38153 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38155         * crypt/crypt-entry.c: Include fips-private.h.
38156         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38157         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38158         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38159         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38161 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38163         * crypt/crypt-private.h: Include stdbool.h.
38164         (_ufc_setup_salt_r): Return bool.
38165         * crypt/crypt-entry.c: Include errno.h.
38166         (__crypt_r): Return NULL with EINVAL for bad salt.
38167         * crypt/crypt_util.c (bad_for_salt): New.
38168         (_ufc_setup_salt_r): Check that salt is long enough and within
38169         the specified alphabet.
38170         * crypt/badsalttest.c: New file.
38171         * crypt/Makefile (tests): Add it.
38172         ($(objpfx)badsalttest): New.
38174 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38176         * NEWS: Add entry for BZ #14602.
38178 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38180         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38181         type-generic.
38182         * math/libm-test.inc: Update comment listing what functions and
38183         macros are tested.
38184         (isgreater_test): New function.
38185         (isgreaterequal_test): Likewise.
38186         (isless_test): Likewise.
38187         (islessequal_test): Likewise.
38188         (islessgreater_test): Likewise.
38189         (isunordered_test): Likewise.
38190         (main): Call the new functions.
38192 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38194         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38195         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38196         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38197         * sysdeps/i386/configure: Regenerated.
38198         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38199         * sysdeps/mach/configure: Regenerated.
38200         * sysdeps/mach/hurd/configure: Regenerated.
38201         * sysdeps/powerpc/configure: Regenerated.
38202         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38203         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38204         * sysdeps/s390/s390-32/configure: Regenerated.
38205         * sysdeps/s390/s390-64/configure: Regenerated.
38206         * sysdeps/sh/configure: Regenerated.
38207         * sysdeps/sparc/configure: Regenerated.
38208         * sysdeps/unix/sysv/linux/configure: Regenerated.
38209         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38210         * sysdeps/x86_64/configure: Regenerated.
38212         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38213         defined.  Don't check if MAP is NULL.
38215 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38217         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38218         (_G_stat64): Likewise.
38219         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38220         (_G_stat64): Likewise.
38221         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38222         instead of struct _G_stat64.
38223         * libio/fileops.c (mmap_remap_check): Likewise.
38224         (decide_maybe_mmap): Likewise.
38225         (_IO_new_file_seekoff): Likewise.
38226         (_IO_file_stat): Likewise.
38227         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38228         _G_off64_t.
38229         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38230         instead of struct _G_stat64.
38231         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38233 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38235         [BZ #14602]
38236         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38237         Replace with ...
38238         (CHECK_EOL): New macro.
38239         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38240         CHECK_EOL.
38241         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38242         Replace with CHECK_EOL.
38243         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38244         Replace with CHECK_EOL.
38246 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38248         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38249         type-generic.
38250         * math/libm-test.inc: Update comment listing what functions and
38251         macros are tested.
38252         (finite_test): New function.
38253         (isinf_test): Likewise.
38254         (isnan_test): Likewise.
38255         (fpclassify_test): Test subnormal input.
38256         (isfinite_test): Likewise.
38257         (isnormal_test): Likewise.
38258         (main): Call the new functions.
38260 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38262         [BZ #14660]
38263         * Makerules (%.dynsym): Force C locale when running
38264         $(OBJDUMP) --dynamic-syms.
38266 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38268         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38269         <stdint.h>.
38271 2012-10-06  David S. Miller  <davem@davemloft.net>
38273         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38274         upper 32-bits of the length value in %o2 since we use branch-on-register
38275         tests which consider the entire 64-bit register.
38277 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38279         * string/test-strstr.c (check2): Add a test for page boundary.
38281 2012-10-05  David S. Miller  <davem@davemloft.net>
38283         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38284         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38285         file.
38286         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38287         sysdep_routines.
38288         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38289         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38290         and bzero when HWCAP_SPARC_CRYPTO is present.
38292 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38294         [BZ #14602]
38295         * string/test-strstr.c (check2): New function.
38296         (test_main): Call check2.
38298         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38299         and bug-strchr1.
38300         * string/bug-strcasestr1.c (do_test): Moved to ...
38301         * string/test-strcasestr.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-strchr1.c (do_test): Moved to ...
38307         * string/test-strchr.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-strstr1.c (main): Moved to ...
38313         * string/test-strstr.c (check1): Here.  New function.
38314         (do_one_test): Break out result checking code into ...
38315         (check_result): This.  New function.
38316         (do_one_test): Call check_result.
38317         (test_main): Call check1.
38318         * string/bug-strcasestr1.c: Removed.
38319         * string/bug-strchr1.c: Likewise.
38320         * string/bug-strstr1.c: Likewise.
38322         * elf/Makefile (dl-routines): Add hwcaps.
38323         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38324         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38325         (_dl_important_hwcaps): Moved to ...
38326         * elf/dl-hwcaps.c: Here.  New file.
38327         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38329         [BZ #14557]
38330         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38331         if IS_IN_rtld isn't defined.
38333         * elf/dl-support.c (_dl_sysinfo_map): New.
38334         Include "get-dynamic-info.h" and "setup-vdso.h".
38335         (_dl_non_dynamic_init): Call setup_vdso.
38336         * elf/dynamic-link.h: Don't include <assert.h>.
38337         (elf_get_dynamic_info): Moved to ...
38338         * elf/get-dynamic-info.h: Here.  New file.
38339         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38340         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38341         * elf/setup-vdso.h: Here.  New file.
38342         * elf/rtld.c: Include "setup-vdso.h".
38343         (dl_main): Call setup_vdso.
38345 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38347         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38348         creal in comment listing functions tested.  List finite, isinf,
38349         isnan, isless, islessequal, isgreater, isgreaterequal,
38350         islessgreater, isunordered, lgamma_r and pow10 as functions and
38351         macros not tested.  Mention which functions not tested are aliases
38352         for other functions.  Fix typo.  Note that signs of NaNs are not
38353         tested.
38355         * scripts/config.guess: Update from config.git.
38356         * scripts/config.sub: Likewise.
38358 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38360         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38361         * misc/madvise.c (madvise): Renamed to __madvise.
38362         Make madvise a weak alias.
38363         * include/sys/mman.h: Declare __madvise.
38364         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38365         * sysdeps/unix/syscalls.list
38366         (madvise): Make __madvise the strong name, and madvise a weak alias.
38367         * sysdeps/unix/sysv/linux/syscalls.list
38368         (madvise, mmap): Remove redundant entries.
38369         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38370         * malloc/malloc.c (mtrim): Likewise.
38371         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38373 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38375         * sysdeps/mach/hurd/dl-cache.c: File removed.
38376         * config.h.in (USE_LDCONFIG): New #undef.
38377         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38378         * configure: Regenerated.
38379         * elf/Makefile (dl-routines): Add dl-cache only under
38380         [$(use-ldconfig) = yes].
38381         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38382         cache on [USE_LDCONFIG].
38383         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38384         [USE_LDCONFIG].
38385         * elf/rtld.c (dl_main): Likewise.
38387 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38389         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38390         _SC_LEVEL4_CACHE_LINESIZE.
38392 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38394         * sysdeps/unix/bsd/confstr.h: File removed.
38396 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38398         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38399         sys/sdt-config.h.
38401 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38403         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38404         Make 'mapoff' field ElfW(Off) rather than off_t.
38406 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38408         * nscd/Makefile: Remove nscd-cflags and all its users.
38409         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38410         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38412         [BZ #10631]
38413         * malloc.c (malloc_printerr): Clarify error message.
38415 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38417         [BZ #14648]
38418         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38419         Set bit_FMA_Usable if FMA is supported.
38420         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38421         macro.
38422         (bit_FMA4_Usable): Updated.
38423         (index_FMA_Usable): New macro.
38424         (CPUID_FMA): Likewise
38425         (HAS_FMA): Defined with bit_FMA_Usable.
38427 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38429         * bits/types.h (__swblk_t): Type removed.
38430         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38431         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38432         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38433         (__SWBLK_T_TYPE): Likewise.
38434         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38435         (__SWBLK_T_TYPE): Likewise.
38436         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38437         (__SWBLK_T_TYPE): Likewise.
38438         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38439         (__SWBLK_T_TYPE): Likewise.
38441 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38442             Honza Horak <hhorak@redhat.com>
38444         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38445         (xdr_mapname): Use YPMAXMAP as maxsize.
38446         (xdr_peername): Use YPMAXPEER as maxsize.
38447         (xdr_keydat): Use YPAXRECORD as maxsize.
38448         (xdr_valdat): Use YPMAXRECORD as maxsize.
38450 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38452         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38454         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38455         * csu/init-first.c: ... here.
38456         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38457         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38458         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38459         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38460         * sysdeps/i386/init-first.c: File removed.
38461         * sysdeps/sh/init-first.c: File removed.
38463 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38465         [BZ #14645]
38466         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38467         if x * y might underflow to zero and z is zero.
38468         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38469         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38470         * math/libm-test.inc (min_subnorm_value): New variable.
38471         (fma_test): Add more tests.
38472         (fma_test_towardzero): Likewise.
38473         (fma_test_downward): Likewise
38474         (fma_test_upward): Likewise.
38475         (initialize): Set min_subnorm_value.
38477 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38479         [BZ #14638]
38480         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38481         0 + 0.
38482         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38483         mode for addition resulting in exact zero.
38484         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38485         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38486         exact 0 + 0.
38487         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38488         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38489         * math/libm-test.inc (fma_test): Add more tests.
38490         (fma_test_towardzero): New function.
38491         (fma_test_downward): Likewise.
38492         (fma_test_upward): Likewise.
38493         (main): Call the new functions.
38495 2012-09-28  David S. Miller  <davem@davemloft.net>
38497         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38499 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38501         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38502         instead of SIGALRM.
38504         * sysdeps/gnu/_G_config.h: Moved to ...
38505         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38506         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38507         * sysdeps/generic/_G_config.h: ... here.
38509         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38511         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38513         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38514         Conditionalize target on [libnss_test1.so-version].
38516         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38518         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38519         (elfobjdir): Move out of conditionals.
38521         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38522         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38523         (__nss_lookup_function): Conditionalize label remove_from_tree on
38524         [!DO_STATIC_NSS || SHARED], matching its only use.
38526 2012-09-28  David S. Miller  <davem@davemloft.net>
38528         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38529         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38530         file.
38531         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38532         sysdep_routines.
38533         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38534         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38535         when HWCAP_SPARC_CRYPTO is present.
38537 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38539         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38541 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38543         [BZ #6530]
38544         * stdio-common/vfprintf.c (process_string_arg): Revert
38545         2000-07-22 change.
38547 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38549         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38550         for testcase.
38551         * stdio-common/tst-sprintf.c: Include <locale.h>
38552         (main): Test sprintf's handling of incomplete multibyte
38553         characters.
38555 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38557         * elf/dl-runtime.c (VERSYMIDX): Removed.
38558         * elf/dl-version.c (VERSYMIDX): Likewise.
38559         * elf/do-rel.h (VERSYMIDX): Likewise.
38560         (VALIDX): Likewise.
38561         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38562         * elf/rtld.c (VALIDX): Likewise.
38563         (ADDRIDX): Likewise.
38564         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38565         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38566         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38567         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38568         (VALIDX): Likewise.
38569         (ADDRIDX): Likewise.
38571 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38573         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38575 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38577         [BZ #11438]
38578         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38579         to global scope.
38580         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38581         addresses are in the same scope as 192.0.2/24.
38582         * posix/gai.conf: Document new scope table defaults.
38584 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38586         [BZ #5298]
38587         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38588         for ftell.  Compute offsets from write pointers instead.
38589         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38591 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38593         [BZ #14543]
38594         * libio/Makefile (tests): New test case tst-fseek.
38595         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38596         combination works in wide mode.
38597         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38598         state when the external buffer state changes.
38600 2012-09-27  David S. Miller  <davem@davemloft.net>
38602         [BZ #14376]
38603         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38604         pass reloc->r_addend in as the 'high' argument to
38605         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38609 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38611         * rt/tst-aio2.c: Include <pthread.h>.
38612         * rt/tst-aio3.c: Likewise.
38614 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38616         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38618 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38620         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38621         contents on [SHARED].
38623 2012-09-26  Marek Polacek  <polacek@redhat.com>
38625         [BZ #14530]
38626         [BZ #13741]
38627         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38628         for C++ and GCC <4.3 as well as for non GCC compilers.
38630 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38634 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38636         * Makefile.in (all, install): Declare with .PHONY.
38637         Reported by Michael Hope <michael.hope@linaro.org>.
38639 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38641         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38642         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38643         system header.
38644         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38645         Likewise.
38646         (sydep_routines): Add the new and the internal functions.
38647         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38648         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38650         (GLIBC_2.17): Add the new function.
38651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38652         (GLIBC_2.17): Likewise.
38653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38654         (GLIBC_2.17): Likewise.
38655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38656         (GLIBC_2.17): Likewise.
38657         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38659 2012-09-25  Alan Modra  <amodra@gmail.com>
38661         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38662         Add release barrier before setting once_control to say
38663         initialisation is done.  Add hints on lwarx.  Use macro in
38664         place of isync.
38665         (clear_once_control): Add release barrier.
38667 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38669         [BZ #13629]
38670         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38671         specially.
38672         * math/s_clog10.c (__clog10): Likewise.
38673         * math/s_clog10f.c (__clog10f): Likewise.
38674         * math/s_clog10l.c (__clog10l): Likewise.
38675         * math/s_clogf.c (__clogf): Likewise.
38676         * math/s_clogl.c (__clogl): Likewise.
38677         * math/Makefile (libm-calls): Add x2y2m1.
38678         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38679         (__x2y2m1): Likewise.
38680         (__x2y2m1l): Likewise.
38681         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38682         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38683         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38684         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38685         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38686         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38687         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38688         * sysdeps/i386/fpu/libm-test-ulps: Update.
38689         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38691         [BZ #14621]
38692         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38693         int as type of variable DEPTH.
38694         (glob): Use size_t instead of int as type of variables NEWCOUNT
38695         and OLD_PATHC.
38697 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38699         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38700         Add s_sincosf-sse2.
38701         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38702         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38703         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38704         macros for using routine as __sincosf_ia32.
38705         Use macro for function declaration and weak_alias.
38706         * sysdeps/i386/fpu/libm-test-ulps: Update.
38708         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38709         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38711         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38712         subnormal argument.
38713         * math/s_cexpf.c (__cexpf): Likewise.
38714         * math/s_csinf.c (__csinf): Likewise.
38715         * math/s_csinhf.c (__csinhf): Likewise.
38716         * math/s_ctanf.c (__ctanf): Likewise.
38717         * math/s_ctanhf.c (__ctanhf): Likewise.
38718         * math/s_ccosh.c (__ccoshf): Likewise.
38719         * math/s_cexp.c (__cexpl): Likewise.
38720         * math/s_csin.c (__csin): Likewise.
38721         * math/s_csinh.c (__csinh): Likewise.
38722         * math/s_ctan.c (__ctan): Likewise.
38723         * math/s_ctanh.c (ctanh): Likewise.
38724         * math/s_ccoshl.c (__ccoshl): Likewise.
38725         * math/s_cexpl.c (__cexpl): Likewise.
38726         * math/s_csinl.c (__csinl): Likewise.
38727         * math/s_csinhl.c (__csinhl): Likewise.
38728         * math/s_ctanl.c (__ctanl): Likewise.
38729         * math/s_ctanhl.c (__ctanhl): Likewise.
38731 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38733         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38734         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38735         (_IO_off_t): Define to __off_t, not _G_off_t.
38736         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38737         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38738         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38739         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38740         type of __dummy and __dummy2 fields.
38741         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38742         (_G_ssize_t): Likewise.
38743         (_G_off_t): Likewise.
38744         (_G_pid_t): Likewise.
38745         (_G_uid_t): Likewise.
38746         (_G_wchar_t): Likewise.
38747         (_G_wint_t): Likewise.
38748         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38749         (_G_ssize_t): Likewise.
38750         (_G_off_t): Likewise.
38751         (_G_pid_t): Likewise.
38752         (_G_uid_t): Likewise.
38753         (_G_wchar_t): Likewise.
38754         (_G_wint_t): Likewise.
38755         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38756         (_G_ssize_t): Likewise.
38757         (_G_off_t): Likewise.
38758         (_G_pid_t): Likewise.
38759         (_G_uid_t): Likewise.
38760         (_G_wchar_t): Likewise.
38761         (_G_wint_t): Likewise.
38763 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38765         * malloc/arena.c: Include malloc-sysdep.h.
38766         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38767         is sufficient to shrink the heap or an unmap is needed.
38768         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38769         new function check_may_shrink_heap.
38770         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38771         new function check_may_shrink_heap.
38773 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38775         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38776         comments.
38778 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38780         * catgets/test-gencat.sh: Add "set -e".
38781         * elf/tst-pathopt.sh: Likewise.
38782         * grp/tst_fgetgrent.sh: Likewise.
38783         * iconvdata/run-iconv-test.sh: Likewise.
38784         * intl/tst-gettext.sh: Likewise.
38785         * intl/tst-gettext2.sh: Likewise.
38786         * intl/tst-gettext4.sh: Likewise.
38787         * intl/tst-gettext6.sh: Likewise.
38788         * intl/tst-translit.sh: Likewise.
38789         * io/ftwtest-sh: Likewise.
38790         * libio/test-freopen.sh: Likewise.
38791         * malloc/tst-mtrace.sh: Likewise.
38792         * posix/globtest.sh: Likewise.
38793         * posix/tst-getconf.sh: Likewise.
38794         * posix/wordexp-tst.sh: Likewise.
38795         * stdio-common/tst-printf.sh: Likewise.
38796         * stdio-common/tst-unbputc.sh: Likewise.
38797         * stdlib/tst-fmtmsg.sh: Likewise.
38798         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38799         * catgets/Makefile: Do not specify -e option when running
38800         testsuite shell scripts.
38801         * elf/Makefile: Likewise.
38802         * grp/Makefile: Likewise.
38803         * iconvdata/Makefile: Likewise.
38804         * intl/Makefile: Likewise.
38805         * io/Makefile: Likewise.
38806         * libio/Makefile: Likewise.
38807         * malloc/Makefile: Likewise.
38808         * posix/Makefile: Likewise.
38809         * stdio-common/Makefile: Likewise.
38810         * stdlib/Makefile: Likewise.
38811         * sysdeps/x86_64/Makefile: Likewise.
38813         * io/ftwtest-sh: Add copyright header.
38814         * posix/globtest.sh: Likewise.
38815         * posix/tst-getconf.sh: Likewise.
38816         * posix/wordexp-tst.sh: Likewise.
38817         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38819 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38821         [BZ #13679]
38822         * Makeconfig (+link): Defined as $(+link-static) if
38823         $(build-shared) isn't yes.
38824         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38825         isn't yes.
38826         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38828         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38830         [BZ #14562]
38831         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38832         new chunk size with MALLOC_ALIGN_MASK.
38834 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38836         [BZ #5044]
38837         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38838         <rounding-mode.h>.
38839         (__printf_fphex): Determine rounding using get_rounding_mode and
38840         round_away.
38841         * stdio-common/tst-printf-round.c (struct hex_test): New
38842         structure.
38843         (hex_tests): New variable.
38844         (test_hex_in_one_mode): New function.
38845         (do_test): Also run tests for hex float output.
38847 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38849         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38850         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38851         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38852         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38853         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38854         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38855         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38856         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38858 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38860         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38861         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38862         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38863         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38865 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38867         [BZ #14579]
38868         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38869         mode only.
38870         * elf/tst-rtld-load-self.sh: New test.
38871         * elf/Makefile: Run it.
38873 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38875         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38876         (tst-writev-ENV): Remove.
38877         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38879 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38881         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38883 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38885         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38886         unconditional.
38887         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38888         Likewise.
38889         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38890         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38891         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38892         Likewise.
38894 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38896         [BZ #14587]
38897         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38898         * config.make.in (have-cpp-asm-debuginfo): Removed.
38899         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38900         * configure: Regenerated.
38902 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38904         [BZ #5044]
38905         * stdio-common/printf_fp.c: Include <stdbool.h> and
38906         <rounding-mode.h>.
38907         (___printf_fp): Determine rounding using get_rounding_mode and
38908         round_away.
38909         * stdio-common/tst-printf-round.c: New file.
38910         * stdio-common/Makefile (tests): Add tst-printf-round.
38911         (link-libm): New variable.
38912         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38914 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38916         [BZ #14576]
38917         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38918         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38919         Likewise.
38920         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38921         Likewise.
38923 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38925         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38926         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38927         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38928         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38930 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38932         [BZ #14518]
38933         * include/rounding-mode.h: New file.
38934         * sysdeps/generic/get-rounding-mode.h: Likewise.
38935         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38936         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38937         (MAX_VALUE): New macro.
38938         (MIN_VALUE): Likewise.
38939         (overflow_value): New function.
38940         (underflow_value): Likewise.
38941         (round_and_return): Use overflow_value and underflow_value to
38942         determine return values in overflow and underflow cases.  Use
38943         round_away to determine rounding depending on rounding mode.
38944         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38945         determine return values in overflow and underflow cases.
38946         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38947         (struct test_results): New structure.
38948         (struct test): Use struct test_results to store expected results
38949         for all rounding modes.
38950         (TEST): Include expected results for all rounding modes.
38951         (test_in_one_mode): New function.
38952         (do_test): Use test_in_one_mode to compute and check results.
38953         Check results for all rounding modes.
38954         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38955         $(link-libm).
38957 2012-12-09  Allan McRae  <allan@archlinux.org>
38959         * sysdeps/i386/fpu/libm-test-ulps: Update
38961 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38963         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38964         (_G_int32_t): Likewise.
38965         (_G_uint16_t): Likewise.
38966         (_G_uint32_t): Likewise.
38967         (_G_HAVE_BOOL): Likewise.
38968         (_G_HAVE_ATEXIT): Likewise.
38969         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38970         (_G_HAVE_IO_FILE_OPEN): Likewise.
38971         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38972         (_G_int32_t): Likewise.
38973         (_G_uint16_t): Likewise.
38974         (_G_uint32_t): Likewise.
38975         (_G_HAVE_BOOL): Likewise.
38976         (_G_HAVE_ATEXIT): Likewise.
38977         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38978         (_G_HAVE_IO_FILE_OPEN): Likewise.
38979         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38980         (_G_int32_t): Likewise.
38981         (_G_uint16_t): Likewise.
38982         (_G_uint32_t): Likewise.
38983         (_G_HAVE_BOOL): Likewise.
38984         (_G_HAVE_ATEXIT): Likewise.
38985         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38986         (_G_HAVE_IO_FILE_OPEN): Likewise.
38988 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38990         * csu/libc-tls.c: Update copyright years.
38992 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38994         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38995         [!_G_USING_THUNKS]: Remove conditional code.
38996         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38997         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38999         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39000         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39001         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39002         (_G_VTABLE_LABEL_PREFIX): Likewise.
39003         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39004         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39005         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39006         (_G_VTABLE_LABEL_PREFIX): Likewise.
39007         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39008         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39009         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39010         (_G_VTABLE_LABEL_PREFIX): Likewise.
39011         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39013 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39015         * libio/Makefile: Include ../Makeconfig before tests.
39016         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39017         only if $(build-shared) is yes.
39019         * iconv/gconv_db.c: Update copyright years.
39021 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39023         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39024         unwind info if defined PIC. Fix special cases description.
39025         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39027         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39028         DP_HI_MASK entry.
39029         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39031 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39033         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39035         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39036         is NULL.
39038         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39039         (LDLIBS-tst-chk4): This.
39040         (LDFLAGS-tst-chk5): Renamed to ...
39041         (LDLIBS-tst-chk5): This.
39042         (LDFLAGS-tst-chk6): Renamed to ...
39043         (LDLIBS-tst-chk6): This.
39044         (LDFLAGS-tst-lfschk4): Renamed to ...
39045         (LDLIBS-tst-lfschk4): This.
39046         (LDFLAGS-tst-lfschk5): Renamed to ...
39047         (LDLIBS-tst-lfschk5): This.
39048         (LDFLAGS-tst-lfschk6): Renamed to ...
39049         (LDLIBS-tst-lfschk6): This.
39051         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39052         on $(common-objpfx)soversions.mk.
39054 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39056         [BZ #10014]
39057         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39058         example host name.
39060 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39062         * malloc/arena.c (arena_get_retry): New function that gets
39063         another arena for the caller to try its request on.
39064         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39065         current arena cannot fulfill the request.
39066         (__libc_memalign): Likewise.
39067         (__libc_memalign): Likewise.
39068         (__libc_pvalloc): Likewise.
39069         (__libc_calloc): Likewise.
39071 2012-09-05  John Tobey  <john.tobey@gmail.com>
39073         [BZ #13542]
39074         * manual/arith.texi (Operations on Complex): Fix description
39075         of carg branch cut.
39077 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39079         [BZ #10014]
39080         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39081         host name.
39083         [BZ #10038]
39084         * manual/memory.texi (Memory): Make order of menu items match
39085         order of sections.
39087 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39089         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39090         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39091         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39093 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39095         * csu/libc-tls.c (static_dtv): Renamed to ...
39096         (_dl_static_dtv): This.  Make it global.
39097         (_dl_initial_dtv): Removed.
39098         (__libc_setup_tls): Updated.
39099         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39100         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39101         DL_INITIAL_DTV.
39103 2012-09-06  Petr Machata  <pmachata@redhat.com>
39105         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39106         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39107         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39108         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39110 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39112         [BZ #14545]
39113         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39114         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39115         freeing dtv[-1].
39117 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39119         [BZ #14544]
39120         * Makeconfig (link-static-before-libc): Replace $(+prector)
39121         with $(+prectorT).
39122         (link-static-after-libc): Replace $(+postctor) with
39123         $(+postctorT).
39124         (link-bounded): Replace $(+prector)/$(+postctor) with
39125         $(+prectorT)/$(+postctorT).
39126         (+prectorT): New macro.
39127         (+postctorT): Likewise.
39129 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39131         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39132         (round_str): Handle values above the maximum for IBM long double
39133         as inexact.
39134         * stdlib/tst-strtod-round.c (tests): Regenerated.
39136 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39138         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39139         assembler flag.
39140         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39141         zarch_nohighgprs around the zarch optimized routines.
39142         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39143         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39144         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39145         for zarch.
39147 2012-09-05  David S. Miller  <davem@davemloft.net>
39149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39151         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39152         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39153         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39154         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39155         entries.
39157 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39159         * malloc/arena.c: Fold copyright years.
39160         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39162 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39164         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39166 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39168         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39170 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39172         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39173         change internal state upon failure.
39175 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39177         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39178         * malloc/memusage.c (mmap): Likewise.
39179         (mmap64, mremap): Likewise.  Adjust name in comment.
39181 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39183         * libio/fileops.c: Fix typos in comments.
39184         * libio/oldfileops.c: Likewise.
39185         * libio/wfileops.c: Likewise.
39187 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39189         [BZ #1349]
39190         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39191         (tst-malloc-usable-ENV): Set environment for test case.
39192         * malloc/hooks.c (malloc_check_get_size): New function to get
39193         requested size.
39194         * malloc/malloc.c (musable): Use malloc_check_get_size.
39195         * malloc/tst-malloc-usable.c: New test case.
39197 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39199         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39201 2012-09-05  Allan McRae  <allan@archlinux.org>
39203         [BZ #13966]
39204         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39205         determine header location.
39206         * configure: Regenerated.
39208 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39210         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39211         float format.
39212         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39213         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39214         format.
39215         (test): Regenerate.
39217 2012-09-04  David S. Miller  <davem@davemloft.net>
39219         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39220         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39221         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39223 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39225         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39226         failures.
39228         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39230 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39232         [BZ #9914]
39233         * libio/iogetdelim.c: Include <limits.h>.
39234         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39235         + len + 1 would overflow.
39237 2012-09-03  Andreas Jaeger  <aj@suse.de>
39239         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39240         * sysdeps/i386/fpu/libm-test-ulps: Update.
39242 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39244         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39245         Add s_sinf-sse2, s_conf-sse2.
39247         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39248         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39249         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39250         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39252         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39253         for using routine as __sinf_ia32.
39254         Use macro for function declaration and weak_alias.
39255         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39256         for using routine as __cosf_ia32.
39257         Use macro for function declaration and weak_alias.
39259         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39260         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39262         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39263         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39264         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39266         * math/libm-test.inc (cos_test): Add more test cases.
39267         (sin_test): Likewise.
39268         (sincos_test): Likewise.
39270 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39272         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39273         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39274         hidden.
39275         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39277 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39279         [BZ #14538]
39280         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39281         first element of the GOT.
39282         (elf_machine_load_address): Return the difference between
39283         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39285 2012-09-01  Allan McRae  <allan@archlinux.org>
39287         [BZ #13412]
39288         * configure.in (AWK): Require gawk version 3.0 or later.
39289         * configure: Regenerated.
39291 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39293         * sysdeps/unix/sysv/linux/kernel-features.h
39294         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39295         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39296         [__NR_clock_getres]: Make code unconditional.
39297         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39298         (clock_getcpuclockid): Remove code left unreachable by removal of
39299         conditionals.
39300         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39301         code unconditional.
39302         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39303         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39304         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39305         Make code unconditional.
39306         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39307         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39308         * sysdeps/unix/sysv/linux/clock_settime.c
39309         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39310         conditional code.
39311         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39312         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39314 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39316         [BZ #14476]
39317         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39318         scripts/test-installation.pl.
39320         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39321         and $ld_so_version if it is set.
39323 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39325         [BZ #14516]
39326         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39327         failure if reading from procfs failed.
39328         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39330 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39332         * sysdeps/unix/sysv/linux/kernel-features.h
39333         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39334         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39335         Remove conditional code.
39336         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39337         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39338         Remove conditional code.
39339         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39340         * sysdeps/unix/sysv/linux/i386/fxstat.c
39341         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39342         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39343         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39344         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39345         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39346         * sysdeps/unix/sysv/linux/i386/lxstat.c
39347         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39348         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39349         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39350         Remove conditional code.
39351         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39352         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39353         Remove conditional code.
39354         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39355         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39356         <kernel-features.h>.
39357         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39358         Remove.
39359         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39360         Remove conditional code.
39361         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39362         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39363         Remove conditional.
39365 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39367         [BZ #5400]
39368         * NEWS: Add fixed bug number.
39370 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39372         [BZ #14519]
39373         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39374         underflowing exponent in case of negative sign.
39375         * stdlib/tst-strtod-round-data: Add more tests.
39376         * stdlib/tst-strtod-round.c (tests): Regenerated.
39378         [BZ #3479]
39379         * stdlib/strtod_l.c (NDIG): Remove.
39380         (HEXNDIG): Likewise.
39381         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39382         smallest representable value.
39383         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39384         lie within an exact representation of 1/2 ulp of the result.
39385         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39386         unconditionally.
39387         (TENS_P9_IDX): Define unconditionally.
39388         (TENS_P9_SIZE): Likewise.
39389         (TENS_P10_IDX): Likewise.
39390         (TENS_P10_SIZE): Likewise.
39391         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39392         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39393         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39394         entries for 10^2^13 and 10^2^14.
39395         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39396         (TENS_P13_IDX): Define.
39397         (TENS_P13_SIZE): Likewise.
39398         (TENS_P14_IDX): Likewise.
39399         (TENS_P14_SIZE): Likewise.
39400         (_fpioconst_pow10): Change array size to
39401         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39402         unconditional.
39403         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39404         1024]: Add entries for 10^2^13 and 10^2^14.
39405         [LAST_POW10 > _LAST_POW10]: Remove #error.
39406         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39407         (_fpioconst_pow10): Change array size to
39408         FPIOCONST_POW10_ARRAY_SIZE.
39409         * stdlib/gen-fpioconst.c: New file.
39410         * stdlib/gen-tst-strtod-round.c: Likewise.
39411         * stdlib/tst-strtod-round-data: Likewise.
39412         * stdlib/tst-strtod-round.c: Likewise.
39413         * stdlib/Makefile (tests): Add tst-strtod-round.
39415         [BZ #14459]
39416         * stdlib/strtod_l.c: Include <stdint.h>.
39417         (NDEBUG): Do not define.
39418         (round_and_return): Change EXPONENT parameter to type intmax_t.
39419         Rearrange calculations to avoid internal overflow possibilities.
39420         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39421         Rearrange calculations to avoid internal overflow possibilities.
39422         Assert that number fits inside MPNSIZE limbs.
39423         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39424         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39425         calculations and add assertions to avoid internal overflow
39426         possibilities.  Add casts to avoid signed/unsigned operations.
39427         * stdlib/tst-strtod-overflow.c: New file.
39428         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39430 2012-08-25  Marek Polacek  <polacek@redhat.com>
39432         * time/time.h: Fix some typos in comments.
39434 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39436         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39437         * posix/tst-rfc3484-2.c: Likewise.
39438         * posix/tst-rfc3484-3.c: Likewise.
39440 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39442         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39443         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39445 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39447         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39448         #include of fxstatat64.c.
39450 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39452         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39453         * shadow/getspent_r.c: Likewise.
39454         * shadow/getspnam.c: Likewise.
39455         * shadow/getspnam_r.c: Likewise.
39456         * gshadow/getsgent.c: Likewise.
39457         * gshadow/getsgent_r.c: Likewise.
39458         * gshadow/getsgnam.c: Likewise.
39459         * gshadow/getsgnam_r.c: Likewise.
39460         * inet/getnetbyad.c: Likewise.
39461         * inet/getnetbyad_r.c: Likewise.
39462         * inet/getnetbynm.c: Likewise.
39463         * inet/getnetbynm_r.c: Likewise.
39464         * inet/getnetent.c: Likewise.
39465         * inet/getnetent_r.c: Likewise.
39466         * inet/getproto.c: Likewise.
39467         * inet/getproto_r.c: Likewise.
39468         * inet/getprtent.c: Likewise.
39469         * inet/getprtent_r.c: Likewise.
39470         * inet/getprtname.c: Likewise.
39471         * inet/getprtname_r.c: Likewise.
39472         * inet/getrpcbyname.c: Likewise.
39473         * inet/getrpcbyname_r.c: Likewise.
39474         * inet/getrpcbynumber.c: Likewise.
39475         * inet/getrpcbynumber_r.c: Likewise.
39476         * inet/getrpcent.c: Likewise.
39477         * inet/getrpcent_r.c: Likewise.
39478         * inet/getaliasent.c: Likewise.
39479         * inet/getaliasent_r.c: Likewise.
39480         * inet/getaliasname.c: Likewise.
39481         * inet/getaliasname_r.c: Likewise.
39482         * nscd/getgrgid_r.c: Likewise.
39483         * nscd/getgrnam_r.c: Likewise.
39484         * nscd/gethstbyad_r.c: Likewise.
39485         * nscd/gethstbynm3_r.c: Likewise.
39486         * nscd/getpwnam_r.c: Likewise.
39487         * nscd/getpwuid_r.c: Likewise.
39488         * nscd/getsrvbynm_r.c: Likewise.
39489         * nscd/getsrvbypt_r.c: Likewise.
39490         * nscd/gai.c: Likewise.
39492         * configure.in (build_nscd): New substituted variable, set
39493         by --disable-build-nscd and defaults to $use_nscd.
39494         * configure: Regenerated.
39495         * config.make.in (build-nscd): New substituted variable.
39496         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39497         Change conditional to require [$(build-nscd) = yes] as well.
39498         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39500         [BZ# 13696]
39501         * configure.in (use_nscd): New substituted variable, set by
39502         --disable-nscd.  If enabled, define USE_NSCD.
39503         * configure: Regenerated.
39504         * config.h.in: Add USE_NSCD.
39505         * config.make.in (use-nscd): New substituted variable.
39506         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39507         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39508         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39509         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39510         (CFLAGS-getgrnam_r.c): Likewise.
39511         (CFLAGS-initgroups.c): Likewise.
39512         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39513         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39514         Variables removed.
39515         * inet/getnetgrent_r.c
39516         (nscd_setnetgrent): New function, broken out of ...
39517         (setnetgrent): ... here.  Call it.
39518         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39519         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39520         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39521         * nscd/Makefile (routines, aux): Move definitions after include of
39522         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39523         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39524         Conditionalize on [USE_NSCD].
39525         (is_nscd, nscd_init_cb): Likewise.
39526         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39527         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39528         * nss/nss_db/db-init.c: Likewise.
39529         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39530         [USE_NSCD].
39531         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39532         (make_request): Use it.
39533         (cache_valid_p): New function.
39534         (__check_pf): Use it.
39535         * NEWS: Add item for --disable-nscd.
39537 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39539         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39540         to support sed >= 4.2.1-20-ga9bf076.
39541         * configure: Regenerated.
39543 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39545         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39546         Conditionalize whole body on [IREL].
39548 2012-08-22  Jeff Law <law@redhat.com>
39550         [BZ #14505]
39551         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39552         if the family is PF_UNSPEC.
39554 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39556         * Makerules (lib-version): Rename from V.
39557         (install-lib-nosubdir): Change V to lib-version.
39559 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39561         [BZ #14252]
39562         * powerpc32/power6/wcschr.c: New file.
39563         * powerpc32/power6/wcscpy.c: New file.
39564         * powerpc32/power6/wcsrchr.c: New file.
39565         * powerpc64/power6/wcschr.c: New file.
39566         * powerpc64/power6/wcscpy.c: New file.
39567         * powerpc64/power6/wcsrchr.c: New file.
39569 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39571         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39572         (two_way_short_needle): Use it.
39573         * string/strstr.c (AVAILABLE1_USES_J): Define.
39574         * string/strcasestr.c: Likewise.
39576         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39577         array references.
39578         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39580         [BZ #11607]
39581         * NEWS: Add an entry.
39582         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39583         define their defaults.
39584         (two_way_short_needle): Detect end-of-string on-the-fly.
39585         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39586         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39587         * string/bug-strcasestr1.c: New test.
39588         * string/Makefile: Run it.
39590 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39592         [BZ #11607]
39593         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39594         the first character.
39596 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39598         * csu/elf-init.c (__libc_csu_irel): Function removed.
39599         * csu/libc-start.c (apply_irel): New function.
39600         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39602 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39604         * sysdeps/unix/sysv/linux/kernel-features.h
39605         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39606         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39607         <kernel-features.h>.
39608         [__NR_fadvise64_64]: Make code unconditional.
39609         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39610         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39611         !__NR_fadvise64_64)]: Likewise.
39612         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39613         !__NR_fadvise64_64))]: Likewise.
39614         [__NR_fadvise64]: Make code unconditional.
39615         [!__NR_fadvise64]: Remove conditional code.
39616         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39617         <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/powerpc/powerpc32/posix_fadvise64.c: Do
39623         not 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.
39628         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39629         include <kernel-features.h>.
39630         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39631         unconditional.
39632         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39633         conditional code.
39635 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39637         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39638         slight instruction rearrangements per scrollpipe analysis.
39639         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39641 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39643         * manual/syslog.texi (syslog; vsyslog, closelog):
39644         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39645         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39647         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39648         DSOCAPS to match condition on defining it.
39650 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39652         * sysdeps/unix/sysv/linux/kernel-features.h
39653         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39655         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39656         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39658         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39659         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39661         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39662         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39664         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39665         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39667         * sysdeps/unix/sysv/linux/kernel-features.h
39668         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39669         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39670         unconditional.
39671         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39672         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39673         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39674         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39675         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39676         Make code unconditional.
39677         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39678         (__mmap64) [!__NR_mmap2]: Likewise.
39679         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39680         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39681         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39682         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39683         [__NR_mmap2]: Make code unconditional.
39684         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39685         (__mmap64) [!__NR_mmap2]: Likewise.
39687 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39689         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39691 2012-08-18  Andreas Jaeger  <aj@suse.de>
39693         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39695 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39697         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39698         * include/unistd.h (__have_sock_cloexec): Likewise.
39699         (__have_pipe2): Likewise.
39700         (__have_dup3): Likewise.
39702 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39704         [BZ #9685]
39705         * include/unistd.h (__have_pipe2): Change define into an extern int.
39706         (__have_dup3): Likewise.
39707         * socket/have_sock_cloexec.c: Include fcntl.h.
39708         (__have_pipe2): New variable.
39709         (__have_dup3): Likewise.
39711 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39713         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39715 2012-08-17  Marek Polacek  <polacek@redhat.com>
39717         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39718         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39720 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39722         * configure.in: Add AC_SUBST for sysheaders.
39723         * configure: Regenerated.
39724         * config.make.in (sysheaders): New substituted variable.
39726         * sysdeps/unix/mkfifo.c: Moved ...
39727         * sysdeps/posix/mkfifo.c: ... here.
39728         * sysdeps/unix/mkfifoat.c: Moved ...
39729         * sysdeps/posix/mkfifoat.c: ... here.
39731         * sysdeps/unix/utime.c: Moved ...
39732         * sysdeps/posix/utime.c: ... here.
39734         * sysdeps/unix/time.c: Moved ...
39735         * sysdeps/posix/time.c: ... here.
39736         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39737         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39739         * sysdeps/unix/nice.c: Moved ...
39740         * sysdeps/posix/nice.c: ... here.
39742         * sysdeps/unix/alarm.c: Moved ...
39743         * sysdeps/posix/alarm.c: ... here.
39745         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39747 2012-08-17  Jeff Law <law@redhat.com>
39749         * intl/Makefile (codeset_mo): New variable.
39750         ($(codeset_mo)): New target.
39751         (tst-codeset.out): Depend on that.  Remove explicit rule.
39752         (tst-gettext3.out, tst-gettext5.out): Likewise.
39753         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39754         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39755         * intl/tst-codeset.sh: Remove.
39756         * intl/tst-gettext3.sh: Likewise.
39757         * intl/tst-gettext5.sh: Likewise.
39759 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39761         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39762         * sysdeps/unix/syscalls.list: ... here.
39764         * sysdeps/posix/getaddrinfo.c
39765         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39766         (gaiconf_init, gaiconf_reload): Use them.
39767         [!_STATBUF_ST_NSEC]
39768         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39769         Define using time_t rather than struct timespec.
39771         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39772         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39773         Macros removed.
39774         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39775         [!NO_THREADS].
39776         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39777         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39778         Likewise.
39780         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39781         __libc_cleanup_push argument.
39783         * bits/param.h: New file.
39784         * misc/sys/param.h: New file.
39785         * include/sys/param.h: New file.
39786         * misc/Makefile (headers): Add bits/param.h.
39787         * sysdeps/generic/sys/param.h: File removed.
39788         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39789         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39790         * sysdeps/mach/hurd/bits/param.h: New file.
39791         * sysdeps/mach/hurd/sys/param.h: File removed.
39793         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39794         last change.
39796         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39797         [_IO_MTSAFE_IO].
39798         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39799         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39800         New macros.
39802         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39803         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39804         rather than -D_IO_MTSAFE_IO conditionally.
39805         * stdio-common/Makefile (CPPFLAGS): Likewise.
39806         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39807         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39808         Use $(libio-mtsafe).
39809         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39810         of -D_IO_MTSAFE_IO.
39811         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39812         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39813         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39814         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39815         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39816         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39817         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39818         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39819         (CFLAGS-fread_u_chk.c): Likewise.
39820         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39821         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39822         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39823         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39824         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39825         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39826         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39827         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39828         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39830         * libio/Makefile: Test [$(libc-reentrant) = yes]
39831         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39833         * Makeconfig
39834         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39835         * sysdeps/pthread/configure: File removed.
39836         * sysdeps/pthread/Makeconfig: New file.
39837         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39838         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39840 2012-08-16  Gary Benson  <gbenson@redhat.com>
39842         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39843         unmapping the first object in a namespace.
39845 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39847         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39848         (__internal_setnetgrent): ... this.  Add internal_function to
39849         definition.  Add libc_hidden_def.
39850         (setnetgrent): Update caller.
39851         (internal_endnetgrent): Renamed to ...
39852         (__internal_endnetgrent): ... this.  Add internal_function to
39853         definition.  Add libc_hidden_def.
39854         (endnetgrent): Update caller.
39855         (internal_getnetgrent_r): Renamed to ...
39856         (__internal_getnetgrent_r): ... this.  Add internal_function to
39857         definition.  Add libc_hidden_def.
39858         (__getnetgrent_r): Update caller.
39859         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39861 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39863         * stdlib/longlong.h: Update from GCC.
39865 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39867         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39868         on _QL, which is set by umul_ppmm but never used.
39869         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39870         variables, which are set by GMP macros but never used.
39871         * stdio-common/_itowa.c (_itowa): Likewise.
39872         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39873         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39875 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39877         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39878         struct La_sh_regs is not constant.
39879         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39880         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39881         and struct La_sparc64_regs are not constant.
39883 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39885         * sysdeps/unix/sysv/linux/kernel-features.h
39886         (__ASSUME_POSIX_TIMERS): Remove.
39887         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39888         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39889         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39890         Make code unconditional.
39891         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39892         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39893         Make code unconditional.
39894         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39895         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39896         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39897         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39898         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39899         Make code unconditional.
39900         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39901         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39902         (__libc_missing_posix_timers): Remove.
39904 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39906         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39907         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39909         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39911         * elf/dl-sym.c: Include <stdlib.h>.
39913         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39914         constants, which avoids warnings in 32-bit builds.
39916         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39917         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39919         * misc/lseek.c: File moved to ...
39920         * io/lseek.c: ... here.
39922         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39924         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39925         shifting LEN more than 31 bits at once.
39927 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39929         [BZ #14195]
39930         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39931         segmentation fault for a case of two empty input strings.
39932         * string/test-strncasecmp.c (check1): Renamed to...
39933         (bz12205): ...this.
39934         (bz14195): Add new testcase for two empty input strings and N > 0.
39935         (test_main): Call new testcase, adapt for renamed function.
39937 2012-08-15  Andreas Jaeger  <aj@suse.de>
39939         [BZ #14090]
39940         * crypt/md5test2.c: New test, based on test supplied by Serge
39941         Belyshev <belyshev@depni.sinp.msu.ru>.
39942         * crypt/Makefile (xtests): Add md5test-giant..
39943         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39945 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39947         [BZ #14090]
39948         * crypt/md5.c (md5_process_block): Don't assume the buffer
39949         length is less than 2**32.
39950         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39951         length is less than 2**64.
39953 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39955         * string/str-two-way.h: Include <sys/param.h>.
39956         (MAX): Macro removed.
39958         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39959         Move #define and #undef of memmove to just before and after
39960         including <string.h>.
39962         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39963         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39964         and after including <string.h>.  Move declarations of
39965         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39966         to before #include "string/memmove.c".
39968         * include/dirent.h: Declare __getdirentries.
39970         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39971         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39973 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39975         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39976         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39977         * sysdeps/i386/configure: Regenerated.
39978         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39979         STABS_CURRENT_FILE, and STABS_FUN.
39980         (END): Remove call to STABS_FUN_END.
39981         (STABS_CURRENT_FILE1): Delete.
39982         (STABS_CURRENT_FILE): Likewise.
39983         (STABS_FUN): Likewise.
39984         (STABS_FUN_END): Likewise.
39985         (STABS_FUN2): Likewise.
39986         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39987         * sysdeps/x86_64/configure: Regenerated.
39989 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39991         * elf/dl-open.c: Include <atomic.h>.
39992         * elf/dl-lookup.c: Likewise.
39994 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39996         * sysdeps/unix/sysv/linux/kernel-features.h
39997         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39998         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39999         unconditionally.
40000         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40001         unconditionally.
40002         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40003         condition on __ASSUME_CLONE_THREAD_FLAGS.
40005 2012-08-14  Andreas Jaeger  <aj@suse.de>
40007         * sysdeps/i386/fpu/libm-test-ulps: Update.
40009 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40011         * include/atomic.h (atomic_exchange_and_add): Split into ...
40012         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40013         New atomic macros.
40015 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40017         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40019 2012-08-13  Jeff Law <law@redhat.com>
40021         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40022         null byte in the output string.
40024 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40026         * sysdeps/unix/sysv/linux/kernel-features.h
40027         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40028         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40029         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40030         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40031         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40032         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40033         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40035 2012-08-09  Jeff Law <law@redhat.com>
40037         [BZ #13939]
40038         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40039         When avoid_arena is set, don't retry in the that arena.  Pick the
40040         next one, whatever it might be.
40041         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40042         (arena_lock): Pass in new parameter to arena_get2.
40043         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40044         arena_get2.
40045         (__libc_malloc): Unify retrying after main arena failure with
40046         __libc_memalign version.
40047         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40049 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40051         [BZ #14166]
40052         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40053         to __redirect_strstr.
40054         (__strstr_sse42): Use typeof __redirect_strstr.
40055         (__strstr_ia32): Likewise.
40056         (__libc_strstr): New prototype.
40057         (strstr): Renamed to ...
40058         (__libc_strstr): This.
40059         (strstr): New strong alias of __libc_strstr.
40060         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40061         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40062         __redirect_time.
40063         Include <time.h>.
40064         (__libc_time): New prototype.
40065         (time_ifunc): Replace time with __libc_time.
40066         (time): New strong alias and hidden definition of __libc_time.
40067         (__GI_time): Remove strong alias.
40068         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40069         Include <stddef.h>.
40070         (memmove): Redefined to __redirect_memmove.
40071         (__memmove_sse2): Use typeof __redirect_memmove.
40072         (__memmove_ssse3): Likewise.
40073         (__memmove_ssse3_back): Likewise.
40074         (__libc_memmove): New prototype.
40075         (memmove): Renamed to ...
40076         (__libc_memmove): This.
40077         (memmove): New strong alias of __libc_memmove.
40079 2012-08-08  Mark Salter  <msalter@redhat.com>
40081         * elf/elf.h
40082         (R_MN10300_TLS_GD): Define.
40083         (R_MN10300_TLS_LD): Likewise.
40084         (R_MN10300_TLS_LDO): Likewise.
40085         (R_MN10300_TLS_GOTIE): Likewise.
40086         (R_MN10300_TLS_IE): Likewise.
40087         (R_MN10300_TLS_LE): Likewise.
40088         (R_MN10300_TLS_DTPMOD): Likewise.
40089         (R_MN10300_TLS_DTPOFF): Likewise.
40090         (R_MN10300_TLS_TPOFF): Likewise.
40091         (R_MN10300_SYM_DIFF): Likewise.
40092         (R_MN10300_ALIGN): Likewise.
40093         (R_MN10300_NUM): Update.
40095 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40097         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40098         Remove.
40100 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40102         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40104         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40105         sysdeps/unix -> sysdeps/posix move.
40106         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40108 2012-08-07      Allan McRae     <allan@archlinux.org>
40110         [BZ #14303]
40111         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40112         (SUNOS_CPP): Likewise.
40113         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40114         not found.
40115         (open_input): Call CPP using execvp.
40117 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40119         * sysdeps/unix/sysv/linux/kernel-features.h
40120         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40121         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40122         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40123         (__ASSUME_WAITID_SYSCALL): Likewise.
40124         * sysdeps/unix/sysv/linux/dl-execstack.c
40125         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40126         code unconditional.
40127         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40128         conditional code.
40129         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40130         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40131         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40132         code.
40133         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40134         unconditional.
40135         [__ASSUME_WAITID_SYSCALL]: Likewise.
40136         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40138 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40140         * sysdeps/unix/closedir.c: Renamed to ...
40141         * sysdeps/posix/closedir.c: ... here.
40142         * sysdeps/unix/dirfd.c: Renamed to ...
40143         * sysdeps/posix/dirfd.c: ... here.
40144         * sysdeps/unix/dirstream.h: Renamed to ...
40145         * sysdeps/posix/dirstream.h: ... here.
40146         * sysdeps/unix/fdopendir.c: Renamed to ...
40147         * sysdeps/posix/fdopendir.c: ... here.
40148         * sysdeps/unix/opendir.c: Renamed to ...
40149         * sysdeps/posix/opendir.c: ... here.
40150         * sysdeps/unix/readdir.c: Renamed to ...
40151         * sysdeps/posix/readdir.c: ... here.
40152         * sysdeps/unix/readdir_r.c: Renamed to ...
40153         * sysdeps/posix/readdir_r.c: ... here.
40154         * sysdeps/unix/rewinddir.c: Renamed to ...
40155         * sysdeps/posix/rewinddir.c: ... here.
40156         * sysdeps/unix/seekdir.c: Renamed to ...
40157         * sysdeps/posix/seekdir.c: ... here.
40158         * sysdeps/unix/telldir.c: Renamed to ...
40159         * sysdeps/posix/telldir.c: ... here.
40160         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40161         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40162         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40163         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40165         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40166         * bits/fcntl.h: ... here.
40168         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40169         not 0.
40170         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40171         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40172         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40173         (struct flock): Move l_start, l_len to the beginning.
40174         Use __pid_t for l_pid.
40175         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40176         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40177         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40178         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40179         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40180         [__USE_LARGEFILE64] (struct flock64): New type.
40181         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40183         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40184         * bits/dirent.h: ... here.
40186         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40187         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40189 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40191         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40192         Change from 2.6.0 to 2.6.16.
40193         * sysdeps/unix/sysv/linux/configure: Regenerated.
40194         * sysdeps/unix/sysv/linux/kernel-features.h
40195         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40196         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40197         version.
40198         (__ASSUME_UTIMES): Likewise.
40199         (__ASSUME_CLONE_STOPPED): Remove.
40200         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40201         architectures, not kernel version.
40202         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40203         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40204         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40205         (__ASSUME_WAITID_SYSCALL): Likewise.
40206         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40207         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40208         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40209         refer to older versions.
40211 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40213         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40214         Define alphasort64 as an alias.
40215         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40216         Define versionsort64 as an alias.
40217         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40218         Define scandir64 as an alias.
40219         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40220         Define scandirat64 as an alias.
40221         * dirent/alphasort64.c (alphasort64):
40222         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40223         * dirent/versionsort64.c: Likewise.
40224         * dirent/scandir64.c: Likewise.
40225         * dirent/scandirat64.c: Likewise.
40226         * sysdeps/wordsize-64/alphasort.c: File removed.
40227         * sysdeps/wordsize-64/alphasort64.c: File removed.
40228         * sysdeps/wordsize-64/scandir.c: File removed.
40229         * sysdeps/wordsize-64/scandir64.c: File removed.
40230         * sysdeps/wordsize-64/scandirat.c: File removed.
40231         * sysdeps/wordsize-64/scandirat64.c: File removed.
40232         * sysdeps/wordsize-64/versionsort.c: File removed.
40233         * sysdeps/wordsize-64/versionsort64.c: File removed.
40234         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40235         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40236         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40237         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40238         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40239         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40240         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40241         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40243         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40244         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40245         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40246         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40247         [defined __arch64__ || defined __sparcv9]
40248         (__INO_T_MATCHES_INO64_T): New macro.
40249         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40250         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40251         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40252         * sysdeps/unix/sysv/linux/bits/dirent.h
40253         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40254         (_DIRENT_MATCHES_DIRENT64): New macro.
40256         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40257         Define lockf64 as an alias.
40258         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40259         Define fseeko64 as an alias.
40260         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40261         Define ftello64 as an alias.
40262         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40263         Define _IO_fgetpos64 and fgetpos64 as aliases.
40264         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40265         Define _IO_fsetpos64 and fsetpos64 as aliases.
40266         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40267         Conditionalize body on this.
40268         * libio/fseeko64.c: Likewise.
40269         * libio/ftello64.c: Likewise.
40270         * libio/iofgetpos64.c: Likewise.
40271         * libio/iofsetpos64.c: Likewise.
40272         * sysdeps/wordsize-64/lockf.c: File removed.
40273         * sysdeps/wordsize-64/lockf64.c: File removed.
40274         * sysdeps/wordsize-64/fseeko.c: File removed.
40275         * sysdeps/wordsize-64/fseeko64.c: File removed.
40276         * sysdeps/wordsize-64/ftello.c: File removed.
40277         * sysdeps/wordsize-64/ftello64.c: File removed.
40278         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40279         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40280         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40281         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40282         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40283         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40284         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40285         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40286         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40287         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40288         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40289         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40290         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40291         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40293         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40294         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40295         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40296         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40297         [defined __arch64__ || defined __sparcv9]
40298         (__OFF_T_MATCHES_OFF64_T): New macro.
40299         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40300         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40301         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40302         (__OFF_T_MATCHES_OFF64_T): New macro.
40304 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40306         * stdlib/secure-getenv.c (__secure_getenv): Replace
40307         GLIBC_2_16 with GLIBC_2_17.
40309 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40311         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40312         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40314 2012-08-03  David S. Miller  <davem@davemloft.net>
40316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40318 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40320         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40321         Remove.
40322         (__ASSUME_CORRECT_SI_PID): Likewise.
40323         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40324         (__ASSUME_TMPFS_NAME): Likewise.
40325         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40326         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40327         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40328         (HAVE_AUX_SECURE): Make definition unconditional.
40329         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40330         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40332 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40334         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40335         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40336         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40337         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40338         __eloop_threshold instead of SYMLOOP_MAX.
40340         * sysdeps/generic/eloop-threshold.h: New file.
40341         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40342         of MAXSYMLINKS.
40343         * elf/chroot_canon.c (chroot_canon): Likewise.
40345 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40347         [BZ #13717]
40348         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40349         Change to 2.6.0 everywhere.
40350         * sysdeps/unix/sysv/linux/configure: Regenerated.
40351         * sysdeps/unix/sysv/linux/kernel-features.h
40352         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40353         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40354         kernel versions.
40355         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40356         (__ASSUME_FUTEX_REQUEUE): Remove.
40357         (__ASSUME_STATFS64): Define unconditionally.
40358         (__ASSUME_AT_SECURE): Likewise.
40359         (__ASSUME_CORRECT_SI_PID): Likewise.
40360         (__ASSUME_TGKILL): Define without depending on kernel version for
40361         i386.
40362         (__ASSUME_UTIMES): Likewise.
40363         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40364         kernel version.
40365         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40366         (__ASSUME_TMPFS_NAME): Likewise.
40367         * README: Update reference to Linux kernel versions.
40369 2012-08-02  Marek Polacek  <polacek@redhat.com>
40371         [BZ# 14150]
40372         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40373         libc_cv_asm_type_prefix with %.
40374         * configure: Regenerated.
40375         * include/libc-symbols.h: Remove comment about
40376         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40377         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40378         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40379         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40380         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40381         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40382         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40383         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40384         * elf/tst-unique2mod1.c: Likewise.
40385         * elf/tst-unique1mod2.c: Likewise.
40386         * elf/tst-unique1mod1.c: Likewise.
40387         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40388         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40389         Replace ASM_TYPE_DIRECTIVE with .type.
40390         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40391         * sysdeps/i386/sysdep.h: Likewise.
40392         * sysdeps/x86_64/sysdep.h: Likewise.
40393         * sysdeps/sh/sysdep.h: Likewise.
40394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40395         Do not define ASM_TYPE_DIRECTIVE.
40396         * sysdeps/powerpc/sysdep.h: Likewise.
40397         * sysdeps/powerpc/powerpc32/sysdep.h:
40398         Replace ASM_TYPE_DIRECTIVE with .type.
40399         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40400         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40401         * sysdeps/i386/fpu/e_powf.S: Likewise.
40402         * sysdeps/i386/fpu/e_expl.S: Likewise.
40403         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40404         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40405         * sysdeps/i386/fpu/e_pow.S: Likewise.
40406         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40407         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40408         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40409         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40410         * sysdeps/i386/fpu/e_log2.S: Likewise.
40411         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40412         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40413         * sysdeps/i386/fpu/e_powl.S: Likewise.
40414         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40415         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40416         * sysdeps/i386/fpu/e_logl.S: Likewise.
40417         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40418         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40419         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40420         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40421         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40422         * sysdeps/i386/fpu/e_log.S: Likewise.
40423         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40424         * sysdeps/i386/fpu/e_logf.S: Likewise.
40425         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40426         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40427         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40428         * sysdeps/i386/fpu/e_log10.S: Likewise.
40429         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40430         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40431         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40432         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40433         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40434         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40435         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40436         * sysdeps/i386/i686/strtok.S: Likewise.
40437         * sysdeps/i386/i386-mcount.S: Likewise.
40438         * sysdeps/i386/strtok.S: Likewise.
40439         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40440         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40441         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40442         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40443         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40444         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40445         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40446         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40447         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40448         * sysdeps/x86_64/_mcount.S: Likewise.
40449         * sysdeps/x86_64/strtok.S: Likewise.
40450         * sysdeps/sh/_mcount.S: Likewise.
40452 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40454         * libio/iofopen.c: Include <fcntl.h>.
40455         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40456         (_IO_fopen64, fopen64): Define as aliases.
40457         * libio/iofopen64.c: Include <fcntl.h>.
40458         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40459         Conditionalize body on this.
40460         * sysdeps/wordsize-64/iofopen.c: File removed.
40461         * sysdeps/wordsize-64/iofopen64.c: File removed.
40463 2012-08-01  Marek Polacek  <polacek@redhat.com>
40465         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40466         Use dlfcn directly instead of a variable.
40467         (binfmt-subdir): Do not define.
40468         (dlfcn): Likewise.
40470 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40472         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40473         Remove all definitions.
40474         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40475         <kernel-features.h>.
40476         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40477         (miss_F_GETOWN_EX): Remove all definitions.
40478         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40479         macro definition.
40480         [!__ASSUME_FCNTL64]: Remove conditional code.
40481         [__ASSUME_FCNTL64]: Make code unconditional.
40482         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40483         <kernel-features.h>.
40484         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40485         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40486         (lockf64) [__NR_fcntl64]: Make code unconditional.
40487         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40489         * sysdeps/unix/sysv/linux/kernel-features.h
40490         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40491         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40492         Make code unconditional.
40493         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40494         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40496         [__NR_vfork]: Make code unconditional.
40497         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40498         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40500         [__NR_vfork]: Make code unconditional.
40501         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40502         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40504 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40506         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40507         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40509         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40510         Define mkstemp64 as an alias.
40511         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40512         Define mkstemps64 as an alias.
40513         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40514         Define mkostemp64 as an alias.
40515         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40516         Define mkostemps64 as an alias.
40517         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40518         Conditionalize body on this.
40519         * misc/mkostemp64.c: Likewise.
40520         * misc/mkostemps64.c: Likewise.
40521         * misc/mkstemps64.c: Likewise.
40522         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40523         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40524         * sysdeps/wordsize-64/mkostemp.c: File removed.
40525         * sysdeps/wordsize-64/mkstemp.c: File removed.
40526         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40527         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40528         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40529         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40531         [BZ #14138]
40532         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40533         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40534         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40535         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40537         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40538         compat_symbol macros from <shlib-compat.h> rather than the underlying
40539         default_symbol_version and symbol_version macros, so that DEFAULT
40540         lines in shlib-versions are respected.
40541         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40543 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40545         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40546         Declare with warn_unused_result.
40547         (setgid, setregid, setegid, setresgid): Likewise.
40548         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40549         Likewise.
40550         * WUR-REPORT: Remove set*id functions.
40552 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40554         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40556 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40558         [BZ #10191]
40559         * include/sys/socket.h (__libc_accept, __libc_accept4):
40560         Add attribute_hidden.
40561         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40563         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40564         use of PTR_MANGLE.
40565         * inet/getnetgrent_r.c (setup): Likewise.
40567         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40569 2012-07-31  David S. Miller  <davem@davemloft.net>
40571         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40573 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40575         [BZ #13629]
40576         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40577         value between 1.0 and 2.0 and smaller part has absolute value less
40578         than 1.0.
40579         * math/s_clog10.c (__clog10): Likewise.
40580         * math/s_clog10f.c (__clog10f): Likewise.
40581         * math/s_clog10l.c (__clog10l): Likewise.
40582         * math/s_clogf.c (__clogf): Likewise.
40583         * math/s_clogl.c (__clogl): Likewise.
40584         * math/libm-test.inc (clog_test): Add more tests.
40585         (clog10_test): Likewise.
40586         * sysdeps/i386/fpu/libm-test-ulps: Update.
40587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40589 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40591         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40592         Exit with zero in case no suitable GID is found, and write a
40593         message to standard error.
40595 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40597         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40598         rather than to 1.
40599         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40600         (MAXPATHLEN): Removed.
40601         (NOGROUP, NODEV): New macros.
40602         (setbit, clrbit, isset, isclr): New macros.
40603         (howmany, roundup, powerof2): New macros.
40604         (DEV_BSIZE): New macro.
40606         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40607         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40609         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40610         definition on [!__NO_LONG_DOUBLE_MATH].
40612         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40613         PTR_MANGLE and PTR_DEMANGLE.
40615         * socket/accept4.c (accept4): Rename to __libc_accept4.
40616         Define accept4 as a weak alias.
40618         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40619         on [_DIRENT_HAVE_D_TYPE].
40620         * io/ftw.c (ftw_dir): Likewise.
40622         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40624         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40626         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40627         Use the BSD numbers rather than the arbitrary ones we had.
40628         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40629         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40630         (SIGXCPU, SIGXFSZ): New macros.
40631         (_NSIG): Now 32.
40633         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40634         initializer on [_LIBC_REENTRANT].
40636         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40637         definitions inside [_POSIX_MAPPED_FILES].
40639         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40641         * dirent/opendir.c: Include <fcntl.h>.
40643         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40644         (__libc_getspecific): Likewise.
40645         (__libc_key_create): Likewise.
40647         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40648         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40649         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40650         (tmpfile64): Define as alias.
40651         * sysdeps/wordsize-64/tmpfile.c: File removed.
40652         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40653         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40654         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40656         * stdio-common/vfscanf.c: Include <stdbool.h>.
40657         * nss/makedb.c: Likewise.
40658         * stdio-common/_i18n_number.h: Likewise.
40659         * argp/argp-help.c: Likewise.
40660         * posix/wordexp.c: Likewise.
40661         * sysdeps/posix/spawni.c: Likewise.
40662         * nss/nss_files/files-initgroups.c: Likewise.
40663         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40664         * nss/nss_files/files-initgroups.c: Likewise.
40665         * nss/nss_db/db-netgrp.c: Likewise.
40666         * nss/nss_db/db-initgroups.c: Likewise.
40667         * io/fchmodat.c: Include <sys/stat.h>.
40669         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40670         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40672         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40673         [HAVE_MMAP].
40675         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40676         Add multiple inclusion protection.
40678 2012-07-27  David S. Miller  <davem@davemloft.net>
40680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40682 2012-07-27  Gary Benson  <gbenson@redhat.com>
40684         [BZ #14298]
40685         * elf/rtld.c: Include <stap-probe.h>.
40686         (dl_main): Added static probes "init_start" and "init_complete".
40687         * elf/dl-load.c: Include <stap-probe.h>.
40688         (lose): Take new parameter "nsid".
40689         Added static probe "map_failed".
40690         (_dl_map_object_from_fd): Pass namespace id to lose.
40691         Added static probe "map_start".
40692         (open_verify): Pass namespace id to lose.
40693         * elf/dl-open.c: Include <stap-probe.h>.
40694         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40695         and "reloc_complete".
40696         * elf/dl-close.c: Include <stap-probe.h>.
40697         (_dl_close_worker): Added static probes "unmap_start" and
40698         "unmap_complete".
40699         * elf/rtld-debugger-interface.txt: New file documenting the above.
40701 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40703         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40704         rather than a string variable.
40705         * sunrpc/rpc_main.c (h_output): Likewise.
40706         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40708 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40710         * inet/check_native.c: New file.
40712 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40714         [BZ #13629]
40715         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40716         if larger part has absolute value 1.0.
40717         * math/s_clog10.c (__clog10): Likewise.
40718         * math/s_clog10f.c (__clog10f): Likewise.
40719         * math/s_clog10l.c (__clog10l): Likewise.
40720         * math/s_clogf.c (__clogf): Likewise.
40721         * math/s_clogl.c (__clogl): Likewise.
40722         * math/libm-test.inc (clog_test): Add more tests.
40723         (clog10_test): Likewise.
40724         * sysdeps/i386/fpu/libm-test-ulps: Update.
40725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40727         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40728         (pltexit): Likewise.
40729         (La_regs): Likewise.
40730         (La_retval): Likewise.
40731         (int_retval): Likewise.
40732         Update #error for removed macros to refer only to definitions in
40733         tst-audit.h.
40734         * elf/tst-auditmod3b.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-auditmod4b.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-auditmod5b.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-auditmod6b.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-auditmod6c.c (pltenter): Remove all definitions of
40759         macro.
40760         (pltexit): Likewise.
40761         (La_regs): Likewise.
40762         (La_retval): Likewise.
40763         (int_retval): Likewise.
40764         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40765         macro.
40766         (pltexit): Likewise.
40767         (La_regs): Likewise.
40768         (La_retval): Likewise.
40769         (int_retval): Likewise.
40770         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40771         macro definitions in tst-audit.h.
40772         * sysdeps/i386/tst-audit.h: New file.
40773         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40774         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40775         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40776         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40777         * sysdeps/sh/tst-audit.h: Likewise.
40778         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40779         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40780         * sysdeps/x86_64/tst-audit.h: Likewise.
40782 2012-07-26  Andreas Jaeger  <aj@suse.de>
40784         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40785         ptrace.
40787         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40788         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40789         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40790         PTRACE_O_MASK.
40791         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40792         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40793         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40795         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40796         value.
40798         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40799         _sigsys.
40800         (si_call_addr, si_syscall, si_arch): Define new macro.
40801         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40802         _sigsys.
40803         (si_call_addr, si_syscall, si_arch): Define new marcro.
40804         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40805         _sigsys.
40806         (si_call_addr, si_syscall, si_arch): Define new macro.
40807         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40808         _sigsys.
40809         (si_call_addr, si_syscall, si_arch): Define new macro.
40811 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40813         [BZ #13717]
40814         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40815         Change to 2.4.21 where previously 2.4.1.
40816         * sysdeps/unix/sysv/linux/configure: Regenerated.
40817         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40818         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40819         Linux kernel version.
40820         (__ASSUME_STD_AUXV): Remove.
40821         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40822         kernel version.
40823         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40824         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40825         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40826         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40827         (__ASSUME_NETLINK_SUPPORT): Likewise.
40828         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40829         (__no_netlink_support): Remove conditional definition.
40830         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40831         Remove.
40832         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40833         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40834         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40835         (if_nameindex_ioctl): Remove.
40836         (if_nameindex_netlink): Do not handle __no_netlink_support.
40837         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40838         code.
40839         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40840         Remove conditional code.
40841         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40842         code.
40843         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40844         unconditional.
40845         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40846         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40847         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40848         Remove.
40849         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40850         [!__ASSUME_STD_AUXV]: Remove conditional code.
40851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40852         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40853         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40855         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40856         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40857         code.
40858         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40860         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40861         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40862         conditional code.
40863         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40865         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40866         code.
40867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40868         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40869         conditional code.
40870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40871         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40872         code unconditional.
40873         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40874         conditional code.
40875         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40876         unconditional.
40877         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40878         conditional code.
40879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40880         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40881         unconditional.
40882         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40883         conditional code.
40884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40885         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40886         code unconditional.
40887         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40888         conditional code.
40889         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40890         unconditional.
40891         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40892         conditional code.
40893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40894         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40895         code unconditional.
40896         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40897         conditional code.
40898         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40899         unconditional.
40900         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40901         conditional code.
40903 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40905         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40906         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40907         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40908         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40909         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40910         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40911         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40912         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40913         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40914         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40915         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40916         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40917         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40918         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40919         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40920         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40921         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40922         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40923         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40924         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40925         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40926         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40927         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40929 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40931         * Versions.def: Add GLIBC_2.17.
40932         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40933         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40934         Introduce __libc_secure_getenv.
40935         * stdlib/Versions (2.17): Add secure_getenv
40936         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40937         * stdlib/secure-getenv.c: Rename __secure_getenv to
40938         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40939         symbol __secure_getenv for GLIBC_2.0.
40940         * stdlib/tst-secure-getenv.c: New.
40941         * stdlib/Makefile (tests): Add testcase.
40942         * manual/startup.texi (Environment Access): Document
40943         secure_getenv.
40944         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40945         __libc_secure_getenv.
40946         * inet/ruserpass.c (ruserpass): Likewise.
40947         * malloc/mtrace.c (mtrace): Likewise.
40948         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40949         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40950         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40951         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40952         HAVE_SECURE_GETENV.
40953         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40954         __secure_getenv to __libc_secure_getenv.
40955         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40957         Likewise.
40958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40959         Likewise.
40960         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40962         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40963         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40965         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40968 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40970         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40971         (struct La_i86_retval): Likewise.
40972         (struct La_x86_64_regs): Likewise.
40973         (struct La_x86_64_retval): Likewise.
40974         (struct La_x32_regs): Likewise.
40975         (struct La_x32_retval): Likewise.
40976         (struct La_ppc32_regs): Likewise.
40977         (struct La_ppc32_retval): Likewise.
40978         (struct La_ppc64_regs): Likewise.
40979         (struct La_ppc64_retval): Likewise.
40980         (struct La_sh_regs): Likewise.
40981         (struct La_sh_retval): Likewise.
40982         (struct La_s390_32_regs): Likewise.
40983         (struct La_s390_32_retval): Likewise.
40984         (struct La_s390_64_regs): Likewise.
40985         (struct La_s390_64_retval): Likewise.
40986         (struct La_sparc32_regs): Likewise.
40987         (struct La_sparc32_retval): Likewise.
40988         (struct La_sparc64_regs): Likewise.
40989         (struct La_sparc64_retval): Likewise.
40990         (struct audit_ifaces): Remove architecture-specific pltenter and
40991         pltexit members.
40992         * sysdeps/i386/ldsodefs.h: New file.
40993         * sysdeps/powerpc/ldsodefs.h: Likewise.
40994         * sysdeps/s390/ldsodefs.h: Likewise.
40995         * sysdeps/sh/ldsodefs.h: Likewise.
40996         * sysdeps/sparc/ldsodefs.h: Likewise.
40997         * sysdeps/x86_64/ldsodefs.h: Likewise.
40999 2012-07-25  Marek Polacek  <polacek@redhat.com>
41001         [BZ #6808]
41002         * math/libm-test.inc (yn_test): Add another test.
41003         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41004         to ERANGE when the result is +-Inf.
41005         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41006         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41007         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41008         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41010 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41012         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41013         equal to 0.
41014         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41015         clock_t.
41016         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41018 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41020         * configure.in <sysdeps resolving>: Correct printing
41021         Implies_before.
41022         * configure: Regenerate.
41024 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41026         * math/w_ilogb.c: Include <limits.h>.
41027         * math/w_ilogbl.c: Likewise.
41029 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41031         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41032         va_copy.  Document allowing for unavailable va_copy only as
41033         pre-C99 compatibility.
41034         * manual/string.texi (Copying and Concatenation): Use va_copy
41035         instead of __va_copy in concat example.
41037 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41039         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41040         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41041         it if not null.
41043         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41044         with O_NOLINK passed to __file_name_lookup.
41046         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41047         with O_NOLINK passed to __file_name_lookup.
41049         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41050         negative N or less than NGIDS.
41052         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41053         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41054         enough.  Use memcpy instead of strncpy.
41056 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41058         * elf/Makefile (check-data): Remove.
41059         (localplt.data): New vpath directive.
41060         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41061         instead of $(check-data).
41062         * scripts/data/localplt-generic.data: Move to ...
41063         * sysdeps/generic/localplt.data: ... here.
41064         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41065         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41066         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41068         ... here.
41069         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41071         ... here.
41072         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41074         ... here.
41075         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41077         ... here.
41078         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41080         ... here.
41081         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41083         ... here.
41085 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41087         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41088         PPC32 and PPC64 files.
41089         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41090         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41092 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41094         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41095         __makecontext_ret to ...
41096         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41097         ... here and call exit if uc_link is NULL.  New file.
41098         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41099         __makecontext_ret.S.
41100         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41101         __makecontext_ret to ...
41102         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41103         ... here and call exit if uc_link is NULL.  New file.
41104         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41105         __makecontext_ret.S.
41107 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41109         * elf/elf.h (R_390_IRELATIVE): New definition.
41110         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41111         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41112         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41113         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41114         (elf_machine_lazy_rel): Likewise.
41115         * sysdeps/s390/dl-irel.h: New file.
41116         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41117         * sysdeps/s390/s390-64/memset.S: New asm code.
41118         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41119         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41120         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41121         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41122         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41123         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41124         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41125         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41126         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41127         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41128         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41129         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41130         * sysdeps/s390/s390-32/memset.S: New asm code.
41131         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41133 2012-07-17  Marek Polacek  <polacek@redhat.com>
41135         [BZ #14349]
41136         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41137         * sysdeps/s390/s390-64/configure.in: Likewise.
41138         * sysdeps/sparc/configure.in: Likewise.
41139         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41140         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41141         * sysdeps/i386/configure.in: Likewise.
41142         * sysdeps/x86_64/configure.in: Likewise.
41143         * sysdeps/sh/configure.in: Likewise.
41144         * sysdeps/s390/s390-32/configure: Regenerated.
41145         * sysdeps/s390/s390-64/configure: Likewise.
41146         * sysdeps/x86_64/configure: Likewise.
41147         * sysdeps/sh/configure: Likewise.
41148         * sysdeps/powerpc/powerpc64/configure: Likewise.
41149         * sysdeps/powerpc/powerpc32/configure: Likewise.
41150         * sysdeps/sparc/configure: Likwise.
41151         * sysdeps/i386/configure: Likewise.
41153         * elf/dl-open.c: Comment fixes.
41155 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41157         * Makefile [CXX] (check-data): Remove.
41158         [CXX] (c++-types.data): New vpath directive.
41159         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41160         vpath.  Do not allow for C++ type data being missing.
41161         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41162         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41163         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41164         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41165         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41166         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41167         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41169         ... here.
41170         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41172         ... here.
41173         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41175         ... here.
41176         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41177         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41178         ... here.
41179         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41180         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41181         ... here.
41182         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41183         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41184         ... here.
41185         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41187         ... here.
41188         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41189         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41191         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41192         definitions to architecture-specific files.
41193         (TLS_IE): Likewise.
41194         (TLS_LD): Likewise.
41195         (TLS_GD): Likewise.
41196         * sysdeps/i386/tls-macros.h: New file.
41197         * sysdeps/powerpc/tls-macros.h: Likewise.
41198         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41199         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41200         * sysdeps/sh/tls-macros.h: Likewise.
41201         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41202         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41203         * sysdeps/x86_64/tls-macros.h: Likewise.
41205 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41207         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41208         zero value for regular exit case.
41210         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41211         (__start_context): Preserve zero value for regular exit case.
41213 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41214             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41216         * manual/setjmp.texi (setcontext): Clarify normal process
41217         termination when uc_link is the null pointer.
41218         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41219         exit call.
41221 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41223         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41224         preprocessor.  Test for each exception mask separately.
41226 2012-07-16  Andreas Jaeger  <aj@suse.de>
41228         * po/ru.po: Update from translation team.
41230 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41232         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41233         equal to 0.
41234         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41235         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41236         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41237         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41238         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41240 2012-07-13  Andreas Jaeger  <aj@suse.de>
41242         * po/fr.po: Update from translation team.
41244 2012-07-12  Marek Polacek  <polacek@redhat.com>
41246         [BZ #14173]
41247         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41248         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41249         loop condition.
41251 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41253         [BZ #13717]
41254         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41255         Change to 2.4.1 where previously 2.4.0.
41256         * sysdeps/unix/sysv/linux/configure: Regenerated.
41257         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41258         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41259         version.
41260         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41261         (__ASSUME_AT_CLKTCK): Remove.
41262         (__ASSUME_AT_PAGESIZE): Likewise.
41263         (__ASSUME_AT_XID): Likewise.
41264         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41265         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41266         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41267         unconditionally.
41268         (HAVE_AUX_PAGESIZE): Likewise.
41269         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41270         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41271         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41273 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41275         [BZ #14307]
41276         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41277         the temporary buffer used to invoke __gethostbyname2_r,
41278         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41279         host_data / struct gaih_addrtuple.
41280         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41281         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41282         header file nss/nsswitch.h.
41283         * nss/nsswitch.h (global scope): Add definition of implementation
41284         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41285         resolv/nss_dns/dns-host.c).
41287 2012-07-11  Andreas Jaeger  <aj@suse.de>
41289         * po/fr.po: Update from translation team.
41291         * po/sv.po: Update from translation team
41292         * po/fr.po: Another update from translation team.
41294 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41296         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41297         for subnormals or multiply small sinh result by itself.
41298         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41301 2012-07-11  David S. Miller  <davem@davemloft.net>
41303         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41305 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41307         [BZ #14347]
41308         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41309         (INTERNAL_MARK): Shift it here.
41311 2012-07-10  Marek Polacek  <polacek@redhat.com>
41313         [BZ #14151]
41314         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41315         libc_cv_asm_global_directive with .globl.
41316         * configure: Regenerated.
41317         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41318         with .globl.
41319         * sysdeps/i386/configure: Regenerated.
41320         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41321         with .globl.
41322         * sysdeps/x86_64/configure: Regenerated.
41323         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41324         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41325         * elf/tst-unique2mod2.c: Likewise.
41326         * elf/tst-unique2mod1.c: Likewise.
41327         * elf/tst-unique1mod2.c: Likewise.
41328         * elf/tst-unique1mod1.c: Likewise.
41329         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41330         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41331         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41332         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41333         * sysdeps/mach/sysdep.h: Likewise.
41334         * sysdeps/i386/sysdep.h: Likewise.
41335         * sysdeps/i386/i386-mcount.S: Likewise.
41336         * sysdeps/x86_64/_mcount.S: Likewise.
41337         * sysdeps/x86_64/sysdep.h: Likewise.
41338         * sysdeps/sh/_mcount.S: Likewise.
41339         * sysdeps/sh/sysdep.h: Likewise.
41340         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41341         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41342         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41343         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41344         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41345         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41346         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41347         * locale/localeinfo.h: Likewise.
41348         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41349         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41351 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41353         [BZ #14336]
41354         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41355         system".
41356         * manual/message.texi (The Uniforum approach): Likewise.
41357         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41358         (glibc iconv Implementation): Likewise.
41360 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41362         [BZ #14337]
41363         * math/s_clog.c (__clog): Avoid scaling a value down where that
41364         could result in underflow.
41365         * math/s_clog10.c (__clog10): Likewise.
41366         * math/s_clog10f.c (__clog10f): Likewise.
41367         * math/s_clog10l.c (__clog10l): Likewise.
41368         * math/s_clogf.c (__clogf): Likewise.
41369         * math/s_clogl.c (__clogl): Likewise.
41370         * math/libm-test.inc (clog_test): Add more tests.
41371         (clog10_test): Likewise.
41372         * sysdeps/i386/fpu/libm-test-ulps: Update.
41373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41375 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41377         [BZ #14283]
41378         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41379         by 7 not 8 to examine high bit of fractional part.
41381         [BZ #14042]
41382         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41383         for call to __mcount_internal.
41384         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41385         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41386         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41388 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41390         [BZ #14154]
41391         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41392         approximation for values within 0x1p-13f of an odd multiple of
41393         pi/4.
41394         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41395         exception.  Add more tests.
41396         * sysdeps/i386/fpu/libm-test-ulps: Update.
41398         [BZ #6778]
41399         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41400         inputs and return -1 for them.  Do not check for +Inf in case not
41401         reachable for +Inf.
41402         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41403         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41404         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41405         and return -1 for them.  Do not check for +Inf in case not
41406         reachable for +Inf.
41407         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41408         define.
41409         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41410         and return -1 for them.  Do not check for +Inf in case not
41411         reachable for +Inf.
41412         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41413         spurious underflow.
41414         * sysdeps/i386/fpu/libm-test-ulps: Update.
41415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41417 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41419         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41421 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41423         [BZ #14157]
41424         [BZ #14331]
41425         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41426         could result in spurious underflow.  Scale down values above
41427         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41428         * math/s_csqrtf.c (__csqrtf): Likewise.
41429         * math/s_csqrtl.c (__csqrtl): Likewise.
41430         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41431         spurious underflow.
41432         * sysdeps/i386/fpu/libm-test-ulps: Update.
41433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41435 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41437         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41438         xopen-msg.sed.
41439         * catgets/xopen-msg.awk: New file.
41440         * catgets/xopen-msg.sed: Removed.
41442         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41443         po2text.sed.
41444         * intl/po2test.awk: New file.
41445         * intl/po2test.sed: Removed.
41447 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41449         [BZ #14328]
41450         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41451         or multiply small sinh result by itself.
41452         * math/s_ctanf.c (__ctanf): Likewise.
41453         * math/s_ctanh.c (__ctanh): Likewise.
41454         * math/s_ctanhf.c (__ctanhf): Likewise.
41455         * math/s_ctanhl.c (__ctanhl): Likewise.
41456         * math/s_ctanl.c (__ctanl): Likewise.
41457         * math/libm-test.inc (ctan_test_tonearest): New function.
41458         (ctan_test_towardzero): Likewise.
41459         (ctan_test_downward): Likewise.
41460         (ctan_test_upward): Likewise.
41461         (ctanh_test_tonearest): Likewise.
41462         (ctanh_test_towardzero): Likewise.
41463         (ctanh_test_downward): Likewise.
41464         (ctanh_test_upward): Likewise.
41465         (main): Call these new functions.
41466         * sysdeps/i386/fpu/libm-test-ulps: Update.
41467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41469 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41471         * .gitignore: Delete /ports entry.
41473 2012-07-03  Andreas Jaeger  <aj@suse.de>
41475         * po/bg.po: Update from translation team.
41476         * po/cs.po: Likewise.
41477         * po/de.po: Likewise.
41478         * po/hr.po: Likewise.
41479         * po/nl.pl: Likewise.
41480         * po/pl.po: Likewise.
41481         * po/vi.po: Likewise.
41483 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41485         * Makeconfig [!+link] (+link-before-libc): New variable.
41486         [!+link] (+link-after-libc): Likewise.
41487         [!+link] (+link-tests): Likewise.
41488         [!+link] (+link): Define in terms of $(+link-before-libc) and
41489         $(+link-after-libc).
41490         [!+link-static] (+link-static-before-libc): New variable.
41491         [!+link-static] (+link-static-after-libc): Likewise.
41492         [!+link-static] (+link-static-tests): Likewise.
41493         [!+link-static] (+link-static): Define in terms of
41494         $(+link-static-before-libc) and $(+link-static-after-libc).
41495         [build-shared] (link-libc-before-gnulib): New variable.
41496         [build-shared] (link-libc-tests): Likewise.
41497         [build-shared] (link-libc): Define in terms of
41498         $(link-libc-before-gnulib).
41499         [!build-shared] (link-libc-tests): New variable.
41500         (link-libc-static-tests): New variable.
41501         [!gnulib] (gnulib-arch): New variable.
41502         [!gnulib] (gnulib-tests): Likewise.
41503         [!gnulib] (static-gnulib-arch): Likewise.
41504         [!gnulib] (static-gnulib-tests): Likewise.
41505         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41506         Define with "=" instead of ":=".
41507         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41508         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41509         * Rules (binaries-all-notests): New variable.
41510         (binaries-all-tests): Likewise.
41511         (binaries-static-notests): Likewise.
41512         (binaries-static-tests): Likewise.
41513         (binaries-all): Define using $(binaries-all-notests) and
41514         $(binaries-all-tests).
41515         (binaries-static): Define using $(binaries-static-notests) and
41516         $(binaries-static-tests).
41517         (binaries-shared-tests): New variable.
41518         (binaries-shared-notests): Likewise.
41519         (binaries-shared): Remove variable.
41520         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41521         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41522         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41523         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41524         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41525         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41526         * elf/Makefile (sln-modules): New variable.
41527         (extra-objs): Add $(sln-modules:=.o).
41528         (ldconfig-modules): Add static-stubs.
41529         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41530         * elf/static-stubs.c: New file.
41532         [BZ #14283]
41533         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41534         by 7 not 8 to examine high bit of fractional part.  Use volatile
41535         variables when splitting into final array of floats if
41536         __FLT_EVAL_METHOD__ != 0.
41537         * math/libm-test.inc (cos_test): Add another test.
41538         (sin_test): Likewise.
41539         * sysdeps/i386/fpu/libm-test-ulps: Update.
41541         [BZ #14273]
41542         * math/libm-test.inc (cosh_test): Add more tests.
41544         * version.h (RELEASE): Set to "development".
41545         (VERSION): Set to "2.16.90".
41547 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41549         * NEWS: Update copyright. Remove last-updated date.
41550         Mention math library bug fixes and timezone data changes.
41551         * README: Mention GNU/Hurd, x32, and HPPA support status.
41553 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41555         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41557 2012-06-27  Andreas Jaeger  <aj@suse.de>
41559         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41561 2012-06-25  Andreas Jaeger  <aj@suse.de>
41563         * sysdeps/s390/fpu/libm-test-ulps: Update.
41565 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41566             Thomas Schwinge  <thomas@codesourcery.com>
41568         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41569         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41570         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41571         fanotify_mark.
41573 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41575         * sysdeps/mach/start.c: Remove file.
41576         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41577         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41578         * sysdeps/sh/init-first.c: Likewise.
41580         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41581         registers for frame unwinding purposes, add CFI directives.
41582         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41583         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41584         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41585         Likewise.
41587         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41588         __fortify_fail returning.
41589         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41591         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41592         sysdeps/sh/____longjmp_chk.S.
41593         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41594         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41595         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41596         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41598         * sysdeps/sh/abort-instr.h: New file.
41599         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41600         process in case exit returns.
41602         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41603         initialize the GOT register before use.
41605         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41606         calculation of ARGC > 4.
41608         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41609         meaningful names to some local labels.
41611 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41612             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41614         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41615         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41616         (__arch_compare_and_exchange_val_16_acq): Likewise.
41617         (__arch_compare_and_exchange_val_32_acq): Likewise.
41618         (atomic_exchange_and_add): Fix gUSA sequence.
41619         (atomic_add): Likewise.
41620         (atomic_add_negative): Likewise.
41621         (atomic_add_zero): Likewise.
41622         (atomic_bit_test_set): Likewise.
41624 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41626         [BZ #13579]
41627         * include/link.h (struct link_map): Add l_free_initfini.
41628         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41629         l_initfini.
41630         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41631         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41632         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41633         set.
41635 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41637         * configure.in: Use AC_LANG_SOURCE.
41638         * configure: Regenerate.
41640 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41642         * configure.in (libc_cv_localstatedir): New substituted variable.
41643         * configure: Regenerated.
41644         * config.make.in (localstatedir): New variable, substituted from
41645         libc_cv_localstatedir.
41646         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41647         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41648         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41649         * sysdeps/gnu/configure: Regenerated.
41651 2012-06-21  Jeff Law  <law@redhat.com>
41653         [BZ #14277]
41654         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41655         free.  Simplify list management for _LIBC case.
41657 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41659         [BZ #14273]
41660         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41661         Clear sign bit of 64-bit integer value before comparing against
41662         overflow value.
41664         * sysdeps/mach/configure: Regenerated.
41666 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41668         [BZ #14278]
41669         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41671 2012-06-21  Jeff Law  <law@redhat.com>
41673         [BZ #13882]
41674         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41675         uint16_t for elements in the "seen" array to avoid char overflows.
41676         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41677         * elf/dl-open.c (dl_open_worker): Likewise.
41679 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41681         * scripts/list-sources.sh: Scan PORTS for translations.
41682         * po/libc.pot: Regenerated.
41684 2012-06-21  Andreas Jaeger  <aj@suse.de>
41686         [BZ #12194]
41687         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41688         warning.
41689         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41690         * bits/byteswap-16.h (__bswap_16): Likewise.
41691         * bits/byteswap.h (__bswap_constant_16): Likewise.
41693 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41695         [BZ #14117]
41696         * sysdeps/i386/fpu_control.h: Removed.
41697         * sysdeps/x86_64/fpu_control.h: Moved to ...
41698         * sysdeps/x86/fpu_control.h: Here.
41700         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41701         (_FPU_SETCW): Likewise.
41703 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41705         [BZ #14117]
41706         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41707         * sysdeps/x86/fpu/bits/mathinline.h: This.
41708         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41710         [BZ #14050]
41711         [BZ #14117]
41712         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41713         functions if __x86_64__ is defined.
41715 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41717         * string/endian.h: Add !__ASSEMBLER__ condition for including
41718         conversion interfaces.
41720 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41722         [BZ #14241]
41723         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41724         of ABS(x) in calculating zero to negative powers other than odd
41725         integers.
41726         * math/libm-test.inc (pow_test): Add more tests.
41728 2012-06-15  Andreas Jaeger  <aj@suse.de>
41730         * manual/contrib.texi (Contributors): Update entry of Liubov
41731         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41732         Machado Filho.
41734 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41736         * string/string.h: Add __wur to GNU version of strerror_r.
41738 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41740         [BZ #14229]
41741         * string/Makefile (tests): Add tst-strtok_r.
41742         * string/tst-strtok_r.c: New file.
41743         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41744         RAX_LP/RDX_LP on SAVE_PTR.
41746 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41748         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41750 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41752         * libm_test.inc (csqrt_test): Allow more spurious underflow
41753         exceptions.
41754         (j0_test): Likewise.
41755         (j1_test): Likewise.
41756         (y0_test): Likewise.
41757         (y1_test): Likewise.
41759 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41761         * po/Makefile (libc.pot): Use UTF-8 charset.
41763 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41765         [BZ #14210]
41766         Suppress sign-conversion warning from FD_SET.
41767         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41768         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41769         not unsigned long int.
41770         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41772 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41774         [BZ #14050]
41775         [BZ #14117]
41776         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41777         __extern_always_inline instead of __extern_inline.
41778         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41779         (__signbit): Likewise.
41780         (__signbitl): Support C++ namespace.
41781         (lrintf): New inline function.
41782         (lrint): Likewise.
41783         (llrintf): Likewise.
41784         (llrint): Likewise.
41785         (fmaxf): Likewise.
41786         (fmax): Likewise.
41787         (fminf): Likewise.
41788         (fmin): Likewise.
41789         (rint): Likewise.
41790         (rintf): Likewise.
41791         (ceil): Likewise.
41792         (ceilf): Likewise.
41793         (floor): Likewise.
41794         (floorf): Likewise.
41795         (nearbyint): Likewise.
41796         (nearbyintf): Likewise.
41798 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41800         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41801         non-default versions.
41803 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41805         [BZ #14218]
41806         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41808 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41810         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41811         (FE_UPWARD, FE_DOWNWARD): Don't define.
41812         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41813         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41815         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41816         reading it.
41817         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41818         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41820 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41822         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41823         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41824         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41825         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41827 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41829         [BZ #14117]
41830         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41831         * sysdeps/i386/fpu/Implies: New file.
41832         * sysdeps/x86_64/fpu/Implies: Likewise.
41833         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41834         * sysdeps/x86/fpu/bits/fenv.h: This.
41836         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41837         __SSE_MATH__.
41839 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41841         [BZ #14134]
41842         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41843         character 0xffff that matches the last element of the
41844         conversion table.
41846 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41848         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41849         fmodl commit.
41851 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41853         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41854         values higher than 25.6283.
41856 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41858         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41859         subnormal exponent extraction and add some __builtin_expect.
41860         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41861         Fix for subnormal mantissa calculation.
41863 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41865         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41866         cpu2 is -1 and errno is not ENOSYS.
41868 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41870         [BZ #14117]
41871         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41872         * sysdeps/x86/bits/string.h: This.
41873         * sysdeps/x86_64/bits/string.h: Removed.
41875         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41876         if not compiling for x86-64, but compiling for >= i486.
41878         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41879         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41881         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41882         New macro from Linux kernel 3.4.0.
41883         (FP_XSTATE_MAGIC2): Likewise.
41884         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41885         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41886         (struct _fpx_sw_bytes): New struct.
41887         (struct _xsave_hdr): Likewise.
41888         (struct _ymmh_state): Likewise.
41889         (struct _xstate): Likewise.
41891         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41892         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41893         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41894         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41895         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41896         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41898         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41899         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41900         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41901         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41902         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41903         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41905 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41907         [BZ #13743]
41908         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41909         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41910         (sysdep_headers): Include sys/platform/ppc.h.
41911         * sysdeps/powerpc/test-gettimebase.c: Test for
41912         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41913         * manual/Makefile (appendices): Include platform.texi.
41914         * manual/contrib.texi (Contributors): Update @node pointers.
41915         * manual/maint.texi (Maintenance): Likewise.
41916         (Platform): New node.
41917         * manual/platform.texi: New file.  Document the new features.
41919 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41920             Jakub Jelinek  <jakub@redhat.com>
41922         [BZ #14188]
41923         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41924         where __builtin_expect is unavailable.
41926 2012-06-03  David S. Miller  <davem@davemloft.net>
41928         * stdlib/longlong.h: Updated from GCC.
41930 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41932         [BZ #14042]
41933         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41934         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41935         __mcount_internal.
41936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41937         (GLIBC_2.16): Likewise.
41939 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41941         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41943 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41946         (default-abi): New variable.
41947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41948         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41949         variable.
41950         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41951         Likewise.
41952         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41953         Likewise.
41954         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41955         Likewise.
41957         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41958         definition.  Document in comment.
41960 2012-06-01  David S. Miller  <davem@davemloft.net>
41962         * stdlib/longlong.h: Updated from GCC.
41964 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41966         [BZ #14117]
41967         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41968         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41969         sys/debugreg.h sys/io.h here.
41970         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41971         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41972         sys/io.h.
41973         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41974         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41975         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41976         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41977         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41978         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41980         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41981         Define only if __x86_64__ is defined.
41983 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41985         [BZ #14048]
41986         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41987         Use int64_t for variable i.
41988         * math/libm-test.inc (fmod_test): Add more tests.
41990         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41991         z computation is not scheduled after fetestexcept.
41992         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41993         Use math_force_eval instead of asm to ensure calculation scheduled
41994         before exception test.
41995         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41996         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41998 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42000         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42001         computation is not scheduled after fetestexcept.
42003 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42005         [BZ #14117]
42006         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42007         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42009 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42011         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42012         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42014 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42016         [BZ #14117]
42017         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42018         <bits/wordsize.h>.
42019         (__WCHAR_MIN): Support __WORDSIZE == 64.
42020         (__WCHAR_MAX): Likewise.
42022         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42023         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42025         [BZ #14183]
42026         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42027         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42029         [BZ #14117]
42030         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42031         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42033         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42034         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42036         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42037         Defined to 1 if __x86_64__ isn't defined.
42038         (_STAT_VER_LINUX_OLD): New.
42039         (st_atime): Remove duplicate.
42040         (st_mtime): Likewise.
42041         (st_ctime): Likewise.
42043 2012-05-31  David S. Miller  <davem@davemloft.net>
42045         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42046         entries.
42048 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42050         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42051         gen-libm-test.pl.
42053         [BZ #14132]
42054         * elf/dl-reloc.c: Include <_itoa.h>.
42055         (_dl_reloc_bad_type): Remove use of INTUSE.
42056         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42057         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42058         * stdio-common/psiginfo.c (psiginfo): Likewise.
42059         * stdio-common/psignal.c (psignal): Likewise.
42060         * string/strsignal.c (strsignal): Likewise.
42061         * include/signal.h (_sys_siglist): Declare hidden proto.
42062         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42063         INTVARDEF with libc_hidden_data_def.
42064         * stdio-common/itoa-udigits.c: Likewise.
42065         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42066         (_itoa_lower_digits_internal): Remove declaration.
42067         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42068         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42069         (_sys_sigabbrev_internal): Remove aliases.
42070         (_sys_siglist): Define hidden alias.
42072 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42074         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42075         bits/sysctl.h.
42077 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42079         [BZ #14117]
42080         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42081         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42083         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42084         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42085         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42086         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42087         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42088         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42090         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42091         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42092         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42094         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42095         with __addr.
42096         (insw): Likewise.
42097         (insl): Likewise.
42098         (outsb): Likewise.
42099         (outsw): Likewise.
42100         (outsl): Likewise.
42102         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42103         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42104         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42106         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42107         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42108         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42109         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42110         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42111         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42113         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42114         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42116         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42117         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42119         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42120         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42121         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42123         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42124         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42125         to ...
42126         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42128         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42129         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42130         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42132         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42133         for x86-64.
42134         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42136 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42138         * math/math.h (M_El): Use two more decimal places.
42139         (M_LOG2El): Likewise.
42140         (M_LOG10El): Likewise.
42141         (M_LN2l): Likewise.
42142         (M_LN10l): Likewise.
42143         (M_PIl): Likewise.
42144         (M_PI_2l): Likewise.
42145         (M_PI_4l): Likewise.
42146         (M_1_PIl): Likewise.
42147         (M_2_PIl): Likewise.
42148         (M_2_SQRTPIl): Likewise.
42149         (M_SQRT2l): Likewise.
42150         (M_SQRT1_2l): Likewise.
42152 2012-05-31  David S. Miller  <davem@davemloft.net>
42154         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42155         values between float registers.
42156         * sysdeps/sparc/sparc64/memset.S: Likewise.
42157         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42159 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42161         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42162         -D_FORTIFY_SOURCE=1.
42163         (CPPFLAGS-tst-longjmp_chk.c): Define.
42164         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42165         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42166         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42167         CFLAGS-tst-wchar-h.c.
42169 2012-05-31  Marek Polacek  <polacek@redhat.com>
42171         [BZ #14132]
42172         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42173         __endmntent_internal): Remove declaration.
42174         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42175         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42176         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42178 2012-05-30  David S. Miller  <davem@davemloft.net>
42180         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42181         (___Q_simulate_exceptions): Use real FP ops rather than writing
42182         into the %fsr.
42183         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42184         Likewise.
42186 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42188         [BZ #14117]
42189         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42190         * sysdeps/x86/bits/xtitypes.h: This.
42192         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42193         * sysdeps/x86/bits/wordsize.h: This.
42195         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42196         * sysdeps/x86/bits/huge_vall.h: This.
42198         * sysdeps/i386/bits/select.h: Removed.
42199         * sysdeps/x86_64/bits/select.h: Renamed to ...
42200         * sysdeps/x86/bits/select.h: This.
42202         * sysdeps/i386/bits/setjmp.h: Removed.
42203         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42204         * sysdeps/x86/bits/setjmp.h: This.
42206         * sysdeps/i386/bits/mathdef.h: Removed.
42207         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42208         * sysdeps/x86/bits/mathdef.h: This.
42210 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42212         [BZ #14132]
42213         * include/sys/socket.h (__connect_internal)
42214         (__libc_sa_len_internal): Remove declaration.
42215         (__connect, __libc_sa_len): Declare hidden_proto.
42216         (SA_LEN): Remove use of INTUSE.
42217         * socket/connect.c: Add libc_hidden_def.
42218         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42219         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42220         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42221         alias.
42222         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42223         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42224         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42225         of adding _internal alias.
42227 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42229         [BZ #14117]
42230         * sysdeps/i386/bits/link.h: Removed.
42231         * sysdeps/i386/bits/linkmap.h: Likewise.
42232         * sysdeps/x86_64/bits/link.h: Renamed to ...
42233         * sysdeps/x86/bits/link.h: This.
42234         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42235         * sysdeps/x86/bits/linkmap.h: This.
42237         * sysdeps/i386/bits/endian.h: Removed.
42238         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42239         * sysdeps/x86/bits/endian.h: This.
42241         * sysdeps/i386/bits/byteswap.h: Removed.
42242         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42243         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42244         * sysdeps/x86/bits/byteswap.h: This.
42245         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42246         * sysdeps/x86/bits/byteswap-16.h: This.
42247         * sysdeps/i386/Implies: Add x86.
42248         * sysdeps/x86_64/Implies: Likewise.
42250 2012-05-30  David S. Miller  <davem@davemloft.net>
42252         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42253         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42254         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42255         (FP_TRAPPING_EXCEPTIONS): Define.
42256         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42257         (FP_TRAPPING_EXCEPTIONS): Define.
42258         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42259         subnormals only when inexact has been signalled or underflow
42260         exceptions are enabled.
42261         (_FP_PACK_CANONICAL): Likewise.
42263 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42265         [BZ #14183]
42266         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42267         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42269 2012-05-30  Richard Henderson  <rth@twiddle.net>
42271         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42272         with #ifndef NOT_IN_libc.
42274         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42275         marked to avoid plt entry.
42277 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42279         [BZ #14112]
42280         * Makeconfig (default-abi): New macro.
42281         (abi-includes): Likewise.
42282         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42283         $(abi-$(default-abi)-lib-soname) for soname if defined.
42284         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42285         abi-variants.
42286         * Makefile (installed-stubs): Likewise.
42287         * include/stubs-biarch.h: Removed.
42288         * scripts/lib-names.awk: Only handle one library at a time.
42289         * scripts/soversions.awk: Remove WORDSIZE support.
42290         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42291         entries.
42292         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42293         Removed.
42294         (syscall-list-default-condition): Likewise.
42295         (syscall-list-default-condition): Likewise.
42296         (syscall-list-includes): Likewise.
42297         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42298         syscall-list-* with abi-*.  Handle undefined abi-variants.
42299         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42300         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42301         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42302         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42303         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42304         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42305         Removed.
42306         (syscall-list-32-options): Likewise.
42307         (syscall-list-32-condition): Likewise.
42308         (syscall-list-64-options): Likewise.
42309         (syscall-list-64-condition): Likewise.
42310         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42311         macro.
42312         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42313         Renamed to ...
42314         (abi-*): This.
42315         (abi-64-ld-soname): New macro.
42316         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42317         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42318         Renamed to ...
42319         (abi-*): This.
42320         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42321         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42323 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42325         * sysdeps/unix/sysv/linux/kernel-features.h
42326         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42327         * sysdeps/unix/sysv/linux/ftruncate64.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/truncate64.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/ftruncate64.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.
42345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42346         include <kernel-features.h>.
42347         [!__NR_ftruncate64]: Remove conditional code.
42348         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42349         [__NR_ftruncate64]: Make code unconditional.
42350         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42352         * configure.in (libc_cv_fpie): Weaken to a compile test using
42353         LIBC_TRY_CC_OPTION.
42354         * configure: Regenerated.
42356 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42360         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42361         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42362         Refreshed.
42363         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42364         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42366         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42369         Refreshed.
42371 2012-05-27  David S. Miller  <davem@davemloft.net>
42373         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42374         (___Q_zero): New.
42375         (__Q_simulate_exceptions): Return void.  Change to simulate
42376         exceptions by writing into the %fsr.
42377         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42378         (__Qp_handle_exceptions): Likewise.
42379         (numbers): Delete.
42380         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42381         __Qp_handle_exceptions.
42382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42383         __Qp_handle_exceptions.
42384         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42385         as unused and give dummy FP_RND_NEAREST initializer.
42386         (FP_INHIBIT_RESULTS): Define.
42387         (___Q_simulate_exceptions): Update declaration.
42388         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42389         formatting.
42390         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42391         as unused and give dummy FP_RND_NEAREST initializer.
42392         (__Qp_handle_exceptions): Update declaration.
42393         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42394         formatting.
42396 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42398         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42399         the temporary FPU control word.
42400         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42401         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42402         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42403         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42404         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42405         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42406         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42407         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42408         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42409         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42410         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42412 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42414         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42415         fields.
42417 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42419         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42420         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42421         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42422         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42423         Likewise.
42424         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42425         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42426         Likewise.
42428 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42430         * po/h.po: Update from translation team.
42432 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42434         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42436         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42437         handling of denormals.
42438         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42439         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42440         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42441         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42442         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42443         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42444         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42445         Likewise.
42447 2012-05-26  Marek Polacek  <polacek@redhat.com>
42449         [BZ #14152]
42450         * math/libm-test.inc (fma_test): Don't always expect underflow
42451         exception.
42453 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42455         [BZ #12416]
42456         * elf/tst-execstack.c: Include stackinfo.h.
42457         (do_test): Adjust test case to ensure that pthread_getattr_np
42458         behaviour remains the same after marking stack executable.
42460 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42462         * sysdeps/unix/sysv/linux/kernel-features.h
42463         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42464         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42465         kernel-features.h.
42466         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42467         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42468         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42469         kernel-features.h.
42470         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42471         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42473 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42475         * configure.in: Define the default includes to being none.
42476         * configure: Regenerated.
42478 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42480         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42481         * sysdeps/x86_64/setjmp.S: Likewise.
42482         * sysdeps/i386/bsd-setjmp.S: Likewise.
42483         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42484         * sysdeps/i386/setjmp.S: Likewise.
42485         * sysdeps/i386/__longjmp.S: Likewise.
42486         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42487         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42489         * include/stap-probe.h: New file.
42490         * configure.in: Handle --enable-systemtap.
42491         * configure: Regenerated.
42492         * config.h.in (USE_STAP_PROBE): New #undef.
42493         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42494         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42495         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42497 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42499         [BZ #13717]
42500         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42501         to 2.4.0 where earlier.
42502         * sysdeps/unix/sysv/linux/configure: Regenerated.
42503         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42504         <kernel-features.h>.
42505         [__ASSUME_32BITUIDS]: Make code unconditional.
42506         [!__ASSUME_32BITUIDS]: Remove conditional code.
42507         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42508         <kernel-features.h>.
42509         [__ASSUME_32BITUIDS]: Make code unconditional.
42510         [!__ASSUME_32BITUIDS]: Remove conditional code.
42511         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42512         [__ASSUME_32BITUIDS]: Make code unconditional.
42513         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42514         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42515         <kernel-features.h>.
42516         [__ASSUME_32BITUIDS]: Make code unconditional.
42517         [!__ASSUME_32BITUIDS]: Remove conditional code.
42518         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42519         <kernel-features.h>.
42520         [__ASSUME_32BITUIDS]: Make code unconditional.
42521         [!__ASSUME_32BITUIDS]: Remove conditional code.
42522         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42523         <kernel-features.h>.
42524         [__ASSUME_32BITUIDS]: Make code unconditional.
42525         [!__ASSUME_32BITUIDS]: Remove conditional code.
42526         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42527         <kernel-features.h>.
42528         [__ASSUME_32BITUIDS]: Make code unconditional.
42529         [!__ASSUME_32BITUIDS]: Remove conditional code.
42530         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42531         <kernel-features.h>.
42532         [__ASSUME_32BITUIDS]: Make code unconditional.
42533         [!__ASSUME_32BITUIDS]: Remove conditional code.
42534         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42535         <kernel-features.h>.
42536         [__ASSUME_32BITUIDS]: Make code unconditional.
42537         [!__ASSUME_32BITUIDS]: Remove conditional code.
42538         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42539         <kernel-features.h>.
42540         [__ASSUME_32BITUIDS]: Make code unconditional.
42541         [!__ASSUME_32BITUIDS]: Remove conditional code.
42542         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42543         <kernel-features.h>.
42544         [__ASSUME_32BITUIDS]: Make code unconditional.
42545         [!__ASSUME_32BITUIDS]: Remove conditional code.
42546         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42547         <kernel-features.h>.
42548         [__ASSUME_32BITUIDS]: Make code unconditional.
42549         [!__ASSUME_32BITUIDS]: Remove conditional code.
42550         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42551         <kernel-features.h>.
42552         [__ASSUME_32BITUIDS]: Make code unconditional.
42553         [!__ASSUME_32BITUIDS]: Remove conditional code.
42554         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42555         <kernel-features.h>.
42556         [__NR_setresgid] (__setresgid): Do not declare.
42557         [__ASSUME_32BITUIDS]: Make code unconditional.
42558         [!__ASSUME_32BITUIDS]: Remove conditional code.
42559         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42560         <kernel-features.h>.
42561         [__NR_setresuid] (__setresuid): Do not declare.
42562         [__ASSUME_32BITUIDS]: Make code unconditional.
42563         [!__ASSUME_32BITUIDS]: Remove conditional code.
42564         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42565         <kernel-features.h>.
42566         [__ASSUME_32BITUIDS]: Make code unconditional.
42567         [!__ASSUME_32BITUIDS]: Remove conditional code.
42568         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42569         <kernel-features.h>.
42570         [__ASSUME_32BITUIDS]: Make code unconditional.
42571         [!__ASSUME_32BITUIDS]: Remove conditional code.
42572         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42573         <kernel-features.h>.
42574         [__ASSUME_32BITUIDS]: Make code unconditional.
42575         [!__ASSUME_32BITUIDS]: Remove conditional code.
42576         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42577         <kernel-features.h>.
42578         [__ASSUME_32BITUIDS]: Make code unconditional.
42579         [!__ASSUME_32BITUIDS]: Remove conditional code.
42580         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42581         <kernel-features.h>.
42582         [__ASSUME_32BITUIDS]: Make code unconditional.
42583         [!__ASSUME_32BITUIDS]: Remove conditional code.
42584         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42585         <kernel-features.h>.
42586         [__ASSUME_32BITUIDS]: Make code unconditional.
42587         [!__ASSUME_32BITUIDS]: Remove conditional code.
42588         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42589         <kernel-features.h>.
42590         [__ASSUME_32BITUIDS]: Make code unconditional.
42591         [!__ASSUME_32BITUIDS]: Remove conditional code.
42592         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42593         <kernel-features.h>.
42594         [__ASSUME_32BITUIDS]: Make code unconditional.
42595         [!__ASSUME_32BITUIDS]: Remove conditional code.
42596         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42597         <kernel-features.h>.
42598         [__ASSUME_32BITUIDS]: Make code unconditional.
42599         [!__ASSUME_32BITUIDS]: Remove conditional code.
42600         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42601         <kernel-features.h>.
42602         [__ASSUME_32BITUIDS]: Make code unconditional.
42603         [!__ASSUME_32BITUIDS]: Remove conditional code.
42604         * sysdeps/unix/sysv/linux/kernel-features.h
42605         (__ASSUME_SETRESUID_SYSCALL): Remove.
42606         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42607         (__ASSUME_32BITUIDS): Likewise.
42608         (__ASSUME_LDT_WORKS): Likewise.
42609         (__ASSUME_O_DIRECTORY): Likewise.
42610         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42611         architecture but not kernel version.
42612         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42613         (__ASSUME_MMAP2_SYSCALL): Likewise.
42614         (__ASSUME_STAT64_SYSCALL): Likewise.
42615         (__ASSUME_IPC64): Likewise.
42616         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42617         <kernel-features.h>.
42618         [__ASSUME_32BITUIDS]: Make code unconditional.
42619         [!__ASSUME_32BITUIDS]: Remove conditional code.
42620         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42621         <kernel-features.h>.
42622         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42623         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42624         132096]: Remove conditional code.
42625         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42626         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42627         <kernel-features.h>.
42628         [__ASSUME_32BITUIDS]: Make code unconditional.
42629         [!__ASSUME_32BITUIDS]: Remove conditional code.
42630         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42631         <kernel-features.h>.
42632         [__ASSUME_32BITUIDS]: Make code unconditional.
42633         [!__ASSUME_32BITUIDS]: Remove conditional code.
42634         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42635         <kernel-features.h>.
42636         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42637         unconditional.
42638         (__setresgid): Do not declare.
42639         [__ASSUME_32BITUIDS]: Make code unconditional.
42640         [!__ASSUME_32BITUIDS]: Remove conditional code.
42641         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42642         <kernel-features.h>.
42643         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42644         unconditional.
42645         (__setresuid): Do not declare.
42646         [__ASSUME_32BITUIDS]: Make code unconditional.
42647         [!__ASSUME_32BITUIDS]: Remove conditional code.
42648         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42649         <kernel-features.h>.
42650         [__ASSUME_32BITUIDS]: Make code unconditional.
42651         [!__ASSUME_32BITUIDS]: Remove conditional code.
42652         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42653         <kernel-features.h>.
42654         [__ASSUME_32BITUIDS]: Make code unconditional.
42655         [!__ASSUME_32BITUIDS]: Remove conditional code.
42657 2012-05-25  Richard Henderson  <rth@twiddle.net>
42659         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42660         dl_hwcap to ifunc resolver.
42661         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42662         elf_ifunc_invoke.
42663         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42664         dl_hwcap to ifunc resolver.
42665         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42667 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42669         [BZ #14153]
42670         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42671         for |x| <= 2**-26, not 2**-57.
42672         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42673         exception.
42675 2012-05-24  Jeff Law  <law@redhat.com>
42677         * stdio-common/Makefile (tests): Add bug25.
42678         * stdio-common/bug25.c: New test.
42680 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42682         [BZ #13576]
42683         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42684         multiple of MALLOC_ALIGNMENT in size.
42685         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42687 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42689         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42690         Require >= 256.
42691         (FILENAME_MAX): Use macro-int-constant.
42692         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42693         (_IOFBF): Use macro-int-constant.
42694         (_IOLBF): Likewise.
42695         (_IONBF): Likewise.
42696         (SEEK_CUR): Likewise.
42697         (SEEK_END): Likewise.
42698         (SEEK_SET): Likewise.
42699         (TMP_MAX): Likewise.
42700         (EOF): Use macro-int-constant.  Require < 0.
42701         (NULL): Use macro-constant.  Require == 0.
42702         (stdin): Require type to be FILE *.
42703         (stdout): Likewise.
42704         (stderr): Likewise.
42705         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42706         macro-int-constant.
42707         (EXIT_SUCCESS): Likewise.
42708         (NULL): Use macro-constant.  Require == 0.
42709         (RAND_MAX): Use macro-int-constant.
42710         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42711         [C99-based standards] (strtof): Require function.
42712         [C99-based standards] (strtold): Likewise.
42713         [C99-based standards] (strtoll): Likewise.
42714         [C99-based standards] (strtoull): Likewise.
42715         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42716         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42717         [ISO || ISO99 || ISO11] (math.h): Likewise.
42718         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42719         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42720         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42722 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42724         [BZ #14132]
42725         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42726         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42727         * intl/dgettext.c (DCGETTEXT): Likewise.
42728         * intl/gettext.c (DCGETTEXT): Likewise.
42729         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42730         * posix/regex_internal.h (gettext): Likewise.
42731         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42732         Remove declaration.
42733         * include/argz.h (__argz_count_internal)
42734         (__argz_stringify_internal): Remove declaration.
42735         (__argz_count, __argz_stringify): Declare hidden proto.
42736         * intl/dcgettext.c: Remove use of INTDEF.
42737         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42738         * string/argz-stringify.c: Likewise.
42739         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42740         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42741         Declare hidden proto.
42742         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42743         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42744         Declare hidden proto.
42745         * include/stdio.h (__asprintf_internal): Don't declare.
42746         (__asprintf): Don't define as macro.  Declare hidden proto.
42747         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42748         (__fsetlocking): Declare hidden proto.
42749         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42750         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42751         hidden proto.
42752         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42753         (_IO_setlinebuf): Remove use of INTUSE.
42754         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42755         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42756         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42757         Remove declaration.
42758         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42759         (_IO_do_flush): Remove use of INTUSE.
42760         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42761         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42762         (_IO_adjust_column, _IO_least_wmarker)
42763         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42764         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42765         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42766         (_IO_default_doallocate, _IO_wdefault_doallocate)
42767         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42768         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42769         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42770         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42771         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42772         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42773         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42774         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42775         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42776         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42777         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42778         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42779         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42780         proto.
42781         (_IO_flush_all_internal, _IO_adjust_column_internal)
42782         (_IO_default_uflow_internal, _IO_default_finish_internal)
42783         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42784         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42785         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42786         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42787         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42788         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42789         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42790         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42791         (_IO_file_close_internal, _IO_file_close_it_internal)
42792         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42793         (_IO_file_init_internal, _IO_file_attach_internal)
42794         (_IO_file_fopen_internal, _IO_file_read_internal)
42795         (_IO_file_sync_internal, _IO_file_seek_internal)
42796         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42797         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42798         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42799         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42800         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42801         (_IO_list_all_internal, _IO_link_in_internal)
42802         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42803         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42804         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42805         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42806         (_IO_do_write_internal, _IO_padn_internal)
42807         (_IO_getline_info_internal, _IO_getline_internal)
42808         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42809         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42810         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42811         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42812         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42813         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42814         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42815         with libc_hidden_ver, remove use of INTUSE.
42816         * libio/genops.c: Likewise.
42817         * libio/freopen.c: Likewise.
42818         * libio/freopen64.c: Likewise.
42819         * libio/iofclose.c: Likewise.
42820         * libio/iofdopen.c: Likewise.
42821         * libio/iofflush.c: Likewise.
42822         * libio/iofflush_u.c: Likewise.
42823         * libio/iofgets.c: Likewise.
42824         * libio/iofgets_u.c: Likewise.
42825         * libio/iofopen.c: Likewise.
42826         * libio/iofopncook.c: Likewise.
42827         * libio/iofread.c: Likewise.
42828         * libio/iofread_u.c: Likewise.
42829         * libio/ioftell.c: Likewise.
42830         * libio/iofwrite.c: Likewise.
42831         * libio/iogetline.c: Likewise.
42832         * libio/iogets.c: Likewise.
42833         * libio/iogetwline.c: Likewise.
42834         * libio/iopadn.c: Likewise.
42835         * libio/iopopen.c: Likewise.
42836         * libio/ioseekoff.c: Likewise.
42837         * libio/ioseekpos.c: Likewise.
42838         * libio/iosetbuffer.c: Likewise.
42839         * libio/iosetvbuf.c: Likewise.
42840         * libio/ioungetc.c: Likewise.
42841         * libio/ioungetwc.c: Likewise.
42842         * libio/iovdprintf.c: Likewise.
42843         * libio/iovsprintf.c: Likewise.
42844         * libio/iovsscanf.c: Likewise.
42845         * libio/memstream.c: Likewise.
42846         * libio/obprintf.c: Likewise.
42847         * libio/oldfileops.c: Likewise.
42848         * libio/oldiofclose.c: Likewise.
42849         * libio/oldiofdopen.c: Likewise.
42850         * libio/oldiofopen.c: Likewise.
42851         * libio/oldiopopen.c: Likewise.
42852         * libio/oldstdfiles.c: Likewise.
42853         * libio/putc.c: Likewise.
42854         * libio/setbuf.c: Likewise.
42855         * libio/setlinebuf.c: Likewise.
42856         * libio/stdfiles.c: Likewise.
42857         * libio/strops.c: Likewise.
42858         * libio/vasprintf.c: Likewise.
42859         * libio/vscanf.c: Likewise.
42860         * libio/vsnprintf.c: Likewise.
42861         * libio/vswprintf.c: Likewise.
42862         * libio/wfiledoalloc.c: Likewise.
42863         * libio/wfileops.c: Likewise.
42864         * libio/wgenops.c: Likewise.
42865         * libio/wmemstream.c: Likewise.
42866         * libio/wstrops.c: Likewise.
42867         * libio/__fpurge.c: Likewise.
42868         * libio/__fsetlocking.c: Likewise.
42869         * assert/assert.c: Likewise.
42870         * debug/fgets_chk.c: Likewise.
42871         * debug/fgets_u_chk.c: Likewise.
42872         * debug/fread_chk.c: Likewise.
42873         * debug/fread_u_chk.c: Likewise.
42874         * debug/gets_chk.c: Likewise.
42875         * debug/obprintf_chk.c: Likewise.
42876         * debug/vasprintf_chk.c: Likewise.
42877         * debug/vdprintf_chk.c: Likewise.
42878         * debug/vsnprintf_chk.c: Likewise.
42879         * debug/vsprintf_chk.c: Likewise.
42880         * malloc/mtrace.c: Likewise.
42881         * misc/error.c: Likewise.
42882         * misc/syslog.c: Likewise.
42883         * stdio-common/asprintf.c: Likewise.
42884         * stdio-common/fxprintf.c: Likewise.
42885         * stdio-common/getw.c: Likewise.
42886         * stdio-common/isoc99_fscanf.c: Likewise.
42887         * stdio-common/isoc99_scanf.c: Likewise.
42888         * stdio-common/isoc99_vfscanf.c: Likewise.
42889         * stdio-common/isoc99_vscanf.c: Likewise.
42890         * stdio-common/isoc99_vsscanf.c: Likewise.
42891         * stdio-common/printf-prs.c: Likewise.
42892         * stdio-common/printf_fp.c: Likewise.
42893         * stdio-common/printf_fphex.c: Likewise.
42894         * stdio-common/printf_size.c: Likewise.
42895         * stdio-common/putw.c: Likewise.
42896         * stdio-common/scanf.c: Likewise.
42897         * stdio-common/sprintf.c: Likewise.
42898         * stdio-common/tmpfile.c: Likewise.
42899         * stdio-common/vfprintf.c: Likewise.
42900         * stdio-common/vfscanf.c: Likewise.
42901         * stdlib/strfmon_l.c: Likewise.
42902         * sunrpc/openchild.c: Likewise.
42903         * sunrpc/xdr_stdio.c: Likewise.
42904         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42905         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42907 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42909         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42911         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42912         in the third column, to generate for the shared library an IFUNC
42913         that uses _dl_vdso_vsym.
42914         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42915         * Makeconfig (object-suffixes-noshared): New variable.
42917         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42918         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42919         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42920         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42922         [BZ #14132]
42923         * include/sys/time.h (__gettimeofday): Remove macro.
42924         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42925         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42926         Remove INTDEF.
42927         (__gettimeofday): Add libc_hidden_def.
42928         (gettimeofday): Add libc_hidden_weak.
42929         * sysdeps/mach/gettimeofday.c: Likewise.
42930         * sysdeps/posix/gettimeofday.c: Likewise.
42931         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42932         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42933         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42934         (__gettimeofday_internal): Remove strong_alias.
42935         (__gettimeofday): Add libc_hidden_def.
42936         (gettimeofday): Add libc_hidden_weak.
42937         * sysdeps/unix/syscalls.list (gettimeofday):
42938         Remove __gettimeofday_internal alias.
42940 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42941             H.J. Lu  <hongjiu.lu@intel.com>
42943         [BZ #12495]
42944         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42945         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42946         (largebin_index_32_big): New.
42947         (largebin_index): Use it for 16-byte alignment.
42948         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42949         correction with front_misalign.
42951 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42953         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42955         Likewise.
42956         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42957         Likewise.
42958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42959         Likewise.
42960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42961         Likewise.
42962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42963         Likewise.
42964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42965         Likewise.
42966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42967         Likewise.
42968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42969         Likewise.
42970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42971         Likewise.
42972         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42973         Likewise.
42974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42975         Likewise.
42976         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42977         Likewise.
42979         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42980         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42982 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42984         [BZ #10846]
42985         [BZ #14036]
42986         * math/libm-test.inc (exp_test): Add test from bug 14036.
42987         (pow_test): Add test from bug 10846.
42989         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42990         and other flags.
42991         (special_function): Do not include flags in test name.
42992         (parse_args): Likewise.
42993         * sysdeps/i386/fpu/libm-test-ulps: Update.
42994         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42995         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42996         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42999         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43000         exceptions.
43001         * math/libm-test.inc ("Philosophy"): Update comment about
43002         exception testing.
43003         (UNDERFLOW_EXCEPTION): New macro.
43004         (UNDERFLOW_EXCEPTION_OK): Likewise.
43005         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43006         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43007         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43008         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43009         (INVALID_EXCEPTION_OK): Update value.
43010         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43011         (OVERFLOW_EXCEPTION_OK): Likewise.
43012         (IGNORE_ZERO_INF_SIGN): Likewise.
43013         (test_exceptions): Handle underflow exceptions.
43014         (acos_test): Update for underflow exception expectations.
43015         (cexp_test): Likewise.
43016         (clog_test): Likewise.
43017         (clog10_test): Likewise.
43018         (csqrt_test): Likewise.
43019         (ctan_test): Likewise.
43020         (ctanh_test): Likewise.
43021         (exp_test): Likewise.
43022         (exp10_test): Likewise.
43023         (exp2_test): Likewise.
43024         (expm1_test): Likewise.
43025         (fma_test): Likewise.
43026         (j0_test): Likewise.
43027         (jn_test): Likewise.
43028         (nexttoward_test): Likewise.
43029         (pow_test): Likewise.
43030         (scalbn_test): Likewise.
43031         (scalbln_test): Likewise.
43032         (tan_test): Likewise.
43033         (y1_test): Likewise.
43034         * sysdeps/i386/fpu/libm-test-ulps: Update.
43035         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43037 2012-05-23  David S. Miller  <davem@davemloft.net>
43039         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43040         (__libc_sigaction): Remove unused local variables.
43042 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43044         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43046 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43048         mktime: avoid signed integer overflow
43049         * time/mktime.c (__mktime_internal): Do not mishandle the case
43050         where diff == INT_MIN.
43052         mktime: simplify computation of average
43053         * time/mktime.c (ranged_convert): Use new time_t_avg function
43054         instead of rolling our own (probably-slower) code.
43056         mktime: do not assume signed right shift propagates sign bit
43057         * time/mktime.c (isdst_differ): New static function.
43058         (__mktime_internal): No need to normalize tm_isdst now.
43059         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43060         tm_isdst values.
43062         mktime: merge another wrapv change from gnulib
43063         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43064         from some compilers.
43066         mktime: remove incorrect attempt at unusual arithmetics
43067         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43068         The code didn't really work on such machines anyway.
43069         (TYPE_MINIMUM): Assume two's complement.
43070         (twos_complement_arithmetic): Verify that long_int and time_t
43071         are two's complement (or unsigned, in the latter case).
43073         mktime: check signed shifts on long_int and time_t, too
43074         * time/mktime.c (SHR): Check that shifts work as desired
43075         on the types long_int and time_t too, as SHR is used on
43076         such types.
43078         mktime: do not assume 'long' is wide enough
43079         * time/mktime.c (verify): Move decl up.
43080         (long_int): New type.
43081         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43082         to remove assumption in the code that 'long' is wide enough to
43083         store year values.  This assumption is not true on x32 and on
43084         some non-glibc platforms.
43086         mktime: merge wrapv change from gnulib
43087         * time/mktime.c (WRAPV): New macro.
43088         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43089         (guess_time_tm, __mktime_internal): Do not assume that signed
43090         integer overflow wraps around; modern compilers generate code
43091         where this assumption is no longer valid.
43093 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43095         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43096         Replace "jmp L(pseudo_end)" with "ret".
43097         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43098         Likewise.
43100 2012-05-23  Andreas Jaeger  <aj@suse.de>
43102         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43103         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43105 2012-05-23  Andreas Jaeger  <aj@suse.de>
43106             Maximilian Attems  <max@stro.at>
43108         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43109         New macros.
43111 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43113         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43114         code so that pseudo_end is just ret and the stack pointer is
43115         correct also for static library in error case.
43117 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43119         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43120         move to syscalls.list.
43121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43126         * manual/install.texi (Running make install): Do not mention Linux
43127         kernel version for which pt_chown is not needed.
43128         (Linux): Do not mention problems with nscd with 2.0 kernels.
43129         * INSTALL: Regenerated.
43131 2012-05-23  Andreas Jaeger  <aj@suse.de>
43133         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43134         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43135         macro.
43136         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43137         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43138         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43139         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43140         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43141         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43142         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43143         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43144         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43145         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43146         * sysdeps/unix/sysv/linux/bits/in.h
43147         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43149 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43151         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43152         (PREPARE_VERSION): Just use assert instead, it will be elided
43153         under [NDEBUG] anyway.
43155 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43157         * sysdeps/unix/sysv/linux/Makefile: Include
43158         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43159         (sysdep_routines): Remove sysctl.
43160         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43161         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43162         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43163         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43164         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43166 2012-05-22  Andreas Jaeger  <aj@suse.de>
43168         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43169         that pseudo_end is just ret and the stack pointer is correct also
43170         for static library in error case.
43172 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43174         [BZ #14122]
43175         * nss/nsswitch.c (defconfig_entries): New variable.
43176         (__nss_database_lookup): Don't leak defconfig entries.
43177         (nss_parse_service_list): Don't leak on error paths.
43178         (free_database_entries): New function.
43179         (free_defconfig): New function.
43180         (free_mem): Move common code to free_database_entries.
43182 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43184         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43185         Add arch_prctl.
43186         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43188         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43189         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43190         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43191         New macro.
43192         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43193         (INTERNAL_SYSCALL_TYPES): Likewise.
43194         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43195         (LOAD_REGS_TYPES_[1-6]): Likewise.
43196         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43197         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43199 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43201         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43202         copysignl for GLIBC_2_0.
43203         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43204         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43205         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43206         logbl for GLIBC_2_0.
43207         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43208         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43210 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43212         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43213         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43215         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43216         Use "neg %eax".
43218         * time/mktime.c: Update copyright years.
43220 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43222         mktime: merge comment-quoting-style change from gnulib
43223         * time/mktime.c: Quote 'like this' in comments.
43224         The GNU coding standards suggest that we no longer quote `like this',
43225         as "`" and "'" are typically rendered asymmetrically nowadays.
43226         The typical gnulib style is to quote 'like this' when quoting
43227         code, and "like this" when quoting English.
43229         * time/mktime.c (compile-command): Add "-I.".
43231         mktime: merge mktime-internal.h change from gnulib
43232         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43234         mktime: merge time_r change from gnulib
43235         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43237         mktime: merge DEBUG change from gnulib
43238         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43239         case system <time.h> has a #define.
43241         mktime: merge <sys/types.h> change from gnulib
43242         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43243         since <time.t> is now guaranteed to define time_t.
43245         mktime: merge HAVE_CONFIG_H change from gnulib
43246         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43248 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43250         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43251         Use "neg %eax".
43253         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43254         __rlim_t cast.
43255         (struct rusage): Use anonymous union to pad each field to
43256         __syscall_slong_t.
43258 2012-05-21  David S. Miller  <davem@davemloft.net>
43260         * Makefules (o-iterator): Remove .s cases.
43261         (compile-command.s): Delete.
43262         (COMPILE.s): Delete.
43263         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43265 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43267         * configure.in (libc_cv_predef_stack_protector): Only consider
43268         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43269         * configure: Regenerated.
43271 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43273         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43274         New macro.  Use R*LP on int and pointer.
43275         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43276         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43277         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43278         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43280         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43281         [__WORDSIZE_TIME64_COMPAT32] instead of
43282         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43283         (struct utmp): Likewise.
43284         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43285         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43286         Renamed to ...
43287         (__WORDSIZE_TIME64_COMPAT32): This.
43288         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43289         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43290         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43291         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43292         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43293         (__WORDSIZE_TIME64_COMPAT32): New macro.
43295 2012-05-21  Andreas Jaeger  <aj@suse.de>
43297         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43298         only if [SHARED]. Add prototype for __wcschr_ia32.
43300 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43302         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43303         of %rbp unmolested in the jmp_buf while mangling the low bits.
43304         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43305         unmolested high bits of %rbp while demangling the low bits.
43306         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43308 2012-05-21  Andreas Jaeger  <aj@suse.de>
43310         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43311         * sunrpc/svc_simple.c: Use it for registerrpc.
43312         * sunrpc/xcrypt.c: Use it for passwd2des.
43314         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43316 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43318         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43319         Don't define if [__SYSCALL_WORDSIZE != 32].
43320         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43321         New macro.
43323 2012-05-21  Bruno Haible  <bruno@clisp.org>
43324             Andreas Jaeger  <aj@suse.de>
43326         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43327         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43328         inptr and inend for must_buffer_ch.
43329         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43330         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43331         * stdio-common/Makefile (tests): Remove bug15.
43332         (bug15-ENV): Remove macro.
43333         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43334         anymore.
43336 2012-05-19  Andreas Jaeger  <aj@suse.de>
43337             Roland McGrath  <roland@hack.frob.com>
43339         * manual/contrib.texi: Completely rewritten. It contains now an
43340         alphabetical list of contributors and their contributions.
43342 2012-05-21  Richard Henderson  <rth@twiddle.net>
43344         * misc/getauxval.c (__getauxval): Use unsigned long int.
43345         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43346         (getauxval): Use unsigned long int.
43348 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43350         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43352 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43354         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43355         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43356         __alignof__ (long double).
43358 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43362 2012-05-20  Richard Henderson  <rth@twiddle.net>
43364         * misc/getauxval.c: New file.
43365         * misc/sys/auxv.h: New file.
43366         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43367         (routines): Add getauxval.
43368         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43369         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43370         * elf/dl-sysdep.c (_dl_auxv): Remove.
43371         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43372         * elf/dl-support.c (_dl_auxv): New variable.
43373         (_dl_aux_init): Initialize it.
43374         * manual/startup.texi (Auxiliary Vector): New node.
43375         * sysdeps/generic/bits/hwcap.h: New file.
43376         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43377         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43378         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43379         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43380         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43381         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43383         Update.
43384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43386         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43387         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43389         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43393 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43395         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43397 2012-05-19  David S. Miller  <davem@davemloft.net>
43399         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43401 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43403         [BZ #14123]
43404         * math/s_ccosh.c: Include <float.h>
43405         (__ccosh): Avoid internal overflow calculating sinh and cosh
43406         values before multiplying by sin and cos values.
43407         * math/s_ccoshf.c: Likewise.
43408         * math/s_ccoshl.c: Likewise.
43409         * math/s_csin.c: Likewise.
43410         * math/s_csinf.c: Likewise.
43411         * math/s_csinl.c: Likewise.
43412         * math/s_csinh.c: Likewise.
43413         * math/s_csinhf.c: Likewise.
43414         * math/s_csinhl.c: Likewise.
43415         * math/libm-test.inc (ccos_test): Add more tests.
43416         (ccosh_test): Likewise.
43417         (csin_test): Likewise.
43418         (csinh_test): Likewise.
43419         * sysdeps/i386/fpu/libm-test-ulps: Update.
43420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43422 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43424         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43425         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43427         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43429 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43431         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43432         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43433         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43434         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43435         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43436         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43437         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43438         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43439         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43440         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43441         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43442         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43443         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43444         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43445         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43446         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43447         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43448         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43449         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43450         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43451         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43452         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43453         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43454         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43455         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43456         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43457         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43458         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43459         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43460         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43461         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43463 2012-05-18  Andreas Jaeger  <aj@suse.de>
43465         * csu/.gitignore: Delete.
43467 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43469         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43470         (timex): Use __syscall_slong_t.
43472 2012-05-18  Andreas Jaeger  <aj@suse.de>
43473             Carlos O'Donell  <carlos_odonell@mentor.com>
43475         * manual/install.texi (Configuring and compiling): Update
43476         description about files modified in the source directory.
43477         * INSTALL: Regenerated.
43479 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43481         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43482         value.  Use "or" to set return value to -1.
43483         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43484         negate return value.
43486 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43488         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43489         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43490         failure if the compiler has Graphite support disabled.
43491         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43492         Likewise.
43493         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43494         (CFLAGS-memmove.c): Likewise.
43495         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43496         Likewise.
43498 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43500         * sysdeps/x86_64/x32/_itoa.h: New file.
43502         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43503         getdents system call only if kernel and user dirents have the
43504         same d_ino and d_off.
43506         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43507         LLONG_MAX != LONG_MAX.
43508         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43509         (_fitoa_word): Likewise.
43511         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43512         years.
43513         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43514         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43515         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43517         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43518         include <bits/wordsize.h>.  Check __x86_64__ instead of
43519         __WORDSIZE.
43520         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43521         if __x86_64__ is defined.  Use anonymous union on fpstate.
43523         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43524         anonymous union.
43526 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43528         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43529         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43530         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43531         Refer to _rtld_local_ro instead of _rtld_global_ro.
43532         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43533         Likewise.
43534         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43535         Likewise.
43536         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43537         Likewise.
43538         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43539         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43540         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43542         * sysdeps/powerpc/powerpc32/dl-machine.c
43543         (__elf_machine_runtime_setup) [PROF]: Don't reference
43544         _dl_prof_resolve.
43546 2012-05-18  Andreas Jaeger  <aj@suse.de>
43548         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43549         function only available for GCCs before 3.4 since GCC 3.4
43550         introduced a builtin.
43551         (lrint): Likewise.
43552         (llrintf): Likewise.
43553         (llrint): Likewise.
43554         (fmaxf): Likewise.
43555         (fmax): Likewise.
43556         (fminf): Likewise.
43557         (fmin): Likewise.
43558         (rint): Likewise.
43559         (rintf): Likewise.
43560         (nearbyint): Likewise.
43561         (nearbyintf): Likewise.
43562         (ceil): Likewise.
43563         (ceilf): Likewise.
43564         (floor): Likewise.
43565         (floorf): Likewise.
43567 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43569         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43570         on both fields and cast pointer to __syscall_ulong_t.
43572         * bits/types.h (__fsword_t): New type.
43573         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43574         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43575         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43576         (__FSWORD_T_TYPE): Likewise.
43577         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43578         (__FSWORD_T_TYPE): Likewise.
43579         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43580         (__FSWORD_T_TYPE): Likewise.
43581         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43582         (__FSWORD_T_TYPE): Likewise.
43583         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43584         __SWORD_TYPE with __fsword_t.
43585         (statfs64): Likewise.
43587 2012-05-17  David S. Miller  <davem@davemloft.net>
43589         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43591 2012-05-17  Andreas Jaeger  <aj@suse.de>
43593         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43594         warning.
43596 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43598         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43600 2012-05-17  Andreas Jaeger  <aj@suse.de>
43602         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43603         when it is used.
43605 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43607         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43609 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43611         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43612         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43614 2012-05-17  Andreas Jaeger  <aj@suse.de>
43615             Carlos O'Donell  <carlos_odonell@mentor.com>
43617         [BZ #14059]
43618         * sysdeps/x86_64/multiarch/init-arch.h
43619         (bit_YMM_Usable): Rename to...
43620         (bit_AVX_Usable): ... this.
43621         (bit_FMA4_Usable): New macro.
43622         (bit_XMM_state): New macro.
43623         (bit_YMM_state): New macro.
43624         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43625         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43626         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43627         (CPUID_OSXSAVE): New macro.
43628         (CPUID_AVX): New macro.
43629         (CPUID_FMA4): New macro.
43630         (index_YMM_Usable): Rename to...
43631         (index_AVX_Usable): ... this.
43632         (HAS_AVX): Use HAS_ARCH_FEATURE.
43633         (HAS_FMA4): Likewise.
43634         (HAS_YMM_USABLE): Remove.
43635         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43636         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43637         are present.
43638         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43639         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43640         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43641         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43642         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43644 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43646         * math/libm-test.c: Support platforms without multiple rounding modes.
43647         * math/bug-nextafter.c: Support platforms without FP exceptions.
43648         * math/bug-nexttoward.c: Likewise.
43649         * math/test-fenv.c: Likewise.
43650         * math/test-misc.c: Likewise.
43651         * stdlib/bug-getcontext.c: Likewise.
43653 2012-05-17  Andreas Jaeger  <aj@suse.de>
43655         * manual/examples/search.c (critter_cmp): Change signature to
43656         avoid warnings.
43657         * manual/string.texi (Collation Functions): Likewise.
43659 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43661         * bits/types.h: Fold copyright years.
43662         * bits/typesizes.h: Likewise.
43663         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43664         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43665         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43666         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43667         * time/time.h: Likewise.
43669 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43671         [BZ #208]
43672         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43673         in instead of returning them.  Return void.
43674         (__libc_mallinfo): Accumulate over all arenas.
43675         (__malloc_stats): Adjust for change in int_mallinfo interface.
43677 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43679         [BZ #10375]
43680         * configure.in (NM): Add AC_CHECK_TOOL for it.
43681         (libc_extra_cflags): New substituted variable.
43682         Check for -fstack-protector being used implicitly.
43683         * configure: Regenerated.
43684         * config.make.in (config-extra-cflags): New variable,
43685         gets @libc_extra_cflags@.
43686         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43688         [BZ #10375]
43689         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43690         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43691         * configure: Regenerated.
43692         * config.make.in (CPPUNDEFS): New substituted variable.
43693         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43694         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43695         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43697 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43699         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43700         (mq_attr): Use __syscall_slong_t.
43702 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43704         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43705         Check __x86_64__ instead of __WORDSIZE.
43706         (_STAT_VER_LINUX): Likewise.
43707         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43708         __syscall_ulong_t and __syscall_slong_t.
43709         (stat64): Likewise.
43711 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43713         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43715 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43717         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43719 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43721         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43722         __syscall_ulong_t.
43724         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43725         include <bits/wordsize.h>.  Check __x86_64__ instead of
43726         __WORDSIZE.
43727         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43728         defined.
43729         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43731         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43732         include <bits/wordsize.h>.  Check __x86_64__ instead of
43733         __WORDSIZE.
43734         (user_regs_struct): Use "__extension__ unsigned long long"
43735         instead of "unsigned long" if __x86_64__ is defined.
43736         (user): Likewise.  Pad after pointer field if __ILP32__ is
43737         defined.
43739 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43741         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43742         versions 5 to 9.
43743         * configure: Regenerated.
43744         * manual/install.texi (texinfo): Increase version requirement to
43745         4.5 or later.
43746         * INSTALL: Regenerated.
43748         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43750 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43752         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43754         * sysdeps/x86_64/x32/ffs.c: New file.
43756         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43757         __syscall_ulong_t.
43758         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43759         defined.  Use __syscall_ulong_t.
43760         (shminfo): Use __syscall_ulong_t.
43761         (shm_info): Likewise.
43763         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43764         __syscall_ulong_t.
43766         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43767         <bits/wordsize.h>.
43768         (msgqnum_t): Use __syscall_ulong_t.
43769         (msglen_t): Likewise.
43770         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43771         __syscall_ulong_t.
43773         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43774         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43776         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43778         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43779         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43781         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43782         __syscall_slong_t.
43784         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43785         include <bits/wordsize.h>.  Check __x86_64__ instead of
43786         __WORDSIZE.
43788         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43789         "unsigned long long int" if __x86_64__ is defined.
43790         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43792         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43793         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43794         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43796         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43797         <stdint.h>.
43798         (GET_PC): Cast to uintptr_t first.
43799         (GET_FRAME): Likewise.
43800         (GET_STACK): Likewise.
43802         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43803         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43804         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43805         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43806         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43807         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43808         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43809         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43810         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43811         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43812         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43813         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43814         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43815         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43816         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43817         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43818         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43819         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43820         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43821         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43822         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43823         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43824         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43825         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43826         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43827         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43828         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43829         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43830         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43832 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43834         * Makerules (+depfiles): Also collect depfiles from .oS in
43835         $(extra-objs).
43836         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43837         .oS, $(libnldbl-routines)).
43839         * Makerules (native-compile-mkdep-flags): Define.
43840         * sunrpc/Makefile (extra-objs): Add $(addprefix
43841         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43842         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43843         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43844         calling $(make-target-directory).
43846 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43848         * bits/types.h (__snseconds_t): Removed.
43849         * time/time.h (struct timespec): Replace __snseconds_t with
43850         __syscall_slong_t.
43851         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43852         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43853         Likewise.
43854         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43855         (__SNSECONDS_T_TYPE): Likewise.
43856         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43857         (__SNSECONDS_T_TYPE): Likewise.
43858         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43859         (__SNSECONDS_T_TYPE): Likewise.
43861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43863         * sysdeps/mach/hurd/bits/typesizes.h
43864         (__SYSCALL_SLONG_TYPE): New macro.
43865         (__SYSCALL_ULONG_TYPE): Likewise.
43867 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43869         * bits/types.h (__syscall_slong_t): New type.
43870         (__syscall_ulong_t): Likewise.
43872         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43873         (__SYSCALL_ULONG_TYPE): Likewise.
43874         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43875         (__SYSCALL_SLONG_TYPE): Likewise.
43876         (__SYSCALL_ULONG_TYPE): Likewise.
43877         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43878         (__SYSCALL_SLONG_TYPE): Likewise.
43879         (__SYSCALL_ULONG_TYPE): Likewise.
43880         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43881         (__SYSCALL_SLONG_TYPE): Likewise.
43882         (__SYSCALL_ULONG_TYPE): Likewise.
43884 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43886         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43887         Add sigaltstack-offsets.sym.
43888         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43889         <sigaltstack-offsets.h>.
43890         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43891         longjmp_msg pointer.
43892         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43893         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43894         signal stack.
43895         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43897 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43899         * elf/stackguard-macros.h: Remove file.
43900         * sysdeps/generic/stackguard-macros.h: New file.
43901         * sysdeps/i386/stackguard-macros.h: Likewise.
43902         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43903         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43904         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43905         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43906         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43907         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43908         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43909         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43910         <elf/stackguard-macros.h>.
43912         [BZ #14109]
43913         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43914         __aligned__ in attribute.
43915         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43916         (gregset_t): Likewise.
43918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43920         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43921         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43922         * sysdeps/x86_64/x32/Implies-after: New file.
43924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43926         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43927         and access return value for _dl_profile_fixup.  Use R10_LP to
43928         load frame size.
43930 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43932         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43936         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43937         * sysdeps/x86_64/x32/sysdep.h: New file.
43939 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43941         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43942         * sysdeps/x86_64/setjmp.S: Likewise.
43944 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43946         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43947         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43948         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43949         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43950         remove unused global constant.
43952 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43954         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43955         include of <not-cancel.h>.
43957 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43959         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43961 2012-05-15  Jeff Law  <law@redhat.com>
43962             Andreas Jaeger  <aj@suse.de>
43964         [BZ #13594]
43965         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43966         out from...
43967         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43968         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43969         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43970         code changing __hst_map_handle.map.
43972 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43974         * configure.in (sysnames): Look for Implies-before and Implies-after
43975         files.
43976         * configure: Regenerated.
43978 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43980         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43981         8-byte data alignment with LP_SIZE alignment.
43983 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43985         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43986         into R10_LP.
43988 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43990         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43992 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43994         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43995         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43996         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43997         Likewise.
43998         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44000 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44002         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44003         (stackinfo_sub_sp): Likewise.
44005 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44007         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44008         RAX_LP.
44010 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44012         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44013         into R*_LP.
44015 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44017         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44018         sizes into R*_LP.
44020 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44022         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44026         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44027         into R11_LP and load __x86_64_shared_cache_size_half into
44028         R8_LP.
44030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44032         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44033         R8_LP.
44035 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44037         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44038         logb for POWER7.
44039         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44040         logbf for POWER7.
44041         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44042         logbl for POWER7.
44043         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44044         powerpc32/power7/fpu/s_logb.c via #include.
44045         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44046         powerpc32/power7/fpu/s_logbf.c via #include.
44047         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44048         powerpc32/power7/fpu/s_logbl.c via #include.
44050 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44052         * README.libm: Remove file.
44054 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44056         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44057         count for x32.  Use R*_LP and omit operand-size suffix.
44059 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44061         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44062         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44063         * sysdeps/x86_64/x32/shlib-versions: New file.
44065 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44067         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44068         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44069         Use _dl_fatal_printf instead.
44071 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44073         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44074         set if not set by the user.  Do not allow for being unset.
44075         * sysdeps/unix/sysv/linux/configure: Regenerated.
44077 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44079         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44080         the `q' suffix from lea and replace .quad with ASM_ADDR.
44082 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44084         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44085         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44086         instead of $17.
44087         (PTR_DEMANGLE): Likewise.
44089 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44091         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44092         (LP_OP): Likewise.
44093         (ASM_ADDR): Likewise.
44094         (RAX_LP): Likewise.
44095         (RBP_LP): Likewise.
44096         (RBX_LP): Likewise.
44097         (RCX_LP): Likewise.
44098         (RDI_LP): Likewise.
44099         (RSI_LP): Likewise.
44100         (RSP_LP): Likewise.
44101         (R8_LP): Likewise.
44102         (R9_LP): Likewise.
44103         (R10_LP): Likewise.
44104         (R10_LP): Likewise.
44105         (R11_LP): Likewise.
44106         (R12_LP): Likewise.
44107         (R13_LP): Likewise.
44108         (R14_LP): Likewise.
44109         (R15_LP): Likewise.
44111 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44113         * sysdeps/x86_64/x32/dl-machine.h: New file.
44115 2012-05-14  Andreas Jaeger  <aj@suse.de>
44117         * manual/Makefile (subdir): Remove export of subdir.
44118         (all): Remove target.
44119         (.PHONY): Remove all from list.
44120         (mkinstalldirs): Remove.
44121         (.PHONY): Remove installdirs from list.
44122         ($(inst_infodir)/libc.info): Use make-target-directory.
44123         (installdirs): Remove.
44124         (subdir_%): Remove.
44125         (glibc-targets): Remove.
44126         (lib): Remove.
44127         (stubs): Remove.
44128         ($(objpfx)stubs ../po/manual.pot): Remove.
44129         ($(objpfx)stamp%): Remove.
44130         (make-target-directory): Remove.
44131         (subdir_install): Remove.
44132         (routines): Remove.
44133         (aux): Remove.
44134         (sources): Remove.
44135         (objects): Remove.
44136         (headers): Remove.
44138         [BZ #13750]
44139         * manual/.gitignore: Remove, it's not needed anymore.
44140         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44141         all files in it.
44142         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44143         directory.
44144         (texis): Renamed to $(objpfx)texis.
44145         (texis-path): New, contains path to generated files.
44146         (chapters.%): Use texis-path for complete path, add extra argument
44147         libc-texinfo.sh.
44148         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44149         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44150         (summary,texi, stamp-summary): Use complete path of
44151         files. Generate files in build dir.
44152         (dir-add.texi): Build in build dir.
44153         (libm-err.texi,stamp-libm-err): Likewise.
44154         (version.texi, stamp-version): Likewise.
44155         (.%c.texi): Likewise.
44156         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44157         (mostlyclean): Remove target.
44158         (realclean): Remove target.
44159         (generated): Add new variable with contents from mostlyclean and
44160         realclean, remove entries duplicated in common-mostlyclean, add
44161         stamp-libm-err and stamp-version.
44162         (generated-dirs): Add libc directory.
44163         ($(inst_infodir)/libc.info): Install files from build dir.
44165         * manual/install.texi (Configuring and compiling): Adjust since
44166         the info files are not part of the tar ball anymore.
44168 2012-05-14  Andreas Jaeger  <aj@suse.de>
44170         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44171         variable.
44173 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44175         [BZ #13717]
44176         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44177         to 2.2.0 where earlier.
44178         * sysdeps/unix/sysv/linux/configure: Regenerated.
44179         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44180         Remove conditional code.
44181         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44182         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44183         Remove conditional code.
44184         [!__NR_lchown]: Likewise.
44185         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44186         [__NR_lchown]: Likewise.
44187         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44188         comment referencing __ASSUME_LCHOWN_SYSCALL.
44189         * sysdeps/unix/sysv/linux/i386/sigaction.c
44190         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44191         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44192         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44193         Remove conditional code.
44194         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44195         (__protocol_available): Remove #if 0 code.
44196         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44197         conditional code.
44198         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44199         * sysdeps/unix/sysv/linux/kernel-features.h
44200         (__ASSUME_GETCWD_SYSCALL): Don't define.
44201         (__ASSUME_REALTIME_SIGNALS): Likewise.
44202         (__ASSUME_PREAD_SYSCALL): Likewise.
44203         (__ASSUME_PWRITE_SYSCALL): Likewise.
44204         (__ASSUME_POLL_SYSCALL): Likewise.
44205         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44206         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44207         non-SPARC.
44208         (__ASSUME_SIOCGIFNAME): Don't define.
44209         (__ASSUME_MSG_NOSIGNAL): Likewise.
44210         (__ASSUME_SENDFILE): Define unconditionally.
44211         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44212         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44213         conditional code.
44214         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44215         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44216         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44217         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44218         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44219         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44220         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44222         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44223         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44225         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44226         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44228         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44229         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44231         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44232         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44234         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44235         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44237         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44238         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44240         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44241         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44243         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44244         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44245         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44246         Remove conditional code.
44247         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44248         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44249         Remove conditional code.
44250         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44251         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44252         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44253         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44254         Remove conditional code.
44255         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44256         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44257         Remove conditional code.
44258         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44259         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44260         Remove conditional code.
44261         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44262         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44263         Remove conditional code.
44264         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44265         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44266         Remove conditional code.
44267         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44268         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44269         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44270         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44271         * sysdeps/unix/sysv/linux/sigaction.c
44272         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44273         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44274         * sysdeps/unix/sysv/linux/sigpending.c
44275         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44276         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44277         * sysdeps/unix/sysv/linux/sigprocmask.c
44278         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44279         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44280         * sysdeps/unix/sysv/linux/sigsuspend.c
44281         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44282         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44283         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44284         (__libc_missing_rt_sigs): Remove.
44285         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44286         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44287         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44288         Remove conditional code.
44289         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44290         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44291         return 1.
44292         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44293         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44294         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44295         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44297 2012-05-14  Andreas Jaeger  <aj@suse.de>
44299         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44300         it's not used in glibc.
44301         (__coshm1): Likewise.
44302         (__acosh1p): Likewise.
44303         (__sgn): Likewise.
44305         * manual/string.texi (Copying and Concatenation): Add missing
44306         variable in concat example.
44307         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44309 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44311         [BZ #14103]
44312         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44313         __builtin_clzl with __builtin_clzll.
44315 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44317         [BZ #14104]
44318         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44319         libc_freeres_ptr.
44321 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44323         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44324         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44325         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44326         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44328 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44330         * NEWS: Update ia64 info.
44332 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44334         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44335         used as bcopy.
44337 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44339         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44340         * sysdeps/unix/syscalls.list (dup3): Likewise.
44341         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44342         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44344 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44346         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44347         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44349 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44351         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44352         thread pointer.
44353         (TLS_IE): Use mov/add instead of movq/addq to load thread
44354         pointer.
44355         (TLS_GD_PREFIX): New.
44356         (TLS_GD): Use it.
44358 2012-05-11  David S. Miller  <davem@davemloft.net>
44360         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44361         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44362         (_FPU_SETCW): Likewise.
44364 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44366         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44367         is 32-byte aligned.
44369 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44371         [BZ #11837]
44372         * iconvdata/gb18030.c: Update tables.
44373         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44374         characters specially.
44375         (BODY for TO_LOOP): Add encoding of missing ranges.
44377 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44379         [BZ #13673]
44380         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44381         * sysdeps/mach/hurd/dup3.c: Likewise.
44382         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44383         * sysdeps/powerpc/memmove.c:: Likewise.
44385 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44387         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44388         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44390 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44392         * elf/elf.h (R_X86_64_RELATIVE64): New.
44393         (R_X86_64_NUM): Updated.
44394         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44395         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44396         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44397         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44398         tst-quad1pie tst-quad2pie
44399         (modules-names): Add tst-quadmod1 tst-quadmod2.
44400         ($(objpfx)tst-quad1): New dependency.
44401         ($(objpfx)tst-quad2): Likewise.
44402         ($(objpfx)tst-quad1pie): Likewise.
44403         ($(objpfx)tst-quad2pie): Likewise.
44404         * sysdeps/x86_64/tst-quad1.c: New file.
44405         * sysdeps/x86_64/tst-quad1pie.c: New file.
44406         * sysdeps/x86_64/tst-quad2.c: Likewise.
44407         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44408         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44409         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44410         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44411         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44413 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44415         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44416         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44417         * streams/stropts.h (t_scalar_t): Define type.
44419         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44420         (_PATH_PRESERVE): Set to "/var/lib".
44421         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44423         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44424         instead of int.
44426         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44427         if __dir_mkfile succeeded.
44429         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44430         checking for _hurd_dtablesize.  Unlock it right after having
44431         finished _hurd_dtable allocation.
44433 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44435         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44436         * sysdeps/mach/hurd/configure: Regenerated.
44437         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44438         special-casing to...
44439         * sysdeps/gnu/configure.in: ... this new file.
44440         * sysdeps/unix/sysv/linux/configure: Regenerated.
44441         * sysdeps/gnu/configure: New generated file.
44443         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44444         for Linux: use nsec instead of usec, as well as:
44445         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44446         members of type struct timespec.
44447         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44448         New macros.
44449         (struct stat64): Likewise.
44450         (_STATBUF_ST_NSEC): New macro.
44451         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44453         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44454         __strtoul_internal rather than strtoul.
44456 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44458         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44459         and reject them.
44461 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44463         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44464         which preserves existing values.
44465         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44467 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44469         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44470         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44471         greater than FD_SETSIZE.
44473 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44475         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44476         allocated, call __vm_protect to finish enabling the existing space, and
44477         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44478         allocate the remainder.
44480 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44482         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44483         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44485 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44487         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44488         sysdeps/mach/hurd/readlink.c.
44490         * posix/tst-sysconf.c (posix_options): Only use
44491         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44492         _POSIX_SYNCHRONIZED_IO when they are defined
44493         * sysdeps/mach/hurd/bits/posix_opt.h:
44494         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44495         (_XOPEN_REALTIME): Undefine macro.
44496         (_XOPEN_REALTIME_THREADS): Undefine macro.
44497         (_XOPEN_SHM): Undefine macro.
44498         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44499         macro to -1.
44500         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44501         macro to -1.
44502         (_POSIX_ASYNC_IO): Undefine macro.
44503         (_POSIX_PRIORITIZED_IO): Undefine macro.
44504         (_POSIX_SPIN_LOCKS): Define macro to -1.
44506         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44507         SA_NODEFER, SA_RESETHAND.
44508         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44509         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44510         F_DUPFD_CLOEXEC.
44512 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44514         * elf/Makefile (pldd-modules): Define unconditionally.
44516 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44518         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44520 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44522         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44523         Return ENOENT when name is empty.
44524         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44526 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44528         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44530         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44532 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44534         Fix mlock in all cases except non-readable pages.
44535         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44536         instead of VM_PROT_ALL as parameter to __vm_wire function.
44538         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44539         (__mkdir): When path is `/', just fail with EEXIST.
44540         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44542 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44544         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44545         <sys/uio.h> (for writev).
44546         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44547         and <sys/param.h> (for MIN).
44549 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44551         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44552         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44553         if interrupted.
44555 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44557         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44558         Depend on against $(link-rpcuserlibs).
44560 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44562         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44563         (__libc_stack_end): Do not use attribute_relro.
44564         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44565         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44566         to libthread-provided value.
44567         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44568         attribute_relro.
44570 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44572         [BZ #3748]
44573         * bits/libc-lock.h (__libc_once_get): New macro.
44574         * sysdeps/mach/bits/libc-lock.h: Likewise.
44575         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44576         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44577         instead of using implementation details.
44579         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44580         * libio/freopen.c: Likewise.
44581         * libio/freopen64.c: Likewise.
44582         * misc/syslog.c: Likewise.
44583         * nscd/connections.c: Likewise.
44584         * nscd/netgroupcache.c: Likewise.
44585         * sysdeps/posix/getcwd.c: Likewise.
44587 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44589         * math/w_ilogbf.c: Add #include <limits.h>.
44591 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44593         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44594         path instead of returning without unlocking.
44596         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44597         immediate-write ioctls.
44598         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44600 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44602         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44603         __builtin_frame_address instead of making assumptions about the
44604         location of the return address relative to DATA.  Force early load of
44605         the return address.
44606         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44607         __builtin_frame_address.
44609         dup3 for GNU Hurd.
44610         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44611         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44612         implement dup3 and do some further code clean-ups.
44613         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44614         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44616 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44618         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44620         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44621         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44622         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44623         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44624         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44625         d->port.lock.
44627         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44628         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44629         when handler == SIG_ERR, not when handler != SIG_ERR.
44631 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44633         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44634         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44635         definitions.
44637         accept4 for GNU Hurd.
44638         * include/sys/socket.h (__libc_accept4): New prototype.
44639         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44640         to implement __libc_accept4.
44641         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44642         __libc_accept4.
44643         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44645         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44646         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44647         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44648         signal-defines.sym.
44650 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44652         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44654 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44656         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44657         assertion on O_CLOEXEC flag.
44658         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44659         * hurd/intern-fd.c: Likewise.
44660         * hurd/port2fd.c: Likewise.
44662 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44664         [BZ #3906]
44665         * bits/in.h (IPV6_PKTINFO): Define new macro.
44666         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44668 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44670         [BZ #13954]
44671         [BZ #13955]
44672         [BZ #13956]
44673         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44674         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44675         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44676         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44677         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44678         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44679         * math/libm-test.inc (logb_test) : Additional logb tests.
44681 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44682             Andreas Jaeger  <aj@suse.de>
44684         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44685         * configure: Regenerated.
44686         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44687         * config.make.in (link-obsolete-rpc): New substituted variable.
44688         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44689         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44690         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44691         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44692         so that libc.a contains the symbols.
44693         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44694         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44695         * sunrpc/auth_none.c: Likewise.
44696         * sunrpc/auth_unix.c: Likewise.
44697         * sunrpc/authdes_prot.c: Likewise.
44698         * sunrpc/authuxprot.c: Likewise.
44699         * sunrpc/clnt_gen.c: Likewise.
44700         * sunrpc/clnt_perr.c: Likewise.
44701         * sunrpc/clnt_raw.c: Likewise.
44702         * sunrpc/clnt_simp.c: Likewise.
44703         * sunrpc/clnt_tcp.c: Likewise.
44704         * sunrpc/clnt_udp.c: Likewise.
44705         * sunrpc/clnt_unix.c: Likewise.
44706         * sunrpc/des_crypt.c: Likewise.
44707         * sunrpc/des_soft.c: Likewise.
44708         * sunrpc/get_myaddr.c: Likewise.
44709         * sunrpc/key_call.c: Likewise.
44710         * sunrpc/key_prot.c: Likewise.
44711         * sunrpc/netname.c: Likewise.
44712         * sunrpc/pm_getmaps.c: Likewise.
44713         * sunrpc/pm_getport.c: Likewise.
44714         * sunrpc/pmap_clnt.c: Likewise.
44715         * sunrpc/pmap_prot.c: Likewise.
44716         * sunrpc/pmap_prot2.c: Likewise.
44717         * sunrpc/pmap_rmt.c: Likewise.
44718         * sunrpc/publickey.c: Likewise.
44719         * sunrpc/rpc_cmsg.c: Likewise.
44720         * sunrpc/rpc_common.c: Likewise.
44721         * sunrpc/rpc_dtable.c: Likewise.
44722         * sunrpc/rpc_prot.c: Likewise.
44723         * sunrpc/rpc_thread.c: Likewise.
44724         * sunrpc/rtime.c: Likewise.
44725         * sunrpc/svc.c: Likewise.
44726         * sunrpc/svc_auth.c: Likewise.
44727         * sunrpc/svc_raw.c: Likewise.
44728         * sunrpc/svc_run.c: Likewise.
44729         * sunrpc/svc_tcp.c: Likewise.
44730         * sunrpc/svc_udp.c: Likewise.
44731         * sunrpc/svc_unix.c: Likewise.
44732         * sunrpc/svcauth_des.c: Likewise.
44733         * sunrpc/xcrypt.c: Likewise.
44734         * sunrpc/xdr.c: Likewise.
44735         * sunrpc/xdr_array.c: Likewise.
44736         * sunrpc/xdr_float.c: Likewise.
44737         * sunrpc/xdr_intXX_t.c: Likewise.
44738         * sunrpc/xdr_mem.c: Likewise.
44739         * sunrpc/xdr_rec.c: Likewise.
44740         * sunrpc/xdr_ref.c: Likewise.
44741         * sunrpc/xdr_sizeof.c: Likewise.
44742         * sunrpc/xdr_stdio.c: Likewise.
44744 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44746         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44747         change.  Update copyright years.
44749 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44751         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44753 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44754             Joseph Myers  <joseph@codesourcery.com>
44755             Paul Pluzhnikov  <ppluzhnikov@google.com>
44757         [BZ #14012]
44758         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44759         requiring rpcgen.
44760         [cross-compiling] (extra-libs): Likewise.
44761         [cross-compiling] (extra-libs-others): Likewise.
44762         [cross-compiling] (librpcsvc-routines): Likewise.
44763         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44764         [cross-compiling] (omit-deps): Likewise.
44765         (sunrpc-CPPFLAGS): New variable.
44766         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44767         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44768         (cross-rpcgen-objs): New variable.
44769         (extra-objs): Append $(cross-rpcgen-objs).
44770         ($(cross-rpcgen-objs)): New rule.
44771         ($(objpfx)cross-rpcgen): Likewise.
44772         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44773         comment.
44774         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44775         ($(objpfx)x%.stmp): Likewise.
44776         * sunrpc/proto.h [IS_IN_build] (_): Define.
44777         [IS_IN_build] (_libc_intl_domainname): Likewise.
44779 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44781         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44782         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44783         and R_X86_64_TPOFF64.
44785 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44787         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44788         sysdeps/unix/sysv/syscalls.list.
44789         (stime): Likewise.
44790         (utime): Likewise.
44791         * sysdeps/unix/sysv/syscalls.list: Remove file.
44793 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44795         [BZ #3440]
44796         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44797         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44798         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44799         (__LC_IDENTIFICATION): Make these macros useful in #if
44800         expressions, as required by C99.
44802 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44804         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44805         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44806         after this.
44808 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44810         * stdlib/longlong.h: Updated from GCC.
44812 2012-05-09  Andreas Jaeger  <aj@suse.de>
44814         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44815         default is first entry.
44816         (run_mode): Set type.
44817         (main): Remove informal message about syslog.
44818         (options): Fix typo.
44820         [BZ #14053]
44821         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44822         to asm.
44823         (lrint): Likewise.
44824         (llrintf): Likewise.
44825         (llrint): Likewise.
44826         (rint): Likewise.
44827         (rintf): Likewise.
44828         (nearbyint): Likewise.
44829         (nearbyintf): Likewise.
44831 2012-05-09  Andreas Jaeger  <aj@suse.de>
44832             Pedro Alves  <palves@redhat.com>
44834         * nscd/nscd.c (run_mode): Use enum.
44835         (main): Cleanup coding style issue.
44837 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44838             Andreas Jaeger  <aj@suse.de>
44840         * nscd/nscd.c (go_background): Replaced with...
44841         (run_mode): ... this.
44842         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44843         (options): Add -F --foreground.
44844         (main): Implement it.
44845         (parse_opt): Parse it.
44847 2012-05-09  Andreas Jaeger  <aj@suse.de>
44849         [BZ #14083]
44850         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44851         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44852         -Wconversion warning.
44853         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44854         Likewise.
44856 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44858         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44859         == 0.
44860         (LC_ALL): Use macro-int-constant.
44861         (LC_COLLATE): Likewise.
44862         (LC_CTYPE): Likewise.
44863         (LC_MESSAGES): Likewise.
44864         (LC_MONETARY): Likewise.
44865         (LC_NUMERIC): Likewise.
44866         (LC_TIME): Likewise.
44867         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44868         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44869         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44870         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44871         Specify type.
44872         [C99-based standards] (float_t): Expect type.
44873         [C99-based standards] (double_t): Expect type.
44874         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44875         type.
44876         [C99-based standards] (HUGE_VALL): Likewise.
44877         [C99-based standards] (INFINITY): Likewise.
44878         [C99-based standards] (NAN): Likewise.
44879         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44880         [C99-based standards] (FP_NAN): Likewise.
44881         [C99-based standards] (FP_NORMAL): Likewise.
44882         [C99-based standards] (FP_SUBNORMAL): Likewise.
44883         [C99-based standards] (FP_ZERO): Likewise.
44884         [C99-based standards] (FP_FAST_FMA): Use
44885         optional-macro-int-constant.  Specify type.  Require == 1.
44886         [C99-based standards] (FP_FAST_FMAF): Likewise.
44887         [C99-based standards] (FP_FAST_FMAL): Likewise.
44888         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44889         [C99-based standards] (FP_ILOGBNAN): Likewise.
44890         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44891         Specify type.
44892         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44893         [C99-based standards] (math_errhandling): Specify type.
44894         [ISO99 || ISO11] (signgam): Do not allow.
44895         [non-C99-based standards] (copysignf): Do not allow.
44896         [non-C99-based standards] (exp2f): Likewise.
44897         [non-C99-based standards] (log2f): Likewise.
44898         [non-C99-based standards] (modff): Allow.
44899         [non-C99-based standards] (erff): Do not allow.
44900         [non-C99-based standards] (erfcf): Likewise.
44901         [non-C99-based standards] (gammaf): Likewise.
44902         [non-C99-based standards] (hypotf): Likewise.
44903         [non-C99-based standards] (j0f): Likewise.
44904         [non-C99-based standards] (j1f): Likewise.
44905         [non-C99-based standards] (jnf): Likewise.
44906         [non-C99-based standards] (lgammaf): Likewise.
44907         [non-C99-based standards] (tgammaf): Likewise.
44908         [non-C99-based standards] (y0f): Likewise.
44909         [non-C99-based standards] (y1f): Likewise.
44910         [non-C99-based standards] (ynf): Likewise.
44911         [non-C99-based standards] (isnanf): Likewise.
44912         [non-C99-based standards] (acoshf): Likewise.
44913         [non-C99-based standards] (asinhf): Likewise.
44914         [non-C99-based standards] (atanhf): Likewise.
44915         [non-C99-based standards] (cbrtf): Likewise.
44916         [non-C99-based standards] (expm1f): Likewise.
44917         [non-C99-based standards] (ilogbf): Likewise.
44918         [non-C99-based standards] (log1pf): Likewise.
44919         [non-C99-based standards] (logbf): Likewise.
44920         [non-C99-based standards] (nextafterf): Likewise.
44921         [non-C99-based standards] (remainderf): Likewise.
44922         [non-C99-based standards] (rintf): Likewise.
44923         [non-C99-based standards] (scalbf): Likewise.
44924         [non-C99-based standards] (copysignl): Likewise.
44925         [non-C99-based standards] (exp2l): Likewise.
44926         [non-C99-based standards] (log2l): Likewise.
44927         [non-C99-based standards] (modfl): Allow.
44928         [non-C99-based standards] (erfl): Do not allow.
44929         [non-C99-based standards] (erfcl): Likewise.
44930         [non-C99-based standards] (gammal): Likewise.
44931         [non-C99-based standards] (hypotl): Likewise.
44932         [non-C99-based standards] (j0l): Likewise.
44933         [non-C99-based standards] (j1l): Likewise.
44934         [non-C99-based standards] (jnl): Likewise.
44935         [non-C99-based standards] (lgammal): Likewise.
44936         [non-C99-based standards] (tgammal): Likewise.
44937         [non-C99-based standards] (y0l): Likewise.
44938         [non-C99-based standards] (y1l): Likewise.
44939         [non-C99-based standards] (ynl): Likewise.
44940         [non-C99-based standards] (isnanl): Likewise.
44941         [non-C99-based standards] (acoshl): Likewise.
44942         [non-C99-based standards] (asinhl): Likewise.
44943         [non-C99-based standards] (atanhl): Likewise.
44944         [non-C99-based standards] (cbrtl): Likewise.
44945         [non-C99-based standards] (expm1l): Likewise.
44946         [non-C99-based standards] (ilogbl): Likewise.
44947         [non-C99-based standards] (log1pl): Likewise.
44948         [non-C99-based standards] (logbl): Likewise.
44949         [non-C99-based standards] (nextafterl): Likewise.
44950         [non-C99-based standards] (remainderl): Likewise.
44951         [non-C99-based standards] (rintl): Likewise.
44952         [non-C99-based standards] (scalbl): Likewise.
44953         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44954         [non-C99-based standards] (FP_*): Do not allow.
44955         [C99-based standards] (FP_*): Change to
44956         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44957         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44958         allow.
44959         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44960         (SIG_ERR): Likewise.
44961         [X/Open-based standards] (SIG_HOLD): Likewise.
44962         (SIG_IGN): Likewise.
44963         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44964         positive value.
44965         (SIGFPE): Likewise.
44966         (SIGILL): Likewise.
44967         (SIGINT): Likewise.
44968         (SIGSEGV): Likewise.
44969         (SIGTER): Likewise.
44970         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44971         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44972         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44973         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44974         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44975         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44976         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44977         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44978         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44979         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44980         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44981         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44982         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44983         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44984         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44985         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44986         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44987         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44988         [X/Open-based standards] (SIGTRAP): Likewise.
44989         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44990         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44991         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44992         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44993         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44994         allow.
44996 2012-05-08  Ian Wienand  <ianw@vmware.com>
44998         [BZ #14080]
44999         * time/tzset.c (__tzset_parse_tz): Update default rules for
45000         daylight time changes in the Energy Policy Act of 2005.
45002 2012-05-09  Andreas Jaeger  <aj@suse.de>
45004         [BZ #13983]
45005         * elf/ldconfig.c (parse_conf): Change string to make clear that
45006         ldconfig only issued a warning if ld.so.conf does not exist.
45008 2012-05-08  David S. Miller  <davem@davemloft.net>
45010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45011         movxtod instead of popping the value on the stack.
45013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45015 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45017         * config.h.in: Add HAVE_ARM_PCS_VFP.
45019 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45021         [BZ #13979]
45022         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45023         checking but the checks are disabled for any reason.
45025 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45027         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45028         and ELF64_R_TYPE with ELFW(R_TYPE).
45030 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45032         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45033         (ulimit): Likewise.
45035         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45036         (settimeofday): Likewise.
45038 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45040         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45041         a struct th_u2 inside the union, and move tu_block/tu_code into
45042         a new th_u3 union of tu_block/tu_code inside of that.  Move
45043         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45044         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45045         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45046         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45047         (th_stuff): Change to th_u1.tu_stuff.
45048         (th_data): Define.
45049         (th_msg): Change to th_u1.th_u2.tu_data.
45051 2012-05-07  David S. Miller  <davem@davemloft.net>
45053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45055         [BZ #14074]
45056         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45057         (SETUP_PIC_REG): Use it.
45058         (SETUP_PIC_REG_LEAF): Use it.
45060 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45062         [BZ #13885]
45063         [BZ #13923]
45064         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45065         USE_AS_EXPM1L.
45066         (EXPL_FINITE): Likewise.
45067         (FLDLOG): Likewise.
45068         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45069         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45070         e_expl.S.
45071         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45072         USE_AS_EXPM1L.
45073         (EXPL_FINITE): Likewise.
45074         (FLDLOG): Likewise.
45075         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45076         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45077         e_expl.S.
45078         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45079         test of -max_value argument for long double.
45080         * sysdeps/i386/fpu/libm-test-ulps: Update.
45081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45083 2012-05-06  David S. Miller  <davem@davemloft.net>
45085         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45086         quad soft-float symbols whose references which are compiler
45087         generated.
45088         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45090 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45092         [BZ #13884]
45093         [BZ #13914]
45094         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45095         USE_AS_EXP10L.
45096         (EXPL_FINITE): Likewise.
45097         (FLDLOG): Likewise.
45098         (c0): Likewise.
45099         (c1): Likewise.
45100         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45101         Adjust comments for base varying.
45102         (__expl_finite): Change alias to EXPL_FINITE.
45103         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45104         e_expl.S.
45105         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45106         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45108         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45109         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45110         USE_AS_EXP10L.
45111         (EXPL_FINITE): Likewise.
45112         (FLDLOG): Likewise.
45113         (c0): Likewise.
45114         (c1): Likewise.
45115         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45116         Adjust comments for base varying.
45117         (__expl_finite): Change alias to EXPL_FINITE.
45118         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45119         tests for bugs.
45120         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45122         [BZ #14064]
45123         * math/libm-test.inc (check_float_internal): Correct ulp
45124         calculation for subnormal expected results.
45126 2012-05-06  Andreas Jaeger  <aj@suse.de>
45128         * Makeconfig (+math-flags): New, set to -frounding-math.
45129         (+cflags): Add +math-flags so that all of glibc gets compiled with
45130         it.
45132         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45134 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45136         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45137         Disable one test.
45139         [BZ #13787]
45140         [BZ #13922]
45141         [BZ #14036]
45142         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45143         (__ieee754_expl): Allow for and saturate large arguments.
45144         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45145         (u_threshold): Likewise.
45146         (__exp): Call __ieee754_exp before checking for overflow and
45147         underflow.
45148         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45149         (u_threshold): Likewise.
45150         (__expf): Call __ieee754_expf before checking for overflow and
45151         underflow.
45152         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45153         (u_threshold): Likewise.
45154         (__expl): Call __ieee754_expl before checking for overflow and
45155         underflow.
45156         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45157         (__ieee754_expl): Allow for and saturate large arguments.
45158         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45159         missing overflow exception on overflow.
45160         (expm1_test): Do not allow missing overflow exception on overflow.
45162         * sysdeps/i386/fpu/e_expl.c: Move to ...
45163         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45164         rather than using inline asm.
45165         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45166         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45167         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45169         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45170         (nice): Likewise.
45171         (poll): Likewise.
45172         (signal): Likewise.
45173         (time): Likewise.
45174         (times): Likewise.
45176 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45178         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45179         sysdeps/unix/common/syscalls.list.
45180         (fchmod): Likewise.
45181         (fchown): Likewise.
45182         (ftruncate): Likewise.
45183         (getrusage): Likewise.
45184         (gettimeofday): Likewise.
45185         (setpgid): Likewise.
45186         (setregid): Likewise.
45187         (setreuid): Likewise.
45188         (sigaction): Likewise.
45189         (truncate): Likewise.
45190         (vhangup): Likewise.
45191         * sysdeps/unix/common/syscalls.list: Remove file.
45192         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45193         * sysdeps/unix/sysv/linux/Implies: Likewise.
45195 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45197         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45198         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45199         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45200         Moved to ...
45201         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45202         Here.
45203         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45204         to ...
45205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45206         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45207         to ...
45208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45209         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45210         to ...
45211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45212         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45213         to ...
45214         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45215         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45216         to ...
45217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45218         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45219         to ...
45220         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45221         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45222         to ...
45223         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45224         Here.
45225         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45226         to ...
45227         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45228         Here.
45229         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45230         to ...
45231         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45232         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45233         Moved to ...
45234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45235         Here.
45236         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45237         to ...
45238         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45240 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45242         * sysdeps/unix/common/bits/dirent.h: Remove file.
45243         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45245         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45246         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45247         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45248         * sysdeps/unix/bsd/isatty.c: Likewise.
45249         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45250         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45251         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45253 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45255         [BZ #13563]
45256         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45257         long double comparison inaccuracies.
45258         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45259         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45261 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45263         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45264         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45266 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45268         [BZ #14049]
45269         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45270         nonzero digits before rounding a hex value.
45271         * stdlib/tst-strtod.c (tests): Add another test.
45273 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45275         * sysdeps/s390/fpu/libm-test-ulps: Update.
45277 2012-05-03  Andreas Jaeger  <aj@suse.de>
45279         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45280         does not get optimized out.
45281         (malloc_opt_barrier): New.
45283 2012-05-03  Andreas Jaeger  <aj@suse.de>
45284             Roland McGrath  <roland@hack.frob.com>
45286         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45287         intermediate file deletion.
45288         (generated): Add .symlist files.
45290 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45292         [BZ #13775]
45293         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45294         Redirect under this condition.
45295         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45296         [__USE_GNU] (__dprintf_chk): Not under this condition.
45297         [__USE_GNU] (__vdprintf_chk): Likewise.
45298         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45299         under this condition.
45300         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45301         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45302         [__USE_XOPEN2K8] (vdprintf): Likewise.
45303         [__USE_GNU] (__dprintf_chk): Not under this condition.
45304         [__USE_GNU] (__vdprintf_chk): Likewise.
45305         [__USE_GNU] (dprintf): Likewise.
45306         [__USE_GNU] (vdprintf): Likewise.
45308 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45310         * elf/Makefile (common-generated): Set this instead of generated for
45311         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45312         $(all-built-dso)-derived lists.
45314 2012-05-03  Andreas Jaeger  <aj@suse.de>
45316         * sysdeps/i386/fpu/libm-test-ulps: Update.
45318         * FAQ: Removed.
45319         * FAQ.in: Likewise.
45320         * scripts/gen-FAQ.pl: Likewise.
45321         * manual/install.texi (Installation): Point to online location of
45322         FAQ.
45323         * Makefile (files-for-dist): Remove FAQ.
45324         (FAQ): Remove.
45326 2012-05-02  Allan McRae  <allan@archlinux.org>
45328         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45329         (LDFLAGS-reldepmod5.so): Likewise.
45330         (LDFLAGS-reldep6mod1.so): Likewise.
45331         (LDFLAGS-reldep6mod4.so): Likewise.
45332         (LDFLAGS-reldep8mod3.so): Likewise.
45333         (LDFLAGS-unload4mod1.so): Likewise.
45334         (LDFLAGS-unload4mod2.so): Likewise.
45335         (LDFLAGS-tst-initorder): Likewise.
45336         (LDFLAGS-tst-initordera2.so): Likewise.
45337         (LDFLAGS-tst-initordera3.so): Likewise.
45338         (LDFLAGS-tst-initordera4.so): Likewise.
45339         (LDFLAGS-tst-initorderb2.so): Likewise.
45340         (LDFLAGS-noload): Likewise.
45341         (LDFLAGS-next): Likewise.
45342         (LDFLAGS-order2mod1.so): Likewise.
45343         (LDFLAGS-order2mod2.so): Likewise.
45344         (LDFLAGS-tst-initorder2): Likewise.
45345         (LDFLAGS-tst-initorder2a.so): Likewise.
45346         (LDFLAGS-tst-initorder2b.so): Likewise.
45347         (LDFLAGS-tst-initorder2c.so): Likewise.
45348         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45350 2012-05-02  David S. Miller  <davem@davemloft.net>
45352         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45354 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45356         [BZ #14055]
45357         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45359 2012-05-02  Andreas Jaeger  <aj@suse.de>
45361         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45362         since we manipulate rounding mode.
45363         (CPPFLAGS-test-idouble.c): Likewise.
45364         (CPPFLAGS-test-ifloat.c): Likewise.
45365         (CFLAGS-test-ldouble.c): Likewise.
45366         (CFLAGS-test-double.c): Likewise.
45367         (CFLAGS-test-float.c): Likewise.
45368         (CFLAGS-test-misc.c): Likewise.
45369         (CFLAGS-test-test-fenv.c): Likewise.
45371 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45373         [BZ #2550]
45374         [BZ #2570]
45375         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45376         comparisons to determine direction to adjust input.
45378 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45380         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45381         output to the target.
45383         * scripts/localplt.awk: New file.
45384         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45385         (check-localplt-CFLAGS): Variable removed.
45386         ($(all-built-dso:=.jmprel)): New static pattern rule.
45387         (generated): Add those targets.
45388         (localplt-built-dso): New variable.
45389         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45391         * elf/check-localplt.c: File removed.
45393         * scripts/check-execstack.awk: New file.
45394         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45395         (check-execstack-CFLAGS): Variable removed.
45396         ($(objpfx)check-execstack.h): Target removed.
45397         ($(objpfx)execstack-default): New target.
45398         (generated): Add that instead of check-execstack.h.
45399         ($(all-built-dso:=.phdr)): New static pattern rule.
45400         (generated): Add those targets.
45401         * elf/check-execstack.c: File removed.
45403         * scripts/check-textrel.awk: New file.
45404         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45405         (check-textrel-CFLAGS): Variable removed.
45406         (all-built-dso): Use := to define.o
45407         ($(all-built-dso:=.dyn)): New static pattern rule.
45408         (generated): Add those targets.
45409         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45410         * config.make.in (READELF): New substituted variable.
45411         * elf/check-textrel.c: File removed.
45413 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45415         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45416         allow.
45417         * conform/data/ctype.h-data [C99-based standards] (isblank):
45418         Expect function.
45419         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45420         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45421         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45422         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45423         Specify type.  Require positive value.
45424         (EILSEQ): Likewise.
45425         (ERANGE): Likewise.
45426         [ISO || POSIX] (EILSEQ): Do not expect.
45427         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45428         Specify type.  Require positive value.
45429         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45430         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45431         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45432         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45433         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45434         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45435         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45436         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45437         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45438         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45439         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45440         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45441         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45442         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45443         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45444         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45445         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45446         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45447         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45448         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45449         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45450         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45451         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45452         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45453         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45454         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45455         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45456         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45457         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45458         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45459         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45460         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45461         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45462         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45463         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45464         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45465         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45466         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45467         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45468         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45469         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45470         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45471         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45472         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45473         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45474         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45475         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45476         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45477         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45478         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45479         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45480         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45481         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45482         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45483         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45484         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45485         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45486         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45487         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45488         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45489         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45490         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45491         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45492         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45493         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45494         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45495         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45496         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45497         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45498         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45499         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45500         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45501         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45502         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45503         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45504         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45505         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45506         Require >= 2.
45507         (FLT_ROUNDS): Expect as macro, not constant.
45508         (FLT_MANT_DIG): Use macro-int-constant.
45509         (DBL_MANT_DIG): Likewise.
45510         (LDBL_MANT_DIG): Likewise.
45511         (FLT_DIG): Likewise.
45512         (DBL_DIG): Likewise.
45513         (LDBL_DIG): Likewise.
45514         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45515         (DBL_MIN_EXP): Likewise.
45516         (LDBL_MIN_EXP): Likewise.
45517         (FLT_MAX_EXP): Use macro-int-constant.
45518         (DBL_MAX_EXP): Likewise.
45519         (LDBL_MAX_EXP): Likewise.
45520         (FLT_MAX_10_EXP): Likewise.
45521         (DBL_MAX_10_EXP): Likewise.
45522         (LDBL_MAX_10_EXP): Likewise.
45523         (FLT_MAX): Use macro-constant.
45524         (DBL_MAX): Likewise.
45525         (LDBL_MAX): Likewise.
45526         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45527         (DBL_EPSILON): Likewise.
45528         (LDBL_EPSILON): Likewise.
45529         (FLT_MIN): Likewise.
45530         (DBL_MIN): Likewise.
45531         (LDBL_MIN): Likewise.
45532         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45533         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45534         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45535         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45536         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45537         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45538         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45539         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45540         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45541         [ISO11] (FLT_TRUE_MIN): Likewise.
45542         [ISO11] (LDBL_TRUE_MIN): Likewise.
45543         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45544         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45545         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45546         (SCHAR_MAX): Likewise.
45547         (UCHAR_MAX): Likewise.
45548         (CHAR_MIN): Likewise.
45549         (CHAR_MAX): Likewise.
45550         (MB_LEN_MAX): Use macro-int-constant.
45551         (SHRT_MIN): Use macro-int-constant.  Specify type.
45552         (SHRT_MAX): Likewise.
45553         (USHRT_MAX): Likewise.
45554         (INT_MAX): Likewise.
45555         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45556         bound negative.
45557         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45558         bound with "U".
45559         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45560         bound with "L".
45561         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45562         bound negative.  Suffix upper bound with "L".
45563         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45564         bound with "UL".
45565         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45566         Specify type.
45567         [C99-based standards] (LLONG_MAX): Likewise.
45568         [C99-based standards] (ULLONG_MAX): Likewise.
45569         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45570         == 0.
45571         [ISO11] (max_align_t): Require type.
45572         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45574         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45575         from $CFLAGS, without defining away __attribute__ calls.
45576         (checknamespace): Use $CFLAGS_namespace.
45578         * conform/conformtest.pl (@keywords): Only include C99 keywords
45579         for standards based on C99 or C11.
45581         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45582         Disable tests.
45583         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45584         UNIX98]: Likewise.
45586         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45587         usability of symbols in #if.
45589         * conform/conformtest.pl: If macro or constant types start
45590         "promoted:", expect the symbol to be of the following type
45591         promoted by the integer promotions.
45593         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45594         in one place.  Also handle "macro-constant".
45596         * conform/conformtest.pl: Only accept expected macro values with
45597         "==".  Parse all "macro" lines in one place.
45598         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45600         * conform/conformtest.pl: Handle braced types on "constant" lines
45601         instead of handling "typed-constant".
45602         * conform/data/signal.h-data: Use "constant" instead of
45603         "typed-constant".
45605         * conform/conformtest.pl: Handle "optional-" at start of lines in
45606         one place rather than duplicating several cases.  Handle each
45607         format of "macro" line with initial "optional-".
45609         * conform/conformtest.pl: Only accept expected constant or
45610         optional-constant values with "==".  Parse all "constant" lines in
45611         one place.  Parse all "optional-constant" lines in one place.
45612         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45613         * conform/data/fmtmsg.h-data: Likewise.
45614         * conform/data/netinet/in.h-data: Likewise.
45615         * conform/data/tar.h-data: Likewise.
45616         * conform/data/limits.h-data: Use "==" form on "constant" and
45617         "optional-constant" lines.
45619         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45620         Use -std=c99 for XOPEN2K.
45621         (@knownproblems): Remove.
45622         (newtoken): Don't check %isknown.
45624         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45625         Do not expect macro.
45626         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45627         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45628         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45629         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45630         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45631         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45632         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45633         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45634         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45635         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45636         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45637         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45638         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45639         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45640         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45641         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45642         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45643         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45644         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45645         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45646         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45647         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45648         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45649         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45650         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45651         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45652         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45653         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45654         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45655         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45656         [XPG3] (acosh): Likewise.
45657         [XPG3] (asinh): Likewise.
45658         [XPG3] (atanh): Likewise.
45659         [XPG3] (cbrt): Likewise.
45660         [XPG3] (expm1): Likewise.
45661         [XPG3] (ilogb): Likewise.
45662         [XPG3] (log1p): Likewise.
45663         [XPG3] (logb): Likewise.
45664         [XPG3] (nextafter): Likewise.
45665         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45666         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45667         [XPG3] (remainder): Likewise.
45668         [XPG3] (rint): Likewise.
45669         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45670         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45671         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45672         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45673         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45674         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45675         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45676         [UNIX98 || XOPEN2K] (scalb): Expect.
45677         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45678         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45679         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45680         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45681         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45682         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45683         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45684         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45685         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45686         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45687         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45688         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45689         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45690         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45691         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45692         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45693         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45694         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45695         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45696         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45697         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45698         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45699         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45700         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45701         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45702         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45703         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45704         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45705         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45706         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45707         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45708         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45709         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45710         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45711         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45712         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45713         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45714         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45715         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45716         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45717         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45718         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45719         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45720         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45721         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45722         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45723         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45724         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45725         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45726         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45727         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45728         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45729         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45730         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45731         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45732         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45733         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45734         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45735         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45736         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45737         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45738         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45739         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45740         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45741         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45742         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45743         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45744         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45745         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45746         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45747         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45748         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45749         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45750         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45751         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45752         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45753         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45754         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45755         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45756         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45757         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45758         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45759         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45760         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45761         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45762         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45763         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45764         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45765         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45766         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45767         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45768         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45769         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45770         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45771         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45772         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45773         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45774         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45775         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45776         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45777         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45778         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45779         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45780         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45781         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45782         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45783         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45784         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45785         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45786         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45787         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45788         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45789         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45790         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45791         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45792         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45793         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45794         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45795         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45796         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45797         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45798         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45799         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45800         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45801         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45802         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45803         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45804         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45805         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45806         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45807         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45808         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45809         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45810         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45811         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45812         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45813         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45815         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45816         _XOPEN_SOURCE_EXTENDED for XPG4.
45818         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45820         * Makeconfig (localtime): Remove variable.
45821         (inst_localtime-file): Likewise.
45823 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45826         Update.
45827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45828         Update.
45829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45830         Update.
45831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45832         Update.
45833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45834         Update.
45835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45836         Update.
45837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45838         Update.
45839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45840         Update.
45841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45842         Update.
45844 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45846         [BZ #2550]
45847         [BZ #2570]
45848         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45849         comparisons to determine direction to adjust input.
45850         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45851         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45852         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45853         Likewise.
45854         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45855         Likewise.
45856         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45857         Likewise.
45858         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45859         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45860         Likewise.
45861         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45862         Likewise.
45863         * math/libm-test.inc (nexttoward_test): Add more tests.
45865 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45867         [BZ #14040]
45868         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45869         in version GLIBC_2.1, not GLIBC_2.0.
45870         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45871         Likewise.
45873 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45875         [BZ #13942]
45876         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45877         (1 - x) * (1 + x).
45878         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45879         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45880         * math/libm-test.inc (acos_test): Add more tests.
45881         (asin_test): Likewise.
45882         * sysdeps/i386/fpu/libm-test-ulps: Update.
45883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45885         [BZ #14034]
45886         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45887         of square root.
45888         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45889         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45890         * math/libm-test.inc (acos_test_tonearest): New function.
45891         (acos_test_towardzero): Likewise.
45892         (acos_test_downward): Likewise.
45893         (acos_test_upward): Likewise.
45894         (asin_test_tonearest): Likewise.
45895         (asin_test_towardzero): Likewise.
45896         (asin_test_downward): Likewise.
45897         (asin_test_upward): Likewise.
45898         (main): Call the new functions.
45899         * sysdeps/i386/fpu/libm-test-ulps: Update.
45900         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45902         [BZ #13884]
45903         [BZ #13924]
45904         * math/e_exp10.c: Include <float.h>.
45905         (__ieee754_exp10): Handle underflow here rather than multiplying
45906         large negative argument by M_LN10.
45907         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45908         of __ieee754_expf.
45909         * math/e_exp10l.c: Include <float.h>.
45910         (__ieee754_exp10l): Handle underflow here rather than multiplying
45911         large negative argument by M_LN10l.
45912         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45913         spurious overflow exception on underflow.
45915 2012-04-29  Marek Polacek  <polacek@redhat.com>
45917         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45918         (__fortify_function): New macro.
45919         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45920         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45921         __extern_always_inline.
45922         * libio/bits/stdio2.h: Likewise.
45923         * libio/bits/stdio.h: Likewise.
45924         * string/string.h: Likewise.
45925         * string/bits/string3.h: Likewise.
45926         * include/stdio.h: Likewise.
45927         * stdlib/bits/stdlib.h: Likewise.
45928         * stdlib/stdlib.h: Likewise.
45929         * rt/bits/mqueue2.h: Likewise.
45930         * rt/mqueue.h: Likewise.
45931         * posix/bits/unistd.h: Likewise.
45932         * posix/unistd.h: Likewise.
45933         * io/bits/poll2.h: Likewise.
45934         * io/bits/fcntl2.h: Likewise.
45935         * io/fcntl.h: Likewise.
45936         * io/sys/poll.h: Likewise.
45937         * misc/bits/syslog.h: Likewise.
45938         * misc/bits/syslog-ldbl.h: Likewise.
45939         * misc/sys/syslog.h: Likewise.
45940         * socket/bits/socket2.h: Likewise.
45941         * socket/sys/socket.h: Likewise.
45942         * debug/tst-chk1.c: Likewise.
45943         * wcsmbs/bits/wchar2.h: Likewise.
45944         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45945         * wcsmbs/wchar.h: Likewise.
45947 2012-04-29  Andreas Jaeger  <aj@suse.de>
45949         * Makerules (tests): Remove enable-check-abi protection.
45950         (check-abi-warn): Remove.
45951         (check-abi-%): Remove check-abi-warn usage.
45953         * configure.in: Remove check-abi configure option.
45954         * configure: Regenerated.
45955         * config.make.in (enable-check-abi): Remove.
45957 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45959         [BZ #14033]
45960         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45961         double functions to double *_finite functions.
45963         [BZ #13941]
45964         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45965         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45966         LDBL_MIN_EXP.
45967         * stdio-common/Makefile (tests): Add tst-sprintf3.
45968         * stdio-common/tst-sprintf3.c: New file.
45970         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45971         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45973 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45975         * conform/conformtest.pl: Remove duplicate typed-constant
45976         handling.
45978 2012-04-28  David S. Miller  <davem@davemloft.net>
45980         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45981         (check-abi-%): Remove AWK script prerequisite and explicit
45982         abilist directory.
45983         (check-abi): Rewrite to just diff the symlist with the abilist.
45984         (config-tls, config-abi-config): Delete, no longer used.
45985         (update-abi-%): Remove AWK script and explicit abilist directory.
45986         (update-abi): Rewrite to simply compare and conditionally copy the
45987         symlist and the sysdep abilist file.  Remove update-abi-config
45988         checks.
45989         * abilist/ld.abilist: Remove.
45990         * abilist/libBrokenLocale.abilist: Remove.
45991         * abilist/libanl.abilist: Remove.
45992         * abilist/libcrypt.abilist: Remove.
45993         * abilist/libdl.abilist: Remove.
45994         * abilist/librt.abilist: Remove.
45995         * abilist/libthread_db.abilist: Remove.
45996         * abilist/libutil.abilist: Remove.
45997         * scripts/extract-abilist.awk: Remove.
45998         * scripts/merge-abilist.awk: Remove.
45999         * sysdeps/generic/libcidn.abilist: New file.
46000         * sysdeps/generic/libnss_compat.abilist: New file.
46001         * sysdeps/generic/libnss_db.abilist: New file.
46002         * sysdeps/generic/libnss_dns.abilist: New file.
46003         * sysdeps/generic/libnss_files.abilist: New file.
46004         * sysdeps/generic/libnss_hesiod.abilist: New file.
46005         * sysdeps/generic/libnss_nis.abilist: New file.
46006         * sysdeps/generic/libnss_nisplus.abilist: New file.
46007         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46008         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46009         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46010         file.
46011         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46012         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46013         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46014         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46015         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46016         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46017         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46018         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46019         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46020         file.
46021         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46022         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46023         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46024         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46025         file.
46026         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46027         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46028         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46029         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46030         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46031         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46032         file.
46033         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46034         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46035         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46036         file.
46037         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46038         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46039         New file.
46040         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46041         New file.
46042         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46043         New file.
46044         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46045         New file.
46046         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46047         New file.
46048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46049         New file.
46050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46051         New file.
46052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46053         New file.
46054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46055         New file.
46056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46057         New file.
46058         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46059         New file.
46060         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46061         New file.
46062         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46063         New file.
46064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46065         file.
46066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46067         New file.
46068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46069         New file.
46070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46071         file.
46072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46073         New file.
46074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46075         New file.
46076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46077         file.
46078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46079         New file.
46080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46081         New file.
46082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46083         New file.
46084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46085         New file.
46086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46087         New file.
46088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46089         New file.
46090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46092         file.
46093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46094         New file.
46095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46096         file.
46097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46098         file.
46099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46100         file.
46101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46102         file.
46103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46104         file.
46105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46106         New file.
46107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46108         file.
46109         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46110         file.
46111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46112         New file.
46113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46114         file.
46115         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46117         file.
46118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46119         New file.
46120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46121         file.
46122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46123         file.
46124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46125         file.
46126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46127         file.
46128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46129         file.
46130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46131         New file.
46132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46133         file.
46134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46135         file.
46136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46137         New file.
46138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46139         file.
46140         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46141         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46142         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46143         file.
46144         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46145         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46146         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46147         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46148         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46149         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46150         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46151         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46152         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46153         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46154         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46156         file.
46157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46158         New file.
46159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46160         file.
46161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46162         file.
46163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46164         file.
46165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46166         file.
46167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46168         file.
46169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46170         New file.
46171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46172         New file.
46173         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46174         file.
46175         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46176         New file.
46177         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46178         file.
46179         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46181         file.
46182         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46183         New file.
46184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46185         file.
46186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46187         file.
46188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46189         file.
46190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46191         file.
46192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46193         file.
46194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46195         New file.
46196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46197         New file.
46198         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46199         file.
46200         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46201         New file.
46202         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46203         file.
46205 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46207         * conform/conformtest.pl: Fix typo in handling typed-constant from
46208         allow-header.
46210 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46212         * README: Cut down references to pre-2.6 Linux kernels and
46213         Linuxthreads.  Update lists of configurations in libc and ports
46214         and sort alphabetically.  Say "or newer" with Linux kernel version
46215         requirements.
46217         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46219 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46221         [BZ #887]
46222         * math/libm-test.inc (logb_test_downward): New test to expose
46223         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46224         rounding mode.
46226 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46228         [BZ #14027]
46229         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46230         to be done.
46231         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46232         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46234 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46236         * sysdeps/unix/i386/brk.S: Remove file.
46237         * sysdeps/unix/i386/dl-brk.S: Likewise.
46238         * sysdeps/unix/i386/pipe.S: Likewise.
46239         * sysdeps/unix/i386/sigreturn.S: Likewise.
46240         * sysdeps/unix/i386/syscall.S: Likewise.
46241         * sysdeps/unix/i386/vfork.S: Likewise.
46242         * sysdeps/unix/i386/wait.S: Likewise.
46244         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46245         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46247         * configure.in (arm*-none*): Do not allow without
46248         --enable-hacker-mode.
46249         (netbsd*): Remove case setting base_os.
46250         (386bsd*): Likewise.
46251         (freebsd*): Likewise.
46252         (bsdi*): Likewise.
46253         (osf*): Likewise.
46254         (sunos*): Likewise.
46255         (ultrix*): Likewise.
46256         (newsos*): Likewise.
46257         (dynix*): Likewise.
46258         (*bsd*): Likewise.
46259         (sysv*): Likewise.
46260         (isc*): Likewise.
46261         (esix*): Likewise.
46262         (sco*): Likewise.
46263         (minix*): Likewise.
46264         (irix4*): Likewise.
46265         (irix6*): Likewise.
46266         (solaris[2-9]*): Likewise.
46267         (none): Likewise.
46268         * configure: Regenerated.
46270 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46272         [BZ #11521]
46273         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46274         overflow or cancellation in calculating denominator.
46275         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46276         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46277         down expression to avoid unexpected rounding in newer GCCs.
46278         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46280 2012-04-26  David S. Miller  <davem@davemloft.net>
46282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46283         long-double compat symbols.
46284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46288         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46294         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46298 2012-04-25  David S. Miller  <davem@davemloft.net>
46300         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46301         HWCAP_* values only after the memory barriers have been defined.
46302         (atomic_full_barrier): Define.
46303         (atomic_read_barrier): Define.
46304         (atomic_write_barrier): Define.
46306 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46308         * shlib-versions: Add libgcc_s version information.
46309         * sysdeps/generic/libgcc_s.h: Remove.
46310         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46311         libgcc_s.h.
46312         * sysdeps/gnu/unwind-resume.c: Likewise.
46313         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46315 2012-04-25  David S. Miller  <davem@davemloft.net>
46317         * sysdeps/unix/sparc/brk.S: Delete.
46318         * sysdeps/unix/sparc/dl-brk.S: Delete.
46319         * sysdeps/unix/sparc/pipe.S: Delete.
46320         * sysdeps/unix/sparc/sysdep.S: Delete.
46321         * sysdeps/unix/sparc/sysdep.h: Delete.
46322         * sysdeps/unix/sparc/vfork.S: Delete.
46323         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46324         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46325         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46326         (ret_ERRVAL, r0, r1, MOVE): Define.
46327         (JUMPTARGET): Remove.
46328         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46329         sysdeps/unix/sparc/sysdep.h
46330         (ENTRY, END): Remove.
46331         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46333 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46335         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46336         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46337         -DIS_IN_build.
46339         * timezone/README: Update upstream location and email address for
46340         tzcode and tzdata.
46341         * timezone/zdump.c: Update from tzcode 2012b.
46342         * timezone/zic.c: Likewise.
46344         * configure.in (libc_cv_as_needed): Remove test.
46345         * configure: Regenerated.
46346         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46347         conditional definition.
46348         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46349         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46350         * config.make.in (have-as-needed): Remove variable.
46352 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46353             Paul Pluzhnikov  <ppluzhnikov@google.com>
46355         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46356         strings correctly.
46358 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46360         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46361         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46362         * sysdeps/sh/strlen.S: Likewise.
46364 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46366         * sysdeps/unix/fork.S: Remove file.
46367         * sysdeps/unix/i386/fork.S: Likewise.
46368         * sysdeps/unix/sparc/fork.S: Likewise.
46370         * sysdeps/unix/system.c: Remove file.
46371         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46373         * sysdeps/unix/getegid.S: Remove file.
46374         * sysdeps/unix/geteuid.S: Likewise.
46376 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46378         * scripts/check-localplt.awk: New file.
46379         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46380         of diff.
46381         * scripts/data/localplt-generic.data: Add a comment.
46383         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46384         NODE when __dir_mkfile failed.
46385         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46386         Reported by Ludovic Courtès <ludo@gnu.org>.
46388 2012-04-24  Andreas Jaeger  <aj@suse.de>
46390         * Makerules (common-clean): Also remove gen-as-const-headers
46391         files.
46393 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46395         * Makerules (native-compile): Do not change working directory for
46396         build.  Use $(OUTPUT_OPTION) in command.
46397         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46399 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46401         [BZ #13886]
46402         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46403         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46404         * math/libm-test.inc (floor_test): Add more tests.
46405         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46407 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46409         * sysdeps/unix/getdents.c: Remove file.
46410         * sysdeps/unix/sysv/getdents.c: Likewise.
46411         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46413         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46414         sysdeps/unix/mman/syscalls.list.
46415         (mmap): Likewise.
46416         (mprotect): Likewise.
46417         (msync): Likewise.
46418         (munmap): Likewise.
46419         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46420         * sysdeps/unix/mman/syscalls.list: Remove.
46421         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46423         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46424         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46425         * configure: Regenerated.
46426         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46427         $(libgcc_s_suffix).
46428         * config.make.in (libgcc_s_suffix): Remove variable.
46430 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46432         * sysdeps/unix/sysv/gethostname.c: Move to ...
46433         * sysdeps/posix/gethostname.c: ... here.
46435         * sysdeps/unix/execve.S: Remove file.
46437         * sysdeps/unix/_exit.S: Remove file.
46439 2012-04-23  Andreas Jaeger  <aj@suse.de>
46441         [BZ #13739]
46442         * manual/Makefile: Remove make dist support, there's no
46443         need for a stand-alone documentation tar ball.
46444         (TEXI2DVI): Define always, it's not in Makeconfig.
46445         (dist): Removed.
46446         (tar-it): Removed.
46447         (edition): Removed.
46448         (glibc-doc-$(edition).tar): Removed
46449         (%.Z): Removed.
46450         (%.gz): Removed.
46451         (%.uu): Removed.
46452         (ETAGS): Remove, it's in Makeconfig.
46453         (move-if-change): Remove, it's in Makeconfig.
46455 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46457         [BZ #13970]
46458         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46459         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46460         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46461         (strtod_l, strtof_l, strtold_l): Remove __wur.
46462         It is not necessarily an error to ignore strtol's return value.
46463         One can reliably look at the stored endptr to decide whether
46464         the number had valid syntax.
46466 2012-04-21  Andreas Jaeger  <aj@suse.de>
46468         [BZ #13739]
46469         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46471 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46473         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46474         * sysdeps/unix/sysv/Versions: Remove file.
46476 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46478         [BZ #13927]
46479         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46481 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46483         [BZ #7064]
46484         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46485         version from __vm86.
46487 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46489         * sysdeps/unix/common/lxstat.c: Remove file.
46490         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46492         * sysdeps/unix/sysv/Makefile: Remove file.
46494         * sysdeps/unix/sysv/direct.h: Remove file.
46496         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46497         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46498         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46499         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46500         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46501         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46502         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46504         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46506         * sysdeps/unix/xmknod.c: Remove file.
46507         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46509         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46511         * sysdeps/unix/sysv/i386/time.S: Remove file.
46513         * sysdeps/unix/fxstat.c: Remove file.
46514         * sysdeps/unix/xstat.c: Likewise.
46515         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46517         * sysdeps/unix/sysv/sigaction.c: Remove file.
46519         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46520         (sysdep_headers): Remove variable.
46521         [termio.h not in sysdep_headers] (generated): Likewise.
46522         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46523         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46524         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46525         * sysdeps/unix/sysv/tcflow.c: Likewise.
46526         * sysdeps/unix/sysv/tcflush.c: Likewise.
46527         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46528         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46529         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46530         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46531         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46533         * sysdeps/unix/siglist.c: Remove file.
46535         * sysdeps/unix/getppid.S: Remove file.
46537         * sysdeps/unix/mkdir.c: Remove file.
46538         * sysdeps/unix/rmdir.c: Likewise.
46540 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46542         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46543         ERR_MAX value.
46544         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46545         errlist-compat value.
46547 2012-04-18  David S. Miller  <davem@davemloft.net>
46549         * sysdeps/generic/memcopy.h (reg_char): Delete.
46550         * debug/strcat_chk.c: Use char, not reg_char.
46551         * debug/strcpy_chk.c: Likewise.
46552         * debug/strncat_chk.c: Likewise.
46553         * debug/strncpy_chk.c: Likewise.
46554         * string/memchr.c: Likewise.
46555         * string/memrchr.c: Likewise.
46556         * string/rawmemchr.c: Likewise.
46557         * string/strcat.c: Likewise.
46558         * string/strchr.c: Likewise.
46559         * string/strchrnul.c: Likewise.
46560         * string/strcmp.c: Likewise.
46561         * string/strcpy.c: Likewise.
46562         * string/strncat.c: Likewise.
46563         * string/strncmp.c: Likewise.
46564         * string/strncpy.c: Likewise.
46566 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46568         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46569         __builtin_memcopy is called when src and dest ranges are known to not
46570         overlap.
46572 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46574         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46575         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46576         fwd_align_merge macro call.
46577         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46578         bwd_align_merge macro call.
46579         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46581 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46583         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46584         bwd_align_merge macros.
46585         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46586         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46587         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46589 2012-04-18  David S. Miller  <davem@davemloft.net>
46591         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46593 2012-04-18  Andreas Jaeger  <aj@suse.de>
46595         [BZ# 6794]
46596         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46597         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46598         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46600         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46601         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46602         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46604         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46605         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46606         Adjust for changed ldbl-128 files.
46608         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46609         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46610         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46612 2012-04-17  David S. Miller  <davem@davemloft.net>
46614         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46616 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46618         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46619         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46620         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46621         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46622         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46623         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46625 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46627         [BZ #6794]
46628         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46629         * math/libm-test.inc: Add ilogb errno and exception tests.
46630         * math/w_ilogb.c: New file: ilogb wrapper.
46631         * math/w_ilogbf.c: New file: ilogbf wrapper.
46632         * math/w_ilogbl.c: New file: ilogbl wrapper.
46633         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46634         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46635         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46636         exception being thrown with 0.0 as argument.
46637         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46638         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46639         exception being thrown with 0.0 as argument.
46640         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46641         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46642         exception being thrown with 0.0 as argument.
46643         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46644         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46645         exception being thrown with 0.0 as argument.
46646         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46647         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46648         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46649         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46650         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46651         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46652         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46653         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46654         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46656 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46658         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46659         with altivec.
46661 2012-04-16  Marek Polacek  <polacek@redhat.com>
46663         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46665 2012-04-16  Marek Polacek  <polacek@redhat.com>
46667         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46668         operands of fdivp instruction.
46670 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46672         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46673         * elf/tst-auditmod3b.c: Likewise.
46674         * elf/tst-auditmod4b.c: Likewise.
46675         * elf/tst-auditmod5b.c: Likewise.
46676         * elf/tst-auditmod6b.c: Likewise.
46677         * elf/tst-auditmod6c.c: Likewise.
46678         * elf/tst-auditmod7b.c: Likewise.
46679         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46680         * sysdeps/x86_64/preconfigure.in: Likewise.
46681         * sysdeps/x86_64/preconfigure: Regenerated.
46683 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46685         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46686         __ILP32__.
46688 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46690         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46691         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46693 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46695         [BZ #13973]
46696         * locale/iso-639.def: Fix gl language name. Spotted by
46697         Yaron Shahrabani.
46699 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46701         [BZ #2074]
46702         * libio/libio.h (__io_write_fn): Update comment.
46704 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46706         [BZ #2074]
46707         * stdio.texi (Hook Functions): The user provided writer function
46708         is not allowed to return -1.
46710 2012-04-11  David S. Miller  <davem@davemloft.net>
46712         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46714 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46716         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46717         Add a leading slash to rtkaio.
46719 2012-04-11  Jim Meyering  <meyering@redhat.com>
46721         [BZ #11959]
46722         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46723         It is not necessarily an error to ignore fwrite's return
46724         value.  One can reliably use ferror to test for errors after
46725         the fact.
46727 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46729         * bits/types.h (__snseconds_t): New type.
46730         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46732         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46733         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46734         (__SNSECONDS_T_TYPE): Likewise.
46735         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46736         (__SNSECONDS_T_TYPE): Likewise.
46737         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46738         (__SNSECONDS_T_TYPE): Likewise.
46740 2012-04-10  Andreas Jaeger  <aj@suse.de>
46742         [BZ #2636]
46743         * manual/time.texi (Processor Time): Return type of times is
46744         elapsed real time since an arbitrary point in the past.
46745         (CPU Time): Move CLK_TCK from here...
46746         (Processor Time): ...to here.  Correct description.
46747         * manual/conf.texi (Constants for Sysconf): Correct description of
46748         _SC_CLK_TCK.
46750 2012-04-10  David S. Miller  <davem@davemloft.net>
46752         [BZ #13967]
46753         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46754         where the is a gap between DT_REL(A) and DT_JMPREL.
46756 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46758         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46759         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46760         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46762 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46764         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46765         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46766         (dl_main): Handle --inhibit-cache.
46767         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46768         _dl_inhibit_cache.
46769         * elf/dl-load.c (_dl_map_object): Use it.
46770         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46772 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46774         [BZ #13872]
46775         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46776         (__ieee754_powl): Saturate large exponents rather than testing for
46777         overflow of y*log2(x).
46778         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46779         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46780         exceptions.
46782         [BZ #11521]
46783         * math/s_ctan.c: Include <float.h>.
46784         (__ctan): Avoid internal overflow or cancellation in calculating
46785         denominator.
46786         * math/s_ctanf.c: Likewise.
46787         * math/s_ctanl.c: Likewise.
46788         * math/s_ctanh.c: Likewise.
46789         * math/s_ctanhf.c: Likewise.
46790         * math/s_ctanhl.c: Likewise.
46791         * math/libm-test.inc (ctan_test): Add more tests.
46792         (ctanh_test): Likewise.
46793         * sysdeps/i386/fpu/libm-test-ulps: Update.
46794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46796 2012-04-09  Andreas Jaeger  <aj@suse.de>
46798         [BZ #6894]
46799         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46800         is an optional BSD extension.
46802         [BZ #10254]
46803         * manual/stdio.texi (Opening Streams): Document additional fopen
46804         parameters.
46806 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46808         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46809         %eax without telling the compiler.
46811 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46813         [BZ # 13963]
46814         * manual/install.texi: Use sourceware.org.
46816 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46818         [BZ #13873]
46819         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46820         (__ieee754_pow): Generate overflow and underflow using huge*huge
46821         and tiny*tiny rather than just returning constant infinity or zero
46822         for large exponents.
46823         * math/libm-test.inc (pow_test): Require overflow exceptions for
46824         applicable cases of large exponents.
46826         [BZ #706]
46827         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46828         (__ieee754_pow): Use iterative multiplication algorithm only for
46829         integer exponents with absolute value below 1024.  Check for odd
46830         integer exponents when using algorithm for real exponents.
46831         * math/libm-test.inc (pow_test): Add more tests.
46832         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46834 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46836         [BZ #13705]
46837         * math/libm-test.inc (exp_test): Do not allow overflow exception
46838         on underflow test.
46840 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46842         [BZ #13705]
46843         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46844         instead of __kernel_standard_f.
46846 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46848         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46849         * sysdeps/x86_64/memset_chk.S: Likewise.
46851 2012-04-08  Andreas Jaeger  <aj@suse.de>
46853         [BZ #10153]
46854         * manual/startup.texi (Environment Access): Describe return value
46855         for putenv and setenv.
46857         [BZ #6895]
46858         * manual/filesys.texi (Directory Entries): Add description for
46859         DT_LNK.
46861         [BZ #6890]
46862         * manual/filesys.texi (Directory Entries): Clarify that it's file
46863         system not operating system in the description of DT_UNKNOWN.
46865         [BZ #6578]
46866         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46868 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46870         [BZ #6649]
46871         * manual/llio.texi (Opening and Closing Files): Add cross
46872         reference to explain mode argument.
46874 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46876         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46877         * sysdeps/x86_64/memset_chk.S: Likewise.
46879 2012-04-07  David S. Miller  <davem@davemloft.net>
46881         * elf/elf.h (R_SPARC_WDISP10): Define.
46882         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46883         R_SPARC_SIZE32.
46884         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46885         R_SPARC_SIZE64 and R_SPARC_H34.
46887 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46889         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46890         conditions and remove no longer applicable assertion.
46892 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46894         * bits/byteswap.h: Include <features.h>.
46895         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46896         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46898 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46900         * bits/byteswap.h (__bswap_16): Removed.
46901         Include <bits/byteswap-16.h> to get __bswap_16.
46902         * sysdeps/i386/bits/byteswap.h: Likewise.
46903         * sysdeps/s390/bits/byteswap.h: Likewise.
46904         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46905         * bits/byteswap-16.h: New file.
46906         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46907         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46908         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46909         * string/Makefile (headers): Add bits/byteswap-16.h.
46911 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46913         [BZ #13895]
46914         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46915         extra indirection.
46916         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46917         * nss/tst-nss-static.c: New.
46919 2012-04-06  Robert Millan  <rmh@gnu.org>
46921         [BZ #6486]
46922         * manual/llio.texi (File Position Primitive): lseek
46923         refers to WHENCE when it really means OFFSET.
46925 2012-04-06  Andreas Jaeger  <aj@suse.de>
46927         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46928         strncmp declarations.
46930         * abilist/libc.abilist: Add __poll and __ppoll.
46932 2012-04-05  David S. Miller  <davem@davemloft.net>
46934         * scripts/check-local-headers.sh: Accept a host triplet in the
46935         path matched by the exclude regexp.
46937         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46938         definition.
46939         * sysdeps/powerpc/powerpc32/dl-machine.h
46940         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46941         * sysdeps/s390/s390-32/dl-machine.h
46942         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46943         * sysdeps/sparc/sparc32/dl-machine.h
46944         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46945         * sysdeps/sparc/sparc64/dl-machine.h
46946         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46948         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46949         lazy binding.
46950         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46951         undefined symbol errors.
46953         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46954         DT_NEEDED entries.
46956 2012-04-05  Michael Matz  <matz@suse.de>
46958         [BZ #13592]
46959         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46961 2012-04-05  Andreas Jaeger  <aj@suse.de>
46963         [BZ #13908]
46964         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46965         comment.
46967 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46969         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46970         which ROUND is no valid rounding mode.
46972 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46974         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46975         read again.
46976         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46978 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46980         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46981         an exception using FPU order intentionally.
46983 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46985         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46986         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46987         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46988         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46990 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46992         [BZ #12340]
46993         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46994         EINVAL when BUFLEN is too smal.
46996 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46998         [BZ #13553]
46999         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47000         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47002 2012-04-03  Andreas Jaeger  <aj@suse.de>
47004         [BZ #13938]
47005         * manual/setjmp.texi (System V contexts): Fix sentence.
47007         [BZ #13926]
47008         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47009         New macro for this case.
47010         [!__GNUC__] (__bswap_64): New inline function for this case.
47011         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47012         * bits/byteswap.h: Likewise.
47013         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47014         ull, guard with __GLIBC_HAVE_LONG_LONG.
47016         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47017         __GLIBC_HAVE_LONG_LONG.
47019         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47020         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47022 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47024         [BZ #13691]
47025         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47026         inptr and inend, rather than using last_ch.
47028 2012-04-02  David S. Miller  <davem@davemloft.net>
47030         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47031         * stdio-common/printf-parse.h (read_int): Change return type to
47032         'int', return -1 on INT_MAX overflow.
47033         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47034         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47035         overflows INT_MAX.  Check for overflow of in-format-string precision
47036         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47037         SIZE_MAX not INT_MAX for integer overflow test.
47038         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47039         skip the construct in the format string but do not record anything.
47040         * stdio-common/bug22.c: Adjust to test both width/prevision
47041         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47042         explicitly for proper errno values.
47044 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47046         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47047         CHAR_MAX.
47048         * string/test-strcmp.c [! WIDE]: Likewise.
47049         * time/tst-mktime2.c: Likewise for INT_MAX.
47050         * string/test-string.h: #include <sys/param.h> for MIN.
47052         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47053         * sysdeps/i386/init-first.c (init): Likewise.
47054         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47055         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47056         * sysdeps/sh/init-first.c (init): Likewise.
47058 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47060         * po/ru.po: Update from translation team.
47061         * po/vi.po: Likewise.
47063 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47065         * resolv/nss_dns/dns-host.c: Merge copyright years.
47067 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47069         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47070         Optimize memcpy with prefetch if
47071         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47072         src, dst pointers have unequal 16 byte alignments.
47074 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47076         [BZ #13928]
47077         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47078         from a CNAME entry and return the minimum ttl for the query.
47079         (gaih_getanswer_slice): Likewise.
47081 2012-03-30  Jeff Law  <law@redhat.com>
47083         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47084         due to long keys.
47085         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47086         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47088         * resolv/nss_dns/dns-host.c: Update copyright year.
47090 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47092         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47093         requests to save a system call.  Fix check that all bytes are sent.
47095         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47096         comments for sendmmsg.
47098 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47100         [BZ #13691]
47101         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47102         with only 1 character between 0x0041 and 0x01b0.
47103         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47104         * wcsmbs/tst-mbsnrtowcs.c: New file.
47106 2012-03-29  David S. Miller  <davem@davemloft.net>
47108         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47109         small copies by hand.
47111 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47113         [BZ #13761]
47114         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47115         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47116         group memberships.
47118 2012-03-28  David S. Miller  <davem@davemloft.net>
47120         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47121         that branches into memcpy.
47122         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47123         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47124         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47125         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47126         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47127         bits.
47128         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47129         implementation too.
47130         * sysdeps/sparc/mempcpy.S: New file.
47132         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47133         the IFUNC routine in the libc case.
47134         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47136         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47137         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47138         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47139         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47140         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47141         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47142         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47143         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47145         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47146         loop to 256 bytes instead of 64 bytes and fix test signedness.
47148         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47149         * sysdeps/sparc/sparc32/Makefile: rather than here...
47150         * sysdeps/sparc/sparc64/Makefile: and here.
47152 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47154         * malloc/mallocbug.c: Avoid warnings about unused variables.
47156 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47158         [BZ #13760]
47159         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47160         in the right place. Discard and retry query if response is
47161         larger than input buffer size.
47163 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47165         [BZ #369]
47166         [BZ #2678]
47167         [BZ #3866]
47168         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47169         x for large integer exponent.
47170         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47171         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47172         sign of result as needed afterwards.
47173         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47174         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47175         result for underflowing pow the same as for overflow.
47176         (__kernel_standard_l): Handle powl overflow and underflow here
47177         rather than calling __kernel_standard.
47178         * math/libm-test.inc (pow_test): Add more tests.
47180         [BZ #3868]
47181         [BZ #13879]
47182         [BZ #13910]
47183         [BZ #13911]
47184         [BZ #13912]
47185         [BZ #13913]
47186         [BZ #13915]
47187         [BZ #13916]
47188         [BZ #13917]
47189         [BZ #13918]
47190         [BZ #13919]
47191         [BZ #13920]
47192         [BZ #13921]
47193         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47194         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47195         (__kernel_standard_l): New function.
47196         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47197         __kernel_standard.
47198         * math/w_acosl.c (__acosl): Likewise.
47199         * math/w_asinl.c (__asinl): Likewise.
47200         * math/w_atan2l.c (__atan2l): Likewise.
47201         * math/w_atanhl.c (__atanhl): Likewise.
47202         * math/w_coshl.c (__coshl): Likewise.
47203         * math/w_exp10l.c (__exp10l): Likewise.
47204         * math/w_exp2l.c (__exp2l): Likewise.
47205         * math/w_fmodl.c (__fmodl): Likewise.
47206         * math/w_hypotl.c (__hypotl): Likewise.
47207         * math/w_j0l.c (__j0l, __y0l): Likewise.
47208         * math/w_j1l.c (__j1l, __y1l): Likewise.
47209         * math/w_jnl.c (__jnl, __ynl): Likewise.
47210         * math/w_lgammal.c (__lgammal): Likewise.
47211         * math/w_log10l.c (__log10l): Likewise.
47212         * math/w_log2l.c (__log2l): Likewise.
47213         * math/w_logl.c (__logl): Likewise.
47214         * math/w_powl.c (__powl): Likewise.
47215         * math/w_remainderl.c (__remainderl): Likewise.
47216         * math/w_scalbl.c (sysv_scalbl): Likewise.
47217         * math/w_sinhl.c (__sinhl): Likewise.
47218         * math/w_sqrtl.c (__sqrtl): Likewise.
47219         * math/w_tgammal.c (__tgammal): Likewise.
47220         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47221         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47222         * math/libm-test.inc (acos_test): Add more tests.
47223         (acosh_test): Likewise.
47224         (asin_test): Likewise.
47225         (atanh_test): Likewise.
47226         (exp_test): Likewise.
47227         (exp10_test): Likewise.
47228         (exp2_test): Likewise.
47229         (expm1_test): Likewise.
47230         (lgamma_test): Likewise.
47231         (log_test): Likewise.
47232         (log10_test): Likewise.
47233         (log1p_test): Likewise.
47234         (log2_test): Likewise.
47235         (pow_test): Do not allow some spurious overflow exceptions.
47236         (sqrt_test): Add more tests.
47237         (tgamma_test): Likewise.
47238         (y0_test): Likewise.
47239         (y1_test): Likewise.
47240         (yn_test): Likewise.
47242 2012-03-27  Anton Blanchard  <anton@samba.org>
47244         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47245         MAP_HUGETLB.
47246         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47247         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47248         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47250 2012-03-27  David S. Miller  <davem@davemloft.net>
47252         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47254         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47255         have-as-vis3 check.
47257 2012-03-27  Andreas Jaeger  <aj@suse.de>
47259         * sysdeps/x86_64/elf/configure.in: Moved to ...
47260         * sysdeps/x86_64/configure.in: ... here.
47261         * sysdeps/x86_64/elf/start.S: Moved to ...
47262         * sysdeps/x86_64/start.S: ... here.
47263         * sysdeps/x86_64/elf/configure: Delete.
47265         * sysdeps/x86_64/configure.in: Merge contents from
47266         sysdeps/i386/configure.in (without i686 check).
47268         * sysdeps/i386/elf/Versions: Merge into ...
47269         * sysdeps/i386/Versions: ... this.
47270         * sysdeps/i386/elf/Versions: Delete file.
47271         * sysdeps/i386/elf/start.S: Moved to ...
47272         * sysdeps/i386/start.S: ...here.
47273         * sysdeps/i386/elf/configure.in: Merge into...
47274         * sysdeps/i386/configure.in: ...here.
47275         * sysdeps/i386/elf/configure.in: Delete file.
47276         * sysdeps/i386/elf/configure: Delete file.
47278         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47279         * debug/backtracesyms.c: ... here.
47280         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47281         * debug/backtracesymsfd.c: ... here.
47282         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47283         * sysdeps/generic/ifunc-sel.h: ... here.
47285         * sysdeps/unix/i386/start.c: Delete file.
47286         * sysdeps/unix/sparc/start.c: Delete file.
47287         * sysdeps/unix/start.c: Delete file.
47289         * sysdeps/sh/elf/configure.in: Moved to ...
47290         * sysdeps/sh/configure.in: ... here.
47291         * sysdeps/sh/elf/start.S: Moved to ...
47292         * sysdeps/sh/start.S: ... here.
47293         * sysdeps/sh/elf/configure: Delete file.
47295         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47296         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47297         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47298         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47299         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47300         * sysdeps/powerpc/powerpc64/start.S: here.
47301         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47302         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47303         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47304         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47305         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47307         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47308         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47309         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47310         * sysdeps/powerpc/powerpc32/start.S: ... here.
47311         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47312         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47313         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47315         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47316         * sysdeps/powerpc/ifunc-sel.h: ... here.
47317         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47318         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47320         * sysdeps/sparc/elf/configure.in: Moved to ...
47321         * sysdeps/sparc/configure.in: ... here.
47322         * sysdeps/sparc/elf/configure: Delete file.
47323         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47324         * sysdeps/sparc/sparc32/start.S: ... here.
47325         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47326         * sysdeps/sparc/sparc64/start.S: ... here.
47327         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47328         * sysdeps/sparc/sparc32/Makefile: ... this.
47329         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47330         * sysdeps/sparc/sparc64/Makefile: ... this.
47332         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47333         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47334         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47335         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47336         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47337         * sysdeps/s390/s390-32/setjmp.S: ... here.
47338         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47339         * sysdeps/s390/s390-32/configure.in: ... here.
47340         * sysdeps/s390/s390-32/elf/configure: Delete file.
47341         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47342         * sysdeps/s390/s390-32/start.S: ... here.
47344         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47345         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47346         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47347         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47348         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47349         * sysdeps/s390/s390-64/setjmp.S: ... here.
47350         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47351         * sysdeps/s390/s390-64/configure.in: ... here
47352         * sysdeps/s390/s390-64/elf/configure: Delete file.
47353         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47354         * sysdeps/s390/s390-64/start.S: ... here.
47355         * sysdeps/s390/s390-64/elf/configure: Delete.
47357         * configure.in: Remove support for elf directories in sysdeps.
47359         * configure: Regenerated.
47360         * sysdeps/i386/configure: Regenerated.
47361         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47362         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47363         * sysdeps/s390/s390-32/configure: Regenerated.
47364         * sysdeps/s390/s390-64/configure: Regenerated.
47365         * sysdeps/sh/configure: Regenerated.
47366         * sysdeps/sparc/configure: Regenerated.
47367         * sysdeps/x86_64/configure: Regenerated.
47369 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47373         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47374         denormal result into account.
47376 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47378         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47379         Reported by Allan McRae <allan@archlinux.org>.
47381 2012-03-23  Jeff Law  <law@redhat.com>
47383         * nss/getnssent.c (__nss_getent): Fix typo.
47385 2012-03-23  David S. Miller  <davem@davemloft.net>
47387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47389 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47391         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47392         to pad to uint64_t for each field.
47393         (dl_tls_index): Replace unsigned long with uint64_t.
47395 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47396         Paul Pluzhnikov  <ppluzhnikov@google.com>
47398         [BZ #6528]
47399         * grp/Makefile (otherlibs): Don't set it.
47400         * inet/Makefile (otherlibs): Likewise.
47401         * login/Makefile (otherlibs): Likewise.
47402         * nscd/Makefile (otherlibs): Likewise.
47403         * posix/Makefile (otherlibs): Likewise.
47404         * pwd/Makefile (otherlibs): Likewise.
47405         * rt/Makefile (otherlibs): Likewise.
47406         * sunrpc/Makefile (otherlibs): Likewise.
47407         * nss/Makefile (otherlibs): Likewise.
47408         Add libnss_files to routines and static-only-routines.
47409         ($(objpfx)getent): Remove rule.
47410         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47411         static-only-routines.
47413 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47415         [BZ #13892]
47416         * math/s_cexp.c: Include <float.h>.
47417         (__cexp): Handle exp result overflowing not necessarily
47418         overflowing both real and imaginary parts of result.
47419         * math/s_cexpf.c: Likewise.
47420         * math/s_cexpl.c: Likewise.
47421         * math/libm-test.inc (cexp_test): Add more tests.
47422         * sysdeps/i386/fpu/libm-test-ulps: Update.
47423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47425 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47427         * include/link.h (ELFW): New macro.
47428         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47429         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47431 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47433         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47434         with uint64_t.
47436 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47438         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47439         declaration.
47440         (struct La_x32_retval): Likewise.
47442 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47444         * sysdeps/x86_64/preconfigure.in: New file.
47445         * sysdeps/x86_64/preconfigure: New generated file.
47447 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47449         [BZ #13824]
47450         * math/e_exp2l.c: Include <float.h>.
47451         (__ieee754_exp2l): Handle overflow and underflow cases
47452         separately.  Only pass fractional part of argument to
47453         __ieee754_expl.
47454         * math/libm-test.inc (exp2_test): Add more tests.
47456         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47457         negating x to take absolute value.
47458         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47459         Likewise.
47460         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47461         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47462         Likewise.
47463         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47464         computing low part if x was negated.
47465         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47467 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47469         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47470         la_x32_gnu_pltexit.
47471         (pltexit): Cast int_retval to ptrdiff_t.
47472         * elf/tst-auditmod3b.c: Likewise.
47473         * elf/tst-auditmod4b.c: Likewise.
47474         * elf/tst-auditmod5b.c: Likewise.
47475         * elf/tst-auditmod6b.c: Likewise.
47476         * elf/tst-auditmod6c.c: Likewise.
47477         * elf/tst-auditmod7b.c: Likewise.
47479         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47480         and x32_gnu_pltexit.
47482         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47483         __ELF_NATIVE_CLASS.
47484         (La_x32_regs): New macro.
47485         (La_x32_retval): Likewise.
47486         (la_x32_gnu_pltenter): New function prototype.
47487         (la_x32_gnu_pltexit): Likewise.
47489 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47491         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47492         exponent.
47494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47496         * configure.in (libc_cv_cc_nofma): Check for option to disable
47497         generation of FMA instructions.
47498         * configure: Regenerate.
47499         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47500         * sysdeps/ieee754/dbl-64/Makefile: New file.
47501         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47502         Remove brandred-fma4.
47503         (CFLAGS-brandred-fma4.c): Remove.
47504         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47505         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47506         define.
47507         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47508         define.
47510 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47512         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47513         LLONG_MAX != LONG_MAX.
47514         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47515         (_fitoa_word): Likewise.
47516         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47517         LLONG_MAX != LONG_MAX.
47518         * stdio-common/_itowa.h: Include <_itoa.h>.
47519         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47520         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47521         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47522         only if not defined.
47523         (_ITOA_WORD_TYPE): Likewise.
47524         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47525         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47527 2012-03-21  David S. Miller  <davem@davemloft.net>
47529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47531 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47533         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47534         of x86_64 when setting libc_cv_slibdir, libdir and
47535         libc_cv_localedir.
47536         * sysdeps/unix/sysv/linux/configure: Regenerated.
47538 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47540         * manual/lang.texi (Old Varargs): Remove section.
47541         (How Variadic): Update menu.
47542         (va_start): Do not mention varargs.h.
47544 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47545             Joseph Myers  <joseph@codesourcery.com>
47547         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47548         link test.
47549         * configure: Regenerated.
47551 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47553         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47554         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47555         conformtest.pl
47557 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47559         * NOTES: Remove.
47560         * Makefile (files-for-dist): Remove NOTES.
47561         (NOTES): Remove rule.
47562         * README: Don't refer to NOTES.
47563         * manual/creature.texi: Don't include macros.texi.
47564         * manual/intro.texi (creature.texi): Remove comment referring to
47565         NOTES.
47567         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47568         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47569         * configure: Regenerated.
47570         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47571         LIBC_TRY_CC_OPTION.
47572         (libc_cv_as_i686): Likewise.
47573         (libc_cv_cc_avx): Likewise.
47574         (libc_cv_cc_sse2avx): Likewise.
47575         (libc_cv_cc_fma4): Likewise.
47576         (libc_cv_cc_novzeroupper): Likewise.
47577         * sysdeps/i386/configure: Regenerated.
47579         [BZ #13883]
47580         * sysdeps/i386/fpu/s_cexp.S: Remove.
47581         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47582         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47583         * math/libm-test.inc (cexp_test): Add more tests.
47584         * sysdeps/i386/fpu/libm-test-ulps: Update.
47585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47587 2012-03-21  Allan McRae  <allan@archlinux.org>
47589         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47591 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47593         [BZ #13871]
47594         * math/w_exp2.c: Do not include <float.h>.
47595         (o_threshold, u_threshold): Remove.
47596         (__exp2): Calculate result before checking finiteness and calling
47597         __kernel_standard.
47598         * math/w_exp2f.c: Likewise.
47599         * math/w_exp2l.c: Likewise.
47600         * math/libm-test.inc (exp2_test): Require overflow exception for
47601         1e6 input.
47603         [BZ #3866]
47604         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47605         range of signed 64-bit integers before using fistpll.  Remove
47606         checks for whether integers fit in mantissa bits.
47607         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47608         the range of signed 32-bit integers before using fistpl.  Remove
47609         checks for whether integers fit in mantissa bits.
47610         * sysdeps/i386/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         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47615         divide-by-zero is raised for zero to large negative powers.
47616         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47617         (__ieee754_powl): Test for y outside the range of signed 64-bit
47618         integers before using fistpll.  Reduce 64-bit values to 63-bit
47619         ones as needed.
47620         * math/libm-test.inc (pow_test): Add more tests.
47622 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47624         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47625         <stdio-common/_itoa.h>.
47626         * debug/segfault.c: Likewise.
47627         * elf/dl-cache.c: Likewise.
47628         * elf/dl-minimal.c: Likewise.
47629         * elf/dl-misc.c: Likewise.
47630         * elf/dl-sysdep.c: Likewise.
47631         * elf/dl-version.c: Likewise.
47632         * elf/rtld.c: Likewise.
47633         * hurd/hurdsock.c: Likewise.
47634         * hurd/lookup-retry.c: Likewise.
47635         * malloc/malloc.c: Likewise.
47636         * malloc/mtrace.c: Likewise.
47637         * nscd/nscd_getgr_r.c: Likewise.
47638         * nscd/nscd_getpw_r.c: Likewise.
47639         * nscd/nscd_getserv_r.c: Likewise.
47640         * posix/getopt_init.c: Likewise.
47641         * posix/wordexp.c: Likewise.
47642         * stdio-common/_itoa.c: Likewise.
47643         * stdio-common/printf_fphex.c: Likewise.
47644         * stdio-common/vfprintf.c: Likewise.
47645         * string/_strerror.c: Likewise.
47646         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47647         * sysdeps/i386/i686/hp-timing.h: Likewise.
47648         * sysdeps/mach/_strerror.c: Likewise.
47649         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47650         * sysdeps/mach/hurd/sethostid.c: Likewise.
47651         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47652         * sysdeps/mach/xpg-strerror.c: Likewise.
47653         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47654         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47655         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47656         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47657         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47658         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47659         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47660         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47661         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47662         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47663         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47664         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47665         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47666         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47667         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47668         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47669         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47670         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47671         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47672         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47673         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47675         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47677         * stdio-common/_itoa.h: Moved to ...
47678         * sysdeps/generic/_itoa.h: Here.
47680         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47682         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47683         instead of "_itoa.h" and "_itowa.h".
47684         * stdio-common/vfprintf.: Likewise.
47686 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47688         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47689         <bits/wordsize.h>.
47690         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47691         (__signbit): Likwise.
47692         (llrintf): Likwise.
47693         (llrint): Likwise.
47695 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47697         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47698         __WORDSIZE != 64.
47700 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47702         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47703         OVERFLOW_EXCEPTION_OK.
47704         * math/libm-test.inc ("Philosophy"): Update comment about
47705         exception testing.
47706         (OVERFLOW_EXCEPTION): Define.
47707         (OVERFLOW_EXCEPTION_OK): Likewise.
47708         (INVALID_EXCEPTION_OK): Renumber.
47709         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47710         (IGNORE_ZERO_INF_SIGN): Likewise.
47711         (test_exceptions): Handle FE_OVERFLOW.
47712         (exp10_test): Expect overflow exceptions.
47713         (exp2_test): Likewise.
47714         (expm1_test): Likewise.
47715         (nextafter_test): Likewise.
47716         (pow_test): Likewise.
47717         (scalbn_test): Likewise.
47718         (scalbln_test): Likewise.
47720 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47722         * sysdeps/x86_64/bits/atomic.h
47723         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47724         64bit integer.
47725         (atomic_exchange_acq): Likewise.
47726         (__arch_exchange_and_add_body): Likewise.
47727         (__arch_add_body): Likewise.
47728         (atomic_add_negative): Likewise.
47729         (atomic_add_zero): Likewise.
47731 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47733         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47734         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47736 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47738         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47739         Check __x86_64__ instead of __WORDSIZE.
47741 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47743         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47745 2012-03-19  David S. Miller  <davem@davemloft.net>
47747         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47749         * sysdeps/sparc/fpu/fenv_private.h: New file.
47750         * sysdeps/sparc/fpu/math_private.h: Use it.
47751         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47752         Remove.
47753         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47754         (libc_feholdexcept_setroundl): Remove.
47755         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47756         Remove.
47757         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47758         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47760 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47762         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47763         int64_t instead of long int.
47764         (INSERT_WORDS64): Likwise.
47766 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47768         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47769         _Unwind_GetCFA return to _Unwind_Ptr first.
47771 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47773         [BZ #13629]
47774         * math/s_clog.c: Include <float.h>.
47775         (__clog): Scale large or subnormal inputs.
47776         * math/s_clogf.c: Likewise.
47777         * math/s_clogl.c: Likewise.
47778         * math/s_clog10.c: Include <float.h>.
47779         (M_LOG10_2): Define.
47780         (__clog10): Scale large or subnormal inputs.
47781         * math/s_clog10f.c: Likewise.
47782         * math/s_clog10l.c: Likewise.
47783         * math/libm-test.inc (clog_test): Add more tests.
47784         (clog10_test): Likewise.
47785         * sysdeps/i386/fpu/libm-test-ulps: Update.
47786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47788         [BZ #11451]
47789         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47790         x and y.
47791         * math/libm-test.inc (atan2_test): Add another test.
47793         * Makerules (common-objdir-compile): Remove.
47794         * sysdeps/unix/Makefile (config-generated): Do not add
47795         $(unix-generated) to variable.
47796         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47797         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47798         Remove rule.
47799         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47800         Likewise.
47801         [generic bits/local_lim.h] (before-compile): Do not append to
47802         variable.
47803         [generic bits/local_lim.h] (common-generated): Likewise.
47804         [generic sys/param.h] (before-compile): Do not append to variable.
47805         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47806         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47807         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47808         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47809         include.
47810         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47811         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47812         [generic sys/param.h] ($(addprefix
47813         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47814         [generic sys/param.h] (common-generated): Do not append to
47815         variable.
47816         [generic sys/param.h] (sysdep_headers): Likewise.
47817         [generic bits/errno.h] (before-compile): Do not append to
47818         variable.
47819         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47820         rule.
47821         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47822         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47823         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47824         [generic bits/errno.h] (common-generated): Do not append to
47825         variable.
47826         [generic bits/ioctls.h] (before-compile): Do not append to
47827         variable.
47828         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47829         rule.
47830         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47831         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47832         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47833         rule.
47834         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47835         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47836         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47837         [generic bits/ioctls.h] (common-generated): Do not append to
47838         variable.
47839         [generic sys/syscall.h] (syscall.h): Remove variable.
47840         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47841         rule.
47842         [generic sys/syscall.h] (before-compile): Do not append to
47843         variable.
47844         [generic sys/syscall.h] (common-generated): Likewise.
47845         * sysdeps/unix/errnos-tmpl.c: Remove file.
47846         * sysdeps/unix/errnos.awk: Likewise.
47847         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47848         * sysdeps/unix/ioctls.awk: Likewise.
47849         * sysdeps/unix/mk-local_lim.c: Likewise.
47850         * sysdeps/unix/snarf-ioctls: Likewise.
47852 2012-03-19  Richard Henderson  <rth@twiddle.net>
47854         * sysdeps/i386/fpu/fenv_private.h: New file.
47855         * sysdeps/i386/fpu/math_private.h: Use it.
47856         (math_opt_barrier, math_force_eval): Remove.
47857         (libc_feholdexcept_setround_53bit): Remove.
47858         (libc_feupdateenv_53bit): Remove.
47859         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47860         (math_opt_barrier, math_force_eval): Remove.
47861         (libc_feholdexcept): Remove.
47862         (libc_feholdexcept_setround): Remove.
47863         (libc_fetestexcept, libc_fesetenv): Remove.
47864         (libc_feupdateenv_test): Remove.
47865         (libc_feupdateenv, libc_feholdsetround): Remove.
47866         (libc_feresetround): Remove.
47868         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47869         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47871         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47872         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47873         (libc_feupdateenv_testl): New.
47874         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47875         (libc_feupdateenv_testf): New.
47876         (libc_feupdateenv): Use libc_feupdateenv_test.
47877         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47878         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47880         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47881         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47882         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47883         (libc_feresetround_noex): New.
47884         (libc_feresetround_noexf): New.
47885         (libc_feresetround_noexl): New.
47886         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47887         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47888         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47889         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47890         SET_RESTORE_ROUND.
47891         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47892         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47893         (__cos): Likewise.
47894         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47895         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47896         SET_RESTORE_ROUND_NOEX.
47897         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47898         SET_RESTORE_ROUND_NOEXF.
47899         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47900         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47901         (libc_feholdsetroundf): New.
47902         (libc_feresetround, libc_feresetroundf): New.
47904         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47905         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47906         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47908         * sysdeps/generic/math_private.h: Include <fenv.h>.
47909         (default_libc_feholdexcept): New.
47910         (default_libc_feholdexcept_setround): New.
47911         (default_libc_fesetenv, default_libc_feupdateenv): New.
47912         (libc_feholdexcept): Only define if undefined.
47913         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47914         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47915         (libc_feholdexcept_setroundl): Likewise.
47916         (libc_feholdexcept_setround_53bit): Likewise.
47917         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47918         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47919         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47920         (libc_feupdateenv_53bit): Likewise.
47921         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47922         (libc_feholdexcept): Convert from macro to inline function.
47923         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47924         (libc_fesetenv, libc_feupdateenv): Likewise.
47926         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47927         not previously defined.
47928         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47929         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47930         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47931         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47932         * sysdeps/ieee754/flt-32/math_private.h: New file.
47933         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47934         math_private.h below SET_FLOAT_WORD.
47935         (__isnan, __isinf_ns, __finite): Remove.
47936         (__isnanf, __isinf_nsf, __finitef): Remove.
47938 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47940         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47942 2012-03-17  David S. Miller  <davem@davemloft.net>
47944         [BZ #6471]
47945         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47946         for 2.16.
47948 2012-03-16  David S. Miller  <davem@davemloft.net>
47950         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47951         warnings.
47953         [BZ #6471]
47954         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47955         properly.
47956         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47957         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47958         sysdep_routines when subdir is sysvipc.
47959         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47960         __getshmlba helper.
47962         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47964 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47966         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47967         [__LP64__].
47969 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47971         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47972         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47973         (__lround): Renamed to ...
47974         (__llround): This.  Replace long int with long long int.
47975         Define lround functions as aliases of llround functions.
47976         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47978 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47980         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47981         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47982         adresses to uintptr_t.  Replace "long int" and "unsigned long
47983         int" with "greg_t" on va_arg.
47985 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47987         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47988         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47990         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47991         Move e_machine check before EI_CLASS check.  Handle x32
47992         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47993         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47994         SKIP_EM_IA_64 and include
47995         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47997         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47998         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47999         (add_system_dir): New macro.
48001         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48002         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48004 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48006         [BZ #2551]
48007         [BZ #2552]
48008         [BZ #2553]
48009         [BZ #2554]
48010         [BZ #2562]
48011         [BZ #2563]
48012         [BZ #2565]
48013         [BZ #2566]
48014         [BZ #2576]
48015         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48016         (y0): Likewise.
48017         * math/w_j0f.c (j0f): Likewise.
48018         (y0f): Likewise.
48019         * math/w_j0l.c (__j0l): Likewise.
48020         (__y0l): Likewise.
48021         * math/w_j1.c (j1): Likewise.
48022         (y1): Likewise.
48023         * math/w_j1f.c (j1f): Likewise.
48024         (y1f): Likewise.
48025         * math/w_j1l.c (__j1l): Likewise.
48026         (__y1l): Likewise.
48027         * math/w_jn.c (jn): Likewise.
48028         (yn): Likewise.
48029         * math/w_jnf.c (jnf): Likewise.
48030         (ynf): Likewise.
48031         * math/w_jnl.c (__jnl): Likewise.
48032         (__ynl): Likewise.
48033         * math/libm-test.inc (j0_test): Add more tests.
48034         (j1_test): Likewise.
48035         (jn_test): Likewise.  Add trailing semicolon to existing test.
48036         (y0_test): Likewise.
48037         (y1_test): Likewise.
48038         * sysdeps/i386/fpu/libm-test-ulps: Update.
48039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48041         [BZ #13851]
48042         [BZ #13854]
48043         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48044         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48045         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48046         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48047         (__tanl): Set errno for infinite argument.
48048         * sysdeps/i386/fpu/mptan.c: Remove.
48049         * sysdeps/i386/fpu/s_tan.S: Likewise.
48050         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48051         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48052         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48053         * math/libm-test.inc (tan_test): Add more tests and enable more
48054         tests for double and long double.
48055         * sysdeps/i386/fpu/libm-test-ulps: Update.
48056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48058 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48060         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48061         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48063 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48065         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48066         * configure.in: Use it for both main tree and add-ons.
48067         * configure: Regenerated.
48069 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48071         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48073 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48075         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48076         in comment.
48078         [BZ #13851]
48079         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48080         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48081         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48082         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48083         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48084         infinite argument.
48085         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48086         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48087         != 0 for prec == 2.
48088         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48089         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48090         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48091         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48092         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48093         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48094         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48095         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48096         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48097         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48098         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48099         * math/libm-test.inc (cos_test): Add more tests and enable more
48100         tests for long double.
48101         (sin_test): Likewise.
48102         (sincos_test): Likewise.
48103         * sysdeps/i386/fpu/libm-test-ulps: Update.
48104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48106 2012-03-16  David S. Miller  <davem@davemloft.net>
48108         * sysdeps/sparc/fpu/math_private.h: New file.
48110 2012-03-15  David S. Miller  <davem@davemloft.net>
48112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48113         file.
48114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48116         file.
48117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48118         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48119         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48120         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48121         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48122         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48123         sysdep routines.
48124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48126         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48127         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48129         * sysdeps/sparc/sparc-ifunc.h: New file.
48130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48131         sparc-ifunc.h
48132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48134         Likewise.
48135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48136         Likewise.
48137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48141         Likewise.
48142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48147         Likewise.
48148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48149         Likewise.
48150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48154         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48155         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48156         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48157         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48158         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48159         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48163         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48164         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48165         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48166         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48167         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48168         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48169         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48170         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48171         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48172         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48173         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48175 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48177         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48178         scaling.
48179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48181 2012-03-15  Andreas Jaeger  <aj@suse.de>
48183         [BZ #13852]
48184         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48185         ieee754/flt-32 implementation for sin, cos and sincos.
48186         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48187         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48188         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48189         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48190         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48191         ieee754/flt-32 implementation for tan.
48193         * math/libm-test.inc (cos_test): Enable some large input tests for
48194         float as well
48195         (sin_test): Likewise.
48196         (sincos_test): Likewise.
48197         (tan_test): Add tests for large input.
48199         * sysdeps/i386/fpu/libm-test-ulps: Update.
48201 2012-03-15  Andreas Jaeger  <aj@suse.de>
48203         [BZ #13658]
48204         * math/libm-test.inc (cos_test): Add more test cases.
48205         (sin_test): Likewise.
48206         (sincos_test): Likewise.
48208 2012-03-15  Andreas Jaeger  <aj@suse.de>
48210         [BZ #13837]
48211         * math/libm-test.inc (cos_test): Add a test case for large input
48212         value.
48213         (sin_test): Likewise.
48214         (sincos_test): Likewise.
48216 2012-03-15  Andreas Jaeger  <aj@suse.de>
48217             Joseph Myers  <joseph@codesourcery.com>
48219         [BZ #13658]
48220         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48221         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48222         * sysdeps/i386/fpu/branred.c: Likewise.
48223         * sysdeps/i386/fpu/dosincos.c: Likewise.
48224         * sysdeps/i386/fpu/mpa.c: Likewise.
48225         * sysdeps/i386/fpu/s_cos.S: Likewise.
48226         * sysdeps/i386/fpu/s_sin.S: Likewise.
48227         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48228         * sysdeps/i386/fpu/sincos32.c: Likewise.
48230         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48231         Define.
48232         (libc_feupdateenv_53bit): Define.
48233         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48234         Define.
48235         (libc_feupdateenv_53bit): Define.
48237         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48238         53 bit (without extend i386 double precision).
48240         * math/libm-test.inc (sincos_test): Add tests for large input.
48241         (sin): Likewise.
48242         (cos): Likewise.
48244         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48246 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48250 2012-03-15  David S. Miller  <davem@davemloft.net>
48252         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48253         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48254         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48255         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48256         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48260         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48261         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48262         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48263         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48264         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48265         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48266         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48268         file.
48269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48271         file.
48272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48274         file.
48275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48277         file.
48278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48279         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48280         fmin/fmax sysdep routines.
48281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48283 2012-03-14  David S. Miller  <davem@davemloft.net>
48285         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48286         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48287         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48288         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48289         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48290         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48291         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48292         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48293         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48294         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48295         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48296         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48297         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48298         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48299         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48300         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48301         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48302         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48303         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48304         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48305         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48306         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48307         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48308         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48309         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48310         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48311         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48312         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48313         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48314         routines.
48315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48316         file.
48317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48319         file.
48320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48322         file.
48323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48325         file.
48326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48328         file.
48329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48331         file.
48332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48333         file.
48334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48335         file.
48336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48337         file.
48338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48339         New file.
48340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48341         file.
48342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48343         file.
48344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48346         file.
48347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48349         file.
48350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48352         file.
48353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48355         VIS3 routines.
48357         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48358         New file.
48360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48362         * sysdeps/sparc/configure.in: New file.
48363         * sysdeps/sparc/configure: Generate.
48364         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48365         * configure: Regenerate.
48366         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48367         * config.make.in (have-as-vis3): New.
48368         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48369         available use -Av9d instead of -Av9a.
48370         * sysdeps/sparc/sparc64/Makefile: Likewise.
48371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48373         New file.
48374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48375         file.
48376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48377         New file.
48378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48379         file.
48380         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48381         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48382         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48383         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48384         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48386         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48387         fzeros/fnegs to load 0x80000000 into a float register instead of
48388         using the stack.
48389         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48391 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48393         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48394         bits/syscall.h.
48395         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48396         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48397         ($(inst_includedir)/bits/syscall.h): Remove rule.
48398         ($(objpfx)bits/syscall.d): Include instead of
48399         $(objpfx)syscall-list.d.
48400         (generated): Change syscall-list.h and syscall-list.d to
48401         bits/syscall.h and bits/syscall.d.
48403 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48405         [BZ #13846]
48406         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48408 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48410         [BZ #13841]
48411         * math/s_csqrt.c: Include <float.h>.
48412         (__csqrt): Scale large or subnormal inputs.
48413         * math/s_csqrtf.c: Likewise.
48414         * math/s_csqrtl.c: Likewise.
48415         * math/libm-test.inc (csqrt_test): Add more tests.
48416         * sysdeps/i386/fpu/libm-test-ulps: Update.
48417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48419         [BZ #13840]
48420         * math/libm-test.inc (hypot_test): Add more tests.
48422 2012-03-13  David S. Miller  <davem@davemloft.net>
48424         [BZ #13840]
48425         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48426         double-precision for the calculation instead of scaling.
48428 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48430         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48431         manipulate bits before adding and subtracting TWO52[sx].
48432         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48433         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48434         Likewise.
48435         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48437 2012-03-13  David S. Miller  <davem@davemloft.net>
48439         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48440         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48441         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48442         rtld-global-offsets.h
48443         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48445         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48446         large parameters.
48448         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48450         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48451         'err' in the ifdef scope in which it is actually used.
48453         * nss/nss_db/db-init.c: Include string.h
48455 2012-03-12  David S. Miller  <davem@davemloft.net>
48457         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48458         masking out of the most significant byte of random value used.
48459         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48460         Fix coding style in previous change.
48462         * sysdeps/unix/sysv/linux/kernel-features.h
48463         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48464         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48465         expression.
48466         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48467         later.
48469 2012-03-11  David S. Miller  <davem@davemloft.net>
48471         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48472         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48473         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48474         for 'resultvar' otherwise things get truncated on 64-bit.
48476         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48477         Fix masking out of the most significant byte of random value used.
48479         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48481 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48483         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48485 2012-03-09  David S. Miller  <davem@davemloft.net>
48487         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48488         variables with appropriate CPP guards.
48489         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48490         from the frame pointer, not the stack pointer.  Correct layout
48491         comments.  Fix test on resulting framesize and the management of
48492         the outregs buffer for pltexit.  Preserve floating point return
48493         values across _dl_call_pltexit call.
48494         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48495         framesize and the management of the outregs buffer for pltexit.
48496         Preserve floating point return values across _dl_call_pltexit
48497         call.
48498         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48499         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48500         (la_sparc64_gnu_pltexit): New functions.
48501         (print_exit): Fix format string for return register value.
48503 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48505         * sunrpc/Makefile (others): Add rpcgen.
48506         ($(objpfx)rpcgen): Remove special build rule and dependency on
48507         libc.
48508         * sunrpc/rpcgen.c: New file.
48510 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48512         [BZ #13673]
48513         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48514         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48515         * sysdeps/i386/crti.S: Likewise.
48516         * sysdeps/i386/crtn.S: Likewise.
48517         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48518         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48519         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48520         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48521         * sysdeps/sh/crti.S: Likewise.
48522         * sysdeps/sh/crtn.S: Likewise.
48523         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48525         [BZ #13673]
48526         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48527         with URL.
48528         * locale/programs/locfile-kw.gperf: Likewise.
48529         * locale/programs/charmap-kw.h: Regenerated.
48530         * locale/programs/locfile-kw.h: Likewise.
48532         [BZ #13673]
48533         * intl/plural.y: Replace FSF snail mail address with URL.
48534         * intl/plural.c: Regenerated.
48536 2012-03-09  Richard Henderson  <rth@twiddle.net>
48538         * include/math_private.h: Remove file.
48539         * math/math_private.h: Move file ...
48540         * sysdeps/generic/math_private.h: ... here.
48542         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48543         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48544         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48546         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48547         and <math_private.h>.
48548         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48549         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48550         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48551         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48552         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48553         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48554         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48555         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48556         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48557         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48558         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48559         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48560         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48561         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48562         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48563         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48564         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48565         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48566         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48567         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48568         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48569         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48583         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48585         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48587         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48589         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48590         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48591         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48592         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48593         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48594         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48600         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48605         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48606         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48607         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48609         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48610         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48611         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48612         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48613         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48616         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48617         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48618         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48619         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48620         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48621         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48622         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48623         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48624         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48625         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48627         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48632         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48633         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48634         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48635         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48636         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48637         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48638         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48639         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48640         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48641         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48642         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48643         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48644         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48645         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48646         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48647         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48648         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48649         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48650         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48651         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48652         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48653         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48654         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48655         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48656         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48657         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48658         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48659         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48660         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48661         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48662         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48663         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48664         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48665         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48666         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48667         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48668         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48669         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48670         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48671         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48672         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48673         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48674         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48675         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48676         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48677         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48678         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48679         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48680         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48681         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48682         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48683         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48684         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48685         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48686         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48687         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48688         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48689         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48690         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48691         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48692         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48693         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48694         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48695         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48696         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48697         * sysdeps/ieee754/k_standard.c: Likewise.
48698         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48702         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48705         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48707         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48708         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48710         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48711         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48712         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48714         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48715         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48716         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48717         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48718         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48719         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48721         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48722         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48723         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48724         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48725         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48727         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48728         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48729         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48730         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48731         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48732         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48733         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48734         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48735         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48736         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48737         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48738         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48739         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48740         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48741         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48742         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48743         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48744         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48745         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48746         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48747         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48748         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48749         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48750         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48751         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48752         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48753         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48754         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48755         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48756         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48757         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48758         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48759         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48760         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48761         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48762         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48763         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48764         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48765         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48766         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48767         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48768         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48769         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48770         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48771         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48772         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48773         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48774         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48775         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48776         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48777         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48778         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48779         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48780         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48781         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48782         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48783         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48784         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48785         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48786         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48787         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48788         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48789         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48790         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48791         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48792         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48793         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48794         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48795         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48796         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48797         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48798         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48799         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48800         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48801         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48802         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48803         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48804         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48805         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48806         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48807         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48808         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48809         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48810         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48811         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48812         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48813         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48814         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48815         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48816         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48817         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48818         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48819         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48820         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48821         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48822         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48823         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48824         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48825         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48826         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48827         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48828         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48829         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48830         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48831         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48832         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48833         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48834         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48835         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48836         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48837         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48838         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48839         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48840         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48841         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48842         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48843         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48844         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48845         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48846         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48847         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48848         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48849         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48850         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48852         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48853         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48854         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48855         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48856         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48857         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48858         * sysdeps/ieee754/s_lib_version.c: Likewise.
48859         * sysdeps/ieee754/s_matherr.c: Likewise.
48860         * sysdeps/ieee754/s_signgam.c: Likewise.
48861         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48862         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48863         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48864         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48865         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48866         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48867         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48868         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48869         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48870         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48871         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48872         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48873         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48874         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48875         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48876         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48877         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48878         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48879         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48880         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48881         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48883 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48885         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48886         * sunrpc/rpc_main.c: Likewise.
48887         * sunrpc/rpc_svcout.c: Likewise.
48889 2012-03-09  David S. Miller  <davem@davemloft.net>
48891         * include/math_private.h: New file.
48893 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48895         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48896         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48897         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48898         from <bits/socket_type.h>.
48899         (enum __socket_type): Don't define here.
48900         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48901         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48902         bits/socket_type.h.
48904         [BZ #13566]
48905         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48906         checking __USE_GNU.
48908         * Makerules ($(inst_includedir)/%.h): New rule.
48909         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48910         (install-others): Remove variable setting.
48911         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48913 2012-03-08  Richard Henderson  <rth@twiddle.net>
48915         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48916         from macro to inline function; merge with the
48917         !__LIBC_INTERNAL_MATH_INLINES version.
48918         (__ieee754_sqrtf): Likewise.
48920         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48921         to inline function.
48922         (__rintf, __floor, __floorf): Likewise.
48924         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48925         macro to inline function.
48926         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48928         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48929         not <math/math_private.h>.
48931 2012-03-08  David S. Miller  <davem@davemloft.net>
48933         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48934         copyright year.
48935         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48937 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48939         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48940         normalization.
48941         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48942         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48944 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48946         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48947         be defined individually, they must be defined as a block.  Define
48948         S for printing a string instead of hidint the different by using a
48949         macro for adding the 'l'.
48950         * stdio-common/tst-fphex-wide.c: Adjust.
48952 2012-03-07  Marek Polacek  <polacek@redhat.com>
48954         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48956 2012-03-08  Marek Polacek  <polacek@redhat.com>
48958         [BZ #13806]
48959         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48960         * stdio-common/tst-fphex.c: Define a few macros to make the
48961         test reusable.  Use them.
48962         * stdio-common/tst-fphex-wide.c: New file.
48964 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48966         [BZ #6911]
48967         * manual/macros.texi (gnusystems): New macro.
48968         (nongnusystems): Likewise.
48969         (gnulinuxhurdsystems): Likewise.
48970         (gnuhurdsystems): Likewise..
48971         (gnulinuxsystems): Likewise.
48972         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48973         variants of the GNU system, not "GNU system".
48974         * manual/conf.texi: Likewise.
48975         * manual/errno.texi: Likewise.  Update example of errno macro
48976         expansion.
48977         * manual/filesys.texi: Likewise.
48978         (getumask): Document as specific to GNU/Hurd.
48979         * manual/install.texi: Likewise.  Reword some references to
48980         GNU/Linux.
48981         * manual/intro.texi: Likewise.
48982         * manual/io.texi: Likewise.
48983         (File Name Portability): Detail which constraints are inapplicable
48984         to all GNU systems and which are only inapplicable to GNU/Hurd.
48985         * manual/job.texi: Likewise.
48986         * manual/llio.texi: Likewise.
48987         (O_NOCTTY): Document as present on GNU/Linux.
48988         * manual/maint.texi: Likewise.
48989         * manual/memory.texi: Likewise.
48990         * manual/pattern.texi: Likewise.
48991         * manual/pipe.texi: Likewise.
48992         * manual/process.texi: Likewise.
48993         * manual/resource.texi: Likewise.
48994         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48995         child on GNU/Hurd.
48996         * manual/setjmp.texi: Likewise.
48997         * manual/signal.texi: Likewise.
48998         * manual/startup.texi: Likewise.
48999         * manual/stdio.texi: Likewise.
49000         * manual/terminal.texi: Likewise.
49001         (ONLCR): Document as POSIX.
49002         (OXTABS): Document availability on GNU/Linux as XTABS.
49003         (ONOEOT): Document availability separately from other bits.
49004         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49005         * manual/time.texi: Likewise.
49006         * manual/users.texi: Likewise.
49007         * INSTALL: Regenerated.
49008         * sysdeps/gnu/errlist.c: Regenerated.
49010         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49011         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49012         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49013         puts.
49014         * configure: Regenerated.
49016 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49018         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49019         default includes instead of AC_HEADER_CHECK.
49020         * sysdeps/i386/configure: Regenerated.
49022         [BZ #10716]
49023         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49024         * math/s_cacoshf.c (__cacoshf): Likewise.
49025         * math/s_cacoshl.c (__cacoshl): Likewise.
49026         * math/s_casinh.c (__casinh): Set signs of result from argument.
49027         * math/s_casinhf.c (__casinhf): Likewise.
49028         * math/s_casinhl.c (__casinhl): Likewise.
49029         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49030         (casinh_test): Add more tests.
49031         * sysdeps/i386/fpu/libm-test-ulps: Update.
49032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49034 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49036         * po/zh_TW.po: Update from translation team.
49038         * login/Makefile (distribute): Remove variable.
49039         * catgets/Makefile: Likewise.
49040         * mach/Makefile: Likewise.
49041         * malloc/Makefile: Likewise.
49042         * misc/Makefile: Likewise.
49043         * iconv/Makefile: Likewise.
49044         * nscd/Makefile: Likewise.
49045         * hurd/Makefile: Likewise.
49046         * manual/Makefile: Likewise.
49047         * locale/Makefile: Likewise.
49048         * intl/Makefile: Likewise.
49049         * conform/Makefile: Likewise.
49050         * nss/Makefile: Likewise.
49051         * time/Makefile: Likewise.
49052         * soft-fp/Makefile: Likewise.
49053         * dirent/Makefile: Likewise.
49054         * gmon/Makefile: Likewise.
49055         * po/Makefile: Likewise.
49056         * rt/Makefile: Likewise.
49057         * socket/Makefile: Likewise.
49058         * math/Makefile: Likewise.
49059         * signal/Makefile: Likewise.
49060         * debug/Makefile: Likewise.
49061         * elf/Makefile: Likewise.
49062         * timezone/Makefile: Likewise.
49063         * stdlib/Makefile: Likewise.
49064         * iconvdata/Makefile: Likewise.
49065         * sunrpc/Makefile: Likewise.
49066         * io/Makefile: Likewise.
49067         * argp/Makefile: Likewise.
49068         * inet/Makefile: Likewise.
49069         * hesiod/Makefile: Likewise.
49070         * grp/Makefile: Likewise.
49071         * csu/Makefile: Likewise.
49072         * wctype/Makefile: Likewise.
49073         * crypt/Makefile: Likewise.
49074         * libio/Makefile: Likewise.
49075         * string/Makefile: Likewise.
49076         * nis/Makefile: Likewise.
49077         * resolv/Makefile: Likewise.
49078         * stdio-common/Makefile: Likewise.
49079         * wcsmbs/Makefile: Likewise.
49080         * dlfcn/Makefile: Likewise.
49081         * posix/Makefile: Likewise.
49083         [BZ #6959]
49084         * timezone/Makefile: Don't install timezone files, just the programs
49085         and scripts.
49087 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49089         * nss/databases.def: Add missing gshadow entry.
49091         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49093 2012-03-06  Marek Polacek  <polacek@redhat.com>
49095         [BZ #13726]
49096         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49097         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49098         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49099         * stdio-common/tst-long-dbl-fphex.c: New file.
49101 2012-03-06  David S. Miller  <davem@davemloft.net>
49103         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49104         (set_obp_int): New function.
49105         (get_obp_int): New function.
49106         (__get_clockfreq_via_dev_openprom): Likewise.
49107         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49108         Avoid unused variable warnings on 'val' and use builtin_expect.
49109         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49110         __builtin_expect.
49111         (INLINE_CLONE_SYSCALL): Likewise.
49113 2012-03-05  David S. Miller  <davem@davemloft.net>
49115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49117 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49121         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49122         only for |x| >= 40.
49123         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49125 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49127         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49128         Replace gettimeofday with __vdso_gettimeofday.
49130         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49131         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49132         __vdso_clock_gettime and __vdso_getcpu.
49134         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49135         time with __vdso_time.
49137 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49139         * manual/lang.texi (size_t): Note types to which size_t may be
49140         equivalent with the GNU C Library, but do not describe when
49141         differences between them are significant.
49143 2012-03-05  Andreas Jaeger  <aj@suse.de>
49145         * sysdeps/i386/fpu/libm-test-ulps: Update.
49147 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49149         [BZ #3976]
49150         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49151         (__ieee754_pow): Save and restore rounding mode and use
49152         round-to-nearest for main computations.
49153         * math/libm-test.inc (pow_test_tonearest): New function.
49154         (pow_test_towardzero): Likewise.
49155         (pow_test_downward): Likewise.
49156         (pow_test_upward): Likewise.
49157         (main): Call the new functions.
49158         * sysdeps/i386/fpu/libm-test-ulps: Update.
49159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49161         [BZ #3976]
49162         * math/libm-test.inc (cosh_test_tonearest): New function.
49163         (cosh_test_towardzero): Likewise.
49164         (cosh_test_downward): Likewise.
49165         (cosh_test_upward): Likewise.
49166         (sinh_test_tonearest): Likewise.
49167         (sinh_test_towardzero): Likewise.
49168         (sinh_test_downward): Likewise.
49169         (sinh_test_upward): Likewise.
49170         (main): Call the new functions.
49171         * sysdeps/i386/fpu/libm-test-ulps: Update.
49172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49174 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49176         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49177         default stack guard is set in last bytes.
49178         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49180 2012-03-05  Kees Cook  <keescook@chromium.org>
49182         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49184         [BZ #13656]
49185         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49186         possibly allocate from heap instead of stack.
49187         * stdio-common/bug-vfprintf-nargs.c: New file.
49188         * stdio-common/Makefile (tests): Add nargs overflow test.
49190 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49192         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49194 2012-03-03  Marek Polacek  <polacek@redhat.com>
49196         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49197         * math/math_private.h: Likewise.
49198         * stdlib/tst-strtod.c: Likewise.
49199         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49200         * sysdeps/x86_64/bits/atomic.h: Likewise.
49202 2012-03-02  David S. Miller  <davem@davemloft.net>
49204         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49206         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49207         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49208         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49209         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49210         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49211         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49213 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49215         [BZ #13792]
49216         * manual/examples/README: New file, says the example source files
49217         can be used under GPL>=2.
49218         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49219         line containing just "*/".
49220         * manual/examples/add.c: Add copyright header (GPL>=2).
49221         * manual/examples/argp-ex1.c: Likewise.
49222         * manual/examples/argp-ex2.c: Likewise.
49223         * manual/examples/argp-ex3.c: Likewise.
49224         * manual/examples/argp-ex4.c: Likewise.
49225         * manual/examples/atexit.c: Likewise.
49226         * manual/examples/db.c: Likewise.
49227         * manual/examples/dir.c: Likewise.
49228         * manual/examples/dir2.c: Likewise.
49229         * manual/examples/execinfo.c: Likewise.
49230         * manual/examples/filecli.c: Likewise.
49231         * manual/examples/filesrv.c: Likewise.
49232         * manual/examples/fmtmsgexpl.c: Likewise.
49233         * manual/examples/genpass.c: Likewise.
49234         * manual/examples/inetcli.c: Likewise.
49235         * manual/examples/inetsrv.c: Likewise.
49236         * manual/examples/isockad.c: Likewise.
49237         * manual/examples/longopt.c: Likewise.
49238         * manual/examples/memopen.c: Likewise.
49239         * manual/examples/memstrm.c: Likewise.
49240         * manual/examples/mkfsock.c: Likewise.
49241         * manual/examples/mkisock.c: Likewise.
49242         * manual/examples/mygetpass.c: Likewise.
49243         * manual/examples/pipe.c: Likewise.
49244         * manual/examples/popen.c: Likewise.
49245         * manual/examples/rprintf.c: Likewise.
49246         * manual/examples/search.c: Likewise.
49247         * manual/examples/select.c: Likewise.
49248         * manual/examples/setjmp.c: Likewise.
49249         * manual/examples/sigh1.c: Likewise.
49250         * manual/examples/sigusr.c: Likewise.
49251         * manual/examples/stpcpy.c: Likewise.
49252         * manual/examples/strdupa.c: Likewise.
49253         * manual/examples/strftim.c: Likewise.
49254         * manual/examples/strncat.c: Likewise.
49255         * manual/examples/subopt.c: Likewise.
49256         * manual/examples/swapcontext.c: Likewise.
49257         * manual/examples/termios.c: Likewise.
49258         * manual/examples/testopt.c: Likewise.
49259         * manual/examples/testpass.c: Likewise.
49260         * manual/examples/timeval_subtract.c: Likewise.
49262         [BZ #13792]
49263         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49264         function to ...
49265         * manual/timeval_subtract.c.texi: ... here, new file.
49267 2012-03-02  David S. Miller  <davem@davemloft.net>
49269         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49271 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49273         [BZ #3976]
49274         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49275         (__sin): Save and restore rounding mode and use round-to-nearest
49276         for all computations.
49277         (__cos): Save and restore rounding mode and use round-to-nearest
49278         for all computations.
49279         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49280         <fenv.h>.
49281         (tan): Save and restore rounding mode and use round-to-nearest for
49282         all computations.
49283         * math/libm-test.inc (cos_test_tonearest): New function.
49284         (cos_test_towardzero): Likewise.
49285         (cos_test_downward): Likewise.
49286         (cos_test_upward): Likewise.
49287         (sin_test_tonearest): Likewise.
49288         (sin_test_towardzero): Likewise.
49289         (sin_test_downward): Likewise.
49290         (sin_test_upward): Likewise.
49291         (tan_test_tonearest): Likewise.
49292         (tan_test_towardzero): Likewise.
49293         (tan_test_downward): Likewise.
49294         (tan_test_upward): Likewise.
49295         (main): Call the new functions.
49296         * sysdeps/i386/fpu/libm-test-ulps: Update.
49297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49299         [BZ #10135]
49300         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49301         small n, then large n, before computing and testing k+n.
49302         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49303         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49304         Likewise.
49305         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49306         Likewise.
49307         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49308         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49309         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49310         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49311         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49312         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49313         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49314         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49315         * math/libm-test.inc (scalbn_test): Add more tests.
49316         (scalbln_test): Likewise.
49318         * manual/filesys.texi (mode_t): Describe constraints on size and
49319         signedness, not exact equivalence to a particular type.
49320         (ino_t): Likewise.
49321         (ino64_t): Likewise.
49322         (dev_t): Likewise.
49323         (nlink_t): Likewise.
49324         (blkcnt_t): Likewise.
49325         (blkcnt64_t): Likewise.
49326         * manual/llio.texi (off_t): Likewise.
49328         [BZ #3976]
49329         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49330         (__ieee754_exp): Save and restore rounding mode and use
49331         round-to-nearest for all computations.
49332         * math/libm-test.inc (exp_test_tonearest): New function.
49333         (exp_test_towardzero): Likewise.
49334         (exp_test_downward): Likewise.
49335         (exp_test_upward): Likewise.
49336         (main): Call the new functions.
49337         * sysdeps/i386/fpu/libm-test-ulps: Update.
49338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49340 2012-03-01  Chris Demetriou  <cgd@google.com>
49342         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49343         have predictable order.
49345 2012-03-01  David S. Miller  <davem@davemloft.net>
49347         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49349         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49350         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49351         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49352         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49354         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49355         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49356         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49358         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49359         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49360         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49361         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49362         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49366         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49367         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49368         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49370         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49371         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49372         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49373         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49374         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49375         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49376         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49377         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49378         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49379         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49380         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49381         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49382         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49383         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49384         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49385         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49386         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49387         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49388         * sysdeps/sparc/elf/configure: Regenerated.
49390 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49392         * configure.in (AS, LD): Require binutils 2.20 or later.
49393         * configure: Regenerated.
49394         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49395         as required minimum version.
49396         * INSTALL: Regenerated.
49398         [BZ #2541]
49399         [BZ #4108]
49400         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49401         before squaring exponent.
49402         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49403         bottom long double and 27 bits of top long double before squaring
49404         exponent.
49405         * math/libm-test.inc (erfc_test): Add more tests.
49406         * sysdeps/i386/fpu/libm-test-ulps: Update.
49407         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49410 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49412         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49413         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49414         containing bit-fields.
49415         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49416         * soft-fp/single.h (_FP_UNION_S): Likewise.
49417         * soft-fp/double.h (_FP_UNION_D): Likewise.
49419 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49421         [BZ #13786]
49422         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49423         not include ../strcmp.S.
49424         [USE_AS_STRNCASECMP_L]: Likewise.
49425         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49426         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49427         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49428         (__strncasecmp_l_ia32): Define as alias to
49429         __strncasecmp_l_nonascii.
49431         [BZ #5794]
49432         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49433         * sysdeps/i386/fpu/libm-test-ulps: Update.
49434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49436         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49439 2012-02-29  Jeff Law  <law@redhat.com>
49441         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49442         out of bounds read.
49444 2012-02-29  Marek Polacek  <polacek@redhat.com>
49446         [BZ #13706]
49447         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49448         * elf/Makefile: Add rules to run tst-unused-dep.out.
49450 2012-02-28  David S. Miller  <davem@davemloft.net>
49452         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49453         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49454         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49455         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49456         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49457         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49459 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49461         * math/libm-test.inc (llround_test): Move one test from
49462         lround_test.  Use TEST_f_L in moved test.
49463         (lround_test): Move misplaced test to llround_test.  Add testcase
49464         from bug 2561.
49466 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49468         * sysdeps/x86_64/fpu/e_expf.S: New file.
49469         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49471 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49473         [BZ #13637]
49474         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49475         of remain_len that may cause incomplete multi-byte character and
49476         false match.
49477         * posix/bug-regex33.c: New file.
49478         * posix/Makefile (tests): Add bug-regex33.
49480 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49482         * manual/macros.texi: New file.
49483         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49484         * manual/libc.texinfo: Include macros.texi.
49485         * manual/creatute.texi: Likewise.
49486         * manual/install.texi: Likewise.
49487         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49488         @glibcadj{} in references to the GNU C Library.
49489         * manual/charset.texi: Likewise.
49490         * manual/conf.texi: Likewise.
49491         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49492         when not using those macros.
49493         * manual/creature.texi: Likewise.
49494         * manual/crypt.texi: Likewise.
49495         * manual/errno.texi: Likewise.
49496         * manual/filesys.texi: Likewise.
49497         * manual/header.texi: Likewise.
49498         * manual/install.texi: Likewise.
49499         * manual/intro.texi: Likewise.
49500         * manual/io.texi: Likewise.
49501         * manual/job.texi: Likewise.
49502         * manual/lang.texi: Likewise.
49503         * manual/libc.texiinfo: Likewise.
49504         * manual/llio.texi: Likewise.
49505         * manual/locale.texi: Likewise.
49506         * manual/maint.texi: Likewise.
49507         * manual/math.texi: Likewise.
49508         * manual/memory.texi: Likewise.
49509         * manual/message.texi: Likewise.
49510         * manual/nss.texi: Likewise.
49511         * manual/pattern.texi: Likewise.
49512         * manual/process.texi: Likewise.
49513         * manual/resource.texi: Likewise.
49514         * manual/search.texi: Likewise.
49515         * manual/setjmp.texi: Likewise.
49516         * manual/signal.texi: Likewise.
49517         * manual/socket.texi: Likewise.
49518         * manual/startup.texi: Likewise.
49519         * manual/stdio.texi: Likewise.
49520         * manual/string.texi: Likewise.
49521         * manual/sysinfo.texi: Likewise.
49522         * manual/syslog.texi: Likewise.
49523         * manual/terminal.texi: Likewise.
49524         * manual/time.texi: Likewise.
49525         * manual/users.texi: Likewise.
49526         * INSTALL: Regenerated.
49527         * NOTES: Regenerated.
49528         * sysdeps/gnu/errlist.c: Regenerated.
49530 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49532         * include/dirent.h: Include <dirstream.h> before
49533         <dirent/dirent.h>.
49535 2012-02-28  David S. Miller  <davem@davemloft.net>
49537         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49538         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49539         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49540         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49542 2012-02-27  David S. Miller  <davem@davemloft.net>
49544         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49546         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49547         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49550         frame pointer instead of stack pointer relative arg slot.
49551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49552         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49553         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49555 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49557         [BZ #3992]
49558         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49560 2012-02-27  David S. Miller  <davem@davemloft.net>
49562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49566         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49567         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49568         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49569         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49571 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49573         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49574         later.  Allow versions 5-9.
49575         * configure: Regenerated.
49576         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49577         required minimum version and 4.6 as recommended version.  Do not
49578         mention bugs in GCC 2.7 and 2.8.
49579         * INSTALL: Regenerated.
49581 2012-02-27  David S. Miller  <davem@davemloft.net>
49583         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49584         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49585         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49586         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49587         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49588         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49589         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49590         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49592         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49593         manipulate bits before adding and subtracting TWO112[sx].
49594         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49596 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49598         [BZ #13775]
49599         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49600         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49601         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49602         being in POSIX, because they are in 1003.1-2008.
49604         * rt/tst-aio.c: Include <fcntl.h>.
49605         * rt/tst-aio7.c: Likewise.
49606         * rt/tst-aio64.c: Likewise.
49608         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49610 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49612         * manual/install.texi (--with-headers): Describe headers as
49613         interface headers, not private headers.
49614         (Specific advice for GNU/Linux systems): Describe use of headers
49615         from "make headers_install", not private headers from older
49616         kernels.
49617         * INSTALL: Regenerated.
49618         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49619         Change to 2.6.19.
49620         * sysdeps/unix/sysv/linux/configure: Regenerated.
49622         * manual/llio.texi (fclean): Remove documentation.
49624         * manual/Makefile (libc-texi-generated): New variable.  Include
49625         version.texi.
49626         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49627         $(libc-texi-generated), not duplicated list of files.
49628         (version.texi, stamp-version): New rules.
49629         (realclean): Remove $(libc-texi-generated), not individual files
49630         from that list.  Do not remove dir-add.texinfo.
49631         * manual/libc.texinfo: Comment out uses of edition numbers and
49632         references to printed manual.  Remove last-updated dates.
49633         (EDITION): Comment out.
49634         (ISBN): Likewise.
49635         (VERSION, UPDATED): Remove.
49636         (version.texi): Include.
49638 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49640         * sysdeps/posix/spawni.c: Include <signal.h>.
49641         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49642         * sysdeps/pthread/aio_fsync.c: Likewise.
49644 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49646         * conform/Makefile (tests): Run only when not cross-compiling and
49647         when fast-check is not defined.
49649         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49650         * conform/data/limits.h-data: Fixes for POSIX2008.
49651         * conform/run-conformtest.sh: Run all tests.
49652         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49653         headers.
49654         * include/bits/dlfcn.h: Likewise.
49655         * include/langinfo.h: Likewise.
49656         * include/monetary.h: Likewise.
49657         * include/sys/poll.h: Likewise.
49659         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49660         for __USE_GNU.
49661         * posix/spawn.h: Define __need_sigset_t.
49662         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49663         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49664         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49665         to get sigevent_t only.
49666         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49667         only for __USE_GNU.
49668         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49669         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49670         process_vm_writev only for __USE_GNU.
49671         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49673         * conform/Makefile: For now ignore errors from run-conformtest.
49674         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49675         POSIX to avoid namespace pollution.  Don't prepend headers.
49676         * conform/data/aio.h-data: Fixes for POSIX testing.
49677         * conform/data/fcntl.h-data: Likewise.
49678         * conform/data/glob.h-data: Likewise.
49679         * conform/data/grp.h-data: Likewise.
49680         * conform/data/pthread.h-data: Likewise.
49681         * conform/data/pwd.h-data: Likewise.
49682         * conform/data/signal.h-data: Likewise.
49683         * conform/data/spawn.h-data: Likewise.
49684         * conform/data/stdio.h-data: Likewise.
49685         * conform/data/stdlib.h-data: Likewise.
49686         * conform/data/stropts.h-data: Likewise.
49687         * conform/data/sys/mman.h-data: Likewise.
49688         * conform/data/sys/stat.h-data: Likewise.
49689         * conform/data/sys/types.h-data: Likewise.
49690         * conform/data/sys/wait.h-data: Likewise.
49691         * conform/data/time.h-data: Likewise.
49692         * conform/data/unistd.h-data: Likewise.
49693         * conform/data/utime.h-data: Likewise.
49695         * io/sys/stat.h: fchmod was always in POSIX.
49696         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49697         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49698         * rt/aio.h: Define __need_timespec before including <time.h>.
49699         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49700         struct.  Add forward declaration of pthread_attr_t and use it in
49701         sigevent.
49702         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49703         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49704         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49705         always remove CLK_TCK definition.
49707 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49709         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49711 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49713         * conform/run-conformtest.sh: New file.
49714         * conform/Makefile: Run run-conformtest for tests.
49715         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49716         support.
49718         * conform/data/uchar.h-data: New file.
49719         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49720         * conform/data/arpa/inet.h-data: Likewise.
49721         * conform/data/assert.h-data: Likewise.
49722         * conform/data/complex.h-data: Likewise.
49723         * conform/data/cpio.h-data: Likewise.
49724         * conform/data/ctype.h-data: Likewise.
49725         * conform/data/dirent.h-data: Likewise.
49726         * conform/data/dlfcn.h-data: Likewise.
49727         * conform/data/errno.h-data: Likewise.
49728         * conform/data/fcntl.h-data: Likewise.
49729         * conform/data/float.h-data: Likewise.
49730         * conform/data/fmtmsg.h-data: Likewise.
49731         * conform/data/fnmatch.h-data: Likewise.
49732         * conform/data/ftw.h-data: Likewise.
49733         * conform/data/glob.h-data: Likewise.
49734         * conform/data/grp.h-data: Likewise.
49735         * conform/data/iconv.h-data: Likewise.
49736         * conform/data/inttypes.h-data: Likewise.
49737         * conform/data/langinfo.h-data: Likewise.
49738         * conform/data/libgen.h-data: Likewise.
49739         * conform/data/limits.h-data: Likewise.
49740         * conform/data/locale.h-data: Likewise.
49741         * conform/data/math.h-data: Likewise.
49742         * conform/data/monetary.h-data: Likewise.
49743         * conform/data/mqueue.h-data: Likewise.
49744         * conform/data/ndbm.h-data: Likewise.
49745         * conform/data/net/if.h-data: Likewise.
49746         * conform/data/netdb.h-data: Likewise.
49747         * conform/data/netinet/in.h-data: Likewise.
49748         * conform/data/nl_types.h-data: Likewise.
49749         * conform/data/poll.h-data: Likewise.
49750         * conform/data/pthread.h-data: Likewise.
49751         * conform/data/pwd.h-data: Likewise.
49752         * conform/data/regex.h-data: Likewise.
49753         * conform/data/sched.h-data: Likewise.
49754         * conform/data/search.h-data: Likewise.
49755         * conform/data/semaphore.h-data: Likewise.
49756         * conform/data/setjmp.h-data: Likewise.
49757         * conform/data/signal.h-data: Likewise.
49758         * conform/data/spawn.h-data: Likewise.
49759         * conform/data/stdarg.h-data: Likewise.
49760         * conform/data/stdio.h-data: Likewise.
49761         * conform/data/stdlib.h-data: Likewise.
49762         * conform/data/string.h-data: Likewise.
49763         * conform/data/strings.h-data: Likewise.
49764         * conform/data/stropts.h-data: Likewise.
49765         * conform/data/sys/ipc.h-data: Likewise.
49766         * conform/data/sys/mman.h-data: Likewise.
49767         * conform/data/sys/msg.h-data: Likewise.
49768         * conform/data/sys/resource.h-data: Likewise.
49769         * conform/data/sys/select.h-data: Likewise.
49770         * conform/data/sys/sem.h-data: Likewise.
49771         * conform/data/sys/shm.h-data: Likewise.
49772         * conform/data/sys/socket.h-data: Likewise.
49773         * conform/data/sys/stat.h-data: Likewise.
49774         * conform/data/sys/statvfs.h-data: Likewise.
49775         * conform/data/sys/time.h-data: Likewise.
49776         * conform/data/sys/timeb.h-data: Likewise.
49777         * conform/data/sys/times.h-data: Likewise.
49778         * conform/data/sys/types.h-data: Likewise.
49779         * conform/data/sys/uio.h-data: Likewise.
49780         * conform/data/sys/un.h-data: Likewise.
49781         * conform/data/sys/utsname.h-data: Likewise.
49782         * conform/data/sys/wait.h-data: Likewise.
49783         * conform/data/syslog.h-data: Likewise.
49784         * conform/data/tar.h-data: Likewise.
49785         * conform/data/termios.h-data: Likewise.
49786         * conform/data/utime.h-data: Likewise.
49787         * conform/data/utmpx.h-data: Likewise.
49788         * conform/data/varargs.h-data: Likewise.
49789         * conform/data/wchar.h-data: Likewise.
49790         * conform/data/wctype.h-data: Likewise.
49791         * conform/data/wordexp.h-data: Likewise.
49793         * include/stropts.h: New file.
49794         * include/uchar.h: New file.
49795         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49796         * include/assert.h: Likewise.
49797         * include/ctype.h: Likewise.
49798         * include/dirent.h: Likewise.
49799         * include/dlfcn.h: Likewise.
49800         * include/fcntl.h: Likewise.
49801         * include/fnmatch.h: Likewise.
49802         * include/glob.h: Likewise.
49803         * include/grp.h: Likewise.
49804         * include/libio.h: Likewise.
49805         * include/locale.h: Likewise.
49806         * include/math.h: Likewise.
49807         * include/net/if.h: Likewise.
49808         * include/netdb.h: Likewise.
49809         * include/netinet/in.h: Likewise.
49810         * include/pthread.h: Likewise.
49811         * include/pwd.h: Likewise.
49812         * include/regex.h: Likewise.
49813         * include/sched.h: Likewise.
49814         * include/search.h: Likewise.
49815         * include/setjmp.h: Likewise.
49816         * include/signal.h: Likewise.
49817         * include/stdio.h: Likewise.
49818         * include/stdlib.h: Likewise.
49819         * include/string.h: Likewise.
49820         * include/sys/cdefs.h: Likewise.
49821         * include/sys/mman.h: Likewise.
49822         * include/sys/msg.h: Likewise.
49823         * include/sys/resource.h: Likewise.
49824         * include/sys/select.h: Likewise.
49825         * include/sys/socket.h: Likewise.
49826         * include/sys/stat.h: Likewise.
49827         * include/sys/statvfs.h: Likewise.
49828         * include/sys/time.h: Likewise.
49829         * include/sys/times.h: Likewise.
49830         * include/sys/uio.h: Likewise.
49831         * include/sys/utsname.h: Likewise.
49832         * include/sys/wait.h: Likewise.
49833         * include/termios.h: Likewise.
49834         * include/time.h: Likewise.
49835         * include/ulimit.h: Likewise.
49836         * include/unistd.h: Likewise.
49837         * include/utime.h: Likewise.
49838         * include/wchar.h: Likewise.
49839         * include/wctype.h: Likewise.
49840         * include/wordexp.h: Likewise.
49842         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49844         * time/time.h: TIME_UTC must be a macro.
49845         Make timespec_get available for ISO C11 only as well.
49847 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49849         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49850         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49852 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49854         * configure.in: Use -o not -a in test for unsupported multi-arch.
49856 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49858         * manual/texinfo.tex: Update to version 2012-01-19.16.
49860 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49862         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49864 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49866         [BZ #13738]
49867         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49868         * manual/fdl-1.3.texi: New file.
49869         * manual/fdl-1.1.texi: File removed.
49871         [BZ #13738]
49872         * manual/libc.texinfo (FDL_VERSION): New @set.
49873         Use it for mention of FDL in cover text.
49874         (Documentation License): Use it in @include file name.
49876 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49877             Roland McGrath  <roland@hack.frob.com>
49879         [BZ #5461]
49880         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49881         (not LONG_LONG_MAX and LONG_LONG_MIN.
49882         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49883         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49884         name.
49885         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49887 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49889         [BZ #2547]
49890         [BZ #11365]
49891         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49892         manipulate bits before adding and subtracting TWO23[sx].
49893         * math/libm-test.inc (nearbyint_test): Add more tests.
49895 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49897         [BZ #2548]
49898         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49899         bits before adding and subtracting TWO23[sx].
49900         * math/libm-test.inc (rint_test): Add more tests.
49901         (rint_test_tonearest): Likewise.
49902         (rint_test_towardzero): Likewise.
49903         (rint_test_downward): Likewise.
49904         (rint_test_upward: Likewise.
49906 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49908         [BZ #10110]
49909         * include/stdc-predef.h: New file.  Extracted from features.h.
49910         * include/features.h: Include stdc-predef.h.
49911         * Makefile (headers): Add stdc-predef.h.
49912         * CONFORMANCE (Compiler limitations): Update.
49914 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49916         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49918 2012-02-21  David S. Miller  <davem@davemloft.net>
49920         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49921         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49923 2012-02-20  David S. Miller  <davem@davemloft.net>
49925         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49926         using a normal save/restore sequence, rather than allocating a
49927         dummy stack frame just to store a frame pointer and restore.
49928         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49930 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49932         * manual/install.texi: Fix stray word in line-wrapped comment.
49934 2012-02-20  David S. Miller  <davem@davemloft.net>
49936         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49937         both binutils and gcc support GOTDATA.
49939         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49940         "rd %pc" in the PIC register setup sequences.
49942         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49943         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49944         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49945         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49946         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49947         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49948         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49949         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49950         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49951         (SYSCALL_ERROR_HANDLER): Likewise.
49952         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49953         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49954         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49955         (SYSCALL_ERROR_HANDLER): Likewise.
49957         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49958         (HAVE_GCC_GOTDATA): New.
49959         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49960         relocation support in both binutils and gcc.
49961         * sysdeps/sparc/elf/configure: Regenerate.
49963         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49964         * sysdeps/sparc/sparc32/elf/configure: Delete.
49965         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49966         * sysdeps/sparc/sparc64/elf/configure: Delete.
49967         * sysdeps/sparc/elf/configure.in: New file.
49968         * sysdeps/sparc/elf/configure: Generate.
49970         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49971         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49972         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49973         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49974         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49976 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49978         * manual/install.texi: Do not mention specific glibc version
49979         numbers.
49980         * manual/libc.texinfo (VERSION, UPDATED): Update.
49981         (@copying): Use @copyright{} and range of years.
49983 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49985         [BZ #13695]
49986         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49987         [crti.S not in sysdirs] (generated): Do not append.
49988         [crti.S not in sysdirs] (omit-deps): Likewise.
49989         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49990         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49991         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49992         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49993         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49994         Likewise.
49995         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49996         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49997         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49998         * csu/defs.awk: Remove file.
49999         * sysdeps/generic/initfini.c: Likewise.
50000         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50001         variable.
50002         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50003         Likewise.
50005 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50007         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50008         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50009         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50010         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50011         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50012         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50013         <bits/epoll.h>.
50014         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50015         (__EPOLL_PACKED): Define to empty if not defined by
50016         <bits/epoll.h>.
50017         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50018         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50019         bits/epoll.h.
50021 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50023         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50024         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50025         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50026         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50027         <bits/timerfd.h>.
50028         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50029         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50030         bits/timerfd.h.
50032 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50034         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50035         in C locale.
50036         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50037         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50038         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50041 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50043         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50044         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50046 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50048         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50049         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50050         defined.
50051         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50052         Likewise.
50053         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50054         entry for 2.16.
50056 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50058         * math/w_acos.c: Use non-signaling floating-point comparisons.
50059         * math/w_acosf.c: Likewise.
50060         * math/w_acosh.c: Likewise.
50061         * math/w_acoshf.c: Likewise.
50062         * math/w_acoshl.c: Likewise.
50063         * math/w_acosl.c: Likewise.
50064         * math/w_asin.c: Likewise.
50065         * math/w_asinf.c: Likewise.
50066         * math/w_asinl.c: Likewise.
50067         * math/w_atanh.c: Likewise.
50068         * math/w_atanhf.c: Likewise.
50069         * math/w_atanhl.c: Likewise.
50070         * math/w_exp2.c: Likewise.
50071         * math/w_exp2f.c: Likewise.
50072         * math/w_exp2l.c: Likewise.
50073         * math/w_j0.c: Likewise.
50074         * math/w_j0f.c: Likewise.
50075         * math/w_j0l.c: Likewise.
50076         * math/w_j1.c: Likewise.
50077         * math/w_j1f.c: Likewise.
50078         * math/w_j1l.c: Likewise.
50079         * math/w_jn.c: Likewise.
50080         * math/w_jnf.c: Likewise.
50081         * math/w_log.c: Likewise.
50082         * math/w_log10.c: Likewise.
50083         * math/w_log10f.c: Likewise.
50084         * math/w_log10l.c: Likewise.
50085         * math/w_log2.c: Likewise.
50086         * math/w_log2f.c: Likewise.
50087         * math/w_log2l.c: Likewise.
50088         * math/w_logf.c: Likewise.
50089         * math/w_logl.c: Likewise.
50090         * math/w_sqrt.c: Likewise.
50091         * math/w_sqrtf.c: Likewise.
50092         * math/w_sqrtl.c: Likewise.
50093         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50094         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50095         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50096         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50097         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50099 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50101         [BZ #9739]
50102         * manual/string.texi (strnlen): Use correct parameter name in
50103         equivalent expression.
50105 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50107         [BZ #11174]
50108         * manual/users.texi (seteuid): Consistently use neweuid for
50109         argument name.
50111 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50113         [BZ #13704]
50114         * manual/nss.texi (Services in the NSS configuration): Correct
50115         list of services in example configuration file.
50117 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50119         [BZ #11322]
50120         * manual/arith.texi: Remove statements about negative zero
50121         behaving identically to zero.
50123 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50125         [BZ #5993]
50126         * manual/install.texi: Do not document upgrading from libc5.
50128 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50130         [BZ #4596]
50131         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50133 2012-02-18  David S. Miller  <davem@davemloft.net>
50135         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50136         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50137         %o7 across the call.
50138         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50139         instead.
50140         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50141         SETUP_PIC_REG_LEAF.
50142         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50143         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50144         * sysdeps/sparc/crtn.S: Likewise.
50146 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50148         * aout/Makefile: Remove.
50150 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50152         [BZ #13058]
50153         * manual/examples/argp-ex1.c (main): Format definition in GNU
50154         style.
50155         * manual/examples/argp-ex2.c (main): Likewise.
50156         * manual/examples/argp-ex3.c (main): Likewise.
50157         * manual/examples/argp-ex4.c (main): Likewise.
50158         * manual/examples/longopt.c (main): Use new-style prototype
50159         definition.
50160         * manual/examples/strncat.c (main): Specify return type and use
50161         (void) for arguments.
50162         * manual/examples/subopt.c (main): Use char **argv argument.
50164 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50166         [BZ #5077]
50167         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50168         rounding modes.
50170 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50172         [BZ #6907]
50173         * manual/string.texi (strchr): Change when strchrnul is
50174         recommended.
50176 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50178         [BZ #174]
50179         * manual/locale.texi (setlocale): Document LOCPATH.
50181 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50183         [BZ #10210]
50184         * manual/process.texi (execle): Move @dots{} before last argument.
50186 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50188         [BZ #12047]
50189         * manual/charset.texi (Generic Charset Conversion): Fix typo
50190         (LC_TYPE -> LC_CTYPE).
50192 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50194         [BZ #5805]
50195         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50196         (scalbnf): Likewise.
50197         (scalbnl): Likewise.
50198         (scalbln): Likewise.
50199         (scalblnf): Likewise.
50200         (scalblnl): Likewise.
50201         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50202         (vwarnx): Likewise.
50203         (verr): Likewise.
50204         (verrx): Likewise.
50205         * manual/filesys.texi (telldir): Use braces around return type.
50206         * manual/llio.texi (mmap): Add space after comma.
50207         (mmap64): Likewise.
50208         * manual/math.texi (jn): Use @var{} on parameter names.
50209         (jnf): Likewise.
50210         (jnl): Likewise.
50211         (yn): Likewise.
50212         (ynf): Likewise.
50213         (ynl): Likewise.
50214         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50215         line.
50216         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50217         "...".
50218         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50219         (sched_get_priority_max): Likewise.
50220         * manual/signal.texi (sigvec): Add space after comma.
50221         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50222         names.
50223         (if_indextoname): Likewise.
50224         (if_freenameindex): Likewise.
50225         (sendto): Use ',' instead of '.' in prototype.
50226         * manual/startup.texi (syscall): Use @dots{} instead of literal
50227         "...".
50228         * manual/stdio.texi (__fpending): Separate initial words of
50229         paragraph from @deftypefun line.
50230         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50231         "...".
50232         (vsyslog): Use @var{} on parameter names.
50233         * manual/terminal.texi (stty): Use @var{} on parameter names.
50234         * manual/users.texi (getutmp): Use @var{} on parameter names.
50235         (getutmpx): Likewise.
50237 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50239         [BZ #6884]
50240         * manual/stdio.texi (fopen): Fix typos in description of
50241         ",ccs=STRING".
50243 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50245         [BZ #4026]
50246         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50247         get clock_id definition.
50249 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50251         [BZ #4822]
50252         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50253         (madvise): Cast every argument to void on its own.
50255 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50257         [BZ #9902]
50258         * manual/startup.texi (Exit Status): Fix typo.
50260 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50262         [BZ #10140]
50263         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50264         * manual/examples/argp-ex2.c: Likewise.
50265         * manual/examples/argp-ex3.c: Likewise.
50267 2012-02-16  Richard Henderson  <rth@redhat.com>
50269         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50270         * sysdeps/s390/s390-32/initfini.c: Remove.
50271         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50272         * sysdeps/s390/s390-64/initfini.c: Remove.
50274 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50276         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50277         compiler output for sysdeps/generic/initfini.c.
50278         * sysdeps/sh/elf/initfini.c: Remove file.
50280 2012-02-16  David S. Miller  <davem@davemloft.net>
50282         [BZ #11494]
50283         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50285         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50286         * sysdeps/sparc/crti.S: New file.
50287         * sysdeps/sparc/crtn.S: New file.
50288         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50289         * sysdeps/sparc/sparc64/Makefile: Likewise.
50291 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50293         [BZ #3335]
50294         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50296 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50298         [BZ #4822]
50299         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50301         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50302         (write, read, close): Likewise.
50303         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50305 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50307         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50308         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50309         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50310         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50311         <bits/signalfd.h>.
50312         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50313         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50314         bits/signalfd.h.
50316 2012-02-14  Marek Polacek  <polacek@redhat.com>
50318         * sysdeps/x86_64/crti.S: New file.
50319         * sysdeps/x86_64/crtn.S: New file.
50320         * sysdeps/x86_64/elf/initfini.c: Remove file.
50322 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50324         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50325         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50326         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50327         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50328         <bits/inotify.h>.
50329         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50331         bits/inotify.h.
50333 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50335         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50336         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50337         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50338         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50339         <bits/eventfd.h>.
50340         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50341         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50342         bits/eventfd.h.
50344 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50346         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50347         __feraiseexcept instead of feraiseexcept.
50349         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50350         nanosleep invocations.
50351         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50352         strings, and add error checking for a nanosleep invocations.
50354 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50356         Replace FSF snail mail address with URLs, as per GNU coding standards.
50357         Most of the snail mail addresses were wrong anyway, and omitting
50358         them makes the source code easier to maintain.  Almost all of the
50359         changes are to license notices and to locale LC_IDENTIFICATION
50360         addresses, except for this one:
50361         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50362         not its snail mail address.
50364 2012-02-09  Richard Henderson  <rth@twiddle.net>
50366         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50367         of kernel-features.h.
50369         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50371 2012-02-08  Marek Polacek  <polacek@redhat.com>
50373         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50374         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50375         * sysdeps/gnu/_G_config.h: Likewise.
50376         * sysdeps/generic/_G_config.h: Likewise.
50378 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50380         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50381         tests.
50382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50384         * sysdeps/powerpc/powerpc32/crti.S: New file.
50385         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50386         * sysdeps/powerpc/powerpc64/crti.S: New file.
50387         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50389         * Makeconfig (have-initfini): Don't set.
50390         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50391         * configure.in (nopic_initfini): Don't substitute.
50392         * config.h.in (HAVE_INITFINI): Don't #undef.
50393         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50394         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50396 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50398         Support crti.S and crtn.S provided directly by architectures.
50399         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50400         [crti.S in sysdirs] (omit-deps): Likewise.
50401         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50402         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50403         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50404         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50405         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50406         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50407         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50408         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50409         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50410         compiler output for sysdeps/generic/initfini.c.
50411         * sysdeps/i386/elf/Makefile: Remove file.
50412         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50414 2012-02-07  Marek Polacek  <polacek@redhat.com>
50416         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50417         * sysdeps/gnu/_G_config.h: Likewise.
50418         * sysdeps/mach/hurd/_G_config.h: Likewise.
50420 2012-02-07  Marek Polacek  <polacek@redhat.com>
50422         * math/Makefile (tests): Add tst-CMPLX2.
50423         * math/tst-CMPLX2.c: New file.
50425 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50427         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50429         * math/libm-test.inc (jn_test): Add missing L suffix.
50431 2012-02-06  Marek Polacek  <polacek@redhat.com>
50433         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50434         * sysdeps/i386/fpu/e_powf.S: Likewise.
50435         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50436         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50437         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50438         * sysdeps/i386/fpu/e_pow.S: Likewise.
50439         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50440         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50441         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50442         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50443         * sysdeps/i386/fpu/e_log2.S: Likewise.
50444         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50445         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50446         * sysdeps/i386/fpu/e_powl.S: Likewise.
50447         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50448         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50449         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50450         * sysdeps/i386/fpu/e_logl.S: Likewise.
50451         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50452         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50453         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50454         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50455         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50456         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50457         * sysdeps/i386/fpu/e_log.S: Likewise.
50458         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50459         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50460         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50461         * sysdeps/i386/fpu/e_logf.S: Likewise.
50462         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50463         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50464         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50465         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50466         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50467         * sysdeps/i386/fpu/e_log10.S: Likewise.
50468         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50469         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50470         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50471         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50472         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50473         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50474         * sysdeps/i386/asm-syntax.h: Likewise.
50475         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50476         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50477         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50478         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50479         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50480         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50481         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50482         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50483         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50484         * sysdeps/powerpc/sysdep.h: Likewise.
50485         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50486         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50488 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50490         [BZ #411]
50491         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50493 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50495         * sysdeps/i386/sysdep.h: Include <features.h>.
50496         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50497         version.
50499 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50501         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50502         Define.
50503         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50504         LOAD_PIC_REG_STR.
50506 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50508         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50509         (SETUP_PIC_REG): Use GET_PC_THUNK.
50510         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50511         macro.
50513 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50515         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50516         for non-PIC compilation.
50517         (SETUP_PIC_REG): Add .p2align directive.
50518         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50519         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50520         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50521         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50522         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50523         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50524         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50525         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50526         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50527         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50528         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50529         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50530         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50531         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50532         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50533         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50534         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50535         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50536         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50537         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50538         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50539         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50540         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50541         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50542         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50543         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50544         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50545         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50546         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50547         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50548         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50549         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50550         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50551         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50552         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50553         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50554         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50555         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50556         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50557         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50558         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50560 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50562         * math/tst-CMPLX.c: Include <stdio.h>.
50564 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50566         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50567         float.
50568         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50569         * sysdeps/sparc/bits/mathdef.h: Likewise.
50571 2012-01-31  Marek Polacek  <polacek@redhat.com>
50573         * libio/libio.h: Don't define _PARAMS.
50574         * locale/programs/config.h: Don't define PARAMS.
50575         * stdlib/strtol_l.c: Likewise.
50576         (__strtol_l): Remove PARAMS from the prototype.
50578 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50580         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50581         names.  Just use the correct names.  Remove unnecessary wrapper
50582         functions.
50583         * malloc/arena.c: Likewise.
50584         * malloc/hooks.c: Likewise.
50586         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50587         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50588         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50590 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50592         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50593         into tail calls.
50594         (update_get_addr): New function.
50595         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50596         GET_ADDR_MODULE parameter.
50598 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50600         * crypt/cert.c: Remove __STDC__ conditionals.
50601         * crypt/crypt-entry.c: Likewise.
50602         * crypt/crypt_util.c: Likewise.
50603         * libio/filedoalloc.c: Likewise.
50604         * libio/fileops.c: Likewise.
50605         * libio/genops.c: Likewise.
50606         * libio/iofclose.c: Likewise.
50607         * libio/iofdopen.c: Likewise.
50608         * libio/iofopen.c: Likewise.
50609         * libio/iofopen64.c: Likewise.
50610         * libio/iogetdelim.c: Likewise.
50611         * libio/iopopen.c: Likewise.
50612         * libio/obprintf.c: Likewise.
50613         * libio/oldfileops.c: Likewise.
50614         * libio/oldiofclose.c: Likewise.
50615         * libio/oldiofdopen.c: Likewise.
50616         * libio/oldiofopen.c: Likewise.
50617         * libio/oldiopopen.c: Likewise.
50618         * libio/wfiledoalloc.c: Likewise.
50619         * libio/wgenops.c: Likewise.
50620         * locale/programs/xmalloc.c: Likewise.
50621         * misc/syslog.c: Likewise.
50622         * stdio-common/xbug.c: Likewise.
50623         * string/memchr.c: Likewise.
50624         * string/memcmp.c: Likewise.
50625         * string/memrchr.c: Likewise.
50626         * string/rawmemchr.c: Likewise.
50627         * sysdeps/posix/getcwd.c: Likewise.
50628         * time/strftime_l.c: Likewise.
50630 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50632         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50633         * config.make.in (config-cflags-sse2avx): Define.
50634         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50635         Fix typo.
50637 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50639         * scripts/config.guess: Update from upstream config git repository.
50640         * scripts/config.sub: Likewise.
50642 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50644         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50645         (EM_NUM): Update.
50646         (R_TILEPRO_*, R_TILEGX_*): New macros.
50648         * scripts/firstversions.awk: Fix bug in version range handling.
50650         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50652         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50654         * include/sys/epoll.h: New file.
50655         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50656         libc_hidden_def.
50658 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50660         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50661         Avoid unnecessary __WORDSIZE == 64 test.
50662         (fmaxf): Use VEX format if possible.
50663         (fmax): Likewise.
50664         (fminf): Likewise.
50665         (fmin): Likewise.
50667         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50668         * math/math_private.h: Remove libc_fegetround* and
50669         libc_fesetround*.
50670         * sysdeps/i386/configure.in: Check for -msse2avx.
50671         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50672         also if SSE2AVX is defined.
50673         Remove libc_fegetround* and libc_fesetround*.
50674         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50675         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50676         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50677         of HAS_YMM_USABLE.
50678         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50679         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50680         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50681         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50682         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50684         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50686 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50688         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50689         size is not set.
50690         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50692 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50694         [BZ #13618]
50695         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50696         relocation.
50697         * Makeconfig (libm): Define.
50698         * elf/Makefile: Add rules to build and run tst-relsort1.
50699         * elf/tst-relsort1.c: New file.
50700         * elf/tst-relsort1mod1.c: New file.
50701         * elf/tst-relsort1mod2.c: New file.
50703 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50705         * math/s_ldexp.c: Remove __STDC__ conditionals.
50706         * math/s_ldexpf.c: Likewise.
50707         * math/s_ldexpl.c: Likewise.
50708         * math/s_nextafter.c: Likewise.
50709         * math/s_nexttowardf.c: Likewise.
50710         * math/s_significand.c: Likewise.
50711         * math/s_significandf.c: Likewise.
50712         * math/s_significandl.c: Likewise.
50713         * math/w_jnl.c: Likewise.
50714         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50715         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50716         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50717         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50718         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50719         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50720         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50721         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50722         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50723         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50724         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50725         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50726         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50727         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50728         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50729         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50730         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50731         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50732         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50733         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50734         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50735         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50736         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50737         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50738         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50739         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50740         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50741         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50742         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50743         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50744         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50745         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50746         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50747         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50748         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50749         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50750         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50751         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50752         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50753         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50754         * sysdeps/ieee754/k_standard.c: Likewise.
50755         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50756         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50757         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50758         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50759         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50760         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50761         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50762         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50763         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50764         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50765         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50766         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50767         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50768         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50769         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50770         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50771         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50772         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50773         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50774         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50775         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50776         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50777         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50778         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50779         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50780         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50781         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50782         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50783         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50784         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50785         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50786         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50787         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50788         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50789         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50790         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50791         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50792         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50793         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50794         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50795         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50796         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50797         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50798         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50799         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50800         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50801         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50802         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50803         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50804         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50805         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50806         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50807         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50808         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50809         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50810         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50811         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50812         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50813         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50814         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50815         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50816         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50817         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50818         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50819         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50820         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50821         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50822         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50823         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50824         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50825         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50826         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50827         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50828         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50829         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50830         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50831         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50832         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50833         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50834         * sysdeps/ieee754/s_matherr.c: Likewise.
50835         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50836         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50837         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50838         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50840 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50842         * crypt/md5.h: Remove __STDC__ conditionals.
50843         * libio/libioP.h: Likewise.
50844         * locale/programs/config.h: Likewise.
50845         * sysdeps/generic/sysdep.h: Likewise.
50846         * sysdeps/i386/asm-syntax.h: Likewise.
50847         * sysdeps/s390/asm-syntax.h: Likewise.
50848         * sysdeps/unix/sysdep.h: Likewise.
50849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50852 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50854         * libio/libio.h: Remove __STDC__ conditionals.
50855         * malloc/obstack.h: Likewise.
50856         * math/complex.h: Likewise.
50857         * math/math.h: Likewise.
50858         * sysdeps/generic/_G_config.h: Likewise.
50859         * sysdeps/gnu/_G_config.h: Likewise.
50860         * sysdeps/mach/hurd/_G_config.h: Likewise.
50861         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50862         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50863         * sysdeps/sparc/bits/mathdef.h: Likewise.
50865 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50867         [BZ #13583]
50868         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50869         Clean up HAS_* macros.
50870         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50871         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50872         possible.
50873         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50874         HAS_AVX.
50875         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50876         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50877         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50878         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50879         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50881 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50883         * elf/tst-unique3.cc (gets): Remove declaration.
50884         * elf/tst-unique3lib.cc (gets): Likewise.
50885         * elf/tst-unique3lib2.cc (gets): Likewise.
50886         * elf/tst-unique4.cc (gets): Likewise.
50888 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50890         * include/stdio.h: Add C++ protection.  Add gets declarations and
50891         definitions.
50892         * debug/tst-chk1.c: Don't declare gets here.
50893         * stdio-common/tst-gets.c: Likewise.
50895 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50897         * posix/glob: Remove directory.
50899 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50901         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50903 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50905         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50906         of the non-standard EPFNOSUPPORT.
50908 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50910         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50911         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50912         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50914 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50916         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50918 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50920         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50921         transient errors.
50922         * nscd/grpcache.c (cache_addgr): Likewise.
50923         * nscd/hstcache.c (cache_addhst): Likewise.
50924         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50925         * nscd/pwdcache.c (cache_addpw): Likewise.
50926         * nscd/servicescache.c (cache_addserv): Likewise.
50928 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50930         * malloc/malloc.c: Various cleanups.
50931         * malloc/hooks.c: Likewise.
50933         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50934         * stdlib/bug-fmtmsg1.c: New file.
50936         * stdlib/fmtmsg.c (init): Add missing unlock.
50937         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50939 2012-01-12  Marek Polacek  <polacek@redhat.com>
50941         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50942         and _GNU_SOURCE.
50944 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50946         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50947         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50948         macro to ensure uniqueness of label name.
50949         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50950         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50952 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50954         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50956         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50957         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50958         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50959         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50961 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50963         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50965         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50966         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50967         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50969         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50971         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50972         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50973         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50974         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50976         * math/bits/math-finite.h: Add ldexp support.
50978 2012-01-10  Marek Polacek  <polacek@redhat.com>
50980         * locale/programs/localedef.h (show_archive_content): Add noreturn
50981         attribute.
50983 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50985         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50987 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50989         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50991         * io/Makefile (headers): Add bits/poll2.h.
50993 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50996         typo #include statement.
50998 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51000         * include/sys/cdefs.h: Define __attribute_alloc_size.
51001         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51002         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51003         * elf/pldd.c: Likewise.
51004         * iconv/iconv_charmap.c: Likewise.
51005         * iconv/iconvconfig.c: Likewise.
51006         * iconv/strtab.c: Likewise.
51007         * locale/programs/locale.c: Likewise.
51008         * locale/programs/localedef.h: Likewise.
51009         * locale/programs/simple-hash.c: Likewise.
51010         * nscd/nscd.h: Likewise.
51011         * nss/makedb.c: Likewise.
51012         * sysdeps/generic/ldconfig.h: Likewise.
51013         * locale/programs/localedef.c: Remove xmalloc prototype.
51014         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51016 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51018         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51019         appropriate.
51021 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51023         * math/Makefile (tests): Add tst-CMPLX.
51024         * math/tst-CMPLX.c: New file.
51026         * math/complex.h (CMPLXL): Fix typo.
51028         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51029         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51030         GLIBC_2.16.
51031         * debug/tst-chk1.c: Add poll and ppoll tests.
51032         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51033         * include/sys/poll.h: Add hidden proto for ppoll.
51034         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51035         * sysdeps/mach/hurd/ppoll.c: Likewise.
51036         * io/ppoll.c: Likewise.
51037         * debug/poll_chk.c: New file.
51038         * debug/ppoll_chk.c: New file.
51039         * include/bits/poll2.h: New file.
51040         * io/bits/poll2.h: New file.
51042         [BZ #1350]
51043         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51045         * configure.in: static is always set to yes.  Remove.
51046         * config.make.in: Don't set build-static.
51047         * Makeconfig: Remove use of build-static.
51048         * dlfcn/Makefile: Likewise.
51049         * elf/Makefile: Likewise.
51050         * math/Makefile: Likewise.
51051         * misc/Makefile: Likewise.
51052         * nptl/Makefile: Likewise.
51053         * sysdeps/mach/hurd/Makefile: Likewise.
51055         * configure.in: PWD_P is not used anymore.
51056         * config.make.in: Remove PWD_P entry.
51058         * configure.in: Remove last remnants of RANLIB.
51059         No need to check for signed size_t anymore.
51060         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51061         and IA-64.
51062         Remove __builtin_expect test because we require at least gcc 3.4.
51063         * aclocal.m4: Likewise.
51065         * wcsmbs/mbrtoc16.c: Implement using towc function.
51066         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51067         * wcsmbs/wcsmbsload.c: Likewise.
51068         * iconv/gconv_simple.c: Likewise.
51069         * iconv/gconv_int.h: Likewise.
51070         * iconv/gconv_builtin.h: Likewise.
51071         * iconv/iconv_prog.c: Remove CHAR16 handling.
51073         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51075         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51077         * configure.in: Remove --with-elf and --enable-bounded options.
51078         Dont set base_machine for ia64.  More non-ELF conditions removed.
51079         Remove testing and setting of leading underscore information.
51080         * config.make.in (build-bounded): Set to no.
51081         * config.h.in: Remove NO_UNDERSCORES entry.
51082         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51083         them.
51084         * csu/start.c: Remove !NO_UNDERSCORE code.
51085         * locale/localeinfo.h: Likewise.
51086         * sysdeps/generic/machine-gmon.h: Likewise.
51087         * sysdeps/generic/sysdep.h: Likewise.
51088         * sysdeps/i386/sysdep.h: Likewise.
51089         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51090         * sysdeps/mach/sysdep.h: Likewise.
51091         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51092         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51093         * sysdeps/sh/sysdep.h: Likewise.
51094         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51095         * sysdeps/unix/i386/sysdep.S: Likewise.
51096         * sysdeps/unix/sparc/start.c: Likewise.
51097         * sysdeps/unix/sparc/sysdep.S: Likewise.
51098         * sysdeps/unix/sparc/sysdep.h: Likewise.
51099         * sysdeps/unix/start.c: Likewise.
51100         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51101         * sysdeps/x86_64/sysdep.h: Likewise.
51103 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51105         [BZ #13553]
51106         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51107         for non-gcc.
51108         * argp/argp-fmtstream.h: Use const instead __const.
51109         * argp/argp.h: Likewise.
51110         * assert/assert.h: Likewise.
51111         * bits/fenv.h: Likewise.
51112         * bits/sched.h: Likewise.
51113         * bits/sigset.h: Likewise.
51114         * bits/sigthread.h: Likewise.
51115         * catgets/nl_types.h: Likewise.
51116         * conform/data/pthread.h-data: Likewise.
51117         * crypt/crypt-private.h: Likewise.
51118         * crypt/crypt.h: Likewise.
51119         * crypt/crypt_util.c: Likewise.
51120         * ctype/ctype.h: Likewise.
51121         * debug/execinfo.h: Likewise.
51122         * debug/mbsnrtowcs_chk.c: Likewise.
51123         * debug/mbsrtowcs_chk.c: Likewise.
51124         * debug/wcsnrtombs_chk.c: Likewise.
51125         * debug/wcsrtombs_chk.c: Likewise.
51126         * debug/wcstombs_chk.c: Likewise.
51127         * dirent/dirent.h: Likewise.
51128         * dlfcn/dlfcn.h: Likewise.
51129         * elf/neededtest4.c: Likewise.
51130         * grp/grp.h: Likewise.
51131         * gshadow/gshadow.h: Likewise.
51132         * iconv/gconv.h: Likewise.
51133         * iconv/gconv_int.h: Likewise.
51134         * iconv/gconv_simple.c: Likewise.
51135         * iconv/iconv.h: Likewise.
51136         * iconv/loop.c: Likewise.
51137         * iconv/skeleton.c: Likewise.
51138         * include/aio.h: Likewise.
51139         * include/aliases.h: Likewise.
51140         * include/argz.h: Likewise.
51141         * include/arpa/inet.h: Likewise.
51142         * include/assert.h: Likewise.
51143         * include/dirent.h: Likewise.
51144         * include/dlfcn.h: Likewise.
51145         * include/execinfo.h: Likewise.
51146         * include/fcntl.h: Likewise.
51147         * include/fenv.h: Likewise.
51148         * include/glob.h: Likewise.
51149         * include/grp.h: Likewise.
51150         * include/libintl.h: Likewise.
51151         * include/mntent.h: Likewise.
51152         * include/netdb.h: Likewise.
51153         * include/pwd.h: Likewise.
51154         * include/rpc/netdb.h: Likewise.
51155         * include/sched.h: Likewise.
51156         * include/search.h: Likewise.
51157         * include/shadow.h: Likewise.
51158         * include/signal.h: Likewise.
51159         * include/stdio.h: Likewise.
51160         * include/stdlib.h: Likewise.
51161         * include/string.h: Likewise.
51162         * include/sys/socket.h: Likewise.
51163         * include/sys/stat.h: Likewise.
51164         * include/sys/statfs.h: Likewise.
51165         * include/sys/statvfs.h: Likewise.
51166         * include/sys/syslog.h: Likewise.
51167         * include/sys/time.h: Likewise.
51168         * include/sys/uio.h: Likewise.
51169         * include/time.h: Likewise.
51170         * include/unistd.h: Likewise.
51171         * include/utmp.h: Likewise.
51172         * include/wchar.h: Likewise.
51173         * include/wctype.h: Likewise.
51174         * inet/aliases.h: Likewise.
51175         * inet/arpa/inet.h: Likewise.
51176         * inet/netinet/ether.h: Likewise.
51177         * inet/netinet/in.h: Likewise.
51178         * intl/libintl.h: Likewise.
51179         * io/bits/fcntl2.h: Likewise.
51180         * io/fcntl.h: Likewise.
51181         * io/ftw.h: Likewise.
51182         * io/sys/poll.h: Likewise.
51183         * io/sys/stat.h: Likewise.
51184         * io/sys/statfs.h: Likewise.
51185         * io/sys/statvfs.h: Likewise.
51186         * io/utime.h: Likewise.
51187         * libio/bits/stdio.h: Likewise.
51188         * libio/bits/stdio2.h: Likewise.
51189         * libio/libio.h: Likewise.
51190         * libio/libioP.h: Likewise.
51191         * libio/stdio.h: Likewise.
51192         * locale/lc-ctype.c: Likewise.
51193         * locale/locale.h: Likewise.
51194         * login/utmp.h: Likewise.
51195         * malloc/arena.c: Likewise.
51196         * malloc/malloc.c: Likewise.
51197         * malloc/malloc.h: Likewise.
51198         * malloc/mcheck.c: Likewise.
51199         * malloc/mtrace.c: Likewise.
51200         * math/bits/mathcalls.h: Likewise.
51201         * math/fenv.h: Likewise.
51202         * math/math_private.h: Likewise.
51203         * misc/bits/error.h: Likewise.
51204         * misc/bits/syslog.h: Likewise.
51205         * misc/err.h: Likewise.
51206         * misc/error.h: Likewise.
51207         * misc/fstab.h: Likewise.
51208         * misc/mntent.h: Likewise.
51209         * misc/regexp.h: Likewise.
51210         * misc/search.h: Likewise.
51211         * misc/sgtty.h: Likewise.
51212         * misc/sys/mman.h: Likewise.
51213         * misc/sys/syslog.h: Likewise.
51214         * misc/sys/uio.h: Likewise.
51215         * misc/sys/xattr.h: Likewise.
51216         * misc/ttyent.h: Likewise.
51217         * nis/rpcsvc/ypclnt.h: Likewise.
51218         * nss/nss.h: Likewise.
51219         * posix/bits/unistd.h: Likewise.
51220         * posix/fnmatch.h: Likewise.
51221         * posix/glob.h: Likewise.
51222         * posix/sched.h: Likewise.
51223         * posix/spawn.h: Likewise.
51224         * posix/sys/wait.h: Likewise.
51225         * posix/unistd.h: Likewise.
51226         * posix/wordexp.h: Likewise.
51227         * pwd/pwd.h: Likewise.
51228         * resolv/netdb.h: Likewise.
51229         * resource/sys/resource.h: Likewise.
51230         * rt/aio.h: Likewise.
51231         * rt/bits/mqueue2.h: Likewise.
51232         * rt/mqueue.h: Likewise.
51233         * shadow/shadow.h: Likewise.
51234         * signal/signal.h: Likewise.
51235         * socket/send.c: Likewise.
51236         * socket/sendto.c: Likewise.
51237         * socket/sys/socket.h: Likewise.
51238         * stdio-common/printf.h: Likewise.
51239         * stdlib/bits/stdlib.h: Likewise.
51240         * stdlib/fmtmsg.h: Likewise.
51241         * stdlib/monetary.h: Likewise.
51242         * stdlib/stdlib.h: Likewise.
51243         * stdlib/ucontext.h: Likewise.
51244         * streams/stropts.h: Likewise.
51245         * string/argz.h: Likewise.
51246         * string/bits/string2.h: Likewise.
51247         * string/string.h: Likewise.
51248         * string/strings.h: Likewise.
51249         * sunrpc/rpc/auth.h: Likewise.
51250         * sunrpc/rpc/auth_des.h: Likewise.
51251         * sunrpc/rpc/clnt.h: Likewise.
51252         * sunrpc/rpc/netdb.h: Likewise.
51253         * sunrpc/rpc/pmap_clnt.h: Likewise.
51254         * sunrpc/rpc/xdr.h: Likewise.
51255         * sysdeps/generic/inttypes.h: Likewise.
51256         * sysdeps/generic/net/if.h: Likewise.
51257         * sysdeps/generic/sys/swap.h: Likewise.
51258         * sysdeps/gnu/net/if.h: Likewise.
51259         * sysdeps/gnu/utmpx.h: Likewise.
51260         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51261         * sysdeps/i386/i486/bits/string.h: Likewise.
51262         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51263         * sysdeps/s390/bits/string.h: Likewise.
51264         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51265         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51266         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51267         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51268         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51269         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51270         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51271         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51272         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51273         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51274         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51275         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51276         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51277         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51278         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51279         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51280         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51281         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51282         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51283         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51284         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51285         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51286         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51287         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51288         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51289         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51290         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51291         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51292         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51293         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51294         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51295         * sysvipc/sys/ipc.h: Likewise.
51296         * sysvipc/sys/msg.h: Likewise.
51297         * sysvipc/sys/sem.h: Likewise.
51298         * sysvipc/sys/shm.h: Likewise.
51299         * termios/termios.h: Likewise.
51300         * time/sys/time.h: Likewise.
51301         * time/time.h: Likewise.
51302         * wcsmbs/bits/wchar2.h: Likewise.
51303         * wcsmbs/uchar.h: Likewise.
51304         * wcsmbs/wchar.h: Likewise.
51305         * wctype/wctype.h: Likewise.
51307         [BZ #13551]
51308         * Makeconfig: Remove all but ELF support including AIX support.
51309         * Makerules: Likewise.
51310         * config.h.in: Likewise.
51311         * config.make.in: Likewise.
51312         * configure: Likewise.
51313         * configure.in: Likewise.
51314         * csu/Makefile: Likewise.
51315         * csu/version.c: Likewise.
51316         * debug/Makefile: Likewise.
51317         * dlfcn/Makefile: Likewise.
51318         * elf/Makefile: Likewise.
51319         * extra-lib.mk: Likewise.
51320         * iconv/Makefile: Likewise.
51321         * include/libc-symbols.h: Likewise.
51322         * include/shlib-compat.h: Likewise.
51323         * resolv/Makefile: Likewise.
51324         * resolv/res_libc.c: Likewise.
51325         * rt/Makefile: Likewise.
51326         * sysdeps/i386/asm-syntax.h: Likewise.
51327         * sysdeps/i386/sysdep.h: Likewise.
51328         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51329         * sysdeps/mach/sysdep.h: Likewise.
51330         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51331         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51332         * sysdeps/s390/asm-syntax.h: Likewise.
51333         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51334         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51335         * sysdeps/sh/sysdep.h: Likewise.
51336         * sysdeps/unix/sparc/sysdep.h: Likewise.
51337         * sysdeps/wordsize-32/divdi3.c: Likewise.
51338         * sysdeps/x86_64/sysdep.h: Likewise.
51340         * argp/Versions: Remove _argp_unlock_xxx.
51342         [BZ #13559]
51343         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51344         * abilist/libBrokenLocale.abilist: Likewise.
51345         * abilist/libanl.abilist: Likewise.
51346         * abilist/libc.abilist: Likewise.
51347         * abilist/libcrypt.abilist: Likewise.
51348         * abilist/libdl.abilist: Likewise.
51349         * abilist/libm.abilist: Likewise.
51350         * abilist/libnsl.abilist: Likewise.
51351         * abilist/libpthread.abilist: Likewise.
51352         * abilist/libresolv.abilist: Likewise.
51353         * abilist/librt.abilist: Likewise.
51354         * abilist/libthread_db.abilist: Likewise.
51355         * abilist/libutil.abilist: Likewise.
51356         * abilist/libnss_db.abilist: New file.
51358         * scripts/abilist.awk: Add support for indirect functions.
51360         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51362         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51364         * shlib-versions: Remove entries for ports architectures.
51366         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51367         files in ports.
51368         * elf/stackguard-macros.h: Remove support for IA-64.
51369         * elf/tst-auditmod1.c: Likewise.
51370         * sysdeps/generic/ldsodefs.h: Likewise.
51372         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51373         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51374         configure files.
51376         [BZ #13552]
51377         * configure.in: Remove --enable-omitfp support.
51378         * FAQ.in: Adjust.
51379         * config.make.in: Likewise.
51380         * Makeconfig: Likewise.
51381         * manual/install.texi: Likewise.
51383         In case anyone cares, the IA-64 architecture could move to ports.
51384         * sysdeps/ia64/*: Removed.
51385         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51386         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51388         [BZ #13555]
51389         * configure.in: Remove entries for unsupported architectures.
51391         [BZ #13533]
51392         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51393         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51394         routines.
51395         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51396         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51397         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51398         fall back to using wcrtomb.
51399         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51400         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51401         renaming.
51402         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51403         * wcsmbs/tst-c16c32-1.c: New file.
51405         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51406         local variable.
51408         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51410         * elf/tst-unique3.cc: Add explicit declaration of gets.
51411         * elf/tst-unique3lib.cc: Likewise.
51412         * elf/tst-unique3lib2.cc: Likewise.
51413         * elf/tst-unique4.cc: Likewise.
51415         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51417 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51419         [BZ #13566]
51420         * assert/assert.h (static_assert): Don't define for C++.
51421         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51422         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51424 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51426         * iconv/loop.c (single loop): Fix assertion in storing of
51427         remaining bytes.
51429         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51431 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51433         * posix/getconf.c: Update copyright year.
51434         * nss/getent.c: Likewise.
51435         * nss/makedb.c: Likewise.
51436         * iconv/iconvconfig.c: Likewise.
51437         * iconv/iconv_prog.c: Likewise.
51438         * elf/ldconfig.c: Likewise.
51439         * elf/pldd.c: Likewise.
51440         * elf/sotruss.ksh: Likewise.
51441         * catgets/gencat.c: Likewise.
51442         * csu/version.c: Likewise.
51443         * elf/ldd.bash.in: Likewise.
51444         * elf/sprof.c (print_version): Likewise.
51445         * locale/programs/locale.c: Likewise.
51446         * locale/programs/localedef.c: Likewise.
51447         * login/programs/pt_chown.c: Likewise.
51448         * nscd/nscd.c (print_version): Likewise.
51449         * debug/xtrace.sh: Likewise.
51450         * malloc/memusage.sh: Likewise.
51451         * malloc/mtrace.pl: Likewise.
51452         * debug/catchsegv.sh: Likewise.
51454 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51456         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51457         pure attribute.
51459 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51461         [BZ #13533]
51462         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51463         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51464         transformations.
51465         * iconv/gconv_int.h: Likewise.
51466         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51467         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51468         from libc for GLIBC_2.16.
51469         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51470         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51471         * wcsmbs/uchar.h: Really define mbstate_t.
51472         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51473         * wcsmbs/c16rtomb.c: New file.
51474         * wcsmbs/mbrtoc16.c: New file.
51475         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51476         for C/POSIX locale.
51477         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51478         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51480         * wcsmbs/wchar.h: Add missing __restrict.
51482 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51484         [BZ #13532]
51485         * time/Makefile (routines): Add timespec_get.
51486         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51487         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51488         timespec for ISO C11.
51489         * time/timespec_get.c: New file.
51490         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51491         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51493         [BZ #13531]
51494         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51495         * stdlib/stdlib.h: Declare aligned_alloc.
51496         * Versions.def: Add GLIBC_2.16 for libc.
51497         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51499         [BZ 13527]
51500         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51501         ISO C11.
51503         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51504         code.
51506         [BZ #13528]
51507         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51509         [BZ #13529]
51510         * assert/assert.h (static_assert): Define.
51512         * version.h: Update for 2.16 development version.
51514         [BZ #13526]
51515         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51516         _ISOC11_SOURCE.
51518         * version.h (RELEASE): Bump for 2.15 release.
51519         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51521         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51522         Patch by Marek Polacek <mpolacek@redhat.com>.
51524         * bits/byteswap.h: Protect long long constants with __extension__.
51525         * sysdeps/i386/bits/byteswap.h: Likewise.
51526         * sysdeps/ia64/bits/byteswap.h: Likewise.
51527         * sysdeps/s390/bits/byteswap.h: Likewise.
51528         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51530 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51532         [BZ #13540]
51533         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51534         destination buffer.
51535         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51537 2011-12-23  Marek Polacek  <polacek@redhat.com>
51539         * elf/dl-addr.c (determine_info): Add inline keyword.
51540         * elf/tst-auditmod4b.c (check_avx): Likewise.
51541         * elf/tst-auditmod6b.c (check_avx): Likewise.
51542         * elf/tst-auditmod6c.c (check_avx): Likewise.
51543         * elf/tst-auditmod7b.c (check_avx): Likewise.
51545 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51547         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51548         !__SSE_MATH__.
51550 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51552         [BZ #13540]
51553         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51554         processing for last bytes.
51556 2011-08-06  Bruno Haible  <bruno@clisp.org>
51558         [BZ #13061]
51559         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51560         U+0385, not to U+1FEE.
51562         [BZ #13062]
51563         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51564         entry for U+00A5 U+0301.
51566 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51568         [BZ #13166]
51569         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51570         buffer for the output is too small.
51572         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51573         optimization.
51575         [BZ #13185]
51576         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51577         SSE flags if possible.
51579 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51581         [BZ #13540]
51582         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51583         processing for last bytes.
51585 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51587         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51588         (syscall-list-default-options, syscall-list-default-condition)
51589         (syscall-list-includes): Define.
51590         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51591         list of ABIs and options and #if conditions for each ABI.  Do not
51592         handle common syscalls between ABIs specially.
51593         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51594         Remove.
51595         (syscall-list-variants, syscall-list-32bit-options)
51596         (syscall-list-32bit-condition, syscall-list-64bit-options)
51597         (syscall-list-64bit-condition): Define.
51598         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51599         (syscall-list-variants, syscall-list-32bit-options)
51600         (syscall-list-32bit-condition, syscall-list-64bit-options)
51601         (syscall-list-64bit-condition): Define.
51602         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51603         Remove.
51604         (syscall-list-variants, syscall-list-32bit-options)
51605         (syscall-list-32bit-condition, syscall-list-64bit-options)
51606         (syscall-list-64bit-condition): Define.
51607         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51608         Remove.
51609         (syscall-list-variants, syscall-list-32bit-options)
51610         (syscall-list-32bit-condition, syscall-list-64bit-options)
51611         (syscall-list-64bit-condition): Define.
51613 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51615         * locale/iso-639.def: Add brx entry.
51617         [BZ #13328]
51618         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51619         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51621         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51622         __feraiseexcept_renamed.
51624 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51626         [BZ #13538]
51627         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51628         EPOLLET with unsigned values.
51629         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51630         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51632         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51633         to large cancellation.
51634         * math/s_cacoshf.c: Likewise.
51635         * math/s_cacoshl.c: Likewise.
51637 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51639         [BZ #13305]
51640         [BZ #12786]
51641         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51642         * math/s_cacoshf.c: Likewise.
51643         * math/s_cacoshl.c: Likewise.
51645 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51647         [BZ #13439]
51648         * iconv/gconv.h: Define __GCONV_SWAP.
51649         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51650         * iconvdata/utf-16.c: Likewise.
51651         * iconvdata/utf-32.c: Likewise.
51653 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51655         [BZ #13524]
51656         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51657         numerator after shifting it by one limb.
51659 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51661         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51662         under [__USE_EXTERN_INLINES].
51664 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51666         [BZ #13446]
51667         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51669 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51671         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51672         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51673         optimized code.
51674         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51675         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51676         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51677         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51678         for strncasecmp/strncasecmp_l compilation.
51679         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51680         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51682 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51684         [BZ #13484]
51685         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51686         of __asm__.
51688 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51690         [BZ #13506]
51691         * time/tzfile.c (__tzfile_read): Check values from file header.
51693 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51695         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51696         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51697         * powerpc/powerpc32/dl-start.S: Likewise.
51698         * powerpc/powerpc32/elf/start.S: Likewise.
51699         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51700         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51701         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51702         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51703         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51704         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51705         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51706         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51707         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51708         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51709         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51710         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51711         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51712         * powerpc/powerpc32/memset.S: Likewise.
51713         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51714         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51715         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51716         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51717         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51718         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51719         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51720         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51721         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51722         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51723         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51724         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51725         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51727 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51729         * math/libm-test.inc: Added more nearbyint tests.
51730         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51731         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51732         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51733         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51735 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51737         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51738         FD_CLOEXEC.
51740 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51742         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51743         Add wcscpy-ssse3 wcscpy-c.
51744         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51745         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51746         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51747         * sysdeps/x86_64/wcschr.S: New file.
51748         * sysdeps/x86_64/wcsrchr.S: New file.
51749         * string/test-strcmp.c: Remove checking of wcscmp function for
51750         wrong alignments.
51751         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51752         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51753         wcsrchr-sse2 wcsrchr-c.
51754         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51755         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51756         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51757         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51758         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51759         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51760         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51761         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51762         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51763         * wcsmbc/wcschr.c (WCSCHR): New macro.
51765 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51767         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51768         * wcsmbs/test-wcsrchr.c: New file.
51769         * string/test-strrchr.c: Add wcsrchr support.
51770         (WIDE): New macro.
51771         * wcsmbs/test-wcscpy.c: New file.
51772         * string/test-strcpy.c: Add wcscpy support.
51773         (WIDE): New macro.
51775 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51777         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51778         the inner loop.
51780 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51782         [BZ #13472]
51783         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51785 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51787         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51788         Minor optimizations.
51790         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51791         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51792         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51794 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51796         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51797         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51798         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51799         for gcc to avoid warnings.
51800         * inet/Makefile (tests): Add tst-checks.
51801         * inet/tst-checks.c: New file.
51803         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51804         warning.
51806         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51807         __wmemcmp_sse2.
51809         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51810         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51812         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51814 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51816         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51817         problem.
51819         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51821 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51823         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51824         conditional on GCC version.
51825         (__arch_compare_and_exchange_val_8_acq)
51826         (__arch_compare_and_exchange_val_16_acq)
51827         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51828         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51829         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51831 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51833         * sysdeps/sh/backtrace.c: New file.
51835 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51837         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51838         parenthesis.
51840 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51842         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51843         falling back to utime.
51845 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51847         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51848         expectations for float.
51850 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51852         * locale/weight.h (findidx): Add parameter len.
51853         * locale/weightwc.h (findidx): Likewise.
51854         * posix/fnmatch_loop.c (FCT): Adjust caller.
51855         * posix/regcomp.c (build_equiv_class): Likewise.
51856         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51857         * posix/regexec.c (check_node_accept_bytes): Likewise.
51858         * string/strcoll_l.c (STRCOLL): Likewise.
51859         * string/strxfrm_l.c (STRXFRM): Likewise.
51861 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51863         * Makefile.in: Remove CVSOPT handling.
51864         * configure.in: Remove use of AC_REVISION.
51865         * iconvdata/Makefile (distribute): No need to filter out CVS.
51866         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51867         handling.
51869 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51871         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51872         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51873         [USE_AS_STRNCASECMP_L]: Likewise.
51874         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51875         NO_TLS_DIRECT_SEG_REFS.
51876         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51877         Fix argument offsets for non-PIC.
51878         [USE_AS_STRNCASECMP_L]: Likewise.
51879         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51880         NO_TLS_DIRECT_SEG_REFS.
51882 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51884         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51885         O_CLOEXEC.
51886         * locale/loadlocale.c (_nl_load_locale): Likewise.
51888 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51890         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51891         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51892         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51893         (SYSCALL_GETTIME): Set errno on error.
51895         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51896         count references to noai6ai_cached.
51898 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51900         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51902         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51903         FD_CLOEXEC for /proc/self/maps.
51905         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51906         FD_CLOEXEC for /proc/meminfo.
51908         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51909         gai.conf.
51911         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51912         FD_CLOEXEC for given file.
51914         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51916         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51917         FD_CLOEXEC for /etc/hosts.
51918         (_gethtent): Likewise.
51920         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51922         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51923         cancellation and set FD_CLOEXEC for /etc/netgroup.
51925         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51926         reading /etc/publickey.
51928         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51929         allow cancellation when reading /etc/group.
51931         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51932         cancellation.
51933         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51935         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51936         when using data file.
51938         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51940         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51941         (write_nis_obj): Use "c" and "e" in fopen.
51943         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51945         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51947         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51949         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51951         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51952         locale.alias.
51954         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51956         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51958         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51960         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51961         file parsing and set FD_CLOEXEC.
51963 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51965         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51967 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51969         * malloc/arena.c (arena_get2): Don't call reused_arena when
51970         _int_new_arena failed.
51972 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51974         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51975         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51976         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51977         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51978         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51979         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51980         to compile strcasecmp and strncasecmp.
51981         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51982         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51984         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51986 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51988         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51989         locale-defines.sym to gen-as-const-headers.
51990         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51991         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51992         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51993         to compile strcasecmp and strncasecmp.
51994         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51995         strcasecmp_l and strncasecmp_l.
51996         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51997         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51998         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51999         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52000         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52001         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52002         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52003         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52004         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52005         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52006         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52008 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52010         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52011         result of SYSDEP_GETTIME_CPU to retval.
52012         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52013         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52015         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52016         variable.
52018         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52019         mantissa words.
52020         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52022         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52023         from unused variable.
52025         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52026         DWARF definitions.
52027         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52028         for assembling.
52030         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52031         over namespaces.
52033         * sunrpc/rpc_prot.c (rejected): Fix case value.
52035         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52036         unsigned long long int to avoid warnings in shift.
52038         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52039         of use of trans.
52040         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52041         variable tmp.
52043         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52044         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52045         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52047         * nis/nis_table.c (nis_list): Use variable of correct type for
52048         result of __follow_path call.
52050 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52052         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52053         of math functions ceil, trunc, floor, round, and sqrt, when
52054         avaliable on the platform.
52055         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52056         name clash.
52057         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52058         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52059         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52061 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52063         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52064         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52066 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52068         * include/unistd.h: Fix __readlink return type.
52069         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52071 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52073         * stdlib/ucontext.h: Undo last change for makecontext.
52075 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52077         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52079         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52080         * setjmp/setjmp.h: Mark functions as non-leaf.
52081         * setjmp/bits/setjmp2.h: Likewise.
52082         * stdlib/ucontext.h: Likewise.
52084 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52086         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52087         (reused_arena): Don't check arena limit.
52088         (arena_get2): Atomically check arena limit.
52090 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52092         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52093         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52095         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52096         instructions.
52098 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52100         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52101         handler when locking.
52103         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52104         Fix size of allocated buffer.
52106 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52108         [BZ #10103]
52109         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52110         declarations for long double functions.
52111         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52113         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52115 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52117         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52118         installed.
52120         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52121         is disabled.
52123 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52125         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52127 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52129         * include/alloca.h (stackinfo_alloca_round): Define.
52130         (extend_alloca): Use it.
52131         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52132         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52133         here.
52135         * scripts/check-local-headers.sh: Ignore libaudit.h.
52137         * nscd/Makefile (extra-objs): Make recursively expanded.
52139 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52141         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52142         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52144         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52145         * posix/tst-rfc3484-2.c: Likewise.
52146         * posix/tst-rfc3484-3.c: Likewise.
52148         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52149         process_vm_writev.
52150         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52151         process_vm_writev.
52152         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52153         process_vm_writev from libc using GLIBC_2.15 version.
52155         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52157 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52159         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52160         stack usage.
52162 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52164         [BZ #13367]
52165         * nss/getent.c (initgroups_keys): Show error message in case no group
52166         names are given.
52168         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52169         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52170         __bump_nl_timestamp.
52171         * nscd/connections (nscd_init): When host database is served open
52172         netlink socket and request notification about configuration changes.
52173         (main_loop_poll): Track netlink file descriptor and bump timestamp
52174         in case data becomes available.
52175         (main_loop_epoll): Likewise.
52176         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52177         (database_pers_head): Add extra_data fileds.
52178         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52179         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52180         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52181         Adjust caller.
52182         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52183         in6ai data, call __free_in6ai.
52184         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52185         Add -DHAVE_NETLINK.
52186         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52187         interface information.  Reuse previous data if netlink timestamp
52188         is not changed.
52189         (__bump_nl_timestamp): New function.
52190         (__free_in6ai): New function.
52192 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52194         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52195         close_not_cancel_no_status here.
52196         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52198 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52200         [BZ #13276]
52201         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52202         return value.
52204         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52205         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52206         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52208 2011-07-03  Andreas Jaeger  <aj@suse.de>
52210         [BZ #10709]
52211         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52212         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52213         * math/libm-test.inc (sin_test): Add test case.
52215 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52217         [BZ #13337]
52218         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52219         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52221         * elf/chroot_canon.c (chroot_canon): Cleanups.
52223         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52225         [BZ #13335]
52226         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52227         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52229         * string/test-strchr.c: Make usable for strchrnul testing.
52230         * string/test-strchrnul.c: New file.
52231         * string/Makefile (strop-tests): Add strchrnul.
52233         * po/it.po: Update from translation team.
52234         * po/es.po: Likewise.
52236 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52238         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52239         the three constants needed as parameters.  Drop the others.
52240         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52241         __m128i_strloadu_tolower.
52242         Create and initialize variable zero and use it in all the places
52243         where _mm_setzero_si128 was used.
52245         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52246         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52247         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52248         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52249         anymore.
52250         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52251         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52252         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52253         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52254         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52255         __mpranred, __mptan.
52256         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52257         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52258         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52259         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52260         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52261         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52262         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52263         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52264         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52266 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52268         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52269         redefine if SHARED.
52270         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52272         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52273         wide char related routines to wcsmbs subdir.
52275 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52277         [BZ #13344]
52278         * misc/sys/cdefs.h (__THROWNL): Define.
52279         * posix/unistd.h: Use __THREADNL instead of __THREAD
52280         for memory synchronization functions.
52282 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52284         [BZ #13349]
52285         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52286         doesn't exist.
52287         * manual/stdio.texi (Obstack Streams): Node removed.
52289 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52291         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52292         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52293         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52295         * math/math_private.h (math_force_eval): Allow non-addressable
52296         arguments.
52297         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52299 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52301         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52302         file is not needed.
52304         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52305         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52306         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52307         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52308         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52309         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52310         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52311         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52312         Add AVX variants.
52313         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52314         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52315         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52316         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52317         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52318         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52319         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52320         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52321         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52322         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52323         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52324         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52325         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52326         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52327         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52328         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52329         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52330         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52331         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52333         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52334         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52336         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52337         place.  Use VEX encoding when compiling for AVX.
52339 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52341         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52342         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52344         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52346 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52348         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52349         useless if() expression.
52350         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52351         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52352         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52353         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52354         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52355         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52356         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52357         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52358         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52359         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52360         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52361         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52362         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52363         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52364         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52365         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52366         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52367         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52368         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52370         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52372 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52374         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52375         condition.
52376         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52378 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52380         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52381         .text section.  Avoid duplicate constants.
52382         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52383         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52384         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52385         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52386         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52387         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52388         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52389         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52390         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52391         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52392         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52393         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52394         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52395         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52396         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52397         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52398         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52399         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52400         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52401         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52402         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52403         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52404         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52405         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52406         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52407         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52408         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52409         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52410         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52411         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52412         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52413         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52414         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52415         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52416         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52417         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52418         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52419         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52420         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52421         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52422         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52423         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52424         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52425         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52426         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52428 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52430         * sysdeps/x86_64/dla.h: Move to ...
52431         * sysdeps/x86_64/fpu/dla.h: ...here.
52432         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52433         situations.  Use __builtin_fma only for gcc 4.6 and up.
52435         * config.make.in: Add have-mfma4 entry.
52436         * configure.in: Substitute libc_cv_cc_fma4.
52437         * math/Makefile (dbl-only-routines): Add sincostab.
52438         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52439         Use __sincostab not sincos.
52440         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52441         name is a macro.
52442         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52443         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52444         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52445         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52446         using __copysign.
52447         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52448         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52449         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52450         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52451         and __inv.
52452         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52453         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52454         __copysign.
52455         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52456         define aliases when function name is a macro.
52457         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52458         sysdeps/ieee754/dbl-64/sincos.tbl.
52459         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52460         fma4-enabled routines.
52461         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52462         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52463         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52464         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52465         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52466         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52467         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52468         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52469         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52470         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52471         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52472         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52473         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52474         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52475         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52476         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52477         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52478         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52479         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52480         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52481         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52482         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52483         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52484         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52485         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52486         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52487         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52488         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52489         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52490         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52492         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52493         rename.
52494         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52495         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52496         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52497         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52498         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52499         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52500         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52501         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52503 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52505         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52507 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52509         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52511         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52512         prediction.
52513         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52515         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52516         Remove unused variable magic_bits.
52517         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52519         * string/strnlen.c: Define and use STRNLEN macro.
52520         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52521         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52522         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52523         * wcsmbs/wcslen.c: Define and use WCSLEN.
52524         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52525         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52526         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52527         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52528         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52529         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52530         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52532 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52534         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52535         strnlen-sse2-no-bsf.
52536         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52537         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52538         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52539         Add strnlen support.
52540         (USE_AS_STRNLEN): New macro.
52541         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52542         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52543         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52544         * sysdeps/x86_64/wcslen.S: New file.
52546 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52548         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52549         XMM-moves are used for copying on small sizes.
52551 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52553         * wcsmbs/Makefile (strop-tests): Add wcschr.
52554         * wcsmbs/test-wcschr.c: New file.
52555         * string/test-strchr.c: Update.
52556         Add wcschr support.
52557         (WIDE): New macro.
52559 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52561         * wcsmbs/Makefile (strop-tests): Add wcslen.
52562         * wcsmbs/test-wcslen.c: New file.
52563         * string/test-strlen.c: Update.
52564         Add wcslen support.
52565         (WIDE): New macro.
52567 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52569         * po/it.po: Update from translation team.
52571 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52573         * sysdeps/x86_64/wcscmp.S: Update.
52574         Fix wrong comparison semantics.
52575         wcscmp shall use signed comparison not unsigned.
52576         Don't use substraction to avoid overflow bug.
52577         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52578         * wcsmbc/wcscmp.c: Likewise.
52579         * string/test-strcmp.c: Likewise.
52580         Add new tests to check cases with negative values.
52582 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52584         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52585         * sysdeps/x86_64/dla.h: ...here.  New file.
52586         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52587         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52588         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52589         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52590         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52591         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52592         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52593         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52594         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52596 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52598         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52599         __ynl_finite aliases.
52601 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52603         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52605         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52606         define DLA_FMA.
52607         [DLA_FMA] (EMULV): Use DLA_FMA.
52608         [DLA_FMA] (MUL12): Use EMULV.
52609         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52610         that are not needed.
52611         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52612         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52613         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52614         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52615         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52616         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52617         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52619 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52621         * math/s_nan.c: Undef __nan.
52622         * math/s_nanf.c: Undef __nanf.
52623         * math/s_nanl.c: Undef __nanl.
52624         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52625         "math_private.h".
52627 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52629         * math/s_catan.c: Add branch predictions.
52630         * math/s_catanf.c: Likewise.
52631         * math/s_catanh.c: Likewise.
52632         * math/s_catanhf.c: Likewise.
52633         * math/s_catanhl.c: Likewise.
52634         * math/s_catanl.c: Likewise.
52635         * math/s_cexp.c: Likewise.
52636         * math/s_cexpf.c: Likewise.
52637         * math/s_cexpl.c: Likewise.
52638         * math/s_clog.c: Likewise.
52639         * math/s_clog10.c: Likewise.
52640         * math/s_clog10f.c: Likewise.
52641         * math/s_clog10l.c: Likewise.
52642         * math/s_clogf.c: Likewise.
52643         * math/s_clogl.c: Likewise.
52644         * math/s_csqrt.c: Likewise.
52645         * math/s_csqrtf.c: Likewise.
52646         * math/s_csqrtl.c: Likewise.
52647         * math/s_ctanf.c: Likewise.
52648         * math/s_ctanh.c: Likewise.
52649         * math/s_ctanhf.c: Likewise.
52650         * math/s_ctanhl.c: Likewise.
52651         * math/s_ctanl.c: Likewise.
52653         * math/math_private.h: Define __nan, __nanf, __nanl.
52654         * math/s_cacosh.c: Include <math_private.h>.
52655         * math/s_cacoshl.c: Likewise.
52656         * math/s_casinh.c: Likewise.
52657         * math/s_casinhf.c: Likewise.
52658         * math/s_casinhl.c: Likewise.
52659         * math/s_ccos.c: Rely entire on ccosh.
52660         * math/s_ccosf.c: Rely entire on ccoshf.
52661         * math/s_ccosl.c: Rely entirely on ccoshl.
52662         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52663         Remove tests for FE_INVALID.
52664         * math/s_ccoshf.c: Likewise.
52665         * math/s_ccoshl.c: Likewise.
52666         * math/s_csin.c: Likewise.
52667         * math/s_csinf.c: Likewise.
52668         * math/s_csinh.c Likewise.
52669         * math/s_csinhf.c: Likewise.
52670         * math/s_csinhl.c: Likewise.
52671         * math/s_csinl.c: Likewise.
52672         * math/s_ctan.c: Likewise.
52673         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52674         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52675         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52677 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52679         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52680         compilation problems.
52682         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52683         __builtin_expect.
52685 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52687         * sysdeps/i386/configure.in: Test for -mfma4 option.
52688         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52689         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52690         COMMON_CPUID_INDEX_80000001.
52691         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52692         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52693         use it if FMA3 is not supported.
52694         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52696         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52697         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52699 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52701         [BZ #12892]
52702         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52703         it would create a cycle with a link time dependency.
52705 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52707         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52708         instruction.
52709         * string/Makefile (strop-tests): Add rawmemchr.
52710         * string/test-rawmemchr.c: New file.
52712         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52713         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52714         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52715         when compiling str{,n}casecmp and when AVX is available.  Hook up
52716         new optimized code in initializers.
52718 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52720         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52721         __feraiseexcept instead of feraiseexcept.
52723 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52725         * math/math_private.h: Define defaults for libc_fetestexcept and
52726         libc_feupdateenv.
52727         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52728         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52729         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52730         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52731         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52732         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52733         libc_fetestexcept and libc_feupdateenv.
52735         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52736         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52737         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52738         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52739         libc_feholdexcept_setround.
52741         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52742         Add s_nearbyint-c and s_nearbyintf-c.
52743         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52744         nearbyintf inlines.
52745         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52746         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52747         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52748         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52750         * math/math_private.h: Define defaults for libc_fegetround,
52751         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52752         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52753         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52754         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52755         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52756         standard functions.
52757         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52758         Remove comments and hacks for old compiler versions.
52759         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52760         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52761         libc_feholdexceptl.
52763 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52765         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52766         (__feraiseexcept_renamed): Add __NTH.
52767         (feraiseexcept): Add __NTH.  Rename local variables to fix
52768         namespace violations.
52770 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52772         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52774         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52776         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52777         recently added interfaces.
52778         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52780         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52781         about macro parameter expansion.
52783         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52784         __NO_MATH_INLINES is defined.  Cleanups.
52786         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52787         and __floorf is target has SSE4.1.
52788         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52789         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52790         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52791         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52793         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52794         name.
52795         (floorf): Likewise.
52797         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52799 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52801         * misc/sys/cdefs.h: Fix last change.
52803         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52804         database lookup.
52806 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52808         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52810         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52811         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52812         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52813         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52814         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52815         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52816         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52817         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52818         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52819         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52820         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52821         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52822         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52823         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52824         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52825         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52826         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52827         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52828         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52829         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52830         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52831         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52833         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52834         ceil, ceilf, floor, floorf.
52836         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52837         Perform IRELATIVE relocations last.
52839         * elf/do-rel.h: Add another parameter nrelative, replacing the
52840         local variable with the same name.  Change name of the function
52841         to end in Rel or Rela (uppercase).
52842         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52843         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52844         elf_dynamic_do_##reloc function.
52846 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52848         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52849         is sufficient, at least on modern CPUs.
52851         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52853         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52854         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52856         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52857         __expl_finite.
52858         * math/bits/math-finite.h: Add entries for exp.
52859         * math/e_expl.c: Add __*_finite alias.
52860         * sysdeps/i386/fpu/e_exp.S: Likewise.
52861         * sysdeps/i386/fpu/e_expf.S: Likewise.
52862         * sysdeps/i386/fpu/e_expl.c: Likewise.
52863         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52864         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52865         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52866         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52867         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52868         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52869         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52871         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52872         is sufficient, at least on modern CPUs.
52874         * ctype/ctype-info.c (__ctype_init): Define.
52875         * include/ctype.h (__ctype_init): Declare.
52876         (__ctype_b_loc): The variable is always initialized.
52877         (__ctype_toupper_loc): Likewise.
52878         (__ctype_tolower_loc): Likewise.
52879         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52880         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52882 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52884         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52886         * configure.in: Also look in $cxxmachine/include for C++ system
52887         headers.
52889 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52891         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52892         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52893         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52894         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52895         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52896         (USE_AS_WMEMCMP): New macro.
52897         Fixing indents.
52898         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52899         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52900         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52901         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52902         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52903         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52904         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52905         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52906         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52907         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52908         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52909         (USE_AS_WMEMCMP): New macro.
52910         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52911         * sysdeps/string/test-memcmp.c: Update.
52912         Fix simple_wmemcmp.
52913         Add new tests.
52914         * wcsmbs/wmemcmp.c: Update.
52915         (WMEMCMP): New macro.
52916         Fix overflow bug.
52918 2011-10-12  Andreas Jaeger  <aj@suse.de>
52920         [BZ #13268]
52921         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52923 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52925         * libio/iofwide.c (do_length): Avoid warning.
52927         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52929 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52931         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52933         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52934         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52935         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52936         * sysdeps/i386/i686/fpu/e_log.S: New file.
52937         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52938         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52940         * ctype/ctype.h: Add support for inlined isXXX functions when
52941         compiling C++ code.
52943 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52945         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52947         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52949 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52951         [BZ #13291]
52952         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52954 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52956         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52957         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52958         feraiseexcept.
52960         * sysdeps/x86_64/memrchr.S: Check for zero size.
52962         * string/stratcliff.c: Add memrchr tests.
52964 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52966         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52967         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52968         rawmemchr-sse2 rawmemchr-sse2-bsf.
52969         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52970         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52971         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52972         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52973         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52974         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52975         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52976         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52977         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52978         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52979         * string/memrchr.c (MEMRCHR): New macro.
52981 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52983         Add integration with gcc's -ffinite-math-only and optimize wrapper
52984         functions in libm.
52985         * Versions.def: Define GLIBC_2.15 version for libm.
52986         * math/Makefile (headers): Add bits/math-finite.h.
52987         * math/bits/math-finite.h: New file.
52988         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52989         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52990         * math/e_acoshl.c: Add __*_finite alias.
52991         * math/e_acosl.c: Likewise.
52992         * math/e_asinl.c: Likewise.
52993         * math/e_atan2l.c: Likewise.
52994         * math/e_atanhl.c: Likewise.
52995         * math/e_coshl.c: Likewise.
52996         * math/e_exp10.c: Likewise.
52997         * math/e_exp10f.c: Likewise.
52998         * math/e_exp10l.c: Likewise.
52999         * math/e_exp2l.c: Likewise.
53000         * math/e_fmodl.c: Likewise.
53001         * math/e_gammal_r.c: Likewise.
53002         * math/e_hypotl.c: Likewise.
53003         * math/e_j0l.c: Likewise.
53004         * math/e_j1l.c: Likewise.
53005         * math/e_jnl.c: Likewise.
53006         * math/e_lgammal_r.c: Likewise.
53007         * math/e_log10l.c: Likewise.
53008         * math/e_log2l.c: Likewise.
53009         * math/e_logl.c: Likewise.
53010         * math/e_powl.c: Likewise.
53011         * math/e_sinhl.c: Likewise.
53012         * math/e_sqrtl.c: Likewise.
53013         * math/e_scalb.c: Completely rewritten and optimized.
53014         * math/e_scalbf.c: Likewise.
53015         * math/e_scalbl.c: Likewise.
53016         * math/w_acos.c: Likewise.
53017         * math/w_acosf.c: Likewise.
53018         * math/w_acosl.c: Likewise.
53019         * math/w_acosh.c: Likewise.
53020         * math/w_acoshf.c: Likewise.
53021         * math/w_acoshl.c: Likewise.
53022         * math/w_asin.c: Likewise.
53023         * math/w_asinf.c: Likewise.
53024         * math/w_asinl.c: Likewise.
53025         * math/w_atan2.c: Likewise.
53026         * math/w_atan2f.c: Likewise.
53027         * math/w_atan2l.c: Likewise.
53028         * math/w_atanh.c: Likewise.
53029         * math/w_atanhf.c: Likewise.
53030         * math/w_atanhl.c: Likewise.
53031         * math/w_exp10.c: Likewise.
53032         * math/w_exp10f.c: Likewise.
53033         * math/w_exp10l.c: Likewise.
53034         * math/w_fmod.c: Likewise.
53035         * math/w_fmodf.c: Likewise.
53036         * math/w_fmodl.c: Likewise.
53037         * math/w_j0.c: Likewise.
53038         * math/w_j0f.c: Likewise.
53039         * math/w_j0l.c: Likewise.
53040         * math/w_j1.c: Likewise.
53041         * math/w_j1f.c: Likewise.
53042         * math/w_j1l.c: Likewise.
53043         * math/w_jn.c: Likewise.
53044         * math/w_jnf.c: Likewise.
53045         * math/w_log.c: Likewise.
53046         * math/w_logf.c: Likewise.
53047         * math/w_logl.c: Likewise.
53048         * math/w_log10.c: Likewise.
53049         * math/w_log10f.c: Likewise.
53050         * math/w_log10l.c: Likewise.
53051         * math/w_log2.c: Likewise.
53052         * math/w_log2f.c: Likewise.
53053         * math/w_log2l.c: Likewise.
53054         * math/w_pow.c: Likewise.
53055         * math/w_powf.c: Likewise.
53056         * math/w_powl.c: Likewise.
53057         * math/w_remainder.c: Likewise.
53058         * math/w_remainderf.c: Likewise.
53059         * math/w_remainderl.c: Likewise.
53060         * math/w_scalb.c: Likewise.
53061         * math/w_scalbf.c: Likewise.
53062         * math/w_scalbl.c: Likewise.
53063         * math/w_sqrt.c: Likewise.
53064         * math/w_sqrtf.c: Likewise.
53065         * math/w_sqrtl.c: Likewise.
53066         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53067         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53068         used.
53069         * math/math_private.h: Declare __kernel_standard_f.
53070         * math/w_cosh.c: Remove cruft and optimize a bit.
53071         * math/w_coshf.c: Likewise.
53072         * math/w_coshl.c: Likewise.
53073         * math/w_exp2.c: Likewise.
53074         * math/w_exp2f.c: Likewise.
53075         * math/w_exp2l.c: Likewise.
53076         * math/w_hypot.c: Likewise.
53077         * math/w_hypotf.c: Likewise.
53078         * math/w_hypotl.c: Likewise.
53079         * math/w_lgamma.c: Likewise.
53080         * math/w_lgamma_r.c: Likewise.
53081         * math/w_lgammaf.c: Likewise.
53082         * math/w_lgammaf_r.c: Likewise.
53083         * math/w_lgammal.c: Likewise.
53084         * math/w_lgammal_r.c: Likewise.
53085         * math/w_sinh.c: Likewise.
53086         * math/w_sinhf.c: Likewise.
53087         * math/w_sinhl.c: Likewise.
53088         * math/w_tgamma.c: Likewise.
53089         * math/w_tgammaf.c: Likewise.
53090         * math/w_tgammal.c: Likewise.
53091         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53092         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53093         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53094         Minor optimizations.  Pretty printing.  Remove cruft.
53095         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53096         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53097         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53098         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53099         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53100         * sysdeps/i386/fpu/e_asin.S: Likewise.
53101         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53102         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53103         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53104         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53105         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53106         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53107         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53108         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53109         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53110         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53111         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53112         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53113         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53114         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53115         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53116         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53117         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53118         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53119         * sysdeps/i386/fpu/e_log.S: Likewise.
53120         * sysdeps/i386/fpu/e_log10.S: Likewise.
53121         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53122         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53123         * sysdeps/i386/fpu/e_log2.S: Likewise.
53124         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53125         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53126         * sysdeps/i386/fpu/e_logf.S: Likewise.
53127         * sysdeps/i386/fpu/e_logl.S: Likewise.
53128         * sysdeps/i386/fpu/e_pow.S: Likewise.
53129         * sysdeps/i386/fpu/e_powf.S: Likewise.
53130         * sysdeps/i386/fpu/e_powl.S: Likewise.
53131         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53132         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53133         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53134         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53135         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53136         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53137         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53138         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53139         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53140         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53141         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53142         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53143         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53144         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53145         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53146         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53147         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53148         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53149         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53150         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53151         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53152         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53153         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53154         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53155         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53156         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53157         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53158         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53159         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53160         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53161         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53162         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53163         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53164         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53165         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53166         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53167         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53168         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53169         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53170         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53171         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53172         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53173         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53174         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53175         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53176         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53177         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53178         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53179         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53180         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53181         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53182         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53183         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53184         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53185         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53186         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53187         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53188         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53189         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53190         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53191         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53192         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53193         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53194         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53195         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53196         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53197         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53198         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53199         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53200         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53201         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53202         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53203         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53204         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53205         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53206         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53207         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53208         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53209         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53210         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53211         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53212         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53213         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53214         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53215         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53216         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53217         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53218         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53219         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53220         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53221         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53222         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53223         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53224         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53225         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53226         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53227         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53228         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53229         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53230         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53231         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53232         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53233         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53234         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53235         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53236         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53237         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53238         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53239         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53240         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53241         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53242         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53243         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53244         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53245         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53246         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53247         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53248         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53249         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53250         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53251         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53252         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53253         (__isnanf): Likewise.
53254         (__isinf_ns): Likewise.
53255         (__isinf_nsf): Likewise.
53256         (__finite): Likewise.
53257         (__finitef): Likewise.
53258         (__ieee754_sqrt): Define as macro.
53259         (__ieee754_sqrtf): Define as macro.
53260         (__ieee754_sqrtl): Define as macro.
53261         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53262         inlined copy.
53263         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53264         __FINITE_MATH_ONLY__ consistent.
53265         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53267 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53269         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53270         of rawmemchr.
53272         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53274 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53276         * po/ja.po: Update from translation team.
53278 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53280         * locale/programs/locarchive.c (prepare_address_space): New function.
53281         (create_archive, enlarge_archive, open_archive): Use it.
53283         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53284         inside [SHARED], where it is used.
53286         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53288         * nss/getent.c (netgroup_keys): Remove unused variable.
53289         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53291 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53293         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53294         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53295         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53296         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53297         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53298         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53299         * math/Makefile (libm-calls): Add s_isinf_ns.
53300         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53301         * math/multc3.c: Likewise.
53302         * math/s_casin.c: Likewise.
53303         * math/s_casinf.c: Likewise.
53304         * math/s_casinl.c: Likewise.
53305         * math/s_ccos.c: Likewise.
53306         * math/s_ccosf.c: Likewise.
53307         * math/s_ccosl.c: Likewise.
53308         * math/s_ctan.c: Likewise.
53309         * math/s_ctanf.c: Likewise.
53310         * math/s_ctanh.c: Likewise.
53311         * math/s_ctanhf.c: Likewise.
53312         * math/s_ctanhl.c: Likewise.
53313         * math/s_ctanl.c: Likewise.
53314         * math/w_fmod.c: Likewise.
53315         * math/w_fmodf.c: Likewise.
53316         * math/w_fmodl.c: Likewise.
53317         * math/w_remainder.c: Likewise.
53318         * math/w_remainderf.c: Likewise.
53319         * math/w_remainderl.c: Likewise.
53320         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53321         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53322         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53323         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53324         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53325         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53326         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53327         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53329         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53330         of the number.
53331         * stdio-common/printf_fphex.c: Likewise.
53332         * stdio-common/printf_size.c: Likewise.
53334         * math/e_exp10.c: Include math_private.h using <...> not "...".
53335         * math/e_exp10f.c: Likewise.
53336         * math/e_exp10l.c: Likewise.
53337         * math/e_exp2l.c: Likewise.
53338         * math/e_j0l.c: Likewise.
53339         * math/e_j1l.c: Likewise.
53340         * math/e_jnl.c: Likewise.
53341         * math/e_lgammal_r.c: Likewise.
53342         * math/e_rem_pio2l.c: Likewise.
53343         * math/e_scalb.c: Likewise.
53344         * math/e_scalbf.c: Likewise.
53345         * math/e_scalbl.c: Likewise.
53346         * math/k_cosl.c: Likewise.
53347         * math/k_sinl.c: Likewise.
53348         * math/k_tanl.c: Likewise.
53349         * math/s_cacoshf.c: Likewise.
53350         * math/s_catan.c: Likewise.
53351         * math/s_catanf.c: Likewise.
53352         * math/s_catanh.c: Likewise.
53353         * math/s_catanhf.c: Likewise.
53354         * math/s_catanhl.c: Likewise.
53355         * math/s_catanl.c: Likewise.
53356         * math/s_ccosh.c: Likewise.
53357         * math/s_ccoshf.c: Likewise.
53358         * math/s_ccoshl.c: Likewise.
53359         * math/s_cexp.c: Likewise.
53360         * math/s_cexpf.c: Likewise.
53361         * math/s_cexpl.c: Likewise.
53362         * math/s_clog.c: Likewise.
53363         * math/s_clog10.c: Likewise.
53364         * math/s_clog10f.c: Likewise.
53365         * math/s_clog10l.c: Likewise.
53366         * math/s_clogf.c: Likewise.
53367         * math/s_clogl.c: Likewise.
53368         * math/s_csin.c: Likewise.
53369         * math/s_csinf.c: Likewise.
53370         * math/s_csinh.c: Likewise.
53371         * math/s_csinhf.c: Likewise.
53372         * math/s_csinhl.c: Likewise.
53373         * math/s_csinl.c: Likewise.
53374         * math/s_csqrt.c: Likewise.
53375         * math/s_csqrtf.c: Likewise.
53376         * math/s_csqrtl.c: Likewise.
53377         * math/s_ctan.c: Likewise.
53378         * math/s_ctanf.c: Likewise.
53379         * math/s_ctanh.c: Likewise.
53380         * math/s_ctanhf.c: Likewise.
53381         * math/s_ctanhl.c: Likewise.
53382         * math/s_ctanl.c: Likewise.
53383         * math/s_ldexp.c: Likewise.
53384         * math/s_ldexpf.c: Likewise.
53385         * math/s_ldexpl.c: Likewise.
53386         * math/s_significand.c: Likewise.
53387         * math/s_significandf.c: Likewise.
53388         * math/s_significandl.c: Likewise.
53389         * math/w_acos.c: Likewise.
53390         * math/w_acosf.c: Likewise.
53391         * math/w_acosh.c: Likewise.
53392         * math/w_acoshf.c: Likewise.
53393         * math/w_acoshl.c: Likewise.
53394         * math/w_acosl.c: Likewise.
53395         * math/w_asin.c: Likewise.
53396         * math/w_asinf.c: Likewise.
53397         * math/w_asinl.c: Likewise.
53398         * math/w_atan2.c: Likewise.
53399         * math/w_atan2f.c: Likewise.
53400         * math/w_atan2l.c: Likewise.
53401         * math/w_atanh.c: Likewise.
53402         * math/w_atanhf.c: Likewise.
53403         * math/w_atanhl.c: Likewise.
53404         * math/w_cosh.c: Likewise.
53405         * math/w_coshf.c: Likewise.
53406         * math/w_coshl.c: Likewise.
53407         * math/w_dremf.c: Likewise.
53408         * math/w_exp10.c: Likewise.
53409         * math/w_exp10f.c: Likewise.
53410         * math/w_exp10l.c: Likewise.
53411         * math/w_exp2.c: Likewise.
53412         * math/w_exp2f.c: Likewise.
53413         * math/w_fmod.c: Likewise.
53414         * math/w_fmodf.c: Likewise.
53415         * math/w_fmodl.c: Likewise.
53416         * math/w_hypot.c: Likewise.
53417         * math/w_hypotf.c: Likewise.
53418         * math/w_hypotl.c: Likewise.
53419         * math/w_j0.c: Likewise.
53420         * math/w_j0f.c: Likewise.
53421         * math/w_j0l.c: Likewise.
53422         * math/w_j1.c: Likewise.
53423         * math/w_j1f.c: Likewise.
53424         * math/w_j1l.c: Likewise.
53425         * math/w_jn.c: Likewise.
53426         * math/w_jnf.c: Likewise.
53427         * math/w_jnl.c: Likewise.
53428         * math/w_lgamma.c: Likewise.
53429         * math/w_lgamma_r.c: Likewise.
53430         * math/w_lgammaf.c: Likewise.
53431         * math/w_lgammaf_r.c: Likewise.
53432         * math/w_lgammal.c: Likewise.
53433         * math/w_lgammal_r.c: Likewise.
53434         * math/w_log.c: Likewise.
53435         * math/w_log10.c: Likewise.
53436         * math/w_log10f.c: Likewise.
53437         * math/w_log10l.c: Likewise.
53438         * math/w_log2.c: Likewise.
53439         * math/w_log2f.c: Likewise.
53440         * math/w_log2l.c: Likewise.
53441         * math/w_logf.c: Likewise.
53442         * math/w_logl.c: Likewise.
53443         * math/w_pow.c: Likewise.
53444         * math/w_powf.c: Likewise.
53445         * math/w_powl.c: Likewise.
53446         * math/w_remainder.c: Likewise.
53447         * math/w_remainderf.c: Likewise.
53448         * math/w_remainderl.c: Likewise.
53449         * math/w_scalb.c: Likewise.
53450         * math/w_scalbf.c: Likewise.
53451         * math/w_scalbl.c: Likewise.
53452         * math/w_sinh.c: Likewise.
53453         * math/w_sinhf.c: Likewise.
53454         * math/w_sinhl.c: Likewise.
53455         * math/w_sqrt.c: Likewise.
53456         * math/w_sqrtf.c: Likewise.
53457         * math/w_sqrtl.c: Likewise.
53458         * math/w_tgamma.c: Likewise.
53459         * math/w_tgammaf.c: Likewise.
53460         * math/w_tgammal.c: Likewise.
53462         * po/ja.po: Update from translation team.
53464 2011-09-29  Andreas Jaeger  <aj@suse.de>
53466         [BZ #13179]
53467         * sunrpc/netname.c (netname2host): Fix logic.
53469         [BZ #6779]
53470         [BZ #6783]
53471         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53472         correctly.
53473         * math/w_remainder.c (__remainder): Likewise.
53474         * math/w_remainderf.c (__remainderf): Likewise.
53475         * math/libm-test.inc (remainder_test): Add test cases.
53477 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53479         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53480         sdiv_qrnnd.
53482 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53484         * string/test-memcmp.c: Avoid unncessary #defines.
53485         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53487 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53489         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53490         Use new sse2 version for core i3 - i7 as it's faster
53491         than sse42 version.
53492         (bit_Prefer_PMINUB_for_stringop): New.
53493         * sysdeps/x86_64/rawmemchr.S: Update.
53494         Replace with faster SSE2 version.
53495         * sysdeps/x86_64/memrchr.S: New file.
53496         * sysdeps/x86_64/memchr.S: Update.
53497         Replace with faster SSE2 version.
53499 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53501         * elf/dl-load.c (lose): Add cast to avoid warning.
53503 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53505         * po/ca.po: Update from translation team.
53507         * inet/getnetgrent_r.c: Hook up nscd.
53508         * nscd/Makefile (routines): Add nscd_netgroup.
53509         (nscd-modules): Add netgroupcache.
53510         (CFLAGS-netgroupcache.c): Define.
53511         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53512         (cache_search): Add const to second parameter.
53513         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53514         INNETGR.
53515         (dbs): Add netgrdb entry.
53516         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53517         (verify_persistent_db): Handle netgrdb.
53518         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53519         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53520         GETFDNETGR.
53521         (netgroup_response_header): Define.
53522         (innetgroup_response_header): Define.
53523         (datahead): Add netgroup_response_header and innetgroup_response_header
53524         elements.
53525         * nscd/nscd.conf: Add entries for netgroup cache.
53526         * nscd/nscd.h (dbtype): Add netgrdb.
53527         (_PATH_NSCD_NETGROUP_DB): Define.
53528         (netgroup_iov_disabled): Declare.
53529         (xmalloc, xcalloc, xrealloc): Move declarations here.
53530         (cache_search): Adjust prototype.
53531         Add netgroup-related prototypes.
53532         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53533         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53534         (__nscd_innetgr): Declare.
53535         * nscd/selinux.c (perms): Use access_vector_t as element type and
53536         add netgroup-related initializers.
53537         * nscd/netgroupcache.c: New file.
53538         * nscd/nscd_netgroup.c: New file.
53539         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53540         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53541         For four parameters use innetgr.
53542         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53543         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53544         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53545         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53547         * nscd/connections.c (register_traced_file): Don't register file
53548         for disabled databases.
53550 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53552         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53554         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53555         from tree and freeing node.
53557 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53559         * nss/nsswitch.c (__nss_database_lookup): Handle
53560         nss_parse_service_list out of memory case.
53562 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53564         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53565         out of memory case.
53567 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53569         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53570         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53571         pass it down.
53572         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53573         elf_machine_rela, elf_machine_lazy_rel.
53574         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53575         (ELF_DYNAMIC_DO_REL): Likewise.
53576         (ELF_DYNAMIC_DO_RELA): Likewise.
53577         (ELF_DYNAMIC_RELOCATE): Likewise.
53578         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53579         to ELF_DYNAMIC_DO_REL.
53580         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53581         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53582         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53583         elf_machine_rela.
53584         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53585         skip_ifunc, don't call ifunc function if non-zero.
53586         (elf_machine_rela): Likewise.
53587         (elf_machine_lazy_rel): Likewise.
53588         (elf_machine_lazy_rela): Likewise.
53589         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53590         (elf_machine_lazy_rel): Likewise.
53591         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53592         Likewise.
53593         (elf_machine_lazy_rel): Likewise.
53594         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53595         Likewise.
53596         (elf_machine_lazy_rel): Likewise.
53597         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53598         (elf_machine_lazy_rel): Likewise.
53599         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53600         (elf_machine_lazy_rel): Likewise.
53601         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53602         (elf_machine_lazy_rel): Likewise.
53603         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53604         (elf_machine_lazy_rel): Likewise.
53605         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53606         (elf_machine_lazy_rel): Likewise.
53607         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53608         (elf_machine_lazy_rel): Likewise.
53610 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53612         * nss/nss_files/files-init.c (_nss_files_init): Use static
53613         initialization for all the *_traced_file variables.
53615 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53617         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53619 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53621         [BZ #13226]
53622         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53624 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53626         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53627         Reread the line before reparsing it.
53629 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53631         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53633 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53634             Maxim Kuvyrkov  <maxim@codesourcery.com>
53635             Joseph Myers  <joseph@codesourcery.com>
53637         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53638         if needed for __stack_chk_guard.
53640 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53642         * sysdeps/posix/spawni.c (script_execute): Always define it.
53643         It will be optimized away if unused.
53644         (maybe_script_execute): New function.
53645         (__spawni): Call it.
53647         * Makerules: Don't include tls.make.
53648         (config-tls): Always set to thread.
53649         * tls.make.c: File removed.
53651 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53653         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53654         * config.make.in (CPPFLAGS-config): New substituted variable.
53656 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53658         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53660         [BZ #13192]
53661         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53662         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53664 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53666         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53667         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53668         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53669         (CALL_FAIL): Likewise.
53670         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53671         (CALL_FAIL): Macro removed.
53672         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53674 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53676         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53677         for __FINITE_MATH_ONLY__ == 1.
53679 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53681         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53682         __ieee754_sqrt instead of sqrt.
53683         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53684         __ieee754_sqrtf instead of sqrtf.
53685         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53686         __floorf instead of floorf.
53687         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53688         __floorf, __truncf instead of floorf, truncf.
53690 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53692         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53694         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53695         __extern_always_inline.
53696         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53697         32-bit.
53699 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53701         * elf/rtld.c (dl_main): Also relocate in dependency order when
53702         doing symbol dependency testing.
53704 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53706         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53707         Always define `refsym'.
53709 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53711         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53712         (__FD_ELT): Renamed from __FDELT.
53713         * misc/bits/select2.h (__FD_ELT): Likewise.
53714         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53715         __FD_MASK instead of __FDELT, __FDMASK.
53716         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53717         Likewise.
53718         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53719         Likewise.
53721         * elf/Makefile (gen-ldd): Fix pattern.
53723         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53724         (init_tls): Likewise.
53726 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53728         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53730 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53732         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53733         `struct cmsghdr *' instead of `void *'.
53734         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53735         Likewise.
53737 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53739         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53740         if non-absolute.
53741         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53742         ldd_rewrite_script.
53744 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53746         * configure.in: Remove --with-tls option.
53747         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53748         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53749         out in case it is missing.
53750         * sysdeps/ia64/elf/configure.in: Likewise.
53751         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53752         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53753         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53754         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53755         * sysdeps/sh/elf/configure.in: Likewise.
53756         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53757         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53758         * sysdeps/x86_64/elf/configure.in: Likewise.
53759         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53760         * sysdeps/mach/hurd/tls.h: Likewise.
53762         [BZ #13067]
53763         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53765         [BZ #13090]
53766         * configure.in: Fix use of AC_INIT.
53768         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53770 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53772         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53773         __set_errno.
53774         * malloc/hooks.c: Likewise.
53776         [BZ #11929]
53777         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53778         variables statically.
53779         (narenas): Initialize.
53780         (list_lock): Initialize.
53781         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53782         initializtion of main_arena and list_lock.  Small cleanups.
53783         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53784         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53785         Add initializers to main_arena and mp_.
53786         (malloc_state): Remove pagesize member.  Change all users to use
53787         GLRO(dl_pagesize).
53789         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53790         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53791         is always initialized.
53793         * malloc/malloc.c: Removed unused configurations and dead code.
53794         * malloc/arena.c: Likewise.
53795         * malloc/hooks.c: Likewise.
53796         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53798         * include/tls.h: Removed.  USE___THREAD must always be defined.
53799         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53800         * elf/dl-libc.c: Likewise.
53801         * elf/dl-tsd.c: Likewise.
53802         * include/errno.h: Likewise.
53803         * include/netdb.h: Likewise.
53804         * include/resolv.h: Likewise.
53805         * inet/herrno-loc.c: Likewise.
53806         * inet/herrno.c: Likewise.
53807         * malloc/arena.c: Likewise.
53808         * malloc/hooks.c: Likewise.
53809         * malloc/malloc.c: Likewise.
53810         * resolv/res-state.c: Likewise.
53811         * resolv/res_libc.c: Likewise.
53812         * sysdeps/i386/dl-machine.h: Likewise.
53813         * sysdeps/ia64/dl-machine.h: Likewise.
53814         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53815         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53816         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53817         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53818         * sysdeps/sh/dl-machine.h: Likewise.
53819         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53820         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53821         * sysdeps/unix/i386/sysdep.S: Likewise.
53822         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53823         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53824         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53825         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53826         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53827         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53828         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53829         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53830         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53831         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53832         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53833         * sysdeps/x86_64/dl-machine.h: Likewise.
53834         * tls.make.c: Likewise.
53836         * configure.in: Remove --with-__thread option.  Make tests for
53837         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53838         tls_model attribute fail if no support is available.  Remove
53839         USE_IN_LIBIO.
53840         * Makeconfig: Adjust for dropped configure option.  All features are
53841         now mandatory.
53842         * Makerules: Likewise.
53843         * Versions.def: Likewise.
53844         * argp/argp-fmtstream.c: Likewise.
53845         * argp/argp-fmtstream.h: Likewise.
53846         * argp/argp-help.c: Likewise.
53847         * assert/assert.c: Likewise.
53848         * config.h.in: Likewise.
53849         * config.make.in: Likewise.
53850         * configure: Likewise.
53851         * configure.in: Likewise.
53852         * csu/Versions: Likewise.
53853         * csu/init.c: Likewise.
53854         * elf/tst-audit2.c: Likewise.
53855         * elf/tst-tls10.c: Likewise.
53856         * elf/tst-tls10.h: Likewise.
53857         * elf/tst-tls11.c: Likewise.
53858         * elf/tst-tls12.c: Likewise.
53859         * elf/tst-tls14.c: Likewise.
53860         * elf/tst-tlsmod11.c: Likewise.
53861         * elf/tst-tlsmod12.c: Likewise.
53862         * elf/tst-tlsmod13.c: Likewise.
53863         * elf/tst-tlsmod13a.c: Likewise.
53864         * elf/tst-tlsmod14a.c: Likewise.
53865         * elf/tst-tlsmod15b.c: Likewise.
53866         * elf/tst-tlsmod16a.c: Likewise.
53867         * elf/tst-tlsmod16b.c: Likewise.
53868         * elf/tst-tlsmod7.c: Likewise.
53869         * elf/tst-tlsmod8.c: Likewise.
53870         * elf/tst-tlsmod9.c: Likewise.
53871         * gmon/gmon.c: Likewise.
53872         * grp/fgetgrent_r.c: Likewise.
53873         * grp/putgrent.c: Likewise.
53874         * hurd/fopenport.c: Likewise.
53875         * include/libc-symbols.h: Likewise.
53876         * include/tls.h: Likewise.
53877         * intl/gettextP.h: Likewise.
53878         * intl/loadinfo.h: Likewise.
53879         * locale/global-locale.c: Likewise.
53880         * locale/localeinfo.h: Likewise.
53881         * mach/devstream.c: Likewise.
53882         * malloc/arena.c: Likewise.
53883         * malloc/set-freeres.c: Likewise.
53884         * misc/err.c: Likewise.
53885         * misc/getttyent.c: Likewise.
53886         * misc/mntent_r.c: Likewise.
53887         * posix/getopt.c: Likewise.
53888         * posix/wordexp.c: Likewise.
53889         * pwd/fgetpwent_r.c: Likewise.
53890         * resolv/Versions: Likewise.
53891         * resolv/res_hconf.c: Likewise.
53892         * shadow/fgetspent_r.c: Likewise.
53893         * shadow/putspent.c: Likewise.
53894         * stdio-common/printf_fphex.c: Likewise.
53895         * stdio-common/tmpfile.c: Likewise.
53896         * stdlib/abort.c: Likewise.
53897         * stdlib/fmtmsg.c: Likewise.
53898         * sunrpc/auth_unix.c: Likewise.
53899         * sunrpc/clnt_perr.c: Likewise.
53900         * sunrpc/clnt_tcp.c: Likewise.
53901         * sunrpc/clnt_udp.c: Likewise.
53902         * sunrpc/clnt_unix.c: Likewise.
53903         * sunrpc/openchild.c: Likewise.
53904         * sunrpc/svc_simple.c: Likewise.
53905         * sunrpc/svc_tcp.c: Likewise.
53906         * sunrpc/svc_udp.c: Likewise.
53907         * sunrpc/svc_unix.c: Likewise.
53908         * sunrpc/xdr.c: Likewise.
53909         * sunrpc/xdr_array.c: Likewise.
53910         * sunrpc/xdr_rec.c: Likewise.
53911         * sunrpc/xdr_ref.c: Likewise.
53912         * sunrpc/xdr_stdio.c: Likewise.
53914 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53916         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53918 2011-07-03  Andreas Jaeger  <aj@suse.de>
53920         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53921         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53922         regenerate with gen-libm-tests.pl.
53924 2010-05-12  Petr Baudis  <pasky@suse.cz>
53926         [BZ #11589]
53927         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53928         around j0() zero points by switching to j1().
53929         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53930         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53931         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53932         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53934 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53936         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53937         instead of 0.
53938         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53939         instead of 0.
53940         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53941         Patch in part by Pavel Roskin <proski@gnu.org>.
53943         [BZ #13138]
53944         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53945         realloc.
53946         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53947         Free memory block if necessary.
53949         [BZ #12847]
53950         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53951         be NULL.  Don't lock in this case.
53953 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53955         * elf/elf.h (ELFOSABI_GNU): New macro.
53956         (ELFOSABI_LINUX): Define to that.
53958 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53960         * string/strncat.c (strncat): Undef the symbol in case it has been
53961         defined in bits/string.h.
53963 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53965         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53967         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53968         link map.
53970 2011-08-17  Andreas Jaeger  <aj@suse.de>
53972         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53974 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53975             Ian Lance Taylor  <iant@google.com>
53977         * math/libm-test.inc (lround_test): New testcase.
53978         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53980 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53982         * Makefile: Remove support for automatic cvs check-ins.
53983         * Makerules: Likewise.
53984         * config.make.in: Likewise.
53985         * configure.in: Likewise.
53986         * intl/Makefile: Likewise.
53987         * locale/Makefile: Likewise.
53988         * po/Makefile: Likewise.
53989         * posix/Makefile: Likewise.
53990         * sysdeps/gnu/Makefile: Likewise.
53991         * sysdeps/mach/hurd/Makefile: Likewise.
53992         * sysdeps/sparc/sparc32/Makefile: Likewise.
53994         [BZ #13118]
53995         * posix/Makefile (bug-regex32-ENV): Define.
53996         Patch by John Stanley <jpsinthemix@verizon.net>.
53998         * misc/Makefile (headers): Add bits/select2.h.
53999         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54000         * misc/bits/select2.h: New file.
54001         * include/bits/select2.h: New file.
54002         * debug/Makefile (routines): Add fdelt_chk.
54003         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54004         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54005         FD_ISSET.
54006         * debug/fdelt_chk.c: New file.
54008         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54009         * wcsmbs/test-wmemcmp.c: Likewise.
54010         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54011         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54013 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54015         * string/Makefile (strop-tests): Add memcmp.
54016         * string/test-wmemcmp.c: New file.
54017         * string/test-memcmp.c: Add wmemcmp support.
54019 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54021         [BZ #13153]
54022         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54023         2011-07-19 change.
54025         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54026         garbage value in a __mach_port_mod_refs call in the cases of the
54027         task-self and thread-self ports.
54029 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54031         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54033 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54035         * elf/dl-load.c (lose): Check for non-null L.
54037 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54039         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54041         * elf/dl-libc.c (dlerror_run): Pass back error code from
54042         dl_catch_error.
54044         [BZ #13123]
54045         * elf/dl-load.c (lose): Free l_origin if it is valid.
54047         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54048         names.
54049         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54050         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54051         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54052         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54053         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54054         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54056 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54058         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54059         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54060         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54061         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54062         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54063         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54064         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54065         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54066         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54067         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54069 2011-08-15  Alan Modra  <amodra@gmail.com>
54071         [BZ #13092]
54072         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54073         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54074         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54075         ppc_mcount to static-only-routines.
54076         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54077         __mcount_internal.
54078         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54079         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54081 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54083         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54084         for finite and infinity parameters.
54086 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54088         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54089         and add nop instructions for throughput optimization.
54090         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54092 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54094         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54095         aligned copy for power7 with vector-scalar instructions.
54096         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54098 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54100         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54101         AVX check.
54103 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54105         [BZ #13144]
54106         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54107         last change.
54109 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54111         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54112         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54113         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54114         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54115         clock_gettime.
54117 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54119         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54120         Forgot to demangle the pointer.
54122         * sysdeps/i386/sysdep.h: Define atom_text_section.
54123         * sysdeps/x86_64/sysdep.h: Likewise.
54124         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54125         section with atom_text_section.
54126         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54127         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54128         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54129         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54130         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54132         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54133         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54134         already be defined.  Change to take two parameters and don't assign
54135         result to variable.  Adjust all users.
54136         Define INTERNAL_GETTIME if not already defined.
54137         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54138         call.
54139         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54140         HAVE_CLOCK_GETTIME_VSYSCALL.
54141         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54143         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54144         gettimeofday vsyscall, just use time.
54146 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54148         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54149         <errno.h>.
54151 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54153         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54154         syscall on x86-64.
54155         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54156         syscall.
54157         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54158         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54159         syscall if possible.
54161 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54163         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54164         e_ident.  Don't pass to find_mapsXX.
54165         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54167 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54170         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54171         * sysdeps/x86_64/multiarch/strchr.S: Update.
54172         Check bit_slow_BSF bit.
54173         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54174         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54175         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54177 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54179         [BZ #13134]
54180         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54181         before glibc 2.15.
54182         (tryshell): Define.
54183         (__spawni): Change last parameter to be flag.  Test
54184         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54185         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54186         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54187         * posix/spawni.c: Likewise.
54188         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54189         * posix/spawnp.c: Likewise.  Change normal version to use
54190         SPAWN_XFLAGS_USE_PATH.
54191         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54192         SPAWN_XFLAGS_TRY_SHELL.
54194         [BZ #13150]
54195         * posix/glob.h: Remove gcc 1.x support.
54197         [BZ #13068]
54198         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54200 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54202         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54203         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54204         strrchr-sse2-bsf
54205         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54206         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54207         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54208         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54209         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54210         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54212 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54214         * sysdeps/x86_64/wcscmp.S: New file.
54216         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54217         wcscmp-c wcscmp-sse2
54218         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54219         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54220         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54221         * wcsmbs/wcscmp.c: Allow renaming.
54223 2011-09-05  David S. Miller  <davem@davemloft.net>
54225         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54226         stack slot, rather than the struct return pointer slot.
54227         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54228         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54229         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54230         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54232 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54234         * po/ja.po: Update from translation team.
54236         [BZ #13144]
54237         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54238         kernel in 64-bit binaries.
54240 2011-09-01  David S. Miller  <davem@davemloft.net>
54242         * elf/elf.h (HWCAP_SPARC_*): Move to..
54243         * sysdeps/sparc/sysdep.h: this new file and add new values.
54244         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54245         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54246         _DL_HWCAP_COUNT to 24.
54247         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54248         entries.
54249         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54250         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54251         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54252         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54253         instead of magic constants.
54254         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54256 2011-08-31  David S. Miller  <davem@davemloft.net>
54258         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54259         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54260         Reimplement to do errno handling inline.
54261         (SYSCALL_ERROR_HANDLER): New macro.
54262         (__SYSCALL_STRING): Do not do errno handling in asm.
54263         (__CLONE_SYSCALL_STRING): Delete.
54264         (__INTERNAL_SYSCALL_STRING): Delete.
54265         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54266         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54267         (PSEUDO): Reimplement to do errno handling inline.
54268         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54269         (SYSCALL_ERROR_HANDLER): New macro.
54270         (__SYSCALL_STRING): Do not do errno handling in asm.
54271         (__CLONE_SYSCALL_STRING): Delete.
54272         (__INTERNAL_SYSCALL_STRING): Delete.
54273         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54274         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54275         i386.
54276         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54277         (inline_syscall*): Add 'err' argument.
54278         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54279         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54280         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54281         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54283         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54284         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54286 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54288         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54290 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54292         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54293         directive.
54295 2011-08-24  David S. Miller  <davem@davemloft.net>
54297         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54299 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54301         * elf/Makefile: Add rules to build and run unload8 test.
54302         * elf/unload8.c: New file.
54303         * elf/unload8mod1.c: New file.
54304         * elf/unload8mod1x.c: New file.
54305         * elf/unload8mod2.c: New file.
54306         * elf/unload8mod3.c: New file.
54308         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54309         it wasn't used.
54311 2011-08-23  David S. Miller  <davem@davemloft.net>
54313         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54314         subtract stack bias.
54315         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54316         %sp not %fp in calculations.
54317         (_JMPBUF_UNWINDS_ADJ): Likewise.
54319         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54320         (aio_suspend): Call it to force an exception region around the
54321         AIO_MISC_WAIT() invocation.
54323 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54325         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54326         backslash.
54328 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54330         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54331         protection macro.
54332         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54333         and <dl-machine.h>.
54334         (Elf64_FuncDesc): Remove.
54336 2011-08-22  David S. Miller  <davem@davemloft.net>
54338         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54339         sigaltstack check, add missing cfi directives.
54340         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54341         missing cfi directives, and sigaltstack handling.
54343 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54345         [BZ #11724]
54346         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54347         object is seen twice.
54348         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54350         * elf/Makefile (distribute): Add tst-initorder2.c.
54351         (tests): Add tst-initorder2.
54352         (modules-names): Add tst-initorder2a tst-initorder2b
54353         tst-initorder2c tst-initorder2d.  Add rules to build them.
54354         ($(objpfx)tst-initorder2.out): New rule.
54355         * elf/tst-initorder2.c: New file.
54356         * elf/tst-initorder2.exp: New file.
54358 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54360         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54362         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54363         dependencies back to end of function.
54365         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54366         $(elfobjdir)/ld.so.
54368 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54370         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54371         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54372         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54373         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54374         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54375         of __vdso_gettimeofday.
54376         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54377         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54378         attribute_hidden.
54379         (_libc_vdso_platform_setup): Remove initialization of
54380         __vdso_gettimeofday and __vdso_time.
54382 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54384         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54385         and fgetc_unlocked.
54386         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54387         getc_unlocked.
54389         * elf/dl-open.c (add_to_global): Report additions to the global scope
54390         for LD_DEBUG=scopes.
54391         (dl_open_worker): Also print scope of newly loaded dependencies.
54392         (_dl_show_scope): Indicate if there is no scope.
54394         [BZ #13114]
54395         * stdio-common/Makefile (tests): Add bug24.
54396         * stdio-common/bug24.c: New file.
54398 2011-08-19  Andreas Jaeger  <aj@suse.de>
54400         [BZ #13114]
54401         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54402         non-existant file when using close-on-exec mode.
54404 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54406         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54407         the very first instruction.
54409         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54410         the CFI state in the end.
54411         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54412         inclusion of dl-trampoline.h.
54413         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54415 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54417         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54418         expectations for long double.
54420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54421         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54423 2011-08-14  David S. Miller  <davem@davemloft.net>
54425         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54426         artificual limit depends upon the system page size.
54428 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54430         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54431         * resolv/Makefile: Define CFLAGS-libresolv.
54433 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54435         * nss/makedb.c (compute_tables): Make variables used in nested
54436         function static.
54438 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54440         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54441         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54442         if buffer was too small.
54444         * elf/pldd.c (main): Attach to all threads in the process.
54445         Rewrite /proc handling to use *at functions.
54447 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54449         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54450         specifies first scope to show.
54451         (dl_open_worker): Update callers.  Move printing scope of new
54452         object to before the relocation.
54453         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54454         * sysdeps/generic/ldsodefs.h: Update declaration.
54456         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54457         string for the scope number.
54459 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54461         * nscd/servicescache.c (cache_addserv): Make sure written is always
54462         initialized.
54464 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54466         * sysdeps/i386/i486/bits/atomic.h
54467         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54468         statement expression, so as to suppress "set but not used" warning.
54469         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54471         * string/strncat.c (STRNCAT): Use prototype definition.
54473         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54474         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54475         -Iprograms here.
54476         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54477         (localedef-modules): Add localedef.
54478         (locale-modules): Add locale.
54480         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54481         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54482         to avoid a warning.
54484 2011-08-14  David S. Miller  <davem@davemloft.net>
54486         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54487         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54489 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54491         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54492         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54493         * elf/rtld.c (dl_main): Set l_name of vDSO.
54494         Call _dl_show_scope when DL_DEBUG_SCOPES.
54495         (process_dl_debug): Recognize scopes flag and also set it for all.
54496         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54497         Declare _dl_show_scope.
54499         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54500         (do_dlopen): Pass caller_dlopen to dl_open.
54501         (__libc_dlopen_mode): Initialize caller_dlopen.
54503         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54504         of libc.  Make tolower call locale-independent.  Optimize a bit by
54505         using isdigit instead of isalnum.
54506         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54508 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54510         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54511         was a dependency or dynamically loaded.
54513 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54515         * intl/l10nflist.c: Allow architecture-specific pop function.
54516         * sysdeps/x86_64/l10nflist.c: New file.
54518         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54519         classification.
54521 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54523         * include/dirent.h: Add libc_hidden_proto for scandirat and
54524         scandirat64.  Don't declare __scandirat64.
54525         * dirent/scandirat.c: Add libc_hidden_def.
54526         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54527         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54529 2011-08-10  David S. Miller  <davem@davemloft.net>
54531         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54532         enum.
54533         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54534         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54535         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54537 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54539         * Versions.def [libc]: Add GLIBC_2.15.
54540         * dirent/Makefile (routines): Add scandirat and scandirat64.
54541         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54542         GLIBC_2.15.
54543         * dirent/dirent.h: Declare scandirat and scandirat64.
54544         * dirent/scandirat.c: New file.
54545         * dirent/scandirat64.c: New file.
54546         * sysdeps/wordsize-64/scandirat.c: New file.
54547         * sysdeps/wordsize-64/scandirat64.c: New file.
54548         * dirent/opendir.c: Define opendirat.
54549         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54550         using scandirat.
54551         * dirent/scandir64.c: Adjust for scandir.c change.
54552         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54553         __scandirat64, and __scandir_cancel_handler.
54554         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54555         additional parameter and use openat instead of open (outside of ld.so).
54556         Add new __opendir as wrapper around __opendirat.
54557         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54558         here without requiring old scandirat implementation.
54560 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54562         * dirent/scandir.c (cancel_handler): Renamed to
54563         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54564         defined.  Adjust users.
54565         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54566         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54568 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54570         * string/test-string.h (IMPL): Use __STRING to expand name and then
54571         stringify it.
54573         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54574         of cleanups.
54576 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54578         * string/Makefile: Update.
54579         (strop-tests): Append strncat.
54580         * string/test-wcscmp.c: New file.
54581         New comprehensive test for wcscmp.
54582         * string/test-strcmp.c: Update.
54583         (WIDE): New define.
54585 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54587         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54588         line.
54590 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54592         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54593         encoding to ACE if AI_IDN.
54595 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54597         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54598         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54600 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54602         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54603         Fix overflow bug in strncat.
54604         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54606         * string/test-strncat.c: Update.
54607         Add new tests for checking overflow bugs.
54609 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54611         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54612         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54613         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54614         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54615         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54616         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54617         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54618         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54619         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54621         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54622         (USE_AS_STRCAT): Define.
54623         Add strcat and strncat support.
54624         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54626 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54628         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54629         __n bigger than INT_MAX+1.
54630         (__strncmp_g): Likewise.
54632 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54634         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54635         * libio/stido.h: Likewise.
54637         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54638         (AF_NFC): Define.
54639         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54640         (AF_NFC): Define.
54642         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54643         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54644         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54645         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54646         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54648         [BZ #13021]
54649         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54650         installed.
54652         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54653         typo.
54654         (_dl_x86_64_save_sse): Likewise.
54656 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54658         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54659         OSXSAVE.
54660         (_dl_x86_64_save_sse): Likewise.
54662         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54664         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54666 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54668         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54669         change.
54670         (_dl_x86_64_save_sse): Use correct AVX check.
54672 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54674         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54675         bug in strncpy/strncat.
54676         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54678 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54680         * string/tester.c (test_strcat): Add tests for different alignments
54681         of source and destination.
54682         (test_strncat): Likewise.
54684 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54686         [BZ #12852]
54687         * posix/glob.c (glob): Check passed in values before using them in
54688         expressions to avoid some overflows.
54689         (glob_in_dir): Likewise.
54691         [BZ #13007]
54692         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54693         check for AVX enablement so that we don't crash with old kernels and
54694         new hardware.
54695         * elf/tst-audit4.c: Add same checks here.
54696         * elf/tst-audit6.c: Likewise.
54698         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54700 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54702         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54704 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54706         * po/cs.po: Update from translation team.
54707         * po/bg.po: Likewise.
54709 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54711         * misc/sys/cdefs.h: Add support for const attribute.
54712         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54713         to gnu_dev_{major,minor,makedev} functions.
54715 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54717         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54719 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54721         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54722         strlen results.
54724 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54726         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54727         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54728         register in order to avoid conflicts with the soft frame pointer
54729         being held in r11 when necessary.
54730         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54731         (INTERNAL_VSYSCALL_NCS): Likewise.
54733 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54735         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54736         * elf/dl-fini.c (_dl_fini): Adjust caller.
54737         * elf/dl-close.c (_dl_close_worker): Likewise.
54738         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54740 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54742         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54743         "aux_cache->nlibs < 0".
54745         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54746         in the reload-count case.
54748 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54750         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54751         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54752         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54753         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54754         * sysdeps/x86_64/multiarch/strcat.S: New file.
54755         * sysdeps/x86_64/multiarch/strncat.S: New file.
54756         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54757         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54758         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54759         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54760         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54761         (USE_AS_STRCAT): Define.
54762         Add strcat and strncat support.
54763         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54764         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54765         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54766         * string/strncat.c: Update.
54767         (USE_AS_STRNCAT): Define.
54768         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54769         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54770         and i7.
54771         * sysdeps/x86_64/multiarch/init-arch.h
54772         (bit_Prefer_PMINUB_for_stringop): New.
54773         (index_Prefer_PMINUB_for_stringop): Likewise.
54774         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54775         bit_Prefer_PMINUB_for_stringop.
54777 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54779         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54780         buffer64.
54781         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54782         of casting of buffer.
54783         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54784         buffer32 and buffer64.
54785         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54786         writes instead of casting of buffer.
54787         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54788         buffer32.
54789         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54790         casting of buffer.
54792 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54794         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54796 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54798         * nscd/nscd.c (termination_handler): Don't do anything for a database
54799         if it has not yet been initialized.
54801 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54803         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54805 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54807         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54809 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54811         * po/nl.po: Update from translation team.
54812         * po/sv.po: Likewise.
54814 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54816         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54817         now disallowed by GCC.
54819         * configure.in (use-default-link): Default to yes if a test -shared
54820         link meets our qualifications.
54821         * configure: Regenerated.
54823         * config.make.in (output-format): New variable.
54824         * configure.in: Check for ld --print-output-format support.
54825         * configure: Regenerated.
54826         * Makerules ($(common-objpfx)format.lds)
54827         [$(output-format) != unknown]: Just use $(output-format),
54828         instead of the linker-script munging.
54830 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54832         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54833         of $(common-objpfx)shlib.lds.
54834         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54836         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54837         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54839         * configure.in (-z relro check): Adjust test code to add a large
54840         writable data section after it.
54841         * configure: Regenerated.
54843 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54845         * configure.in (-z relro check): Fix test code to make the variable
54846         truly const.
54847         * configure: Regenerated.
54849 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54851         * nscd/nscd.h (struct traced_file): Define.
54852         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54853         elements.  Add traced_files.
54854         (inotify_fd): Declare.
54855         (register_traced_file): Declare.
54856         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54857         (inotify_fd): Export.
54858         (resolv_conf_descr): Remove.
54859         (nscd_init): Move inotify descriptor creation to main.
54860         Don't register files for notification here.
54861         (register_traced_file): New function.
54862         (invalidate_cache): Don't use reset_res to determine whether to call
54863         res_init, go through the list of registered files.
54864         (main_loop_poll): The inotify descriptors are now stored in the
54865         structures for the traced files.
54866         (main_loop_epoll): Likewise
54867         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54868         to __nss_disable_nscd.
54869         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54870         for a database anymore.  Check the records for all the registered
54871         files instead.
54872         * nss/Makefile (libnss_files-routines): Add files-init.
54873         (libnss_db-routines): Add db-init.
54874         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54875         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54876         * nss/nss_db/db-init.c: New file.
54877         * nss/nss_files/files-init.c: New file.
54878         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54879         __nss_lookup_function.
54880         (__nss_lookup_function): Call nss_load_library.
54881         (nss_load_all_libraries): New function.
54882         (__nss_disable_nscd): Take parameter with callback function for files
54883         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54884         used for the cached services.
54885         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54886         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54887         options for features to all the files in nscd.
54889         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54891 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54893         * csu/elf-init.c (__libc_csu_init): Comment typo.
54895 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54897         * po/pl.po: Update from translation team.
54898         * po/ja.po: Likewise.
54899         * po/ru.po: Likewise.
54900         * po/ko.po: Likewise.
54901         * po/fr.po: Likewise.
54903 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54905         * configure.in (.ctors/.dtors header and trailer check):
54906         Use an empirical test on a built program.
54907         * configure: Regenerated.
54909         * configure.in (-z relro check): Use an empirical test on a built DSO.
54910         Detect, but do not require, on ia64.
54911         * configure: Regenerated.
54913         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54914         Update tests that use readelf to use $READELF instead.
54915         * configure: Regenerated.
54917 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54919         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54920         if the result is not used.
54922 2011-07-05  Andreas Jaeger  <aj@suse.de>
54924         [BZ#9696]
54925         * stdlib/tst-strtod.c: Add testcase.
54927 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54929         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54930         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54931         The latter has a higher limit.  Take additional parameter to pass to
54932         the new function.
54933         (__pathconf): Pass file to __statfs_link_max.
54934         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54935         __statfs_link_max.
54936         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54937         __statfs_link_max.
54939         [BZ #12868]
54940         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54941         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54942         Handle Lustre.
54943         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54944         (__statfs_filesize_max): Likewise.
54945         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54947 2011-07-05  Andreas Jaeger  <aj@suse.de>
54949         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54951 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54953         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54954         `status' variable.
54955         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54956         Likewise.
54958 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54960         * Makefile (strop-tests): Add strncat.
54961         * string/test-strncat.c: New file.
54963 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54965         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54967 2011-06-21  Andreas Jaeger  <aj@suse.de>
54969         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54970         Copy rule from iconvdata/Makefile.
54972 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54974         [BZ #12922]
54975         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54976         but no long options are defined, just return 'W'.
54978 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54980         [BZ #9696]
54981         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54983 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54985         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54986         netgroups to read.
54987         (innetgr): Likewise.
54989 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54991         * config.make.in (install_root): Default to $(DESTDIR).
54993 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54995         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54997 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54999         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55001         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55002         containing directory rather than embedding absolute directory names.
55004         * scripts/check-local-headers.sh: Rewritten using awk.
55005         Match by word, not by line.  Print error messages for matches.
55006         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55008         * Makerules [shlib-lds-flags empty]:
55009         ($(common-objpfx)libc_pic.opts): New target.
55010         ($(common-objpfx)libc_pic.os.clean): New target.
55011         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55013         * config.make.in (OBJCOPY): New variable.
55014         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55015         * configure: Regenerated.
55017         * config.make.in (use-default-link): New variable.
55018         * configure.in (use_default_link): Grok --with-default-link to set it.
55019         * configure: Regenerated.
55020         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55021         (shlib-lds, shlib-lds-flags): Define to empty.
55023         * Makerules (shlib-lds): New variable.
55024         (shlib-lds-flags): New variable.
55025         (build-shlib, build-moduile, build-module-asneeded): Use it.
55026         ($(common-objpfx)libc.so): Use $(shlib-lds).
55027         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55028         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55030         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55031         DT_FLAGS/DT_FLAGS_1 with zero flags.
55033         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55034         linker script munging.
55036 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55038         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55039         as 128-bit value.
55040         * crypt/sha512.c (sha512_process_block): Perform total addition using
55041         128-bit if possible.
55042         (__sha512_finish_ctx): Likewise.
55043         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55044         as 64-bit value.
55045         * crypt/sha256.c (SWAP64): Define.
55046         (sha256_process_block): Perform total addition using 64-bit if
55047         possible.
55048         (__sha256_finish_ctx): Likewise.
55050 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55052         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55053         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55054         * nscd/hstcache.c (cache_addhst): Likewise.
55055         * nscd/grpcache.c (cache_addgr): Likewise.
55056         * nscd/aicache.c (addhstaiX): Likewise
55057         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55059 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55061         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55062         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55063         * nscd/hstcache.c (cache_addhst): Likewise.
55064         * nscd/grpcache.c (cache_addgr): Likewise.
55065         * nscd/aicache.c (addhstaiX): Likewise
55067 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55069         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55070         domain only when needed.
55072 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55074         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55075         is always restored.
55077 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55079         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55080         are re-adding the entry.
55081         * nscd/servicescache.c (cache_addserv): Likewise.
55083 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55085         * sysdeps/generic/dl-irel.h: fix protection against multiple
55086         inclusions.
55087         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55089 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55091         [BZ #12935]
55092         * malloc/memusage.sh: Fix quoting in message.
55093         * debug/xtrace.sh: Likewise.
55095         * configure.in: Remove support for --experimental-malloc option, make
55096         it the default.
55097         * config.make.in: Likewise.
55098         * malloc/Makefile: Likewise.
55100 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55102         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55103         two-byte characters.
55105 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55107         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55108         AC_CACHE_CHECK invocation.
55109         * configure: Regenerated.
55111         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55113 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55115         [BZ #12350]
55116         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55117         bit from old_res_options.
55119         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55121         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55122         value type for setfct.
55124 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55126         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55127         __gettimeofday instead of gettimeofday.
55129 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55131         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55133 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55135         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55137         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55138         info.
55140 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55142         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55143         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55144         strcpy-sse2-unaligned strncpy-sse2-unaligned
55145         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55146         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55147         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55148         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55149         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55150         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55151         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55152         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55153         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55154         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55155         (STRCPY): Support SSE2 and SSSE3 versions.
55157 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55159         [BZ #12874]
55160         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55161         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55162         kernels which artificially limit size of requests.
55164 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55166         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55167         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55168         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55169         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55170         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55171         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55172         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55173         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55174         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55175         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55176         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55177         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55178         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55179         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55180         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55181         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55182         Enable unaligned load optimization for Intel Core i3, i5 and i7
55183         processors.
55184         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55185         Define.
55186         (index_Fast_Unaligned_Load): Define.
55187         (HAS_FAST_UNALIGNED_LOAD): Define.
55189 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55191         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55193 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55195         [BZ #12907]
55196         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55197         until it is clear that the information is realy needed.
55198         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55200 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55204 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55206         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55207         /sys/devices/system/cpu/online if it is usable.
55209         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55210         reading the information from the /proc filesystem to once a second.
55212 2011-06-21  Andreas Jaeger  <aj@suse.de>
55214         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55215         NULL after inclusion of kernel headers.
55217 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55219         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55220         calls to internal_setent.
55222         [BZ #12885]
55223         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55224         addresses using gethostbyname4_r ignore IPv4 addresses.
55226         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55227         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55229         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55231 2011-06-20  David S. Miller  <davem@davemloft.net>
55233         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55234         inclusions.
55235         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55237         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55238         (elf_irel): Use it.
55239         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55240         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55241         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55242         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55243         * sysdeps/x86_64/dl-irel.h: Likewise.
55245         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55246         * elf/dl-sym.c: Likewise.
55248 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55250         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55251         need to dereference resplen2.
55253 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55255         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55257 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55259         * Makeconfig: Define vardbdir and inst_vardbdir.
55260         * nss/Makefile: Add rules to install db-Makefile.
55262         * nss/nss_db/db-XXX.c: Cleanup.
55264         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55265         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55266         GLIBC_PRIVATE.
55267         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55268         * nss/makedb.c: Implement -g option to specify that value strings
55269         are generated and should not be added to table iterated over for
55270         get*ent calls.
55271         * nss/nss_db/db-initgroups.c: New file.
55273         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55274         interface.
55276         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55277         (internal_getgrouplist): Adjust to name change.
55278         Update use_initgroups_entry if this is not the first call.
55279         * nss/databases.def: Add initgroups entry.
55281         * nss/makedb.c (compute_tables): Check result of multiple hash table
55282         sizes to minimize maximum chain length.
55284 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55286         * Versions.def: Add entry for libnss_db.
55287         * shlib-versions: Likewise.
55288         * nss/Makefile: Add rules to build libnss_db.
55289         * nss/Versions: Add libnss_db information.  Organize libnss_files
55290         entries better.
55291         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55292         makedb progra.  Some minor improvements to generate smaller files.
55293         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55294         here from...
55295         * nss/makedb.c: ...here.
55296         Improve database format to be smaller and require less memory at
55297         runtime.
55298         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55299         db anymore.
55300         * nss/nss_db/db-netgrp.c: Likewise.
55301         * nss/nss_db/db-open.c: Likewise.
55302         * nss/nss_files/flies-XXX.x: Adjust comments.
55303         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55304         * nss/nss_files/files-grp.c: Likewise.
55305         * nss/nss_files/files-hosts.c: Likewise.
55306         * nss/nss_files/files-network.c: Likewise.
55307         * nss/nss_files/files-proto.c: Likewise.
55308         * nss/nss_files/files-pwd.c: Likewise.
55309         * nss/nss_files/files-rpc.c: Likewise.
55310         * nss/nss_files/files-service.c: Likewise.
55311         * nss/nss_files/files-sgrp.c: Likewise.
55312         * nss/nss_files/files-spwd.c: Likewise.
55313         * nss/nss_db/db-alias.c: Removed.
55314         * nss/nss_db/dummy-db.h: Removed.
55316 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55318         * nss/makedb.c: Rewritten to not use database library.
55319         * nss/Makefile: Update to build new makedb program.
55321 2011-06-14  Andreas Jaeger  <aj@suse.de>
55323         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55324         memset declaration.
55326 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55328         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55329         tmpbuf.
55331 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55333         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55334         * elf/Makefile ($(objpfx)ld.so): Likewise.
55336         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55337         Don't list ld.so twice in dependencies.
55339         * posix/bug-regex31.c: Include <stdlib.h>.
55341         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55343         * nis/nss_compat/compat-spwd.c
55344         (getspent_next_nss_netgr): Remove unused variable.
55345         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55347         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55348         nonmembers" output to use the right array.
55350         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55352         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55354         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55355         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55356         * catgets/gencat.c (read_input_file): Likewise.
55357         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55359         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55360         variable definition inside #if's controlling its use.
55362         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55364         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55366         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55368         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55369         unreachable code.
55371         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55373         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55374         * configure: Regenerated.
55376         * Makerules: Revert last change.
55377         * elf/Makefile: Likewise.
55379 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55381         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55382         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55383         (reloc-link): Likewise.
55385 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55387         * elf/Makefile: Add rules to build pldd.
55388         * elf/pldd.c: New file.
55389         * elf/pldd-xx.c: New file.
55391 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55393         * version.h: Update for 2.15 development version.
55395 2011-06-07  David S. Miller  <davem@davemloft.net>
55397         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55398         ifuncs.
55399         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55400         elf_machine_lazy_rel): Likewise.
55401         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55402         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55403         elf_machine_lazy_rel): Likewise.
55404         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55405         dl_hwcap via passed in argument.
55406         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55407         Likewise.
55409 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55411         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55413 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55415         [BZ #12849]
55416         * manual/fdl-1.1.texi: New file, verbatim from:
55417         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55418         * manual/lgpl-2.1.texi: New file, verbatim from:
55419         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55420         * manual/Makefile (licenses): New variable, list those new file names.
55421         (texis): Use it.
55422         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55424         * manual/fdl.texi: File removed.
55425         * manual/lesser.texi: File removed.
55426         * manual/libc.texinfo (Copying, Documentation License):
55427         Use new @include file names, put @appendix directive before @include.
55429 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55431         [BZ #12841]
55432         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55433         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55434         (mq_open): Add __NTH.
55436 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55439         Assume Intel Core i3/i5/i7 processor if AVX is available.
55441 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55443         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55444         typo.
55446 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55448         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55449         memory.  Use alloca_account.  Fix memory leak when retrying.
55451 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55453         * version.h (RELEASE): Bump for 2.14 release.
55454         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55456         * config.make.in (RANLIB): Remove entry.
55458 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55460         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55461         (libc.pot): Work around missing support for .ksh extension in xgettext.
55463         [BZ #12684]
55464         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55465         if both request failed.
55466         (send_dg): In case of server errors clear resplen or *resplen2.
55468         [BZ #12454]
55469         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55470         when there are multiple maps.
55471         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55472         (_dl_fini): Remove test here.
55474         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55476 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55478         [BZ #12350]
55479         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55480         bit from old_res_options.
55481         (gaih_inet): Likewise.
55483         [BZ #11099]
55484         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55485         as signed.
55487         * resolv/res_init.c (res_setoptions): Make the code more compact.
55489         [BZ #11558]
55490         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55491         set RES_USEVC.
55493         [BZ #11634]
55494         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55496         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55498         [BZ #11781]
55499         * malloc/malloc.h: Declare malloc hook variables as volatile.
55501         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55502         in last patch.
55504         [BZ #11799]
55505         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55506         raise in the comment.
55507         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55508         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55509         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55511 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55513         [BZ #12811]
55514         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55515         grow the buffers more if it already has to be sufficient.
55516         (build_wcs_upper_buffer): Likewise.
55517         * posix/regexec.c (check_matching): Likewise.
55518         (clean_state_log_if_needed): Likewise.
55519         (extend_buffers): Don't enlarge buffers beyond size of the input
55520         buffer.
55521         Patches mostly by Emil Wojak <emil@wojak.eu>.
55522         * posix/bug-regex32.c: New file.
55523         * posix/Makefile (tests): Add bug-regex32.
55525         * locale/findlocale.c (_nl_find_locale): Return right away if
55526         _nl_explode_name failed.
55527         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55529         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55531         * debug/xtrace.sh: Unify messages.
55532         * malloc/memusage.sh: Likewise.
55534         [BZ #12813]
55535         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55536         time symbol from vDSO.  Substitute with vsyscall if not available.
55537         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55538         __vdso_time.
55540         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55541         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55542         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55543         Add sendmmsg and internal_sendmmsg.
55544         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55545         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55546         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55548         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55549         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55550         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55552 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55554         [BZ #12813]
55555         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55556         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55557         available.
55558         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55559         __vdso_getcpu.
55561         [BZ #12814]
55562         * iconvdata/Makefile (tests): Add bug-iconv9.
55563         * iconvdata/bug-iconv9.c: New file.
55565 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55567         [BZ #12814]
55568         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55570 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55572         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55573         (struct user_regs_struct): Change intcs field back to cs.
55575 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55577         * po/ja.po: Update from translation team.
55579 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55581         [BZ #12795]
55582         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55583         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55585 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55587         * stdlib/longlong.h: Update from GCC.
55589 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55591         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55592         parameter name.
55593         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55594         Add parameter name.
55595         (__sysconf): Pass it down.
55597 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55599         [BZ #12671]
55600         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55601         some situations.
55602         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55603         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55604         add in in __libc_use_alloca calls.  Adjust callers.
55605         (glob): Use malloc in some situations.
55607         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55608         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55609         pltexit.
55611 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55613         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55614         and CLOCK_BOOTTIME_ALARM.
55616         [BZ #12782]
55617         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55618         is returned.
55620         * string/_strerror.c (__strerror_r): Print negative errors as signed
55621         numbers.
55623         [BZ #12777]
55624         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55625         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55626         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55628         * configure.in: Fix typo in redirection and correct removal of test
55629         files in two cases.
55631         [BZ #12788]
55632         * locale/setlocale.c (new_composite_name): Fix test to check for
55633         identical name of all categories.
55635         [BZ #12792]
55636         * libio/filedoalloc.c (local_isatty): New function.
55637         (_IO_file_doallocate): Use local_isatty.
55638         * stdio-common/perror.c (perror): In case a new stream is used
55639         forward the stream error.
55640         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55641         error flag.
55643 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55645         [BZ #11869]
55646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55647         alloca.
55648         * include/alloca.h (extend_alloca_account): Define.
55650         [BZ #11857]
55651         * posix/regex.h: Fix comments with documentation of user-accessible
55652         fields after compilation and describe correct free'ing of pattern
55653         after re_compile_pattern.
55654         Patch by Reuben Thomas <rrt@sc3d.org>.
55656 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55658         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55659         and -mno-altivec to prevent the compiler from using Altivec and/or
55660         VSX instructions when the corresponding registers are not available.
55662 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55664         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55666 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55668         * libio/freopen.c (freopen): Use __dup2, not dup2.
55669         * libio/freopen64.c (freopen64): Likewise.
55671 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55673         [BZ #12775]
55674         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55675         * math/Makefile (tests): Add test-powl.
55676         (CFLAGS-test-powl.c): Define.
55677         * math/test-powl.c: New file.
55679 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55681         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55683 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55685         [BZ #11837]
55686         * iconvdata/gb18030.c: Update to GB18020-2005.
55688 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55690         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55691         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55692         Patch by Aharon Robbins <arnold@skeeve.com>.
55694         [BZ #11892]
55695         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55696         on the stack.
55698         [BZ #11895]
55699         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55700         through underflows.
55702         [BZ #12766]
55703         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55704         point to strings before performing equality test for error_one_per_line
55705         mode.
55707         [BZ #11697]
55708         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55710         [BZ #11820]
55711         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55712         (struct user_fpregs_struct): Avoid __uint*_t types.
55714         [BZ #6420]
55715         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55716         symbol info.  Use it instead of calling _dl_addr locally.
55717         (lock_and_info): New function.
55718         (tr_freehook): Call lock_and_info and pass symbol info as additional
55719         parameter to tr_where.
55720         (tr_mallochook): Likewise.
55721         (tr_reallochook): Likewise.
55722         (tr_memalignhook): Likewise.
55724         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55725         used and couldn't be at all thread-safe.
55727 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55729         * libio/freopen.c (freopen): Don't close old file descriptor
55730         before the new one is opened.  Instead dup the new file descriptor
55731         to the old one after the new stream is created.
55732         * libio/freopen64.c (freopen64): Likewise.
55733         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55734         * libio/fileops.c (_IO_new_file_close_it): Handle new
55735         _IO_FLAGS2_NOCLOSE flag.
55736         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55737         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55738         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55739         _IO_FLAGS2_NOCLOSE flag.
55740         * include/unistd.h: Add hidden_proto for dup3.
55741         Define __have_dup3.
55742         * io/dup3.c: Define hidden symbol.
55743         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55745         [BZ #7101]
55746         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55747         when an incomplete long option is used.
55748         * posix/tst-getopt_long1.c: New file.
55749         * posix/Makefile (tests): Add tst-getopt_long1.
55751         [BZ #10138]
55752         * scripts/config.guess: Update from autoconf-2.68.
55753         * scripts/config.sub: Likewise.
55755         [BZ #10157]
55756         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55757         tests into ...
55758         (has_cpuclock): ...this.  New function.
55759         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55760         macro here based on has_cpuclock code.
55762         [BZ #10149]
55763         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55764         First byte (not low byte) is now always NUL.
55765         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55767         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55768         Use non-cancelable interfaces.
55770         [BZ #9809]
55771         * locale/iso-639.def: Add entry for Sorani.
55773         [BZ #11901]
55774         * include/stdlib.h: Move include protection to the right place.
55775         Define abort_msg_s.  Declare __abort_msg with it.
55776         * stdlib/abort.c (__abort_msg): Adjust type.
55777         * assert/assert.c (__assert_fail_base): New function.  Majority
55778         of code from __assert_fail.  Allocate memory for __abort_msg with
55779         mmap.
55780         (__assert_fail): Now call __assert_fail_base.
55781         * assert/assert-perr.c: Remove bulk of implementation.  Use
55782         __assert_fail_base.
55783         * include/assert.hL Declare __assert_fail_base.
55784         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55785         mmap.
55786         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55788 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55790         [BZ #11952]
55791         [BZ #12453]
55792         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55793         until all modules are registered in the DTV.
55794         * elf/Makefile: Add rules to build and run tst-tls19.
55795         * elf/tst-tls19.c: New file.
55796         * elf/tst-tls19mod1.c: New file.
55797         * elf/tst-tls19mod2.c: New file.
55798         * elf/tst-tls19mod3.c: New file.
55799         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55801         [BZ #12083]
55802         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55803         correctly.
55805         [BZ #12601]
55806         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55807         two-byte sequence errors.
55808         * iconvdata/Makefile (tests): Add bug-iconv8.
55809         * iconvdata/bug-iconv8.c: New file.
55811         [BZ #12626]
55812         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55813         buf2 definition.
55815         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55817         [BZ #12432]
55818         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55819         (dummy_getcfa): New function.
55820         (init): Get _Unwind_GetCFA address, use dummy if not found.
55821         (backtrace_helper): In recursion check, also check whether CFA changes.
55822         (__backtrace): Completely initialize arg.
55824         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55825         storing incomplete byte sequence in state object.  Avoid testing for
55826         guaranteed too small input if we know there is enough data available.
55828 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55830         * Makeconfig (+link-pie): Indent.
55831         * Rules (binaries-pie): Define if $(have-fpie) and
55832         $(build-shared).
55833         (binaries-shared): Also filter out $(binaries-pie).
55834         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55835         * nscd/Makefile (others-pie): Add nscd.
55836         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55837         ($(objpfx)nscd): Remove command override.
55838         * login/Makefile (others-pie): Add pt_chown.
55839         ($(objpfx)pt_chown): Remove command override.
55840         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55841         remove command overrides.
55843 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55845         * libio/tst_putwc.c: Fix error messages.
55847         [BZ #12724]
55848         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55849         currently writing and seek to current position when not.
55850         * libio/Makefile (tests): Add bug-fclose1.
55851         * libio/bug-fclose1.c: New file.
55853 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55855         [BZ #12511]
55856         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55857         don't set DF_1_NODELETE here.
55858         (do_lookup_x): When entering new entry test for copy relocation
55859         and if necessary set DF_1_NODELETE flag.
55860         * elf/tst-unique4.cc: New file.
55861         * elf/tst-unique4.h: New file.
55862         * elf/tst-unique4lib.cc: New file.
55863         * elf/Makefile: Add rules to build and run tst-unique4.
55864         Patch by Piotr Bury <pbury@goahead.com>.
55866 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55868         [BZ #12052]
55869         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55871         [BZ #12625]
55872         * misc/mntent_r.c (addmntent): Flush the stream after the output
55874         [BZ #12393]
55875         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55876         (is_trusted_path_normalize): Skip initial colon.  Append slash
55877         to empty buffer.  Duplicate is_trusted_path code but allow
55878         constructed patch to be prefix.
55879         (is_dst): Allow $ORIGIN followed by /.
55880         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55881         Correct testing of result of is_trusted_path_normalize
55882         (decompose_rpath): Fix warning.
55884 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55886         [BZ #11257]
55887         * grp/initgroups.c (internal_getgrouplist): When we found the service
55888         list through the initgroups entry in nsswitch.conf do not always
55889         continue on a successful lookup.  Don't always use the
55890         __nss_group_database value if it is set.
55891         * nss/nsswitch.conf (initgroups): Change action for successful db
55892         lookup to continue for compatibility.
55894 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55896         [BZ #11532]
55897         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55898         and CP774 modules.
55899         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55900         and CP774 modules.
55901         * iconvdata/tst-tables.sh: Likewise.
55902         * iconvdata/cp770.c: New file.
55903         * iconvdata/cp771.c: New file.
55904         * iconvdata/cp772.c: New file.
55905         * iconvdata/cp773.c: New file.
55906         * iconvdata/cp774.c: New file.
55907         * iconvdata/testdata/CP770: New file.
55908         * iconvdata/testdata/CP770..UTF8: New file.
55909         * iconvdata/testdata/CP771: New file.
55910         * iconvdata/testdata/CP771..UTF8: New file.
55911         * iconvdata/testdata/CP772: New file.
55912         * iconvdata/testdata/CP772..UTF8: New file.
55913         * iconvdata/testdata/CP773: New file.
55914         * iconvdata/testdata/CP773..UTF8: New file.
55915         * iconvdata/testdata/CP774: New file.
55916         * iconvdata/testdata/CP774..UTF8: New file.
55918         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55919         END CHARMAP line.
55920         * iconvdata/gen-8bit-gap.sh: Likewise.
55921         * iconvdata/gen-8bit.sh: Likewise.
55923         * locale/iso-639.def: Add ary entry.
55925         [BZ #11258]
55926         * locale/C-translit.h.in: Add U20A1 transliteration.
55928         [BZ #12178]
55929         * locale/iso-639.def: Add wae entry.
55930         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55932         [BZ #12545]
55933         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55934         for n.
55936         [BZ #12711]
55937         * locale/C-translit.h.in: Add entry for U20B9.
55938         Patch by pravin.d.s@gmail.com.
55940 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55942         [BZ #12713]
55943         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55944         ENAMETOOLONG use generic getcwd.
55945         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55946         in rtld.  Use *stat64.
55947         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55948         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55949         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55950         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55951         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55952         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55953         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55954         __fstatat64 macros.
55955         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55956         * dirent/rewinddir.c: Add libc_hidden_def.
55957         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55958         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55960         * include/dirent.h (__alloc_dir): Add flags parameter.
55961         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55962         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55963         __alloc_dir.
55964         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55965         from fdopendir if O_CLOEXEC is already set.
55967 2011-03-15  Alan Modra  <amodra@gmail.com>
55969         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55970         l_tls_firstbyte_offset non-zero.  Save padding offset in
55971         l_tls_firstbyte_offset for later use.
55972         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55973         freeing static tls block.
55975 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55977         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55978         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55979         being defined by the kernel headers.
55981 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55983         [BZ #12734]
55984         * resolv/resolv.h: Define RES_NOTLDQUERY.
55985         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55986         no-tld-query and set RES_NOTLDQUERY.
55987         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55988         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55989         modern BIND to search name as TLD unless forbidden.
55991 2011-05-07  Petr Baudis  <pasky@suse.cz>
55992             Ulrich Drepper  <drepper@gmail.com>
55994         [BZ #12393]
55995         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55996         (is_trusted_path): ...to here.
55997         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55998         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55999         using is_trusted_path_normalize() in setuid scripts.
56001 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56003         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56004         __BEGIN/__END_DECLS.
56006 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56008         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56009         NSS_STATUS_NOTFOUND if no record was found.
56011 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56013         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56014         (headers-not-in-tirpc): Remove rpc/netdb.h
56015         * resolv/netdb.h: Revert last change.
56017 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56019         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56020         circular dependency between libgcc.a and libc.a.
56022 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56024         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56025         * nis/Makefile: Don't install rpcsvc/*.
56026         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56027         instead of <rpc/types.h>.
56028         (MAXHOSTNAMELEN): Define.
56030 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56032         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56034 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56036         [BZ #12714]
56037         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56038         gethostbyname4_r when IPv6 results are possible.
56040 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56042         [BZ #12723]
56043         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56044         _PC_PIPE_BUF handling.
56046 2011-04-30  Bruno Haible  <bruno@clisp.org>
56048         [BZ #12717]
56049         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56050         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56051         to 'int'.
56052         * inet/getnameinfo.c (getnameinfo): Likewise.
56054 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56056         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56057         to groups setting in database lookup.
56058         * nss/nsswitch.conf: Add initgroups entry.
56060 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56062         [BZ #12685]
56063         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56064         mode string.
56065         Patch by Eric Blake <eblake@redhat.com>.
56067 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56069         * sunrpc/Makefile (need-export-routines): Add svc_run.
56070         (routines): Remove svc_run.
56071         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56072         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56073         * sunrpc/svc_run.c (svc_run): Likewise.
56074         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56076 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56078         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56079         problem in reallocation in last patch.
56081 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56083         * sunrpc/Makefile: Move inclusion of Rules.
56085 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56087         * nss/nss_files/files-initgroups.c: New file.
56088         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56089         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56090         _nss_files_initgroups_dyn.
56092 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56094         * elf/elf.h (R_ARM_IRELATIVE): Define.
56096 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56098         * po/ru.po: Update from translation team.
56100 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56102         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56103         dependencies.
56105 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56107         [BZ #12653]
56108         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56109         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56110         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56111         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56112         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56114 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56116         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56117         differing bytes.
56118         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56119         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56120         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56122 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56124         [BZ #12420]
56125         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56126         storing it.
56127         * stdlib/bug-getcontext.c: New file.
56128         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56130 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56132         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56133         instructions into .machine "z9-109".
56134         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56135         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56137 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56139         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56140         between environment variables and auxiliary vector.
56142 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56144         * Makefile: Add rules to build linkobj/libc.so.
56145         * include/libc-symbols.h: Define libc_hidden_nolink.
56146         * include/rpc/auth.h: Mark functions which are to be hidden.
56147         * include/rpc/auth_des.h: Likewise.
56148         * include/rpc/auth_unix.h: Likewise.
56149         * include/rpc/clnt.h: Likewise.
56150         * include/rpc/des_crypt.h: Likewise.
56151         * include/rpc/key_prot.h: Likewise.
56152         * include/rpc/pmap_clnt.h: Likewise.
56153         * include/rpc/pmap_prot.h: Likewise.
56154         * include/rpc/pmap_rmt.h: Likewise.
56155         * include/rpc/rpc_msg.h: Likewise.
56156         * include/rpc/svc.h: Likewise.
56157         * include/rpc/svc_auth.h: Likewise.
56158         * include/rpc/xdr.h: Likewise.
56159         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56160         * nss/Makefile: Likewise.
56161         * sunrpc/Makefile: Don't install headers.  Build library with normal
56162         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56163         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56164         for the compat linking library.  Remove use of INTDEF/INTUSE.
56165         * sunrpc/auth_none.c: Likewise.
56166         * sunrpc/auth_unix.c: Likewise.
56167         * sunrpc/authdes_prot.c: Likewise.
56168         * sunrpc/authuxprot.c: Likewise.
56169         * sunrpc/clnt_gen.c: Likewise.
56170         * sunrpc/clnt_perr.c: Likewise.
56171         * sunrpc/clnt_raw.c: Likewise.
56172         * sunrpc/clnt_simp.c: Likewise.
56173         * sunrpc/clnt_tcp.c: Likewise.
56174         * sunrpc/clnt_udp.c: Likewise.
56175         * sunrpc/clnt_unix.c: Likewise.
56176         * sunrpc/des_crypt.c: Likewise.
56177         * sunrpc/des_soft.c: Likewise.
56178         * sunrpc/get_myaddr.c: Likewise.
56179         * sunrpc/key_call.c: Likewise.
56180         * sunrpc/key_prot.c: Likewise.
56181         * sunrpc/netname.c: Likewise.
56182         * sunrpc/pm_getmaps.c: Likewise.
56183         * sunrpc/pm_getport.c: Likewise.
56184         * sunrpc/pmap_clnt.c: Likewise.
56185         * sunrpc/pmap_prot.c: Likewise.
56186         * sunrpc/pmap_prot2.c: Likewise.
56187         * sunrpc/pmap_rmt.c: Likewise.
56188         * sunrpc/publickey.c: Likewise.
56189         * sunrpc/rpc_cmsg.c: Likewise.
56190         * sunrpc/rpc_common.c: Likewise.
56191         * sunrpc/rpc_dtable.c: Likewise.
56192         * sunrpc/rpc_prot.c: Likewise.
56193         * sunrpc/rpc_thread.c: Likewise.
56194         * sunrpc/rtime.c: Likewise.
56195         * sunrpc/svc.c: Likewise.
56196         * sunrpc/svc_auth.c: Likewise.
56197         * sunrpc/svc_authux.c: Likewise.
56198         * sunrpc/svc_raw.c: Likewise.
56199         * sunrpc/svc_run.c: Likewise.
56200         * sunrpc/svc_simple.c: Likewise.
56201         * sunrpc/svc_tcp.c: Likewise.
56202         * sunrpc/svc_udp.c: Likewise.
56203         * sunrpc/svc_unix.c: Likewise.
56204         * sunrpc/svcauth_des.c: Likewise.
56205         * sunrpc/xcrypt.c: Likewise.
56206         * sunrpc/xdr.c: Likewise.
56207         * sunrpc/xdr_array.c: Likewise.
56208         * sunrpc/xdr_float.c: Likewise.
56209         * sunrpc/xdr_intXX_t.c: Likewise.
56210         * sunrpc/xdr_mem.c: Likewise.
56211         * sunrpc/xdr_rec.c: Likewise.
56212         * sunrpc/xdr_ref.c: Likewise.
56213         * sunrpc/xdr_sizeof.c: Likewise.
56214         * sunrpc/xdr_stdio.c: Likewise.
56216 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56218         [BZ #12650]
56219         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56220         * sysdeps/ia64/dl-tls.h: Likewise.
56221         * sysdeps/powerpc/dl-tls.h: Likewise.
56222         * sysdeps/s390/dl-tls.h: Likewise.
56223         * sysdeps/sh/dl-tls.h: Likewise.
56224         * sysdeps/sparc/dl-tls.h: Likewise.
56225         * sysdeps/x86_64/dl-tls.h: Likewise.
56226         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56228 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56230         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56231         rpath element also skip the following colon.
56232         (expand_dynamic_string_token): Add is_path parameter and pass
56233         down to DL_DST_REQUIRED and _dl_dst_substitute.
56234         (decompose_rpath): Call expand_dynamic_string_token with
56235         non-zero is_path.  Ignore empty rpaths.
56236         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56237         with zero is_path.
56239 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56242         Make cancelable.
56244 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56246         [BZ #12655]
56247         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56248         Patch by Filipe David Manana <fdmanana@apache.org>.
56250 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56252         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56253         Maintain aligned stack.
56254         (CHECK_RSP): Remove unused macro.
56256 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56258         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56259         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56261 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56263         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56265         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56267 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56269         [BZ #12518]
56270         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56271         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56272         * sysdeps/x86_64/memmove.c: New file.
56273         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56274         (memcpy): Renamed to ...
56275         (__new_memcpy): This.
56276         (memcpy): Provide GLIBC_2_14 memcpy.
56277         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56278         (memcpy): Provide GLIBC_2_2_5 memcpy.
56280 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56282         [BZ #12631]
56283         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56285 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56287         * misc/syncfs.c: New file.
56288         * misc/Makefile (routines): Add syncfs.
56289         * posix/unistd.h: Declare syncfs.
56290         * sysdeps/unix/syscalls.list: Add syncfs.
56292 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56294         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56295         open_by_handle_at.
56296         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56297         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56298         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56299         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56300         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56301         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56302         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56304 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56306         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56307         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56308         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56309         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56310         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56311         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56312         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56314         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56315         sync_file_range.c with -fexceptions.
56316         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56317         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56318         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56319         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56320         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56321         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56322         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56323         sync_file_range as cancellation point
56324         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56325         now a wrapper around __call_sync_file_range with cancellation handling.
56326         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56327         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56328         function name to __call_sync_file_range.
56329         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56330         Add call_sync_file_range.
56332 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56334         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56335         bits/timex.h.
56337 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56339         * iconv/iconv.h: Fix typo in comment.
56340         * io/fcntl.h: Likewise.
56341         * libio/stdio.h: Likewise.
56342         * posix/spawn.h: Likewise.
56343         * posix/unistd.h: Likewise.
56344         * stdlib/stdlib.h: Likewise.
56345         * time/time.h: Likewise.
56346         * wcsmbs/wchar.h: Likewise.
56348         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56349         open_by_handle): Add.
56350         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56351         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56352         Augment a few comments.
56353         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56354         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56355         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56356         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56357         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56358         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56359         open_by_handle.
56361         * io/fcntl.h (AT_EMPTY_PATH): Define.
56363 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56365         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56366         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56367         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56368         to...
56369         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56370         * Versions.def: Add GLIBC_2.14.
56371         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56372         Export.
56374 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56376         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56377         round counter.
56378         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56380 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56382         [BZ #12597]
56383         * string/test-strncmp.c (do_page_test): New function.
56384         (check2): Likewise.
56385         (test_main): Call check2.
56386         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56388 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56390         [BZ #12587]
56391         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56392         Handle cache information in CPU leaf 4.
56393         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56395 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56397         [BZ #12583]
56398         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56399         character representation.
56400         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56402 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56404         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56405         END(__isnan) to END(__isnanf) to match function entry point/label
56406         EALIGN(__isnanf,...).
56408 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56410         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56412 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56414         [BZ #12510]
56415         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56416         copy from the symbol referenced in the relocation to initialize the
56417         used variable.
56418         Patch by Piotr Bury <pbury@goahead.com>.
56419         * elf/Makefile: Add rules to build and tst-unique3.
56420         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56421         * elf/tst-unique3.cc: New file.
56422         * elf/tst-unique3.h: New file.
56423         * elf/tst-unique3lib.cc: New file.
56424         * elf/tst-unique3lib2.cc: New file.
56426         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56428 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56430         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56431         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56432         to _start.
56434 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56436         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56437         to-be-loaded object along a path to loader is ld.so.
56439 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56440             Ulrich Drepper  <drepper@gmail.com>
56442         * sysdeps/x86_64/memset.S: After aligning destination, code
56443         branches to different locations depending on the value of
56444         misalignment, when multiarch is enabled. Fix this.
56446 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56448         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56449         Set _x86_64_preferred_memory_instruction for AMD processsors.
56450         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56451         Set bit_Prefer_SSE_for_memop for AMD processors.
56453 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56455         * libio/fmemopen.c (fmemopen): Optimize a bit.
56457 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56459         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56461 2011-03-03  Roland McGrath  <roland@redhat.com>
56463         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56465 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56467         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56468         __bzero_ultra1 instead of __memset_ultra1.
56470 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56471             Ulrich Drepper  <drepper@gmail.com>
56473         [BZ #12509]
56474         * include/link.h (struct link_map): Add l_orig_initfini.
56475         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56476         returning unsuccessfully.
56477         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56478         close of a file loaded at startup, restore the original l_initfini
56479         list.
56480         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56481         list, store the pointer.
56482         * elf/Makefile ($(objpfx)noload-mem): New rule.
56483         (noload-ENV): Define.
56484         (tests): Add $(objpfx)noload-mem.
56485         * elf/noload.c: Include <memcheck.h>.
56486         (main): Call mtrace.  Close all opened handles.
56488 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56490         [BZ #12454]
56491         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56492         dependencies are missing.
56494 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56496         Fix __if_freereq crash: Unlike the generic version which uses free,
56497         Hurd needs munmap.
56498         * sysdeps/mach/hurd/ifreq.h: New file.
56500 2011-01-27  Petr Baudis  <pasky@suse.cz>
56501             Ulrich Drepper  <drepper@gmail.com>
56503         [BZ 12445]#
56504         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56505         to extend_alloca().
56506         * stdio-common/bug23.c: New file.
56507         * stdio-common/Makefile (tests): Add bug23.
56509 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56510             Ulrich Drepper  <drepper@gmail.com>
56512         [BZ #12489]
56513         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56514         before performing relro protection.  At old place add assertion
56515         to make sure nothing changed.
56517 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56518             Glauber de Oliveira Costa  <glommer@gmail.com>
56520         * elf/elf.h: Add new ARM TLS relocs.
56522 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56525         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56526         cast from r3.
56527         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56528         'tests' variable.
56529         * sysdeps/wordsize-64/tst-writev.c: New file.
56531 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56533         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56534         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56535         insns in _dl_start to prevent a TOC reference before relocs are
56536         resolved.
56538 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56540         [BZ #12469]
56541         * Makeconfig: Remove RANLIB definition.
56542         * Makerules: Don't use RANLIB.
56543         * aclocal.m4: Remove ranlib test.
56544         * configure.in: No need to check for ranlib.
56545         * elf/rtld-Rules: Don't use RANLIB.
56547 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56549         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56550         protection macro.
56551         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56552         inclusion protection macro.
56554         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56555         SIGRTMIN and SIGRTMAX and print information in that case only when
56556         SIGRTMIN is defined.
56558 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56560         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56561         arginfo fn returning -1.
56563         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56564         and thousands string is zero terminated.
56566 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56568         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56569         sysdeps/unix/sysv/linux/bits/socket.h.
56571 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56573         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56574         (__CPU_COUNT): Remove old macros.
56575         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56576         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56577         (__CPU_ALLOC, __CPU_FREE): Add macros.
56578         (__sched_cpualloc, __sched_cpufree): Add declarations.
56580 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56582         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56583         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56584         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56585         (readdhstai): Return value of addhstaiX call.
56586         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56587         (addgrbyX): Return value returned by cache_addgr.
56588         (readdgrbyname): Return value returned by addgrbyX.
56589         (readdgrbygid): Likewise.
56590         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56591         (addpwbyX): Return value returned by cache_addpw.
56592         (readdpwbyname): Return value returned by addhstbyX.
56593         (readdpwbyuid): Likewise.
56594         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56595         (addservbyX): Return value returned by cache_addserv.
56596         (readdservbyname): Return value returned by addservbyX:
56597         (readdservbyport): Likewise.
56598         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56599         (addhstbyX): Return value returned by cache_addhst.
56600         (readdhstbyname): Return value returned by addhstbyX.
56601         (readdhstbyaddr): Likewise.
56602         (readdhstbynamev6): Likewise.
56603         (readdhstbyaddrv6): Likewise.
56604         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56605         (readdinitgroups): Return value returned by addinitgroupsX.
56606         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56607         (prune_cache): Keep track of timeout value of re-added entries.
56608         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56609         * nscd/nscd.h: Adjust prototypes of readd* functions.
56611 2011-02-04  Roland McGrath  <roland@redhat.com>
56613         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56614         (nis_stats): Likewise.
56615         * nis/nis_modify.c (nis_modify): Likewise.
56616         * nis/nis_remove.c (nis_remove): Likewise.
56617         * nis/nis_add.c (nis_add): Likewise.
56619         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56621         * posix/fnmatch_loop.c: Add some consts.
56623         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56625 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56627         [BZ #12460]
56628         * config.make.in (config-cflags-novzeroupper): Define.
56629         * configure.in: Substitute libc_cv_cc_novzeroupper.
56630         * elf/Makefile (AVX-CFLAGS): Define.
56631         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56632         (CFLAGS-tst-auditmod4a.c): Likewise.
56633         (CFLAGS-tst-auditmod4b.c): Likewise.
56634         (CFLAGS-tst-auditmod6b.c): Likewise.
56635         (CFLAGS-tst-auditmod6c.c): Likewise.
56636         (CFLAGS-tst-auditmod7b.c): Likewise.
56637         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56639 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56641         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56642         function to the callback.
56643         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56645 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56647         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56648         of errno.
56650 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56652         [BZ #11724]
56653         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56654         of constructors.
56655         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56656         of destructors.
56657         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56659         [BZ #11724]
56660         * elf/Makefile: Add rules to build and run new test.
56661         * elf/tst-initorder.c: New file.
56662         * elf/tst-initorder.exp: New file.
56663         * elf/tst-initordera1.c: New file.
56664         * elf/tst-initordera2.c: New file.
56665         * elf/tst-initordera3.c: New file.
56666         * elf/tst-initordera4.c: New file.
56667         * elf/tst-initorderb1.c: New file.
56668         * elf/tst-initorderb2.c: New file.
56669         * elf/tst-order-a1.c: New file.
56670         * elf/tst-order-a2.c: New file.
56671         * elf/tst-order-a3.c: New file.
56672         * elf/tst-order-a4.c: New file.
56673         * elf/tst-order-b1.c: New file.
56674         * elf/tst-order-b2.c: New file.
56675         * elf/tst-order-main.c: New file.
56676         New test case by George Gensure <werkt0@gmail.com>.
56678 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56680         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56681         decoding ACE if AI_CANONIDN.
56683 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56685         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56687 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56689         * version.h (RELEASE): Bump for 2.13 release.
56690         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56692         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56694         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56695         MADV_NOHUGEPAGE.
56696         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56697         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56698         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56699         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56700         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56701         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56703         * posix/getconf.c: Update copyright year.
56704         * catgets/gencat.c: Likewise.
56705         * csu/version.c: Likewise.
56706         * debug/catchsegv.sh: Likewise.
56707         * debug/xtrace.sh: Likewise.
56708         * elf/ldconfig.c: Likewise.
56709         * elf/ldd.bash.in: Likewise.
56710         * elf/sprof.c (print_version): Likewise.
56711         * iconv/iconv_prog.c: Likewise.
56712         * iconv/iconvconfig.c: Likewise.
56713         * locale/programs/locale.c: Likewise.
56714         * locale/programs/localedef.c: Likewise.
56715         * malloc/memusage.sh: Likewise.
56716         * malloc/mtrace.pl: Likewise.
56717         * nscd/nscd.c (print_version): Likewise.
56718         * nss/getent.c: Likewise.
56720         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56721         PF_CAIF, and PF_ALG.
56722         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56724 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56726         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56727         (modules-names): Use them.
56728         (ifunc-test-modules, ifunc-pie-tests): Define.
56729         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56730         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56731         (test-extras): Likewise.
56732         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56733         $(compile-command.c).
56734         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56735         (all-built-dso): Define.
56736         (check-textrel.out, check-execstack.out): Depend on it.
56738         * configure.in: Don't override --enable-multi-arch.
56740 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56742         [BZ #6812]
56743         * nscd/hstcache.c (tryagain): Define.
56744         (cache_addhst): Return tryagain not notfound for temporary errors.
56745         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56746         failed.
56748 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56750         [BZ #10563]
56751         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56752         to make the syscall.
56753         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56755         [BZ #12378]
56756         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56757         and fall back to matching as normal character if the string ends before
56758         the matching ']' is found.  This is what POSIX requires.
56759         * posix/testfnm.c: Adjust test result.
56760         * posix/globtest.sh: Adjust test result.  Add new test.
56761         * posix/tst-fnmatch.input: Likewise.
56762         * posix/tst-fnmatch2.c: Add new test.
56764 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56766         * elf/Makefile (check-execstack): Revert last change.  Depend on
56767         check-execstack.h.
56768         (check-execstack.h): New target.
56769         (generated): Add check-execstack.h.
56770         * elf/check-execstack.c: Include "check-execstack.h".
56771         (main): Revert last change.
56772         (handle_file): Return zero if GNU_STACK is absent and
56773         DEFAULT_STACK_PERMS doesn't include PF_X.
56775 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56777         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56778         in child fails because the descriptor is already closed.
56779         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56780         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56781         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56783         [BZ #12397]
56784         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56785         syscall.
56787         [BZ #10484]
56788         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56789         temporary buffer used to handle multi lookups locally.
56790         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56792 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56794         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56795         loader is ld.so.
56797 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56799         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56800         alignment for SSE2.
56802 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56804         [BZ #12394]
56805         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56806         characters.  When rounding increased number of integer digits recompute
56807         number of groups.
56808         * stdio-common/tst-grouping.c: New file.
56809         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56811 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56813         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56814         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56816         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56817         void.
56818         * bits/select.h: Likewise.
56820 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56822         * po/ja.po: Update from translation team.
56824 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56826         [BZ #11155]
56827         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56828         implementation just like for lxstat, fxstatat, et al.
56830 2010-12-27  Jim Meyering  <meyering@redhat.com>
56832         [BZ #12348]
56833         * posix/regexec.c (build_trtable): Return failure indication upon
56834         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56836 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56838         [BZ #12201]
56839         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56840         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56841         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56842         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56844         [BZ #12207]
56845         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56847         [BZ #12204]
56848         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56849         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56851 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56853         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56854         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56855         script has SORT_BY_INIT_PRIORITY.
56856         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56857         NO_CTORS_DTORS_SECTIONS is defined.
56858         * elf/soinit.c: Likewise.
56859         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56860         NO_CTORS_DTORS_SECTIONS is defined.
56861         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56862         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56863         * sysdeps/sh/init-first.c: Likewise.
56864         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56866 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56868         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56869         always use the slow path.
56871 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56873         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56874         similar rule which adds the sysdep directories to the header search in
56875         order to pick up the correct platform stackinfo.h.
56876         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56877         perform test if it is, otherwise return successfully without testing.
56878         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56879         DEFAULT_STACK_PERMS define in stackinfo.h.
56880         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56881         defined in stackinfo.h.
56882         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56883         DEFAULT_STACK_PERMS defined in stackinfo.h.
56884         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56885         * sysdeps/ia64/stackinfo.h: Likewise.
56886         * sysdeps/s390/stackinfo.h: Likewise.
56887         * sysdeps/sh/stackinfo.h: Likewise.
56888         * sysdeps/sparc/stackinfo.h: Likewise.
56889         * sysdeps/x86_64/stackinfo.h: Likewise.
56890         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56891         PF_X for powerpc64.  Retain PF_X for powerpc32.
56893 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56895         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56896         accurately.
56897         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56898         GETDENTS_64BIT_ALIGNED.
56900 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56902         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56904 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56906         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56907         _GNU_SOURCE.
56909         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56910         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56911         Remove __restrict.
56912         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56913         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56915 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56917         [BZ #11655]
56918         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56919         are initialized.
56921 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56923         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56925 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56927         * po/it.po: Update from translation team.
56929 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56931         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56932         unused codes.
56934 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56936         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56938 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56940         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56941         specially.
56942         (gaih_getanswer_slice): Likewise.
56944 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56946         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56948 2010-05-31  Petr Baudis  <pasky@suse.cz>
56950         [BZ #11149]
56951         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56952         silently even in the chroot mode.
56954 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56956         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56957         last patch a bit.  Pretty printing
56959 2010-05-31  Petr Baudis <pasky@suse.cz>
56961         [BZ #10085]
56962         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56963         initialization of skip_initgroups_dyn.
56965 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56967         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56968         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56970 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56972         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56974 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56976         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56977         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56978         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56979         ($(objpfx)tst-fnmatch-mem): New rule.
56980         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56981         * posix/tst-fnmatch.c (main): Call mtrace.
56983 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56985         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56986         Support Intel processor model 6 and model 0x2c.
56988 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56990         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56991           signed comparison.
56993 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56995         [BZ #12205]
56996         * string/test-strncasecmp.c (check_result): New function.
56997         (do_one_test): Use it.
56998         (check1): New function.
56999         (test_main): Use it.
57000         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57001         Support strcasecmp and strncasecmp.
57003 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57005         [BZ #12194]
57006         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57007         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57009 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57011         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57012         IFUNC support.
57013         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57014         memset-x86-64.
57015         * sysdeps/x86_64/multiarch/bzero.S: New file.
57016         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57017         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57018         * sysdeps/x86_64/multiarch/memset.S: New file.
57019         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57020         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57021         Set bit_Prefer_SSE_for_memop for Intel processors.
57022         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57023         Define.
57024         (index_Prefer_SSE_for_memop): Define.
57025         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57027 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57029         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57030         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57032 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57034         [BZ #12191]
57035         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57036         (__x86_64_raw_data_cache_size_half): Likewise.
57037         (__x86_64_raw_shared_cache_size): Likewise.
57038         (__x86_64_raw_shared_cache_size_half): Likewise.
57040         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57041         (__x86_64_raw_data_cache_size_half): Likewise.
57042         (__x86_64_raw_shared_cache_size): Likewise.
57043         (__x86_64_raw_shared_cache_size_half): Likewise.
57044         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57045         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57046         and __x86_64_raw_shared_cache_size_half.  Round
57047         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57048         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57049         to multiple of 256 bytes.
57051 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57053         [BZ #12167]
57054         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57055         of inacessible symlinks.  Verify result of symlink before returning it.
57056         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57057         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57059 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57061         * math/math.h (isinf): Fix typo in comment.
57063 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57065         * po/da.po: Update from translation team.
57067 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57069         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57070         is added to the list.
57072 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57073             Ulrich Drepper  <drepper@gmail.com>
57075         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57076         the global list here.  Move code to...
57077         (_dl_add_to_namespace_list): ...here.  New function.
57078         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57079         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57080         * elf/dl-load.c (lose): Don't remove the element from the list.
57081         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57082         (_dl_map_object): Likewise.
57084 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57086         [BZ #12159]
57087         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57088         into all bytes of SSE register.
57089         Patch by Richard Li <richardpku@gmail.com>.
57091 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57093         [BZ #12140]
57094         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57095         perturbing.
57097 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57099         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57100         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57101         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57102         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57104         submachine.
57105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57107 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57109         * include/dlfcn.h (__RTLD_SECURE): Define.
57110         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57111         mode & __RTLD_SECURE instead.
57112         (open_path): Rename preloaded parameter to secure.
57113         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57114         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57115         * elf/dl-deps.c (openaux): Likewise.
57116         * elf/rtld.c (struct map_args): Remove is_preloaded.
57117         (map_doit): Don't use it.
57118         (dl_main): Likewise.
57119         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57120         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57122 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57124         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57125         (sysd-rules-targets): Remove duplicates.
57126         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57127         rtld-%.$o dependency.
57129 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57131         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57132         _dl_map_object do it.
57134 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57136         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57137         fast fma builtins, define the macros in the C99 standard.
57138         (FP_FAST_FMAF): Likewise.
57139         (FP_FAST_FMAL): Likewise.
57140         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57142         * bits/mathdef.h: Update copyright year.
57143         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57145 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57147         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57148         builtins, define the macros in the C99 standard.
57149         (FP_FAST_FMAF): Likewise.
57150         (FP_FAST_FMAL): Likewise.
57151         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57152         multiply/add.
57153         (FP_FAST_FMAF): Likewise.
57155 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57157         [BZ #3268]
57158         * math/libm-test.inc (fma_test): Some new testcases.
57159         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57160         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57161         y and infinite z.  Do multiplication by C already in long double.
57162         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57163         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57164         y and infinite z.  Do bitwise or of inexact bit into u.d.
57165         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57166         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57167         * sysdeps/i386/fpu/s_fma.S: Removed.
57168         * sysdeps/i386/fpu/s_fmal.S: Removed.
57170 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57172         [BZ #3268]
57173         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57174         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57175         computation is not scheduled after fetestexcept.  Fix value
57176         of minimum denormal long double.
57178 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57180         [BZ #3268]
57181         * math/libm-test.inc (fma_test): Add some more tests.
57182         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57183         correctly.
57185 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57187         * scripts/data/localplt-s390-linux-gnu.data: New file.
57188         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57190 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57192         [BZ #3268]
57193         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57194         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57195         instead of dbl-64.
57196         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57197         inlines.
57198         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57199         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57200         if one of x and y is very large and the other is subnormal.
57201         * sysdeps/s390/fpu/s_fmaf.c: New file.
57202         * sysdeps/s390/fpu/s_fma.c: New file.
57203         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57204         * sysdeps/powerpc/fpu/s_fma.S: New file.
57205         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57206         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57207         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57209 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57211         [BZ #3268]
57212         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57213         fma tests.
57214         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57215         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57216         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57217         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57218         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57219         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57220         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57222 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57224         [BZ #12078]
57225         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57226         * posix/bug-regex31.input: Add test case.
57228 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57230         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57231         * posix/bug-regex31.input: New file.
57233         [BZ #12078]
57234         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57235         (parse_sub_exp): Fix last change, use postorder.
57237         * posix/bug-regex31.c: New file.
57238         * posix/Makefile: Add rules to build and run bug-regex31.
57240         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57242         [BZ #12078]
57243         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57245         [BZ #12108]
57246         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57247         to have entries in sys_siglist.
57249         [BZ #12093]
57250         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57251         be NULL.
57253 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57255         [BZ #3268]
57256         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57257         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57258         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57259         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57260         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57261         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57262         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57263         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57264         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57265         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57266         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57267         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57268         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57269         * math/ftestexcept.c (fetestexcept): Likewise.
57270         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57271         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57272         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57273         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57274         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57275         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57276         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57278 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57280         [BZ #12107]
57281         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57282         newline.
57284 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57286         * string/bug-strstr1.c: New file.
57287         * string/Makefile: Add rules to build and run bug-strstr1.
57289 2010-10-05  Eric Blake  <eblake@redhat.com>
57291         [BZ #12092]
57292         * string/str-two-way.h (two_way_long_needle): Always clear memory
57293         when skipping input due to the shift table.
57295 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57297         [BZ #12005]
57298         * malloc/mcheck.c: Handle large requests.
57300         [BZ #12077]
57301         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57302         for strncmp and strncasecmp.
57303         * string/stratcliff.c: Add tests for strcmp and strncmp.
57304         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57306 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57308         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57309         __set_fpscr.
57311 2010-09-30  Andreas Jaeger  <aj@suse.de>
57313         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57314         (CGROUP_SUPER_MAGIC): Define.
57315         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57316         Handle btrfs and cgroup file systems.
57317         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57318         Likewise.
57320 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57322         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57323         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57325 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57327         [BZ #12067]
57328         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57329         trying to locate the ELF header.
57331 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57333         [BZ #11611]
57334         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57335         Mask out sign-bit copies when constructing f_fsid.
57337 2010-09-24  Petr Baudis <pasky@suse.cz>
57339         * debug/stack_chk_fail_local.c: Add missing licence exception.
57340         * debug/warning-nop.c: Likewise.
57342 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57344         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57345         implementing getdents64 using getdents syscall, set d_type if
57346         __ASSUME_GETDENTS32_D_TYPE.
57348 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57350         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57351         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57353 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57355         [BZ #12037]
57356         * posix/unistd.h: Undo change of feature selection for ftruncate from
57357         2010-01-11.
57359 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57361         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57362         detection.
57364 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57366         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57367         fanotify_mark.
57368         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57370 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57372         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57373         variables after CHECK_SP call.
57374         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57376 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57377             Ulrich Drepper  <drepper@redhat.com>
57379         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57380         re-relocationg ld.so.
57381         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57382         _dl_init_paths call.
57383         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57384         here anymore.
57386 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57388         * resolv/res_init.c (__res_vinit): Count the default server we added.
57390 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57391             Ulrich Drepper  <drepper@redhat.com>
57393         [BZ #11968]
57394         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57395         (____longjmp_chk): Use %ebx for saving value across system call.
57396         Add unwind info.
57398 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57400         * manual/Makefile: Don't mix pattern rules with normal rules.
57402 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57404         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57405         operation.
57406         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57407         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57408         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57409         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57410         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57411         Likewise.
57413 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57415         [BZ #11979]
57416         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57417         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57419 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57421         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57422         * sysdeps/x86_64/addmul_1.S: Likewise.
57423         * sysdeps/x86_64/lshift.S: Likewise.
57424         * sysdeps/x86_64/mul_1.S: Likewise.
57425         * sysdeps/x86_64/rshift.S: Likewise.
57426         * sysdeps/x86_64/sub_n.S: Likewise.
57427         * sysdeps/x86_64/submul_1.S: Likewise.
57429 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57431         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57432         Define __sched_param instead of SCHED_* and sched_param when
57433         <bits/sched.h> is included with __need_schedparam defined.
57434         * bits/sched.h [__need_schedparam]
57435         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57436         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57437         (__defined_schedparam): Define to 1.
57438         (__sched_param): New structure, identical to sched_param.
57439         (__need_schedparam): Undefine.
57441 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57443         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57444         (epoll_create1): Declare.
57446         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57448 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57450         [BZ #7066]
57451         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57452         shifting retval into place.
57454 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57456         * nis/rpcsvc/nis.h: Update copyright notice.
57457         * nis/rpcsvc/nis.x: Likewise.
57458         * nis/rpcsvc/nis_callback.h: Likewise.
57459         * nis/rpcsvc/nis_callback.x: Likewise.
57460         * nis/rpcsvc/nis_object.x: Likewise.
57461         * nis/rpcsvc/nis_tags.h: Likewise.
57462         * nis/rpcsvc/yp.h: Likewise.
57463         * nis/rpcsvc/yp.x: Likewise.
57464         * nis/rpcsvc/ypupd.h: Likewise.
57465         * nis/yp_xdr.c: Likewise.
57466         * nis/ypupdate_xdr.c: Likewise.
57468         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57469         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57470         (pmap_getport): Use __libc_rpc_getport.
57471         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57472         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57473         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57475 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57478         fanotify_mark.
57480 2010-08-27  Roland McGrath  <roland@redhat.com>
57482         * sysdeps/i386/i686/multiarch/Makefile
57483         (CFLAGS-varshift.c): New variable.
57485 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57487         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57488         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57490         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57492         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57494 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57496         * sysdeps/x86_64/strlen.S: Unroll the loop.
57497         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57498         strlen-sse2 strlen-sse2-bsf.
57499         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57500         __strlen_no_bsf if bit_Slow_BSF is set.
57501         (__strlen_sse42): Removed.
57502         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57503         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57505 2010-08-25  Roland McGrath  <roland@redhat.com>
57507         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57508         * sysdeps/x86_64/multiarch/varshift.c: New file.
57509         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57510         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57511         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57512         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57514 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57516         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57517         strlen-sse2 strlen-sse2-bsf.
57518         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57519         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57520         (__strlen_sse2): Removed.
57521         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57522         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57524         bit_Slow_BSF for Atom.
57525         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57526         (index_Slow_BSF): Define.
57527         (HAS_SLOW_BSF): Define.
57529 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57531         [BZ #10851]
57532         * resolv/res_init.c (__res_vinit): When no server address at all
57533         is given default to loopback.
57535 2010-08-24  Roland McGrath  <roland@redhat.com>
57537         * configure.in: Remove config-name.h generation.
57538         * configure: Regenerated.
57539         * config-name.in: File removed.
57540         * scripts/config-uname.sh: New file.
57541         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57542         ($(objdir)config-name.h): New target.
57544         * sunrpc/rpc_parse.h: Avoid nested comment.
57546 2010-08-24  Richard Henderson  <rth@redhat.com>
57547             Ulrich Drepper  <drepper@redhat.com>
57548             H.J. Lu  <hongjiu.lu@intel.com>
57550         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57551         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57552         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57553         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57554         _mm_alignr_epi8 with _mm_loadu_si128.
57555         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57556         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57557         (__m128i_shift_right): Removed.
57558         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57559         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57560         * sysdeps/x86_64/multiarch/varshift.h: New file.
57561         * sysdeps/x86_64/multiarch/varshift.S: New file.
57563 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57565         * configure.in: Move assembler checks to before sysdep dir checking.
57567 2010-08-20  Petr Baudis  <pasky@suse.cz>
57569         * LICENSES: Sync the sunrpc license.
57571 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57573         * sunrpc/auth_des.c: Update copyright notice once again.
57574         * sunrpc/auth_none.c: Likewise.
57575         * sunrpc/auth_unix.c: Likewise.
57576         * sunrpc/authdes_prot.c: Likewise.
57577         * sunrpc/authuxprot.c: Likewise.
57578         * sunrpc/bindrsvprt.c: Likewise.
57579         * sunrpc/clnt_gen.c: Likewise.
57580         * sunrpc/clnt_perr.c: Likewise.
57581         * sunrpc/clnt_raw.c: Likewise.
57582         * sunrpc/clnt_simp.c: Likewise.
57583         * sunrpc/clnt_tcp.c: Likewise.
57584         * sunrpc/clnt_udp.c: Likewise.
57585         * sunrpc/clnt_unix.c: Likewise.
57586         * sunrpc/des_crypt.c: Likewise.
57587         * sunrpc/des_soft.c: Likewise.
57588         * sunrpc/get_myaddr.c: Likewise.
57589         * sunrpc/getrpcport.c: Likewise.
57590         * sunrpc/key_call.c: Likewise.
57591         * sunrpc/key_prot.c: Likewise.
57592         * sunrpc/openchild.c: Likewise.
57593         * sunrpc/pm_getmaps.c: Likewise.
57594         * sunrpc/pm_getport.c: Likewise.
57595         * sunrpc/pmap_clnt.c: Likewise.
57596         * sunrpc/pmap_prot.c: Likewise.
57597         * sunrpc/pmap_prot2.c: Likewise.
57598         * sunrpc/pmap_rmt.c: Likewise.
57599         * sunrpc/rpc/auth.h: Likewise.
57600         * sunrpc/rpc/auth_unix.h: Likewise.
57601         * sunrpc/rpc/clnt.h: Likewise.
57602         * sunrpc/rpc/des_crypt.h: Likewise.
57603         * sunrpc/rpc/key_prot.h: Likewise.
57604         * sunrpc/rpc/netdb.h: Likewise.
57605         * sunrpc/rpc/pmap_clnt.h: Likewise.
57606         * sunrpc/rpc/pmap_prot.h: Likewise.
57607         * sunrpc/rpc/pmap_rmt.h: Likewise.
57608         * sunrpc/rpc/rpc.h: Likewise.
57609         * sunrpc/rpc/rpc_des.h: Likewise.
57610         * sunrpc/rpc/rpc_msg.h: Likewise.
57611         * sunrpc/rpc/svc.h: Likewise.
57612         * sunrpc/rpc/svc_auth.h: Likewise.
57613         * sunrpc/rpc/types.h: Likewise.
57614         * sunrpc/rpc/xdr.h: Likewise.
57615         * sunrpc/rpc_clntout.c: Likewise.
57616         * sunrpc/rpc_cmsg.c: Likewise.
57617         * sunrpc/rpc_common.c: Likewise.
57618         * sunrpc/rpc_cout.c: Likewise.
57619         * sunrpc/rpc_dtable.c: Likewise.
57620         * sunrpc/rpc_hout.c: Likewise.
57621         * sunrpc/rpc_main.c: Likewise.
57622         * sunrpc/rpc_parse.c: Likewise.
57623         * sunrpc/rpc_parse.h: Likewise.
57624         * sunrpc/rpc_prot.c: Likewise.
57625         * sunrpc/rpc_sample.c: Likewise.
57626         * sunrpc/rpc_scan.c: Likewise.
57627         * sunrpc/rpc_scan.h: Likewise.
57628         * sunrpc/rpc_svcout.c: Likewise.
57629         * sunrpc/rpc_tblout.c: Likewise.
57630         * sunrpc/rpc_util.c: Likewise.
57631         * sunrpc/rpc_util.h: Likewise.
57632         * sunrpc/rpcinfo.c: Likewise.
57633         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57634         * sunrpc/rpcsvc/key_prot.x: Likewise.
57635         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57636         * sunrpc/rpcsvc/mount.x: Likewise.
57637         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57638         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57639         * sunrpc/rpcsvc/rex.x: Likewise.
57640         * sunrpc/rpcsvc/rstat.x: Likewise.
57641         * sunrpc/rpcsvc/rusers.x: Likewise.
57642         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57643         * sunrpc/rpcsvc/spray.x: Likewise.
57644         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57645         * sunrpc/rtime.c: Likewise.
57646         * sunrpc/svc.c: Likewise.
57647         * sunrpc/svc_auth.c: Likewise.
57648         * sunrpc/svc_authux.c: Likewise.
57649         * sunrpc/svc_raw.c: Likewise.
57650         * sunrpc/svc_run.c: Likewise.
57651         * sunrpc/svc_simple.c: Likewise.
57652         * sunrpc/svc_tcp.c: Likewise.
57653         * sunrpc/svc_udp.c: Likewise.
57654         * sunrpc/svc_unix.c: Likewise.
57655         * sunrpc/svcauth_des.c: Likewise.
57656         * sunrpc/xcrypt.c: Likewise.
57657         * sunrpc/xdr.c: Likewise.
57658         * sunrpc/xdr_array.c: Likewise.
57659         * sunrpc/xdr_float.c: Likewise.
57660         * sunrpc/xdr_mem.c: Likewise.
57661         * sunrpc/xdr_rec.c: Likewise.
57662         * sunrpc/xdr_ref.c: Likewise.
57663         * sunrpc/xdr_sizeof.c: Likewise.
57664         * sunrpc/xdr_stdio.c: Likewise.
57666         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57667         handling.
57669 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57671         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57673 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57675         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57676         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57677         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57678         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57679         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57680         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57681         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57682         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57683         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57684         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57685         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57686         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57687         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57688         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57690 2010-07-26  Anton Blanchard  <anton@samba.org>
57692         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57693         * malloc/arena.c (heap_trim): Likewise.
57695 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57697         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57698         here.  Not...
57699         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57700         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57702 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57704         * sysdeps/i386/elf/Makefile: New file.
57706 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57708         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57709         from fanotify_init.
57710         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57711         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57713 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57715         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57716         of strncasecmp_l.
57717         * sysdeps/multiarch/strcmp.S: Likewise.
57719 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57721         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57722         strncase_l-nonascii.
57723         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57724         Add strncase_l-ssse3.
57725         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57726         * sysdeps/x86_64/strcmp.S: Likewise.
57727         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57728         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57729         * sysdeps/x86_64/strncase.S: New file.
57730         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57731         * sysdeps/x86_64/strncase_l.S: New file.
57732         * string/Makefile (strop-tests): Add strncasecmp.
57733         * string/test-strncasecmp.c: New file.
57735         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57736         warning.
57738         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57739         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57741 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57743         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57745 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57747         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57748         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57749         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57751 2010-05-01  Alan Modra  <amodra@gmail.com>
57753         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57754         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57755         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57756         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57757         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57758         tidying.  Don't tail-call __sigjmp_save for static lib.
57759         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57760         save location.
57761         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57762         (CALL_MCOUNT): Add eh info, and nop after bl.
57763         (TAIL_CALL_SYSCALL_ERROR): New macro.
57764         (PSEUDO_RET): Use it.
57765         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57766         Correct save location of integer regs and cr.
57767         (_dl_profile_resolve): Correct cr save location.  Delete nops
57768         after bl when SHARED.  Reduce cfi size a little by better
57769         placement of cfi directives.
57770         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57771         make a stack frame.  Instead use parm save area as a temp.
57772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57773         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57775         Don't make a stack frame for parent, use parm save area.
57776         Increase child stack frame to 112 bytes.  Don't save unused reg,
57777         and adjust reg usage.  Set up cfi on error recovery and
57778         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57780         (__makecontext): Add dummy nop after jump to exit.
57781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57782         Use correct parm save area and cr save, reduce stack frame.
57783         Correct cfi for possible PSEUDO_RET frame setup.
57784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57785         Branch to local label emitted by PSEUDO_RET rather than
57786         __syscall_error.
57788 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57790         [BZ #11904]
57791         * locale/programs/locale.c (print_assignment): New function.
57792         (show_locale_vars): Use it.
57794 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57796         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57797         field.
57798         (struct statfs64): Likewise.
57799         (_STATFS_F_FLAGS): Define.
57800         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57801         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57802         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57803         (ST_VALID): Define locally.
57804         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57805         __statvfs_getflags, use the provided value.
57806         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57807         __ASSUME_STATFS_F_FLAGS.
57809         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57811         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57812         Add sys/fanotify.h.
57813         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57814         fanotify_mask for GLIBC_2.13.
57815         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57816         fanotify_init and fanotify_mark.
57817         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57818         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57820         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57821         Add prlimit.
57822         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57823         prlimit64 for GLIBC_2.13.
57824         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57825         prlimit64.
57826         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57827         syscall.
57828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57829         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57830         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57831         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57832         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57833         add prlimit alias.
57834         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57836         [BZ #11903]
57837         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57838         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57840         * nss/Makefile: Add rules to build and run tst-nss-test1.
57841         * shlib-versions: Add entry for libnss_test1.
57842         * nss/nss_test1.c: New file.
57843         * nss/tst-nss-test1.c: New file.
57845         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57846         (__nss_configure_lookup): Set appropriate entry in
57847         __nss_configure_lookup to true.
57848         * nss/nsswitch.h: Define enum with indeces of databases in
57849         databases and __nss_database_custom arrays.  Declare
57850         __nss_database_custom.
57851         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57852         to avoid using nscd when custom rules are installed.
57853         * nss/getXXbyYY_r.c: Likewise.
57854         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57856         * nss/nss_files/files-parse.c: Whitespace fixes.
57858 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57860         [BZ #11883]
57861         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57862         * posix/fnmatch_loop.c: Likewise.
57864 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57866         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57867         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57868         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57869         * Versions.def [GLIBC_2.13]: Add.
57871 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57873         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57874         Also fail if tpwd after pwuid call is NULL.
57876 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57878         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57879         when converting to ms.
57881 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57883         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57884         EOPNOTSUPP errors with ENOTTY.
57885         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57886         EOPNOTSUPP errors with ENOTTY.
57888 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57890         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57891         Add strcasecmp_l-ssse3.
57892         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57893         strcasecmp.
57894         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57895         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57896         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57898 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57900         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57902         * string/Makefile (strop-tests): Add strcasecmp.
57903         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57904         strcasecmp_l-nonascii.
57905         (gen-as-const-headers): Add locale-defines.sym.
57906         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57907         * sysdeps/x86_64/strcasecmp.S: New file.
57908         * sysdeps/x86_64/strcasecmp_l.S: New file.
57909         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57910         * sysdeps/x86_64/locale-defines.sym: New file.
57911         * string/test-strcasecmp.c: New file.
57913         * string/test-strcasestr.c: Test both ends of the range of characters.
57914         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57916 2010-07-29  Roland McGrath  <roland@redhat.com>
57918         [BZ #11856]
57919         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57921 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57923         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57924         for ld.so.
57926 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57928         * manual/memory.texi (Malloc Tunable Parameters): Document
57929         M_PERTURB.
57931 2010-07-26  Roland McGrath  <roland@redhat.com>
57933         [BZ #11840]
57934         * configure.in (-fgnu89-inline check): Set and substitute
57935         gnu89_inline, not libc_cv_gnu89_inline.
57936         * configure: Regenerated.
57937         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57939 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57941         * string/test-strnlen.c: New file.
57942         * string/Makefile (strop-tests): Add strnlen.
57943         * string/tester.c (test_strnlen): Add a few more test cases.
57944         * string/tst-strlen.c: Better error reporting.
57946         * sysdeps/x86_64/strnlen.S: New file.
57948 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57950         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57951         lower-latency instructions.
57953 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57955         * string/test-strcasestr.c: New file.
57956         * string/test-strstr.c: New file.
57957         * string/Makefile (strop-tests): Add strstr and strcasestr.
57958         * string/str-two-way.h: Don't undefine MAX.
57959         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57961 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57963         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57964         strcasestr-nonascii.
57965         (CFLAGS-strcasestr-nonascii.c): Define.
57966         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57967         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57968         Remove unused attribute.
57970 2010-07-20  Roland McGrath  <roland@redhat.com>
57972         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57973         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57974         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57975         like LD_HWCAP_MASK can disable hwcaps.
57977 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57979         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57981 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57983         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57984         call in strcasestr.
57985         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57986         __strcasestr_sse42_nonascii.
57987         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57988         strcasestr-nonascii.c.
57989         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57991 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57993         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57994         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57995         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57996         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57998 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58000         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58001         fcntl.
58003 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58005         [BZ #11577]
58006         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58007         dl_signal_cerror.
58009 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58011         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58012         _PC_PIPE_BUF using F_GETPIPE_SZ.
58014 2010-07-05  Roland McGrath  <roland@redhat.com>
58016         * manual/arith.texi (Rounding Functions): Fix rint description
58017         implicit in round description.
58019 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58021         * elf/Makefile: Fix linking for a few tests to make recent linker
58022         happy.
58024 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58026         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58027         $(common-objpfx)libc_nonshared.a.
58029 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58031         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58032         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58033         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58034         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58035         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58036         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58037         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58038         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58053         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58054         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58055         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58056         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58057         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58058         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58059         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58060         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58061         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58062         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58063         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58064         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58080 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58082         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58083         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58084         * string/memmove.c (memmove): Renamed to ...
58085         (MEMMOVE): ...this.  Default to memmove.
58086         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58087         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58088         (END_CHK): Define.
58089         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58090         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58091         mempcpy-ssse3-back memmove-ssse3-back.
58092         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58093         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58094         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58095         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58096         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58097         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58098         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58099         * sysdeps/x86_64/multiarch/memmove.c: New file.
58100         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58101         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58102         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58103         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58104         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58105         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58106         Define.
58107         (index_Fast_Copy_Backward): Define.
58108         (HAS_ARCH_FEATURE): Define.
58109         (HAS_FAST_REP_STRING): Define.
58110         (HAS_FAST_COPY_BACKWARD): Define.
58112 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58114         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58115         Restore proper fallback handling.
58117 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58119         [BZ #11701]
58120         * posix/group_member.c (__group_member): Correct checking loop.
58122         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58123         OOM in getpwuid_r correctly.  Return error number when the caller
58124         should return, otherwise -1.
58125         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58126         call returning > 0 value.
58127         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58129 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58131         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58132         libc_nonshared.a from targets in modules-names.
58134 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58136         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58137         requires it.
58139 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58141         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58142         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58143         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58144         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58146 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58148         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58150 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58152         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58153         and F_GETPIPE_SZ.
58154         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58155         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58156         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58157         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58158         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58159         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58161 2010-06-14  Roland McGrath  <roland@redhat.com>
58163         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58165 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58167         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58168         __REDIRECT followed by __THROW.
58169         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58170         * posix/getopt.h (getopt): Likewise.
58172 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58174         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58175         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58176         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58177         in AT_FLAGS.
58178         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58179         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58181 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58183         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58185 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58187         [BZ #11640]
58188         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58189         Properly check family and model.
58191 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58193         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58195 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58197         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58199 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58201         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58202         symbol reference.
58204 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58206         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58207         symbol reference.
58209 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58211         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58212         and internal_recvmmsg.
58213         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58214         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58215         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58216         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58218         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58219         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58220         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58222 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58224         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58226 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58228         POWER7 optimizations.
58229         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58230         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58232 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58234         * version.h: Update for 2.13 development version.
58236 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58238         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58239         exceptions.  Return 0.
58241 2010-05-07  Roland McGrath  <roland@redhat.com>
58243         * elf/ldconfig.c (main): Add a const.
58245 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58247         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58248         (args_options): Add no-idn option.
58249         (ahosts_keys_int): Add idn_flags to ai_flags.
58250         (parse_option): Handle 'i' option to clear idn_flags.
58252         * malloc/malloc.c (_int_free): Possible race in the most recently
58253         added check.  Only act on the data if no current modification
58254         happened.
58256 See ChangeLog.17 for earlier changes.