pldd: Use struct scratch_buffer instead of extend_alloca
[glibc.git] / ChangeLog
blob6bd6303f85f6711e7a7d4830b0d7d1bddb07c023
1 2015-04-08  Florian Weimer  <fweimer@redhat.com>
3         * elf/pldd.c (main): Rewrite to use struct
4         scratch_buffer instead of extend_alloca.
5         * elf/pldd-xx.c (find_maps): Likewise.
7 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
9         * math/auto-libm-test-in: Add more tests of cbrt.
10         * math/auto-libm-test-out: Regenerated.
11         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13         * math/auto-libm-test-in: Add more tests of cabs.
14         * math/auto-libm-test-out: Regenerated.
15         * sysdeps/i386/fpu/libm-test-ulps: Update.
16         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18         [BZ #18210]
19         [BZ #18211]
20         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
21         (__ieee754_atan2): Set FE_TONEAREST mode for internal
22         computations.
23         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
24         clog10.
25         * math/auto-libm-test-out: Regenerated.
26         * sysdeps/i386/fpu/libm-test-ulps: Update.
27         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29         [BZ #18197]
30         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
31         (atan): Set FE_TONEAREST mode for internal computations.
32         * math/auto-libm-test-in: Add more tests of atan.
33         * math/auto-libm-test-out: Regenerated.
35 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
37         [BZ #17930]
38         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
40 2015-04-07  Florian Weimer  <fweimer@redhat.com>
42         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
44 2015-04-07  Florian Weimer  <fweimer@redhat.com>
46         * include/scratch_buffer.h: New file.
47         * malloc/scratch_buffer_grow.c: Likewise.
48         * malloc/scratch_buffer_grow_preserve.c: Likewise.
49         * malloc/scratch_buffer_set_array_size.c: Likewise.
50         * malloc/tst-scratch_buffer.c: Likewise.
51         * malloc/Makefile (routines): Add scratch_buffer_grow.
52         (tests): Add test case.
53         * malloc/Versions (GLIBC_PRIVATE): Export
54         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
55         __libc_scratch_buffer_set_array_size.
57 2015-04-06  Richard Henderson  <rth@redhat.com>
59         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
60         * sysdeps/alpha/fpu/libm-test-ulps: Update.
62         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
63         unsigned int before printing.
65 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
67         [BZ #17596]
68         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
69         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
71 2015-04-02  Florian Weimer  <fweimer@redhat.com>
73         * include/libc-internal.h (libc_max_align_t): Define.
75 2015-04-02  Andreas Schwab  <schwab@suse.de>
77         [BZ #16850]
78         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
80 2015-04-02  Mel Gorman  <mgorman@suse.de>
82         [BZ #17195]
83         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
84         as well as the main arena.
86 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
88         [BZ #18185]
89         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
90         sharing L2 cache to 2 for Silvermont/Knights Landing.
92 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
94         [BZ #17711]
95         * config.make.in (have-protected-data): New.
96         * configure.ac: Check linker support for protected data symbol.
97         * configure: Regenerated.
98         * elf/Makefile (modules-names): Add tst-protected1moda and
99         tst-protected1modb if $(have-protected-data) is yes.
100         (tests): Add tst-protected1a and tst-protected1b if
101         $(have-protected-data) is yes.
102         ($(objpfx)tst-protected1a): New.
103         ($(objpfx)tst-protected1b): Likewise.
104         (tst-protected1modb.so-no-z-defs): Likewise.
105         * elf/tst-protected1a.c: New file.
106         * elf/tst-protected1b.c: Likewise.
107         * elf/tst-protected1mod.h: Likewise.
108         * elf/tst-protected1moda.c: Likewise.
109         * elf/tst-protected1modb.c: Likewise.
111 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
113         [BZ #17711]
114         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
115         indicates it is called from do_lookup_x on relocation against
116         protected data, skip the data definion in the executable from
117         copy reloc.
118         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
119         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
120         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
121         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
122         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
123         otherwise to 0.
124         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
125         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
126         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
127         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
128         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
129         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
131 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
133         * sysdeps/nptl/pthread.h: Remove duplicate definition of
134         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
136 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
138         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
139         THREAD_SETMEM_NC.
140         * sysdeps/x86_64/nptl/tls.h: Ditto.
142 2015-03-27  Roland McGrath  <roland@hack.frob.com>
144         * dlfcn/tststatic.c (main): Converted to ...
145         (do_test): ... this.
146         (TEST_FUNCTION): New macro.
147         Include test-skeleton.c.
149 2015-03-26  Alan Modra  <amodra@gmail.com>
151         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
152         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
153         zero for undefined weak.
154         (elf_machine_plt_conflict): Similarly.
156 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
158         * math/auto-libm-test-in: Add more tests of acosh, asinh and
159         atanh.
160         * math/auto-libm-test-out: Regenerated.
161         * sysdeps/i386/fpu/libm-test-ulps: Update.
162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
164         * math/auto-libm-test-in: Add another test of asin.
165         * math/auto-libm-test-out: Regenerated.
166         * sysdeps/i386/fpu/libm-test-ulps: Update.
167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
169         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
170         Remove macro.
171         (LLL_EBX_REG): Likewise.
172         (LLL_ENTER_KERNEL): Likewise.
174         * math/auto-libm-test-in: Add more tests of asin.
175         * math/auto-libm-test-out: Regenerated.
176         * sysdeps/i386/fpu/libm-test-ulps: Update.
177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
179         [BZ #18138]
180         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
181         libc_do_syscall_args): New structure.
182         (INTERNAL_SYSCALL_MAIN_0): New macro.
183         (INTERNAL_SYSCALL_MAIN_1): Likewise.
184         (INTERNAL_SYSCALL_MAIN_2): Likewise.
185         (INTERNAL_SYSCALL_MAIN_3): Likewise.
186         (INTERNAL_SYSCALL_MAIN_4): Likewise.
187         (INTERNAL_SYSCALL_MAIN_5): Likewise.
188         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
189         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
190         Replace conditional definitions by conditional definitions of ....
191         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
192         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
193         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
194         (libpthread-sysdep_routines): Add libc-do-syscall.
195         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
196         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
197         to __NR_futex not 240.
199 2015-03-25  Alan Modra  <amodra@gmail.com>
201         * NEWS: Advertise TLS optimization.
202         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
203         (DT_PPC_NUM): Increment.
204         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
205         (CHECK_STATIC_TLS): Use here.
206         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
207         TLS descriptors.
208         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
209         * sysdeps/powerpc/dl-tls.c: New file.
210         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
211         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
212         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
213         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
218 2015-03-25  Alan Modra  <amodra@gmail.com>
220         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
221         for overlapping .opd entries" to "support...".
222         * sysdeps/powerpc/powerpc64/configure: Regenerate
224 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
226         * math/auto-libm-test-in: Add more tests of acos.
227         * math/auto-libm-test-out: Regenerated.
228         * sysdeps/i386/fpu/libm-test-ulps: Update.
229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
231         * math/auto-libm-test-in: Add more tests of expm1.
232         * math/auto-libm-test-out: Regenerated.
233         * sysdeps/i386/fpu/libm-test-ulps: Update.
234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
236 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
238         * math/auto-libm-test-in: Add more tests of cosh and sinh.
239         * math/auto-libm-test-out: Regenerated.
240         * sysdeps/i386/fpu/libm-test-ulps: Update.
241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
243         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
246         * math/auto-libm-test-in: Add more tests of log2.
247         * math/auto-libm-test-out: Regenerated.
248         * sysdeps/i386/fpu/libm-test-ulps: Update.
249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
251 2015-03-23  Roland McGrath  <roland@hack.frob.com>
253         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
254         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
255         _IO_IS_APPENDING bit in READ_WRITE instead.
257 2015-03-23  Florian Weimer  <fweimer@redhat.com>
259         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
260         (__determine_cpumask_size): Replace extend_alloca with a
261         variable-length array.  Do not treat res == 0 as an error.
263 2015-03-23  Florian Weimer  <fweimer@redhat.com>
265         [BZ #18100]
266         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
267         and integer overflow.
268         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
269         (main): Add integer overflow tests.
270         * manual/pattern.texi (Calling Wordexp): Document additional use
271         for WRDE_SYNTAX.
273 2015-03-23  Alan Modra  <amodra@gmail.com>
275         * config.h.in: Remove HAVE_ASM_PPC_REL16.
276         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
277         and false branch of conditional.
278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
279         Likewise.
281 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
283         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
284         libc-modules.h
285         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
286         unused declaration of _hurd_intr_rpc_msg_in_trap.
287         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
288         defined instead of whether it is non-zero.
289         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
290         input constraint instead of both input and output constraint.  Use ecx
291         clobber instead of %ecx.
292         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
293         mutex_unlock): Use a statement expression instead of an expression list.
294         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
295         type to vm_size_t instead of vm_address_t.
296         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
297         defined instead of whether it is non-zero.
298         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
299         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
300         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
301         comparisons with mapaddr.
302         * nscd/nscd-client.h: Include <time.h>.
303         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
304         9th parameter to __vm_region instead of int.
305         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
306         * scripts/check-local-headers.sh (exclude): Add device/,
307         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
308         cthreads.h.
310 2015-03-19  Roland McGrath  <roland@hack.frob.com>
312         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
313         to account for alignment padding.
314         * sysdeps/arm/memmove.S: Likewise.
316 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
318         * sysdeps/unix/sysv/linux/generic/README: New file.
320 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
322         [BZ #18138]
323         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
324         (futex_abstimed_wait)
325         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
326         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
327         of lll_futex_timed_wait.
329 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
331         [BZ #17542]
332         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
334 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
336         [BZ #17090]
337         [BZ #17620]
338         [BZ #17621]
339         [BZ #17628]
340         * NEWS: Update.
341         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
342         entries with Static TLS too.  Skip entries past the end of the
343         allocated DTV, from Alan Modra.
344         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
345         Static TLS DTV entry set up from...
346         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
347         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
348         * nptl/allocatestack.c (init_one_static_tls): ... and here...
349         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
350         for Static TLS.
351         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
352         that the slot we find is associated with the given map before
353         using its generation count.
354         * nptl_db/db_info.c: Include ldsodefs.h.
355         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
356         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
357         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
358         (link_map::l_tls_offset): New struct field.
359         (dtv_t::counter): Likewise.
360         (rtld_global): New struct.
361         (_rtld_global): New rtld variable.
362         (dl_tls_dtv_slotinfo_list): New rtld global field.
363         (dtv_slotinfo_list): New struct.
364         (dtv_slotinfo): Likewise.
365         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
366         (td_lookup): Rename to...
367         (td_mod_lookup): ... this.  Use new mod parameter instead of
368         LIBPTHREAD_SO.
369         * nptl_db/td_thr_tlsbase.c: Include link.h.
370         (dtv_slotinfo_list, dtv_slotinfo): New functions.
371         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
372         addresses even if the DTV is out of date or missing them.
373         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
374         index zero-length arrays.
375         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
376         (td_lookup): Make it a macro implemented in terms of...
377         (td_mod_lookup): ... this declaration.
378         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
379         (DB_MAIN_VARIABLE): Likewise.
381 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
383         [BZ #18134]
384         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
386 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
388         * stdlib/setenv.c (__add_to_environ): Revert previous change.
390 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
392         [BZ #18128]
393         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
394         (atomic_add, atomic_increment_and_test)
395         (atomic_decrement_and_test): Fix 64-bit arithmetic.
397 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
399         * stdlib/setenv.c (__add_to_environ):
400         Dump core quickly if setenv (..., NULL, ...) is called.
402 2015-03-13  Roland McGrath  <roland@hack.frob.com>
404         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
405         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
406         all the necessary asm magic in one place.
407         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
408         using those.
410 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
412         [BZ #14906]
413         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
414         traced file mtime. Use consistent log message.
415         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
416         (register_traced_file): Call install_watches. Always set mtime.
417         (invalidate_cache): Iterate over all trace files. Call install_watches.
418         (inotify_check_files): Don't inline. Handle watching parent
419         directories and configuration file movement in and out.
420         (handle_inotify_events): New function.
421         (main_loop_poll): Call handle_inotify_events.
422         (main_loop_epoll): Likewise.
423         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
424         (struct traced_file): Use array of inotify fds. Add parent directory,
425         and basename.
426         (struct database_dyn): Remove unused file_mtime.
427         (init_traced_file): New inline function.
428         (define_traced_file): New macro.
429         * nss/nss_db/db-init.c: Use define_traced_file.
430         (_nss_db_init): Use init_traced_file.
431         * nss/nss_files/files-init.c: Use define_traced_file.
432         (_nss_files_init): Use init_traced_file.
434 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
436         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
437         [_LIBC]: Do not include <stdlib.h>.
438         [!_LIBC] (abort): Remove declaration.
439         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
440         _FP_STATIC_ASSERT instead of conditionally calling abort.
441         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
442         (_FP_EXTEND_CNAN): Likewise.
443         (FP_TRUNC): Likewise.
444         (__FP_CLZ): Likewise.
445         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
447 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
449         * manual/string.texi (XPG basename): Fix prototype.
451 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
453         [BZ #18080]
454         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
455         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
456         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
457         (__setcontext): Likewise.
458         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
459         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
460         Call rt_sigprocmask syscall one time to set new signal mask
461         and retrieve the current signal mask instead of two calls.
462         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
463         (__swapcontext): Likewise.
464         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
465         * stdlib/tst-setcontext2.c: New file.
467 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
469         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
471 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
473         [BZ #18093]
474         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
475         the wrong size.
477 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
479         [BZ #18043]
480         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
482 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
484         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
485         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
486         Remove define.
487         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
488         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
489         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
490         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
491         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
492         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
493         define.
494         * nptl_db/td_symbol_list.c (td_lookup): Remove
495         HAVE_ASM_GLOBAL_DOT_NAME code.
496         * sysdeps/powerpc/powerpc64/configure.ac: Remove
497         HAVE_ASM_GLOBAL_DOT_NAME check.
498         * sysdeps/powerpc/powerpc64/configure: Regenerate.
499         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
500         (DOT_LABEL): Remove define.
501         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
502         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
503         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
504         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
505         (__TLS_GET_ADDR): Likewise.
506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
507         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
509 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
511         [BZ #18111]
512         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
513         (_FPU_SETCW): Initialize cw from fpsr before storing.
514         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
515         (fesetexceptflag): Rewrite using fpu_control.h.
516         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
518 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
520         [BZ #18110]
521         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
522         asms.
523         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
525 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
527         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
528         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
529         abort.
530         (_FP_FMA): Likewise.
531         (_FP_DIV): Likewise.
533 2015-03-10  Roland McGrath  <roland@hack.frob.com>
535         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
536         with 0 in that case.
537         * Makefile (summarize-tests): New canned sequence, factored out of
538         commands for targets tests and xtests.  Display summary lines that
539         don't start with PASS: or XFAIL: rather than ones that do start with
540         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
541         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
542         do start with ERROR: or FAIL:.
543         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
544         (except for [$(build-shared) = yes]).
545         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
546         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
547         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
548         * nptl/Makefile: Revert 2015-03-04 changes.
549         [$(CXX) empty] (tests-unsupported): New variable.
550         * debug/Makefile: Likewise.
552         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
553         gnulib file.  Replace __attribute with __attribute__ throughout.
555 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
557         * sysdeps/hppa/fpu/libm-test-ulps: Update.
559 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
561         [BZ #18104]
562         * math/auto-libm-test-in: Add another test of pow.
563         * math/auto-libm-test-out: Regenerated.
565 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
567         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
568         $(config-cflags-nofma).
570 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
572         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
573         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
574         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
575         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
576         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
577         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
578         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
579         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
580         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
581         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
582         Add comment on closing #endif.
584 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
586         * posix/wordexp.c (CHAR_IN_SET): New macro.
587         (parse_param): Use it.
589 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
591         * sysdeps/powerpc/fpu/libm-test-ulps: update.
593 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
595         [BZ #18043]
596         * posix/wordexp.c (parse_param): Fix buffer overflow.
597         * posix/wordexp-test.c (test_case): Add test case.
599 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
601         [BZ #18042]
602         * posix/wordexp.c (parse_backtick): Fix off-by-one.
603         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
605 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
607         [BZ #18043]
608         * posix/wordexp-test.c (test_case): Add test for BZ #18043
609         (do_bz18043): Delete.
610         (at_page_end): New.
611         (testit): Refactor to have words at the edge of unreadable page.
613 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
615         [BZ #16734]
616         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
617         Cleanup read-only streams as well.
618         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
620 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
622         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
623         <bits/libc-lockP.h>
625 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
627         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
628         on [__KERNEL__].
629         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
630         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
631         * soft-fp/op-common.h (_FP_DECL): Likewise.
633 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
635         * elf/ifuncdep2.c (global): Replace
636         __attribute__((visibility("protected"))) with
637         asm (".protected global").
638         * elf/ifuncmod1.c (global): Likewise.
639         * elf/ifuncmod5.c (global): Likewise.
641 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
643         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
644         <asm/sfp-machine.h> instead of <sfp-machine.h>.
646 2015-03-06  Roland McGrath  <roland@hack.frob.com>
648         * manual/install.texi (Configuring and compiling):
649         Document test-wrapper-env-only.
650         * INSTALL: Regenerated.
652 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
654         [BZ #18043]
655         * posix/wordexp.c (parse_param): Fix buffer overflow.
656         * posix/wordexp-test.c (do_bz18043): Add test case.
658 2015-03-06  Vincent Bernat  <vincent@bernat.im>
660         * time/tst-strptime2.c (do_test): Ensure failing tests are
661         reported correctly.
662         * time/tst-strptime3.c (do_test): Likewise.
664 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
666         Fix aio_error thread-safety.
667         * sysdeps/pthread/aio_error.c: New file
668         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
669         synchronization.
671 2015-03-06  Florian Weimer  <fweimer@redhat.com>
673         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
674         (group_number, vfprintf): Use it.
675         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
676         (JUMP, REF): Use it.
677         (WORK_BUFFER_SIZE): New enum constant.
678         (process_arg, vfprintf): Use it.
680 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
682         * manual/errno.texi (Error Messages): Complete example function
683         by adding missing #define.
684         (program_invocation_name): Add statement indicating GNU
685         extension and reference which header file declares the variable.
686         (program_invocation_short_name): Likewise.
688 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
690         * manual/errno.texi (Error Messages): Delete strerror ISO C89
691         compatibility note.
693 2015-03-05  Roland McGrath  <roland@hack.frob.com>
695         * Makeconfig (test-wrapper-env-only): New variable.
696         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
697         then use that with $(test-wrapper-env-only) rather than using
698         $(test-wrapper-env) $(run-program-env) $($*-ENV).
700 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
702         [BZ #18082]
703         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
704         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
705         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
706         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
707         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
708         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
709         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
710         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
711         Likewise.
712         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
713         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
714         Likewise.
715         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
716         Likewise.
717         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
718         Likewise.
719         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
720         Likewise.
721         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
722         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
723         Likewise.
724         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
725         Likewise.
726         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
727         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
729 2015-03-04  Roland McGrath  <roland@hack.frob.com>
731         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
732         (ETH_ALEN): New macro.
733         (struct ether_addr): Use it for length of ether_addr_octet.
735         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
736         (setdb): Don't call __nss_configure_lookup for "rpc".
737         (do_test): Don't call test_rpc.
738         (output_rpcent, test_rpc): Functions moved ...
739         * sunrpc/test-rpcent.c: ... to this new file.
740         * sunrpc/Makefile (tests): Add it.
742         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
743         __xpg_sigpause.
744         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
745         * nptl/tst-signal6.c: Likewise.
746         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
747         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
749         * configure.ac (libc_cv_cxx_link_ok): New check.
750         Reset CXX to empty if it fails to link.
751         * configure: Regenerated.
752         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
753         bug-atexit3-lib only if $(CXX) is nonempty.
754         * nptl/Makefile (tests): Likewise for tst-cancel24.
755         (tests, tests-static): Likewise for tst-cancel24-static.
756         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
757         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
758         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
759         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
761 2015-03-04  Andreas Schwab  <schwab@suse.de>
763         [BZ #17631]
764         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
765         for non-GCC compilers.
766         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
767         Likewise.
769 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
771         [BZ #17776]
772         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
773         integer before bitwise and assembly operations.
774         (feclearexcept): Likewise.
775         * math/test-fenvinline.c: New file.
776         * math/Makefile: Add test-fenvinline test.
778 2015-03-03  Alan Modra  <amodra@gmail.com>
780         [BZ #16512]
781         * scripts/localplt.awk: Strip off symbol version.
782         * NEWS: Mention bug fix.
784 2015-03-02  Roland McGrath  <roland@hack.frob.com>
786         * sysdeps/pthread/timer_routines.c
787         (timer_free_list, thread_free_list, thread_active_list): Make static.
789 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
791         [BZ #17779]
792         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
793         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
794         Undefine.
795         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
796         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
797         Likewise.
798         * sysdeps/unix/sysv/linux/sh/kernel-features.h
799         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
800         Likewise.
802 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
804         [BZ #18036]
805         * posix/fnmatch_loop.c (END): Detect invalid pattern.
806         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
808 2015-03-02  Andreas Schwab  <schwab@suse.de>
810         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
811         variable name.
813 2015-03-02  Florian Weimer  <fweimer@redhat.com>
815         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
816         Return error status.
818 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
820         [BZ #15969]
821         * locale/findlocale.c (_nl_find_locale): Introduce const
822         version of loc_name and drop unsafe type casts.
824 2015-02-27  Roland McGrath  <roland@hack.frob.com>
826         * dlfcn/tststatic2.c (main): Converted to ...
827         (do_test): ... this.
828         (TEST_FUNCTION): New macro.
829         Include test-skeleton.c.
831 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
833         [BZ #17711]
834         * elf/Makefile (tests): Add vismain only if PIE is enabled.
835         (tests-pie): Add vismain.
836         (CFLAGS-vismain.c): New.
837         * elf/vismain.c: Add comments for PIE requirement.
839 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
841         [BZ #18046]
842         [BZ #18047]
843         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
844         0x1p-56L as threshold for just returning the argument.
845         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
846         0x1p-32L as threshold for just returning the argument.
847         * math/auto-libm-test-in: Add more tests of atanh.
848         * math/auto-libm-test-out: Regenerated.
849         * sysdeps/i386/fpu/libm-test-ulps: Update.
850         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
852 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
854         * string/bcopy.c (bcopy): Call memmove for performance.
856 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
858         * string/bzero.c (__bzero): Call memset for performance.
860 2015-02-27  John David Anglin  <dave.anglin@bell.net>
862         [BZ #18068]
863         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
864         to 00100000.
866 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
868         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
870 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
872         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
873         (__kernel_standard): Use CSTR macro when setting exc.name.
874         * sysdeps/ieee754/Makefile [$(subdir) = math]
875         (CFLAGS-k_standard.c): Remove variable.
877         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
878         setting p and q from "else if" to "else".
879         (qzero): Likewise.
880         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
881         (qone): Likewise.
882         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
883         (qzerof): Likewise.
884         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
885         (qonef): Likewise.
886         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
887         (qzero): Likewise.
888         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
889         (qone): Likewise.
891         [BZ #18038]
892         [BZ #18039]
893         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
894         return pi/2 for arguments below 0x1p-113L.
895         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
896         return pi/2 for arguments below 0x1p-106L.
897         * math/auto-libm-test-in: Add more tests of acos.
898         * math/auto-libm-test-out: Regenerated.
900         [BZ #16351]
901         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
902         (MO): New macro.
903         (__ieee754_asin): Force underflow exception for results with small
904         absolute value.
905         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
906         (MO): New macro.
907         (__ieee754_asinf): Force underflow exception for results with
908         small absolute value.
909         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
910         (__ieee754_asin): Force underflow exception for results with small
911         absolute value.
912         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
913         (__ieee754_asinf): Force underflow exception for results with
914         small absolute value.
915         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
916         (__ieee754_asinl): Force underflow exception for results with
917         small absolute value.
918         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
919         (__ieee754_asinl): Force underflow exception for results with
920         small absolute value.
921         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
922         (__ieee754_asinl): Force underflow exception for results with
923         small absolute value.
924         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
925         Include <math.h>.
926         * math/auto-libm-test-in: Do not mark underflow exceptions as
927         possibly missing for bug 16351.
928         * math/auto-libm-test-out: Regenerated.
930         [BZ #18030]
931         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
932         of power of 2 down when low part has opposite sign.
933         * math/libm-test.inc (logb_test_data): Add more tests.
935 2015-02-26  Andreas Schwab  <schwab@suse.de>
937         [BZ #18032]
938         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
939         over collating symbol inside a bracket expression.  Minor cleanup.
940         * posix/tst-fnmatch3.c (do_test): Add test case.
942 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
944         [BZ #18029]
945         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
946         Adjust exponent of power of 2 down when low part has opposite
947         sign.
948         * math/libm-test.inc (ilogb_test_data): Add more tests.
950 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
952         [BZ #15969]
953         * locale/findlocale.c (_nl_find_locale): Fix constness error in
954         the previous change.
956         [BZ #15969]
957         * locale/findlocale.c (_nl_find_locale): Retry archive search
958         after alias expansion.
960 2015-02-25  Roland McGrath  <roland@hack.frob.com>
962         * iconv/tst-iconv3.c (main): Converted to ...
963         (do_test): ... this.
964         (TEST_FUNCTION): New macro.
965         Include test-skeleton.c.
967         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
968         (convert): Make function static.
969         (test_unalign): Likewise.  Add const to argument pointee types.
970         (main): Replace with static function do_test.
971         Print "Succeeded." only if RET is zero.
972         (TEST_FUNCTION): New macro.
973         Include test-skeleton.c.
975         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
976         returns a null pointer.
978 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
980         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
981         to __memcpy_ppc only for static builds.
983 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
985         [BZ #18020]
986         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
987         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
988         * math/auto-libm-test-in: Add more tests of asinh.
989         * math/auto-libm-test-out: Regenerated.
990         * sysdeps/i386/fpu/libm-test-ulps: Update.
991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
993 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
995         [BZ #15850]
996         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
997         and ip6_mtuinfo definitions here.
998         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
999         in this define too.  Update comment.
1001 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1003         * elf/sprof.c (load_shobj): Tweak error message to match others.
1005 2015-02-24  Kevin Easton  <kevin@guarana.org>
1007         [BZ #16145] (partial fix)
1008         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1009         to reduce lock contention.
1011 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1013         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1014         (struct timex): Update time comment.
1015         (ADJ_SETOFFSET): Define.
1017 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1019         [BZ #18019]
1020         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1021         2**56 not 2**28 as threshold for log (2x) formula.
1022         * math/auto-libm-test-in: Add more tests of acosh.
1023         * math/auto-libm-test-out: Regenerated.
1024         * sysdeps/i386/fpu/libm-test-ulps: Update.
1025         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1027 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1029         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1030         parenthesis around the buf assignment.
1031         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1033 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1035         [BZ #16783]
1036         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1037         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1038         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1039         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1040         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1041         * math/libm-test.inc (scalb_test_data): Add more tests.
1043 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1045         [BZ #17916]
1046         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1047         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1049 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1051         [BZ #17523]
1052         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1053         * io/bits/fcntl2.h (open): Use it.
1054         (openat): Likewise.
1055         * io/open.c (__libc_open): Likewise.
1056         * io/open64.c (__libc_open64): Likewise.
1057         * io/open64_2.c (__open64_2): Likewise.
1058         * io/open_2.c (__open_2): Likewise.
1059         * io/openat.c (__openat): Likewise.
1060         * io/openat64.c (__openat64): Likewise.
1061         * io/openat64_2.c (__openat64_2): Likewise.
1062         * io/openat_2.c (__openat_2): Likewise.
1063         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1064         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1065         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1066         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1067         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1068         (__open_nocancel): Likewise.
1069         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1070         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1071         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1073 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1075         [BZ #14841]
1076         * resolv/gethnamaddr.c (getanswer): Skip logging if
1077         RES_USE_DNSSEC is set.
1078         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1080 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1082         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1084 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1086         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1087         201304L, for Unicode 7.
1089 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1091         [BZ #17836]
1092         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1093         shared library.  Add gmon-start.os otherwise.
1094         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1095         $(objpfx)gmon-start.os if builing shared library.
1096         ($(objpfx)g$(static-start-installed-name)): Likewise.
1098 2015-02-23  Andreas Schwab  <schwab@suse.de>
1100         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1102 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1104         [BZ #17269]
1105         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1106         (enlarge_userbuf): Likewise.
1108 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1110         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1111         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1112         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1113         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1115 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1117         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1118         expression inside statement expression.
1120 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1122         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1123         <sysdeps/nptl/lowlevellock.h> and remove macros and
1124         functions that are now defined there.
1125         (SYS_futex): Remove.
1126         (lll_compare_and_swap): Remove.
1127         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1129 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1131         [BZ #17999]
1132         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1133         instead of scandirat.
1134         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1135         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1136         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1137         __scandirat.
1138         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1139         (__scandirat): Declare.  Use libc_hidden_proto.
1140         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1141         Remove variable.
1142         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1144 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1146         [BZ #15319]
1147         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1148         (MO): New macro.
1149         (__ieee754_atan2): For results with small absolute value, force
1150         underflow exception and remove excess range and precision from
1151         return value.
1152         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1153         (MO): New macro.
1154         (__ieee754_atan2f): For results with small absolute value, force
1155         underflow exception and remove excess range and precision from
1156         return value.
1157         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1158         (MO): New macro.
1159         (__atan): For results with small absolute value, force underflow
1160         exception and remove excess range and precision from return value.
1161         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1162         (MO): New macro.
1163         (__atanf): For results with small absolute value, force underflow
1164         exception and remove excess range and precision from return value.
1165         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1166         <math.h>.
1167         (__ieee754_atan2): Force underflow exception for results with
1168         small absolute value.
1169         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1170         <math_private.h>.
1171         (atan): Force underflow exception for results with small absolute
1172         value.
1173         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1174         (__atanf): Force underflow exception for results with small
1175         absolute value.
1176         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1177         <math.h>.
1178         (__atanl): Force underflow exception for results with small
1179         absolute value.
1180         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1181         (__atanl): Force underflow exception for results with small
1182         absolute value.
1183         * sysdeps/x86/fpu/bits/mathinline.h
1184         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1185         (__ieee754_atan2): Only define inline for long double.
1186         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1187         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1188         * math/auto-libm-test-in: Do not mark underflow exceptions as
1189         possibly missing for bug 15319.  Add more tests of atan2.
1190         * math/auto-libm-test-out: Regenerated.
1191         * math/libm-test.inc (casin_test_data): Do not mark underflow
1192         exceptions as possibly missing for bug 15319.
1193         (casinh_test_data): Likewise.
1194         * sysdeps/i386/fpu/libm-test-ulps: Update.
1196 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1198         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1199         * sysdeps/mips/bits/endian.h: Fix comments.
1201 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1203         [BZ #17996]
1204         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1205         (hdestroy_r): Likewise.
1206         (hsearch_r): Likewise.
1207         (__hcreate_r): Declare and use libc_hidden_proto.
1208         (__hdestroy_r): Likewise.
1209         (__hsearch_r): Likewise.
1210         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1211         (hcreate): Call __hcreate_r instead of hcreate_r.
1212         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1213         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1214         as weak alias of __hcreate_r.
1215         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1216         __hdestroy_r.
1217         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1218         __hsearch_r.
1219         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1220         Remove variable.
1221         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1222         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1223         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1224         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1226 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1228         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1229         arena_lock into a single arena_get.
1231 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1233         * dl-reloc.c: Inlucde libc-internal.h.
1234         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1235         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1236         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1237         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1238         (grow_heap): Likewise.
1239         * malloc/malloc.c: Include libc-internal.h.
1240         (do_check_malloc): Call powerof2.
1241         (sysmalloc): Use pagesize. Call ALIGN_UP.
1242         (systrim): Use pagesize.
1243         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1244         (__libc_valloc): Use pagesize.
1245         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1247 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1249         [BZ #17991]
1250         * include/sys/resource.h (__getrlimit64): Declare.  Use
1251         libc_hidden_proto.
1252         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1253         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1254         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1255         getrlimit64.
1256         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1257         __getrlimit64.
1258         [!getrlimit64] (getrlimit64): Define as weak alias of
1259         __getrlimit64.  Use libc_hidden_weak.
1260         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1261         using __getrlimit64 not __new_getrlimit64.
1262         (__GI_getrlimit64): Likewise.
1263         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1264         Likewise.
1265         (__GI_getrlimit64): Likewise.
1266         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1268         (getrlimit): Add __getrlimit64 alias.
1269         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1270         Likewise.
1271         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1272         Remove variable.
1273         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1274         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1276 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1278         * libio/fileops.c: Add missing sys/mman.h
1279         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1281 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1283         * manual/math.texi (Errors in Math Functions): Clarify goals
1284         regarding inexact and underflow exceptions.
1286 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1288         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1289         * sysdeps/mips/memset.S: Ditto.
1291 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1293         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1295 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1297         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1298         (__v1longjmp): Remove versioned symbol.
1299         (__v1siglongjmp): Remove alias and versioned symbol.
1300         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1301         (__v2siglongjmp): Likewise.
1303 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1305         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1307 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1309         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1311 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1313         [BZ #17987]
1314         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1315         zero result does not depend on the sign resulting from
1316         subtraction.
1317         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1318         Likewise.
1319         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1320         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1321         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1322         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1323         * math/libm-test.inc (remquo_test_data): Add more tests.
1325 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1327         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1328         Problem reported by J William Piggott.
1330 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1332         [BZ #17978]
1333         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1334         products 4 * y and 2 * y where those would overflow.
1335         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1336         Likewise.
1337         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1338         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1339         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1340         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1341         * math/libm-test.inc (remquo_test_data): Add more tests.
1343         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1345         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1346         [defined _COMPILING_NEWLIB].
1347         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1348         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1350         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1351         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1353 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1355         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1356         acquired.
1358 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1360         [BZ #17792]
1361         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1362         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1363         HOST_STACK_END_ADDR): Likewise.
1365 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1367         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1368         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1369         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1371 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1373         * sysdeps/generic/c++-types.data: New file.
1374         * sysdeps/generic/ld.abilist: New file.
1375         * sysdeps/generic/libBrokenLocale.abilist: New file.
1376         * sysdeps/generic/libanl.abilist: New file.
1377         * sysdeps/generic/libc.abilist: New file.
1378         * sysdeps/generic/libcrypt.abilist: New file.
1379         * sysdeps/generic/libdl.abilist: New file.
1380         * sysdeps/generic/libm.abilist: New file.
1381         * sysdeps/generic/libpthread.abilist: New file.
1382         * sysdeps/generic/libresolv.abilist: New file.
1383         * sysdeps/generic/librt.abilist: New file.
1385 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1387         [BZ #17569]
1388         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1389         Compute absolute value of x as modified by fmod, not original
1390         value of x.
1391         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1392         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1393         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1394         RUN_TEST_ffI_f1_mod8.
1395         (remquo_test_data): Add more tests.
1397 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1399         * sysdeps/init_array/pt-crti.S: New file.
1401 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1403         [BZ #17967]
1404         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1405         __builtin_fmaf instead of relying on contraction of a * b + c.
1407 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1409         [BZ #17969]
1410         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1411         node.
1413 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1415         [BZ #17964]
1416         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1417         __builtin_fma instead of relying on contraction of a * b + c.
1419 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1421         * Makeconfig (ASFLAGS): Add -Werror=undef.
1422         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1423         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1424         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1426         * Makeconfig (after-link): New variable.
1427         (+link-pie, +link-pie-tests): Use it.
1428         (+link-static, +link-static-tests): Likewise.
1429         (+link, +link-tests): Likewise.
1430         * Makerules (build-module, build-module-asneeded): Likewise.
1431         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1432         Likewise.
1433         * elf/Makefile ($(objpfx)ld.so): Likewise.
1435 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1437         [BZ #17965]
1438         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1439         both struct timeval and struct timespec.
1441 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1443         [BZ #16560]
1444         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1445         and redefine.
1446         (__ieee754_exp2l): Do not multiply small fractional parts by
1447         M_LN2l.
1448         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1449         small argument.
1450         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1451         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1452         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1453         * math/auto-libm-test-in: Add more tests of exp2.
1454         * math/auto-libm-test-out: Regenerated.
1456 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1458         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1459         unaligned path.
1461 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1463         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1464         little endian.
1466 2015-02-12  Andreas Schwab  <schwab@suse.de>
1468         [BZ #15790]
1469         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1470         Filter out elision flags from value returned in kind.
1471         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1472         * nptl/tst-pthread-mutexattr.c: New file.
1474 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1476         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1477         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1478         into gnu-gnu, and update comment to refer to abi-tags.
1480 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1482         [BZ #15467]
1483         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1484         (__sincos): Set errno to EDOM for infinite argument.
1485         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1486         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1487         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1488         (__sincosl): Set errno to EDOM for infinite argument.
1489         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1490         (__sincosl): Set errno to EDOM for infinite argument.
1491         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1492         (__sincosl): Set errno to EDOM for infinite argument.
1493         * math/libm-test.inc (sincos_test_data): Test errno setting.
1495 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1497         * string/strxfrm_l.c: Remove #define STRCMP.
1498         * string/strcoll_l.c: Remove #define STRLEN.
1499         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1500         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1502 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1504         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1505         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1506         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1507         * sysdeps/mips/mips64/Makefile: ... here.
1508         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1509         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1510         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1511         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1512         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1513         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1514         * sysdeps/mips/mips64/n64/Implies: Likewise.
1516 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1518         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1519         <sys/time.h>, <string.h>, and <errno.h>.
1520         (dest_offset, dest_address, value, zero): Remove unused variables.
1521         (ldouble): Remove typedef.
1522         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1523         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1524         1).  Fix code style.
1525         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1526         (check): Function removed.
1527         (CHECK): New macro.
1528         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1529         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1530         Don't call set_sigaction_FP and remove_sigaction_FP here.
1531         (ldouble_test): Just use 'long double' as macro argument, no need for
1532         the 'ldouble' typedef.
1533         (do_test): Set up SIGFPE handler at start, using plain signal rather
1534         than sigaction.  Fix code style.
1536 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1538         [BZ #17949]
1539         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1540         jump label.
1542 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1544         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1545         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1547         * sysdeps/powerpc/configure.ac: Remove file.
1548         * sysdeps/powerpc/configure: Likewise.
1550         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1551         [sysdep_routines]: Remove wordcopy-power6 object.
1552         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1553         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1554         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1555         (__memmove_ppc32): Likewise.
1556         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1557         file.
1558         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1559         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1560         Remove preprocessor.
1562         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1563         [sysdep_routines]: Remove wide chars objects.
1564         [wcsmbs]: New rule for wide char objects.
1566         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1567         Remove wordcopy-power6 obejct.
1568         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1569         Use local call for wordcopy and memcpy symbols.
1570         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1571         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1572         implementation for loader.
1573         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1575         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1576         Remove wordcopy-power7 object.
1577         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1578         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1579         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1580         (_wordcopy_fwd_dest_aligned): Likewise.
1581         (_wordcopy_bwd_aligned): Likewise.
1582         (_wordcopy_bwd_dest_aligned): Likewise.
1584         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1585         Rewrite to call __memmove_ppc instead of include default
1586         implementation.
1588         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1589         Remove wide chars objects.
1590         [wcsmbs]: New rule for wide char objects.
1592 2015-02-09  Andreas Schwab  <schwab@suse.de>
1594         [BZ #17912]
1595         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1596         in terms of __O_DIRECTORY.
1598 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1600         * time/getdate.c: Include <stdbool.h>.
1601         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1602         call PTR_MANGLE.
1603         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1604         PTR_DEMANGLE.
1606 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1608         Add ersatz _Static_assert on older C hosts
1609         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1610         pre-C11 C platform that is not known to support _Static_assert.
1612 2015-02-07  Richard Braun  <rbraun@sceen.net>
1614         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1615         sigstate.
1616         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1618 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1620         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1621         priority against unexistent AIO_PRIO_DELTA_MAX.
1622         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1623         instead of int.
1624         * misc/fchflags.c (fchflags): Likewise.
1625         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1626         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1627         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1628         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1629         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1630         Declare macros.
1631         [__USE_MISC] (chflags, fchflags): Declare functions.
1632         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1633         EINVAL when nfds is greater than FD_SETSIZE.
1634         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1635         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1636         45.
1637         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1638         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1639         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1640         MACH_RCV_TIMED_OUT.
1641         * hurd/hurd/signal.h (_hurd_self_sigstate,
1642         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1643         Explicit casts from void *.
1644         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1645         * abi-tags: Rename gnu-gnu os into gnu.
1647         [BZ #4719]
1648         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1649         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1650         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1651         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1652         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1653         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1655         [BZ #17944]
1656         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1657         duplicates ADDR->sun_path with sockaddr LEN limitation.
1658         * sysdeps/mach/hurd/connect.c: Include <string.h>
1659         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1660         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1661         * sysdeps/mach/hurd/sendto.c: Likewise.
1662         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1663         implementing it by hand.
1665 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1667         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1668         Use sfi_breg on ldr.
1669         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1670         Likewise.
1672         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1673         it's defined.
1674         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1675         Test SIGSETXID only if it's defined.
1677         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1679         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1680         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1682         * nptl/tst-align2.c: Moved ...
1683         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1684         * nptl/Makefile (tests): Remove tst-align2.
1685         * sysdeps/unix/sysv/linux/Makefile
1686         [$(subdir) = nptl] (tests): Add tst-align-clone.
1687         * nptl/tst-getpid1.c: Moved ...
1688         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1689         * nptl/tst-getpid2.c: Moved ...
1690         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1691         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1692         * sysdeps/unix/sysv/linux/Makefile
1693         [$(subdir) = nptl] (tests): ... here.
1694         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1695         * sysdeps/unix/sysv/linux/Makefile
1696         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1698         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1699         Drop trailing \n from perror argument.  Use return rather than exit.
1701         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1702         on [SA_SIGINFO].
1703         * nptl/tst-cancel21.c (do_test): Likewise.
1704         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1705         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1706         [!SA_SIGINFO]: Make it a stub test.
1708         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1709         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1711         * posix/tst-getlogin.c: Move to ...
1712         * login/tst-getlogin.c: ... here.
1713         * posix/Makefile (tests): Move tst-getlogin to ...
1714         * login/Makefile (tests): ... here.
1716         * libio/tst-atime.c (do_test): Move local variables SV and E
1717         inside [ST_NOATIME] conditional.
1719         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1721         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1723         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1724         (wait_code): New function replaces macro.
1725         Call nanosleep rather than syscall.
1727         * nptl/pt-system.c: Rewritten.  Put everything under
1728         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1729         Use IFUNC to redirect when possible.
1731         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1732         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1733         Use IFUNC to redirect when possible.
1735         * nptl/pt-fork.c: Rewritten.  Put everything under
1736         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1737         Use IFUNC to redirect when possible.
1738         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1740         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1741         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1742         unconditionally nowadays.  This included the only reference to
1743         __vdso_clock_gettime that appears outside libc proper.
1744         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1745         Remove version set (containing only __vdso_clock_gettime).
1746         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1747         Add attribute_hidden.
1748         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1749         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1750         libc_hidden_data_def.
1751         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1752         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1754         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1755         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1756         setrpcent, and getrpcport to ...
1757         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1758         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1759         getrpcbynumber_r, and getrpcent_r to ...
1760         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1761         * inet/getrpcbyname.c: Moved ...
1762         * sunrpc/getrpcbyname.c: ... here.
1763         * inet/getrpcbyname_r.c: Moved ...
1764         * sunrpc/getrpcbyname_r.c: ... here.
1765         * inet/getrpcbynumber.c: Moved ...
1766         * sunrpc/getrpcbynumber.c: ... here.
1767         * inet/getrpcbynumber_r.c: Moved ...
1768         * sunrpc/getrpcbynumber_r.c: ... here.
1769         * inet/getrpcent.c: Moved ...
1770         * sunrpc/getrpcent.c: ... here.
1771         * inet/getrpcent_r.c: Moved ...
1772         * sunrpc/getrpcent_r.c: ... here.
1773         * inet/Makefile (routines): Move those to ...
1774         * sunrpc/Makefile (routines): ... here.
1775         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1776         the $(subdirs) list.
1777         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1778         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1779         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1780         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1782         * elf/Makefile (routines): Include $(all-dl-routines), not just
1783         $(dl-routines).
1784         (rtld-routines): Likewise.  Use = rather than :=.
1785         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1786         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1787         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1788         * sysdeps/arm/Makefile: Likewise.
1789         * sysdeps/i386/Makefile: Likewise.
1790         * sysdeps/x86_64/Makefile: Likewise.
1791         * sysdeps/hppa/Makefile [$(subdir) = elf]
1792         (sysdep_routines, sysdep-rtld-routines): Don't add
1793         $(sysdep-dl-routines) to these.
1794         * sysdeps/ia64/Makefile: Likewise.
1795         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1796         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1797         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1798         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1799         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1800         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1801         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1802         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1803         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1804         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1805         these; sysdep-dl-routines alone is enough.
1807 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1809         [BZ #17932]
1810         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1811         where multiplication results in zero and third argument is finite
1812         and nonzero.
1813         * math/auto-libm-test-in: Add more tests of fma.
1814         * math/auto-libm-test-out: Regenerated.
1816         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1817         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1818         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1819         (_FP_CMP_EQ): Likewise.
1820         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1822         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1823         extra argument CHECK_NAN.  Redefine as wrapper around
1824         _FP_EXTEND_CNAN.
1826 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1828         * version.h (RELEASE): Set to "stable".
1829         (VERSION): Set to "2.21"
1830         * include/features.h (__GLIBC_MINOR__): Set to 21.
1832         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1834 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1835             Paul Eggert  <eggert@cs.ucla.edu>
1837         [BZ #16618]
1838         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1839         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1840         size in bytes. Store needed elements in wpmax. Use needed size
1841         in bytes for extend_alloca.
1843 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1845         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1846         binutls 2.25, and texinfo 5.2.
1847         * INSTALL: Regenerate.
1848         * sysdeps/nios2/configure: Regenerate.
1849         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1850         * manual/contrib.texi: Update.
1851         * po/be.po: Update.
1852         * po/bg.po: Update.
1853         * po/ca.po: Update.
1854         * po/cs.po: Update.
1855         * po/da.po: Update.
1856         * po/de.po: Update.
1857         * po/el.po: Update.
1858         * po/eo.po: Update.
1859         * po/es.po: Update.
1860         * po/fi.po: Update.
1861         * po/fr.po: Update.
1862         * po/gl.po: Update.
1863         * po/hr.po: Update.
1864         * po/hu.po: Update.
1865         * po/ia.po: Update.
1866         * po/id.po: Update.
1867         * po/it.po: Update.
1868         * po/ja.po: Update.
1869         * po/ko.po: Update.
1870         * po/lt.po: Update.
1871         * po/nb.po: Update.
1872         * po/nl.po: Update.
1873         * po/pl.po: Update.
1874         * po/pt_BR.po: Update.
1875         * po/ru.po: Update.
1876         * po/rw.po: Update.
1877         * po/sk.po: Update.
1878         * po/sl.po: Update.
1879         * po/sv.po: Update.
1880         * po/tr.po: Update.
1881         * po/uk.po: Update.
1882         * po/vi.po: Update.
1883         * po/zh_CN.po: Update.
1884         * po/zh_TW.po: Update.
1886         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1887         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1888         * sysdeps/hppa/dl-irel.h: Remove #warning.
1889         * sysdeps/hppa/entry.h: Provide prototype for
1890         __canonicalize_funcptr_for_compare and cast argument.
1891         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1892         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1893         * sysdeps/hppa/sotruss-lib.c: New file.
1894         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1895         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1896         (atomic_compare_and_exchange_bool_acq): Likewise.
1897         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1898         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1900         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1901         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1902         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1904 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1906         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1907         called function in non-PIC case.
1909 2015-01-31  David S. Miller  <davem@davemloft.net>
1911         * sysdeps/sparc/sparc32/bits/atomic.h
1912         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1913         unlock not after it.
1914         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1915         volatile register usage warnings from the compiler.
1917         * sysdeps/sparc/nptl/sem_init.c: Delete.
1918         * sysdeps/sparc/nptl/sem_post.c: Delete.
1919         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1920         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1921         * sysdeps/sparc/sparc32/sem_init.c: New file.
1922         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1923         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1924         padding explicitly initialized.
1925         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1926         padding for in-semaphore spinlock.
1927         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1928         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1929         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1930         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1931         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1932         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1933         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1934         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1935         version.
1936         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1937         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1939 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1941         [BZ #17801]
1942         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1943         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1944         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1945         New.
1946         (index_AVX_Fast_Unaligned_Load): Likewise.
1947         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1948         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1949         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1950         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1951         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1952         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1953         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1954         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1955         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1957 2015-01-29  Andreas Schwab  <schwab@suse.de>
1959         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1961 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1963         [BZ #17892]
1964         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1966 2015-01-28  Martin Sebor  <msebor@redhat.com>
1968         * math/README.libm-test: Clarify. Add "How to read the test output."
1970 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1972         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1973         Define to 0.
1975 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1977         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1978         (__HAVE_64B_ATOMICS): Define to 0.
1980 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1982         [BZ #17885]
1983         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1984         value to set as new flag.
1986         [BZ #16576]
1987         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1988         and use _ARCH_PPCSQ instead.
1989         (__ieee754_sqrt): Likewise.
1990         (__ieee754_sqrtf): Likewise.
1991         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1992         _ARCH_PPCSQ is defined.
1993         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1994         fsqrt instruction.
1995         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1996         _ARCH_PPCSQ is defined.
1997         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1998         fsqrts instruction.
1999         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2001 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2003         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2004         bug (GCC BZ #64739).
2006 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2008         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2009         Mark _retval as used.
2010         (lll_futex_wake_unlock): Likewise.
2011         (lll_futex_timed_wait_requeue_pi): Likewise.
2013         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2014         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2015         register variables.
2017         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2018         libm_hidden_def.
2020         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2021         (__bswap_64): Mark as __always_inline.
2023 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2025         [BZ #15378]
2026         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2027         when none of the search directories exist.
2029 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2031         [BZ #17869]
2032         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2033         power8 in .machine directive.
2035         [BZ #17868]
2036         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2037         set dependency from opd value.
2039 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2041         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2042         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2043         architecture.
2045 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2047         [BZ #17870]
2048         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2049         with uint64_t.
2050         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2051         (uint64_t) 1.
2052         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2053         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2054         Replace 1UL with (uint64_t) 1.
2055         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2056         int with uint64_t.
2058 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2060         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2061         (if_freenameindex): Likewise.
2063         * resource/getrlimit64.c: Add missing libc_hidden_def.
2065 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2067         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2068         __label__.
2069         (_FP_FMA): Likewise.
2070         (_FP_TO_INT_ROUND): Likewise.
2071         (_FP_FROM_INT): Likewise.
2073 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2075         [BZ #16418]
2076         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2077         Make code racy and cancel safe.
2079 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2081         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2082         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2083         attribution.
2085         * pwd/tst-getpw.c: Rewrite.
2087         [BZ #17702]
2088         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2089         (modules-names): Add moddummy1 and moddummy2.
2090         ($(objpfx)tst-rec-dlopen): Define.
2091         * dlfcn/moddummy1.c: New file.
2092         * dlfcn/moddummy2.c: New file.
2093         * dlfcn/tst-rec-dlopen.c: New file.
2094         * elf/dl-cache.c (_dl_load_cache_lookup):
2095         Return char*. Copy result with alloca/strcpy/strdup.
2096         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2097         returns char*. Free cached. If not saving realname
2098         free cached.
2099         * elf/dl-open.c (dl_open_worker): Do not assert that
2100         _r_debug->r_state is RT_CONSISTENT.
2101         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2102         returns char*.
2104 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2105             Carlos O'Donell  <carlos@redhat.com>
2107         [BZ #12674]
2108         * nptl/sem_waitcommon.c: New file.
2109         * nptl/sem_wait.c: Include sem_waitcommon.c.
2110         (__sem_wait_cleanup, do_futex_wait): Remove.
2111         (__new_sem_wait): Adapt.
2112         (__new_sem_trywait): New function.
2113         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2114         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2115         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2116         (sem_timedwait): Adapt.
2117         * nptl/sem_post.c (__new_sem_post): Adapt.
2118         (futex_wake): New function.
2119         (__old_sem_post): Add release MO fence.
2120         * nptl/sem_open.c (sem_open): Adapt.
2121         * nptl/sem_init.c (__new_sem_init): Adapt.
2122         (futex_private_if_supported): New function.
2123         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2124         (__old_sem_getvalue): Add using previous code.
2125         * sysdeps/nptl/internaltypes.h: Adapt.
2126         * nptl/tst-sem13.c (do_test): Adapt.
2127         * nptl/tst-sem11.c (main): Adapt.
2128         * nptl/sem_trywait.c: Remove.
2129         * nptl/DESIGN-sem.txt: Remove.
2130         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2131         (gen-as-const-headers): Remove structsem.sym.
2132         * nptl/structsem.sym: Remove.
2133         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2134         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2135         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2136         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2137         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2138         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2139         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2140         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2141         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2142         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2143         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2144         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2145         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2146         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2147         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2148         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2149         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2150         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2151         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2152         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2153         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2154         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2156 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2158         * INSTALL: Regenerated.
2160         * po/libc.pot: Regenerated.
2162 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2163             Sandra Loosemore  <sandra@codesourcery.com>
2164             Andrew Jenner  <andrew@codesourcery.com>
2165             Joseph Myers  <joseph@codesourcery.com>
2166             Nathan Sidwell  <nathan@codesourcery.com>
2168         * NEWS: Mention new Nios II port.
2169         * sysdeps/nios2/Implies: New file.
2170         * sysdeps/nios2/Makefile: New file.
2171         * sysdeps/nios2/Subdirs: New file.
2172         * sysdeps/nios2/Versions: New file.
2173         * sysdeps/nios2/__longjmp.S: New file.
2174         * sysdeps/nios2/abort-instr.h: New file.
2175         * sysdeps/nios2/backtrace.c: New file.
2176         * sysdeps/nios2/bits/endian.h: New file.
2177         * sysdeps/nios2/bits/fenv.h: New file.
2178         * sysdeps/nios2/bits/link.h: New file.
2179         * sysdeps/nios2/bits/setjmp.h: New file.
2180         * sysdeps/nios2/bsd-_setjmp.S: New file.
2181         * sysdeps/nios2/bsd-setjmp.S: New file.
2182         * sysdeps/nios2/configure: New generated file.
2183         * sysdeps/nios2/configure.ac: New file.
2184         * sysdeps/nios2/crti.S: New file.
2185         * sysdeps/nios2/crtn.S: New file.
2186         * sysdeps/nios2/dl-init.c: New file.
2187         * sysdeps/nios2/dl-machine.h: New file.
2188         * sysdeps/nios2/dl-sysdep.h: New file.
2189         * sysdeps/nios2/dl-tls.h: New file.
2190         * sysdeps/nios2/dl-trampoline.S: New file.
2191         * sysdeps/nios2/gccframe.h: New file.
2192         * sysdeps/nios2/gmp-mparam.h: New file.
2193         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2194         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2195         * sysdeps/nios2/ldsodefs.h: New file.
2196         * sysdeps/nios2/libc-tls.c: New file.
2197         * sysdeps/nios2/libm-test-ulps: New file.
2198         * sysdeps/nios2/machine-gmon.h: New file.
2199         * sysdeps/nios2/math-tests.h: New file.
2200         * sysdeps/nios2/math_private.h: New file.
2201         * sysdeps/nios2/memusage.h: New file.
2202         * sysdeps/nios2/nptl/Makefile: New file.
2203         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2204         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2205         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2206         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2207         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2208         * sysdeps/nios2/nptl/tls.h: New file.
2209         * sysdeps/nios2/preconfigure: New file.
2210         * sysdeps/nios2/s_fma.c: New file.
2211         * sysdeps/nios2/s_fmaf.c: New file.
2212         * sysdeps/nios2/setjmp.S: New file.
2213         * sysdeps/nios2/sfp-machine.h: New file.
2214         * sysdeps/nios2/sotruss-lib.c: New file.
2215         * sysdeps/nios2/stackguard-macros.h: New file.
2216         * sysdeps/nios2/stackinfo.h: New file.
2217         * sysdeps/nios2/start.S: New file.
2218         * sysdeps/nios2/sysdep.h: New file.
2219         * sysdeps/nios2/tls-macros.h: New file.
2220         * sysdeps/nios2/tst-audit.h: New file.
2221         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2222         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2223         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2224         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2225         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2226         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2227         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2228         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2229         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2230         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2231         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2232         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2233         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2234         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2235         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2236         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2237         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2238         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2239         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2240         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2241         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2242         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2243         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2244         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2245         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2246         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2247         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2248         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2249         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2250         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2251         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2252         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2253         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2254         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2255         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2256         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2257         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2258         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2259         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2260         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2261         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2262         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2263         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2264         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2266 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2268         [BZ #17844]
2269         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2270         (getutent): Use weak_alias in non SHARED case
2271         and default_symbol_version in SHARED case.
2272         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2273         (getutent_r, pututline): Likewise.
2274         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2275         (getutid): Likewise.
2276         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2277         (getutid_r): Likewise.
2278         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2279         (getutline): Likewise.
2280         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2281         (getutline_r): Likewise.
2282         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2283         (updwtmp): Likewise.
2285 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2287         [BZ #17848]
2288         * sysdeps/s390/s390-32/memcmp.S
2289         (memcmp_g5): Rename to __memcmp_g5.
2290         * sysdeps/s390/s390-32/memcpy.S
2291         (memcpy_g5): Rename to __memcpy_g5.
2292         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2293         (memcpy_mvcle) Rename to __memcpy_mvcle.
2294         * sysdeps/s390/s390-32/memset.S
2295         (memset_g5): Rename to __memset_g5.
2296         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2297         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2298         and use prefixed functions.
2299         * sysdeps/s390/s390-32/multiarch/memcmp.S
2300         (memcmp_z196): Rename to __memcmp_z196.
2301         (memcmp_z10): Rename to __memcmp_z10.
2302         (memcmp): Set alias to __memcmp_g5.
2303         (bcmp): Set alias to __memcmp_g5.
2304         * sysdeps/s390/s390-32/multiarch/memcpy.S
2305         (memcpy_z196): Rename to __memcpy_z196.
2306         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2307         (memcpy_z10): Rename to __memcpy_z10.
2308         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2309         (memcpy): Set alias to __memcpy_g5.
2310         * sysdeps/s390/s390-32/multiarch/memset.S
2311         (memset_z196): Rename to __memset_z196.
2312         Jump to __memset_mvcle instead of memset_mvcle.
2313         (memset_z10): Rename to __memset_z10.
2314         Jump to __memset_mvcle instead of memset_mvcle.
2315         (memset_mvcle) Rename to __memset_mvcle.
2316         (memset): Set alias to __memset_g5.
2317         * sysdeps/s390/s390-64/memcmp.S
2318         (memcmp_z900): Rename to __memcmp_z900.
2319         * sysdeps/s390/s390-64/memcpy.S
2320         (memcpy_z900): Rename to __memcpy_z900.
2321         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2322         (memcpy_mvcle) Rename to __memcpy_mvcle.
2323         * sysdeps/s390/s390-64/memset.S
2324         (memset_z900): Rename to __memset_z900.
2325         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2326         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2327         and use prefixed functions.
2328         * sysdeps/s390/s390-64/multiarch/memcmp.S
2329         (memcmp_z196): Rename to __memcmp_z196.
2330         (memcmp_z10): Rename to __memcmp_z10.
2331         (memcmp): Set alias to __memcmp_z900.
2332         (bcmp): Set alias to __memcmp_z900.
2333         * sysdeps/s390/s390-64/multiarch/memcpy.S
2334         (memcpy_z196): Rename to __memcpy_z196.
2335         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2336         (memcpy_z10): Rename to __memcpy_z10.
2337         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2338         (memcpy): Set alias to __memcpy_z900.
2339         * sysdeps/s390/s390-64/multiarch/memset.S
2340         (memset_z196): Rename to __memset_z196.
2341         Jump to __memset_mvcle instead of memset_mvcle.
2342         (memset_z10): Rename to __memset_z10.
2343         Jump to __memset_mvcle instead of memset_mvcle.
2344         (memset_mvcle) Rename to __memset_mvcle.
2345         (memset): Set alias to __memset_z900.
2347 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2349         [BZ #17748]
2350         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2351         __fesetenv instead of fesetenv.
2353 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2355         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2356         macro.
2358 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2360         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2361         regression on LE.
2363         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2364         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2365         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2366         strncmp-power8 object.
2367         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2368         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2369         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2370         * NEWS: Update.
2372 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2373             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2375         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2376         trailing byte check.
2378 2015-01-13  David S. Miller  <davem@davemloft.net>
2380         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2382 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2384         * login/logout.c (logout): Use memset rather than bzero.
2385         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2386         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2387         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2388         (_gethtbyaddr): Likewise.
2389         * locale/programs/simple-hash.c (bcopy): Macro removed.
2391 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2393         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2394         Add strcmp-power8 object.
2395         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2396         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2397         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2398         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2399         __strcmp_power8 implementation.
2400         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2401         * NEWS: Update.
2403         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2404         Add strncpy-power8 and stpncpy-power8 objects.
2405         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2406         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2407         implementations.
2408         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2409         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2410         __stpncpy_power8 implementation.
2411         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2412         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2413         __strncpy_power8 implementation.
2414         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2415         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2416         * NEWS: Update.
2418         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2419         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2420         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2422         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2423         strncat-power8 object.
2424         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2425         __strcat_power8 implementation.
2426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2427         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2428         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2429         optimized strcat for power8.
2431         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2432         strcpy-power8 and stpcpy-power8 objects.
2433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2434         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2435         implementations.
2436         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2437         multiarch stpcpy implementation for POWER8.
2438         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2439         multiarch strcpy implementation for POWER8.
2440         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2441         __strcpy_power8 function.
2442         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2443         stpcpy for POWER8.
2444         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2445         strcpy for POWER8.
2446         * NEWS: Update.
2448 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2450         [BZ #16009]
2451         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2452         weights and rules. Use do_xfrm_cached if data fits in cache,
2453         do_xfrm otherwise.  Moved former main loop to...
2454         * (do_xfrm_cached): New function.
2455         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2456         find_idx, find_position and stack_push.
2457         * (find_idx): New function.
2458         * (find_position): Likewise.
2459         * localedata/sort-test.sh: Added test run for do_xfrm.
2460         * localedata/xfrm-test.c (main): Added command line option
2461         -nocache to run the test with strings that are too large for
2462         the STRXFRM cache.
2464 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2466         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2467         variable to lll_futex_wake call, not the value itself.
2469 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2471         [BZ #17803]
2472         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2473         twom64.  Adjust value to 0x1p-64L.
2474         (__scalblnl): Only return standard underflowing result for K <=
2475         -64 not K <= -63; adjust exponent for underflowing result by 64
2476         not 63.
2477         * math/libm-test.inc (scalbn_test_data): Add more tests.
2478         (scalbln_test_data): Likewise.
2480         [BZ #17834]
2481         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2482         0x1p63L.
2483         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2484         not HX.
2485         * math/libm-test.inc (scalbn_test_data): Add more tests.
2486         (scalbln_test_data): Likewise.
2488 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2489             Stefani Seibold  <stefani@seibold.net>
2491         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2492         (sysdep_routines): Add dl-vdso here, ...
2493         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2494         (sysdep_routines): ... not here.
2495         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2496         fallback when vDSO is not presented.
2497         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2498         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2499         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2500         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2501         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2502         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2503         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2504         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2505         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2506         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2507         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2508         fallback configurable symbol when vDSO is not available.
2509         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2510         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2511         be able to redefine fallback symbol when vDSO is not available.
2512         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2513         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2515 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2517         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2518         (TLS_INIT_TP): Add tm_capable initialization.
2519         (TLS_DEFINE_INIT_TP): Likewise.
2520         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2521         TCB.
2522         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2523         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2524         calculation.
2525         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2526         transactoion is lock elision is built and TCB tm_capable is set.
2527         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2529         (INTERNAL_SYSCALL_NCS): Likewise.
2530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2531         (INTERNAL_SYSCALL_NCS): Likewise.
2532         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2534         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2535         for powerpc.
2536         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2537         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2538         and remove it for 32 bits case.
2539         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2540         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2541         initialization.
2542         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2543         Disable lock elision with rdlocks if elision is not available.
2545         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2546         (sysdep_routines): Add lock elision objects.
2547         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2548         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2549         [pthread_mutex_t] (__elision): Add field.
2550         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2551         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2552         elision definitions for powerpc.
2553         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2554         implementation of lock elision for powerpc.
2555         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2556         implementation of timed lock elision for powerpc.
2557         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2558         implementation of trylock with lock elision for powerpc.
2559         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2560         implementaion of unlock for lock elision for powerpc.
2561         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2562         automatic enable lock elision for mutexes.
2563         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2564         transaction execution definitions for powerpc.
2565         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2566         definitions.
2567         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2568         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2569         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2570         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2571         * NEWS: Update.
2573 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2575         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2576         for #include of <shm-directory.h>.
2578 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2580         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2581         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2583 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2585         [BZ #17791]
2586         * NEWS: Mention bug fix.
2587         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2588         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2589         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2591 2015-01-09  Torvald Riegel <triegel@redhat.com>
2593         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2595 2015-01-09  Torvald Riegel <triegel@redhat.com>
2597         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2599 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2601         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2602         pointer and cast to uintptr_t.
2604 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2606         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2607         removed.
2608         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2610 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2612         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2613         of 0.
2615 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2617         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2618         <nptl/pthreadP.h> instead.
2619         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2621         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2622         already defined.
2623         [__SIGRTMIN] (init): Function removed.
2624         [__SIGRTMIN] (initialized): Variable removed.
2625         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2626         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2627         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2628         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2629         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2630         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2631         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2632         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2633         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2634         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2635         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2636         * sysdeps/nptl/allocrtsig.c: New file.
2637         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2638         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2639         * sysdeps/generic/testrtsig.h: File removed.
2641         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2642         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2644         * nptl/nptl-init.c (pthread_functions): Conditionalize
2645         .ptr__nptl_setxid initialization on [SIGSETXID].
2647         * sysdeps/nptl/sys/procfs.h: New file.
2648         * nptl_db/Makefile (headers): Add it.
2649         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2651         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2652         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2653         * nptl/pthread_attr_setaffinity.c: Include it.
2654         * nptl/pthread_setattr_default_np.c: Likewise.
2655         * nptl/check-cpuset.h: New file.
2657 2015-01-08  Richard Henderson  <rth@redhat.com>
2659         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2660         (CFLAGS-tst-execstack-prog.c): Likewise.
2661         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2663 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2664             Sandra Loosemore  <sandra@codesourcery.com>
2665             Andrew Jenner  <andrew@codesourcery.com>
2666             Joseph Myers  <joseph@codesourcery.com>
2667             Nathan Sidwell  <nathan@codesourcery.com>
2669         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2670         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2671         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2672         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2673         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2674         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2675         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2676         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2677         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2678         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2679         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2680         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2681         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2682         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2683         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2684         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2685         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2687 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2689         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2690         timespec struct member in syscall macro.
2691         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2692         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2693         first timeval struct member in syscall macro.
2694         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2696 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2698         [BZ #17748]
2699         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2700         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2701         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2702         __feupdateenv and define as weak alias of __feupdateenv.  Use
2703         libm_hidden_weak.
2704         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2705         libm_hidden_def.
2706         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2707         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2708         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2709         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2710         libm_hidden_def.
2711         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2712         __feupdateenv and define as weak alias of __feupdateenv.  Use
2713         libm_hidden_weak.
2714         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2715         libm_hidden_def.
2716         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2717         __feupdateenv and define as weak alias of __feupdateenv.  Use
2718         libm_hidden_weak.
2719         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2720         libm_hidden_def.
2721         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2722         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2723         (__feupdateenv): Likewise.
2724         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2725         __feupdateenv and define as weak alias of __feupdateenv.  Use
2726         libm_hidden_weak.
2727         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2728         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2729         libm_hidden_def.
2730         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2731         function.
2732         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2733         libm_hidden_def.
2734         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2735         __feupdateenv instead of feupdateenv.
2736         (default_libc_feupdateenv_test): Likewise.
2737         (libc_feresetround_ctx): Likewise.
2739 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2741         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2742         prototype.
2744 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2746         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2747         COLL_SYM in a couple of places to avoid uninitialized variable
2748         wanings on tilegx gcc 4.8.2.
2750 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2752         * sysdeps/aarch64/strcpy.S: New file.
2753         * sysdeps/aarch64/stpcpy.S: New file.
2754         * NEWS: Updated.
2756 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2758         * sysdeps/aarch64/strrchr.S: New file.
2759         * NEWS: Updated.
2761 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2763         [BZ #17658]
2764         * stdlib/setenv.c: Fix memory leak when setting large,
2765         duplicate string.
2767 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2769         [BZ #17273]
2770         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2771         and tabs from buffer before parsing fstab entry.
2772         * misc/tst-mntent.c (main): Add test for mount entry with
2773         trailing spaces and tabs.
2775 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2777         [BZ #17748]
2778         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2779         * math/fesetround.c (fesetround): Rename to __fesetround and
2780         define as weak alias of __fesetround.  Use libm_hidden_weak.
2781         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2782         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2783         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2784         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2785         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2786         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2787         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2788         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2789         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2790         __fesetround_inline.
2791         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2792         __fesetround_inline instead of __fesetround.
2793         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2794         __fesetround and define as weak alias of __fesetround.  Use
2795         libm_hidden_weak.  Call __fesetround_inline instead of
2796         __fesetround.
2797         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2798         __fesetround and define as weak alias of __fesetround.  Use
2799         libm_hidden_weak.
2800         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2801         Likewise.
2802         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2803         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2804         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2805         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2806         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2807         __fesetround and define as weak alias of __fesetround.  Use
2808         libm_hidden_weak.
2809         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2810         __fesetround instead of fesetround.
2811         (default_libc_feholdexcept_setround): Likewise.
2812         (libc_feholdsetround_ctx): Likewise.
2813         (libc_feholdsetround_noex_ctx): Likewise.
2815         [BZ #17748]
2816         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2817         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2818         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2819         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2820         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2821         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2822         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2823         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2824         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2825         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2826         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2827         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2828         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2829         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2830         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2831         libm_hidden_def.
2832         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2833         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2834         Likewise.
2835         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2836         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2837         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2838         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2839         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2840         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2841         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2842         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2843         __fesetenv instead of fesetenv.
2844         (libc_feresetround_noex_ctx): Likewise.
2845         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2846         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2847         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2848         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2849         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2850         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2851         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2852         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2853         (__feupdateenv): Likewise.
2854         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2855         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2856         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2857         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2859 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2861         [BZ #17806]
2862         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2863         addresses have been freed.
2865 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2867         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2868         and nservall.
2870 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2872         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2873         Clean up check_pf allocation pattern. addresses
2875 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2877         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2878         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2879         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2880         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2881         * nptl/pthread_join.c (pthread_join): Likewise.
2882         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2883         * sysdeps/posix/waitid.c (__waitid): Likewise.
2884         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2885         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2886         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2887         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2888         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2889         Likewise.
2890         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2891         (__libc_pread64): Likewise.
2892         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2893         (__libc_pwrite): Likewise.
2894         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2895         (__libc_pwrite64): Likewsie.
2896         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2897         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2898         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2899         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2900         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2901         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2902         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2904         Likewise.
2905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2906         (__libc_pread64): Likewise.
2907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2908         Likewise.
2909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2910         (__libc_pwrite64): Likewise.
2911         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2912         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2913         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2914         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2915         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2916         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2917         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2918         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2919         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2920         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2921         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2922         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2923         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2924         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2925         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2926         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2927         Likewise.
2929 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2931         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2932         (CFLAGS-test-double.c): Likewise.
2933         (CFLAGS-test-ldouble.c): Likewise.
2934         (CPPFLAGS-test-ifloat.c): Likewise.
2935         (CPPFLAGS-test-idouble.c): Likewise.
2936         (CPPFLAGS-test-ildoubl.c): Likewise.
2937         (CFLAGS-test-test-fenv.c): Remove variable.
2938         (CFLAGS-test-misc.c): Likewise.
2940 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2942         [BZ #17797]
2943         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2944         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2945         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2946         CLOCKS_PER_SEC == 1000000.
2947         * time/clocktest.c (main): Replace %ld with %jd and cast to
2948         intmax_t.
2950 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2952         * sysdeps/generic/unwind-resume.h: New file.
2953         * sysdeps/gnu/unwind-resume.c: Include it.
2954         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2955         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2956         argument list.
2957         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2958         global rather than static.
2959         (_Unwind_Resume): Update user.
2960         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2961         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2962         rather than static.  Add __attribute__ ((cold)).
2963         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2964         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2965         * sysdeps/arm/arm-unwind-resume.S: New file.
2966         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2967         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2968         * sysdeps/arm/Makefile [$(subdir) = csu]
2969         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2970         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2971         Add rt-arm-unwind-resume.
2972         [$(subdir) = nptl]
2973         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2974         Add pt-arm-unwind-resume.
2975         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2976         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2978 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2980         [BZ #17748]
2981         * include/fenv.h (__feholdexcept): Declare.  Use
2982         libm_hidden_proto.
2983         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2984         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2985         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2986         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2987         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2988         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2989         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2990         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2991         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2992         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2993         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2994         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2995         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2996         (feholdexcept): Likewise.
2997         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2998         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2999         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3000         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3001         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3002         __feholdexcept instead of feholdexcept.
3003         (default_libc_feholdexcept_setround): Likewise.
3005 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3007         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3008         to avoid using stl/str to align destination.
3010 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3012         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3014 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3016         [BZ #17796]
3017         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3018         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3019         Define as weak alias not strong alias.
3021 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3023         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3024         bltzal with addiupc.
3025         (RTLD_START): Ditto.
3027 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3029         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3030         for __vdso_* functions in declarations.
3031         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3032         definitions.
3033         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3034         INTERNAL_VSYSCALL): Use struct return types to check for error.
3036         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3037         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3038         function with cast from llround().
3039         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3040         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3041         Define.
3043 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3045         [BZ #17793]
3046         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3047         Define as weak alias not strong alias.
3049         [BZ #17635]
3050         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3051         ...
3052         * ctype/ctype-extn.c: ... here.
3053         (__isblank_l): Move to ...
3054         * ctype/ctype-c99_l.c: ... here.  New file.
3055         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3056         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3057         Remove variable.
3058         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3059         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3060         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3061         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3062         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3064         [BZ #17777]
3065         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3066         (posix_fadvise64): Define as weak alias not strong alias.
3067         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3068         (posix_fallocate64): Likewise.
3069         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3070         Remove variable.
3071         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3072         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3073         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3074         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3075         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3077 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3079         [BZ #16191]
3080         * NEWS: Mention bug fix.
3081         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3082         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3083         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3084         (HOST_STACK_END_ADDR): Likewise.
3086 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3088         [BZ #17748]
3089         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3090         * math/fegetround.c (fegetround): Rename to __fegetround and
3091         define as weak alias of __fegetround.  Use libm_hidden_weak.
3092         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3093         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3094         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3095         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3096         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3097         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3098         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3099         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3100         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3101         Undefine after rather than before function definition; use
3102         parentheses around function name in definition.
3103         (__fegetround): Also undefine macro after function definition.
3104         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3105         __fegetround and define as weak alias of __fegetround.  Use
3106         libm_hidden_weak.  Do not undefine as macro.
3107         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3108         Likewise.
3109         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3110         __fegetround and define as weak alias of __fegetround.  Use
3111         libm_hidden_weak.
3112         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3113         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3114         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3115         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3116         __fegetround and define as weak alias of __fegetround.  Use
3117         libm_hidden_weak.
3118         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3119         __fegetround instead of fegetround.
3121         [BZ #17782]
3122         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3123         Condition macro definition on [__USE_MISC].
3125         [BZ #17781]
3126         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3127         (struct sigaction): Change type of sa_flags field to int.
3129         [BZ #17780]
3130         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3131         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3132         __glibc_reserved0.
3134         * nptl/version.c (banner): Use single year in copyright notice.
3136         * NEWS: Update copyright dates.
3137         * catgets/gencat.c (print_version): Likewise.
3138         * csu/version.c (banner): Likewise.
3139         * debug/catchsegv.sh: Likewise.
3140         * debug/pcprofiledump.c (print_version): Likewise.
3141         * debug/xtrace.sh (do_version): Likewise.
3142         * elf/ldconfig.c (print_version): Likewise.
3143         * elf/ldd.bash.in: Likewise.
3144         * elf/pldd.c (print_version): Likewise.
3145         * elf/sotruss.sh: Likewise.
3146         * elf/sprof.c (print_version): Likewise.
3147         * iconv/iconv_prog.c (print_version): Likewise.
3148         * iconv/iconvconfig.c (print_version): Likewise.
3149         * locale/programs/locale.c (print_version): Likewise.
3150         * locale/programs/localedef.c (print_version): Likewise.
3151         * login/programs/pt_chown.c (print_version): Likewise.
3152         * malloc/memusage.sh (do_version): Likewise.
3153         * malloc/memusagestat.c (print_version): Likewise.
3154         * malloc/mtrace.pl: Likewise.
3155         * manual/libc.texinfo: Likewise.
3156         * nptl/version.c (banner): Likewise.
3157         * nscd/nscd.c (print_version): Likewise.
3158         * nss/getent.c (print_version): Likewise.
3159         * nss/makedb.c (print_version): Likewise.
3160         * posix/getconf.c (main): Likewise.
3161         * scripts/test-installation.pl: Likewise.
3162         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3164 2015-01-02  Will Newton  <will.newton@linaro.org>
3166         * sysdeps/arm/armv7/configure: Removed.
3167         * sysdeps/arm/armv7/configure.ac: Likewise.
3169 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3171         * All files with FSF copyright notices: Update copyright dates
3172         using scripts/update-copyrights.
3173         * intl/plural.c: Regenerated.
3174         * locale/programs/charmap-kw.h: Likewise.
3175         * locale/programs/locfile-kw.h: Likewise.
3177 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3179         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3181 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3183         [BZ #17748]
3184         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3185         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3186         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3187         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3188         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3189         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3190         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3191         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3192         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3193         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3194         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3195         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3196         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3197         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3198         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3199         libm_hidden_def.
3200         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3201         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3202         Likewise.
3203         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3204         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3205         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3206         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3207         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3208         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3209         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3210         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3211         __fegetenv instead of fegetenv.
3212         (libc_feholdsetround_noex_ctx): Likewise.
3214 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3216         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3217         (Elf_MIPS_ABIFlags_v0): New structure.
3218         (EF_MIPS_FP64): Define.
3219         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3220         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3221         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3222         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3223         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3224         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3225         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3226         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3227         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3228         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3229         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3230         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3231         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3232         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3233         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3234         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3235         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3236         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3237         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3238         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3239         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3240         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3241         field.
3242         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3243         EF_MIPS_FP64.
3244         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3245         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3246         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3247         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3248         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3249         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3250         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3251         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3252         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3253         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3254         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3255         record the current FP ABI extension.
3256         (mips-mode-switch): Define to show if kernel headers support mode
3257         switching.
3258         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3259         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3260         supported SYSV ABI version to 3.
3261         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3262         feature.
3264 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3265             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3267         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3268         path.
3269         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3271 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3273         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3274         __fegetround and redefine to call __fegetround.  Remove condition
3275         on [!__NO_MATH_INLINES].
3276         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3277         function.
3278         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3279         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3280         Remove macro.
3281         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3282         instead of <fenv_libc.h>.
3283         (__llrintl): Call fegetround instead of __fegetround.
3284         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3285         instead of <fenv_libc.h>.
3286         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3287         (__lrintl): Call fegetround instead of __fegetround.
3288         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3289         instead of <fenv_libc.h>.
3290         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3291         (__rintl): Call fegetround instead of __fegetround.
3293 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3295         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3296         arrays.
3298 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3300         [BZ #17775]
3301         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3302         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3303         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3305 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3307         * sysdeps/i386/tls-macros.h: Include <features.h>.
3308         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3309         (TLS_IE): Likewise.
3310         (TLS_LD): Likewise.
3311         (TLS_GD): Likewise.
3312         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3313         define for GCC >= 5.0.
3315 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3317         * math/test-fenv.c (test_single_exception, set_single_exc,
3318         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3319         feexcp_mask_test, feenable_test, fe_single_test): Add
3320         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3321         case where they are not used.
3322         * math/libm-test.inc: Likewise.
3323         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3324         unused in the absence of FP rounding/exception support.
3325         * stdio-common/tst-printf-round.c: Likewise.
3326         * stdlib/tst-strtod-round.c: Likewise.
3327         * stdlib/tst-strtod-underflow.c: Likewise.
3329 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3331         [BZ #17723]
3332         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3333         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3334         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3335         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3336         libm_hidden_weak.
3337         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3338         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3339         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3340         libm_hidden_def.
3341         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3342         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3343         libm_hidden_weak.
3344         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3345         Likewise.
3346         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3347         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3348         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3349         libm_hidden_weak.
3350         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3351         libm_hidden_def.
3352         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3353         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3354         (__feraiseexcept): Likewise.
3355         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3356         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3357         libm_hidden_weak.
3358         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3359         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3360         libm_hidden_def.
3361         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3362         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3363         Use libm_hidden_def.
3364         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3365         libm_hidden_def.
3366         (feraiseexcept): Define as weak not strong alias.  Use
3367         libm_hidden_weak.
3368         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3369         New inline function.  Factored out of ...
3370         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3371         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3372         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3373         feraiseexcept.
3374         * math/w_acos.c (__acos): Likewise.
3375         * math/w_asin.c (__asin): Likewise.
3376         * math/w_ilogb.c (__ilogb): Likewise.
3377         * math/w_j0.c (y0): Likewise.
3378         * math/w_j1.c (y1): Likewise.
3379         * math/w_jn.c (yn): Likewise.
3380         * math/w_log.c (__log): Likewise.
3381         * math/w_log10.c (__log10): Likewise.
3382         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3383         * sysdeps/aarch64/fpu/math_private.h
3384         (libc_feupdateenv_test_aarch64): Likewise.
3385         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3386         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3387         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3388         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3389         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3390         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3391         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3392         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3393         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3394         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3396 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3398         [BZ #17732]
3399         * io/test-utime.c (main): Replace %ld with %jd and cast to
3400         intmax_t.
3401         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3402         * nptl/tst-mutex5.c: Include <stdint.h>.
3403         (do_test): Replace %ld with %jd and cast to intmax_t.
3404         * posix/tst-regex.c (run_test): Likewise.
3405         (run_test_backwards): Likewise.
3406         * rt/tst-clock.c: Include <stdint.h>.
3407         (clock_test): Replace %ld with %jd and cast to intmax_t.
3408         * rt/tst-cpuclock1.c: Include <stdint.h>.
3409         (do_test): Replace %lu with %ju and cast to uintmax_t.
3410         * rt/tst-cpuclock2.c: Include <stdint.h>.
3411         (do_test): Replace %lu with %ju and cast to uintmax_t.
3412         * rt/tst-mqueue1.c: Include <stdint.h>.
3413         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3414         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3415         intmax_t.
3416         * rt/tst-mqueue4.c (do_test): Likewise.
3417         * rt/tst-timer4.c: Include <stdint.h>.
3418         (check_ts): Replace %ld with %jd and cast to intmax_t.
3419         (do_test): Likewise.
3420         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3421         and cast to intmax_t.
3422         * sysdeps/pthread/tst-timer.c (main): Likewise.
3423         * time/clocktest.c (main): Likewise.
3424         * time/tst-posixtz.c (do_test): Likewise.
3425         * timezone/tst-timezone.c (main): Likewise.
3427 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3428             H.J. Lu  <hongjiu.lu@intel.com>
3430         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3431         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3432         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3433         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3434         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3435         version if bit_Fast_Unaligned_Load is set.
3436         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3437         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3438         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3439         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3440         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3441         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3442         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3443         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3444         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3445         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3446         to 4.
3447         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3448         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3449         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3450         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3452 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3454         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3455         instead of #if to avoid a Wundef warning.
3456         * stdlib/tst-limits.c (do_test): Likewise.
3458         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3459         parallel other exception macros.
3460         (fegetenv): Convert from macro to extern inline so that it applies
3461         retroactively to inline functions already seen by the compiler.
3462         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3464         * posix/Makefile (before-compile): Use $(objpfx) for
3465         posix-conf-vars-def.h.
3467 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3469         * posix/getconf.c (main): Use size_t for type of I.
3470         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3471         NSPEC.
3473         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3474         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3475         * posix/posix-envs.def: Likewise.
3476         * sysdeps/posix/sysconf.c: Likewise.
3477         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3478         (specs): Remove array.
3479         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3480         array.
3482         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3483         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3484         (__sysconf): Use CONF_IS_* macros.
3486         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3487         ($(objpfx)posix-conf-vars-def.h): New target.
3488         * posix/posix-conf-vars.list: New file.
3489         * posix/posix-conf-vars.h: New file.
3490         * posix/confstr.c: Include posix-conf-vars.h.
3491         (confstr): Use CONF_IS_* macros.
3492         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3493         CONF_IS_* macros.
3494         * scripts/gen-posix-conf-vars.awk: New file.
3496 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3498         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3499         fegetround): Add no-op macros to avoid linknamespace issues.
3501         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3502         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3504         * sysdeps/unix/sysv/linux/tile/sysdep.h
3505         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3506         assembly-specific section to avoid a redefinition warning.
3508         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3509         long before casting to pointer to avoid a cast warning.
3511 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3513         * sysdeps/tile/tilegx/Implies: New file.
3515 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3517         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3519 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3521         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3523 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3525         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3526         not define.
3527         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3528         <kernel-features.h>.
3529         (__utimes) [__NR_utimes]: Make code unconditional.
3530         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3531         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3532         (__ASSUME_UTIMES): Do not undefine.
3533         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3534         (__ASSUME_UTIMES): Likewise.
3535         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3536         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3537         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3538         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3540 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3542         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3544 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3546         [BZ #17747]
3547         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3548         alias to weak alias for j0l, y0l.
3549         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3550         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3552         [BZ #17746]
3553         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3554         conversion.
3556 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3558         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3559         to zero if not already defined.
3561 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3563         [BZ #17724]
3564         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3565         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3566         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3567         (char *) casts added.
3568         * sysdeps/ieee754/k_standardf.c: New file.
3569         * sysdeps/ieee754/k_standardl.c: Likewise.
3570         * math/Makefile (libm-support): Remove k_standard.
3571         (libm-calls): Add k_standard.
3573 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3575         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3576         Optimize to avoid an unnecessary FPCR read.
3578 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3580         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3581         Optimize to reduce FPCR/FPSR accesses.
3583 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3585         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3586         Call libc_fetestexcept_aarch64.
3588 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3590         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3591         Call libc_fesetround_aarch64.
3593 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3595         [BZ #17733]
3596         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3597         (__bind): Do not define as weak alias.
3598         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3599         define.
3600         (__getsockname): Do not define as weak alias.
3602 2014-12-22  Will Newton  <will.newton@linaro.org>
3604         * manual/install.texi: Document that we require bison 2.7
3605         or above.
3606         * INSTALL: Regenerate.
3607         * configure.ac: Use AC_CHECK_PROG_VER instead of
3608         AC_PATH_PROG when checking for bison and check for
3609         version 2.7 or above.
3610         * configure: Regenerate.
3612 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3614         [BZ #17745]
3615         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3616         * sysdeps/tile/ffsll.c (ffsll): To here.
3618         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3620 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3622         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3623         if not defined.
3624         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3625         definition.
3626         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3627         hidden ___tls_get_addr.
3628         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3629         hidden __tls_get_addr.
3630         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3631         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3632         Likewise.
3634 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3636         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3637         _dl_init call.
3639 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3641         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3642         from "call _dl_init@PLT".
3643         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3645 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3647         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3648         guarantees.
3650 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3652         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3654 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3656         [BZ #17744]
3657         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3658         strnlen.
3660 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3662         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3663         of multu on MIPSr6.
3664         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3665         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3666         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3667         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3668         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3670 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3672         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3673         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3674         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3675         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3676         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3677         mips32r6/mips64r6.
3678         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3680 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3682         * string/strncat.c (STRNCAT): Simplify implementation.
3684 2014-12-19  David S. Miller  <davem@davemloft.net>
3686         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3687         access the quad as both a long double and as a series of 4 words.
3689         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3690         link_map->l_info array access.
3692 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3694         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3696         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3697         * math/atest-exp2.c (TIMEOUT): Likewise.
3698         * math/atest-sincos.c (TIMEOUT): Likewise.
3700 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3702         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3703         -Wno-error with -fno-builtin-lround.
3705 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3707         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3708         Contains futex constants and functions moved over from ...
3709         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3710         <lowlevellock-futex.h>.
3711         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3712         (lll_timedwait_tid): Add comments and parentheses around macro
3713         arguments.
3715 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3717         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3718         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3719         (__lll_private_flag): Remove.
3720         (lll_futex_wait): Likewise.
3721         (lll_futex_timed_wait): Likewise.
3722         (lll_futex_wake): Likewise.
3723         (lll_futex_requeue): Likewise.
3724         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3725         (__lll_timedwait_tid): Spell out argument names.
3726         (lll_timedwait_tid): Add comments and parentheses around macro
3727         arguments.
3728         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3729         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3731 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3733         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3734         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3735         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3736         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3737         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3738         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3739         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3740         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3741         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3742         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3743         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3744         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3745         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3746         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3747         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3748         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3749         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3750         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3751         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3753 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3755         * sysdeps/x86_64/x32/Makefile: New file.
3757 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3759         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3760         1L with (mp_limb_t) 1.
3762 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3764         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3765         * nptl/libc_pthread_init.c: ... here.
3766         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3767         * nptl/register-atfork.c: ... here.
3769         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3770         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3771         Use assert_perror to check its return value.
3772         (__gai_create_helper_thread): Likewise.
3774         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3776         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3778 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3780         [BZ #17725]
3781         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3782         __profil_counter.
3783         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3784         Likewise.
3785         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3786         Likewise.
3787         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3788         Likewise.
3789         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3790         (profil_counter): Likewise.
3791         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3792         (profil_counter): Likewise.
3793         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3794         Likewise.
3795         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3796         Likewise.
3797         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3798         (profil_counter): Likewise.
3799         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3800         Likewise.
3801         [!__profil_counter] (profil_counter): Define as weak alias of
3802         __profil_counter.
3803         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3804         (profil_counter): Rename to __profil_counter.
3805         [!__profil_counter] (profil_counter): Define as weak alias of
3806         __profil_counter.
3807         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3808         (profil_counter): Rename to __profil_counter.
3809         [!__profil_counter] (profil_counter): Define as weak alias of
3810         __profil_counter.
3811         * sysdeps/posix/profil.c: Update comment referring to
3812         profil_counter.
3813         (__profil): Use __profil_counter instead of profil_counter.
3814         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3815         __profil_counter.  Use __profil_counter_ushort and
3816         __profil_counter_uint in definitions.
3817         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3818         instead of profil_counter_uint and profil_counter_ushort.
3820         [BZ #17722]
3821         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3822         define as weak alias of __inet_makeaddr.
3823         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3824         as weak alias of __inet_addr.
3825         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3826         as weak alias of __inet_pton.  Use libc_hidden_weak.
3827         * include/arpa/inet.h (__inet_pton): Declare.  Use
3828         libc_hidden_proto.
3829         (inet_makeaddr): Don't use libc_hidden_proto.
3830         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3831         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3832         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3833         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3834         Remove variable.
3835         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3836         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3838 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3840         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3842 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3844         * stdio-common/bug-vfprintf-nargs.c (do_test):
3845         Cast value to intptr_t to avoid format warning
3846         for usage with PRIdPTR printing macro.
3848 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3850         * libio/tst-widetext.c (do_test):
3851         Use format type %td instead of %Zd for ptrdiff_t
3852         in order to avoid format warning.
3854 2014-12-17  Andreas Schwab  <schwab@suse.de>
3856         * nscd/mem.c (gc): Add size_t cast to match printf format.
3858 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3860         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3861         (init): Apply PTR_MANGLE to pointers before storing them.
3862         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3863         before using them.
3865 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3867         [BZ #17719]
3868         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3869         define as weak alias of __memrchr.
3870         (__memrchr): Do not define as strong alias of memrchr.
3871         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3872         Remove variable.
3873         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3874         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3875         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3877         [BZ #17717]
3878         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3879         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3880         (if_indextoname): Rename to __if_indextoname and define as weak
3881         alias of __if_indextoname.  Use libc_hidden_weak.
3882         (if_freenameindex): Rename to __if_freenameindex and define as
3883         weak alias of __if_freenameindex.
3884         (if_nameindex): Rename to __if_nameindex and define as weak alias
3885         of __if_nameindex.
3886         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3887         __if_nametoindex and define as weak alias of __if_nametoindex.
3888         Use libc_hidden_weak.
3889         (if_freenameindex): Rename to __if_freenameindex and define as
3890         weak alias of __if_freenameindex.
3891         (if_nameindex): Rename to __if_nameindex and define as weak alias
3892         of __if_nameindex.
3893         (if_indextoname): Rename to __if_indextoname and define as weak
3894         alias of __if_indextoname.  Use libc_hidden_weak.
3895         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3896         __if_nametoindex and define as weak alias of __if_nametoindex.
3897         Use libc_hidden_weak.
3898         (if_freenameindex): Rename to __if_freenameindex and define as
3899         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3900         (if_nameindex_netlink): Use __if_freenameindex instead of
3901         if_freenameindex.
3902         (if_nameindex): Rename to __if_nameindex and define as weak alias
3903         of __if_nameindex.  Use libc_hidden_weak.
3904         (if_indextoname): Rename to __if_indextoname and define as weak
3905         alias of __if_indextoname.  Use libc_hidden_weak.
3906         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3907         libc_hidden_proto.
3908         [!_ISOMAC] (__if_freenameindex): Likewise.
3909         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3910         if_nametoindex.
3911         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3912         variable.
3913         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3914         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3915         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3916         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3917         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3918         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3919         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3921         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3922         Remove variable.
3923         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3924         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3926 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3928         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3929         subscript above bounds'
3931         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3932         bounds.
3934 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3936         * libio/tst-fopenloc.c: Use test-skeleton.c.
3938         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3939         (entry): Rename to ITEM.
3940         (do_test, comp): Adjust.
3942         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3944 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3946         * string/tester.c: Include <libc-internal.h>.
3947         (test_memset): Ignore -Wmemset-transposed-args.
3949 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3951         * misc/tst-mntent2.c (do_test): Fix warning.
3953 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3955         * elf/tst-unique4lib.cc(a): Mark as used.
3957 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3959         [BZ #17630]
3960         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3961         names.
3963 2014-12-16  Allan McRae  <allan@archlinux.org>
3965         * stdio-common/Makefile (tests): Re-add bug26.
3967 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3969         [BZ #17657]
3970         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3971         static array.
3973 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3975         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3976         (__lll_lock_wait): Likewise.
3977         (__lll_timedlock_wait): Likewise.
3978         (__lll_timedwait_tid): Likewise.
3979         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3980         (__lll_robust_timedlock_wait): Likewise.
3981         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3982         (lll_cond_trylock): Likewise.
3983         (__lll_lock): Likewise.
3984         (__lll_robust_lock): Likewise.
3985         (__lll_cond_lock): Likewise.
3986         (lll_robust_cond_lock): Likewise.
3987         (__lll_timedlock): Likewise.
3988         (__lll_robust_timedlock): Likewise.
3989         (__lll_unlock): Likewise.
3990         (__lll_robust_unlock): Likewise.
3991         (lll_wait_tid): Likewise.
3992         (lll_timedwait_tid): Likewise.
3994 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3996         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3998 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4000         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4002 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4004         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4005         * stdio-common/tst-sprintf.c: Likewise.
4007 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4009         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4011 2014-12-15  Jeff Law  <law@redhat.com>
4013         [BZ #16617]
4014         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4015         on the heap.  (CVE-2012-3406)
4016         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4017         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4018         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4020 2014-12-15  Will Newton  <will.newton@linaro.org>
4022         * manual/install.texi: Bump required version of texinfo
4023         to 4.7 from 4.5.
4024         * INSTALL: Regenerated.
4025         * configure.ac: Check for makeinfo version 4.7 and above.
4026         * configure: Regenerated.
4028 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4030         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4031         PREFIX, string constant to insert between directory and name.
4032         * sysdeps/posix/shm_open.c: Update caller.
4033         * sysdeps/posix/shm_unlink.c: Likewise.
4034         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4035         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4036         (SEM_SHM_PREFIX): New macro.
4037         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4038         [$(have-thread-library) = no].
4039         * nptl/Makefile (libpthread-routines): Add shm-directory.
4040         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4041         * sysdeps/nptl/shm-directory.h: New file.
4042         * sysdeps/posix/shm-directory.c
4043         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4044         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4045         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4046         INTERNAL_SYSCALL.
4047         (__where_is_shmfs): Function removed.
4048         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4049         Variables removed.
4050         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4051         Use SHM_GET_NAME.
4052         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4054         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4055         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4056         unconditional for use inside libpthread.
4057         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4059 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4061         * nptl/pthread_getaffinity.c: New file.
4062         * nptl/pthread_setaffinity.c: New file.
4063         * nptl/pthread_getname.c: New file.
4064         * nptl/pthread_setname.c: New file.
4066         * nptl/pthread_create.c (START_THREAD_DEFN)
4067         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4069 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4070             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4072         * resolv/res_send.c (send_vc): Disable warning resplen may
4073         be used uninitialized.
4075 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4077         * nptl/tst-mutex6.c
4078         (ATTR_NULL): New define checks ATTR against NULL.
4079         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4080         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4082 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4084         [BZ #17581]
4085         * malloc/hooks.c
4086         (mem2mem_check): Revert my previous change.
4087         (malloc_check_get_size): Revert my previous change.
4088         (mem2chunk_check): Revert my previous change.
4090 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4092         * sysdeps/posix/shm-directory.c: New file.
4093         * sysdeps/posix/shm-directory.h: New file.
4094         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4095         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4096         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4097         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4098         Transmute EPERM to EACCES.
4099         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4100         from ...
4101         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4102         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4104 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4106         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4107         pointer and cast to uintptr_t.
4108         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4109         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4110         Add cast to avoid warning.
4111         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4113 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4115         * nptl/semaphore.h: Move to ...
4116         * sysdeps/pthread/semaphore.h: ... here.
4117         * Makefile (installed-headers): Change nptl/semaphore.h to
4118         sysdeps/pthread/semaphore.h.
4120 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4122         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4123         generated error format strings.
4125         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4126         -Wformat-extra-args warnings for scanf formats.
4127         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4128         test of zero-length format (duh).
4129         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4130         corner-case scanf format test.
4131         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4132         generated fprintf format string.
4133         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4134         corner-case sprintf format tests.
4135         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4136         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4137         -Wformat-extra-args warnings throughout.
4138         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4139         (CFLAGS-scanf4.c): Likewise.
4140         (CFLAGS-scanf7.c): Likewise.
4141         (CFLAGS-tst-sprintf.c): Likewise.
4142         (CFLAGS-tst-printf.c): Likewise.
4143         (CFLAGS-tst-printfsz.c): Likewise.
4145 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4147         * include/cpio.h: New file.
4148         * include/fmtmsg.h: Likewise.
4150         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4151         corresponding format argument to size_t.
4152         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4153         arguments.
4154         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4155         corresponding format argument to size_t.
4156         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4157         arguments.
4158         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4159         corresponding format argument to size_t.
4160         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4161         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4162         (CFLAGS-tst-mbswcs2.c): Likewise.
4163         (CFLAGS-tst-mbswcs3.c): Likewise.
4164         (CFLAGS-tst-mbswcs4.c): Likewise.
4165         (CFLAGS-tst-mbswcs5.c): Likewise.
4166         (CFLAGS-tst-trans.c): Likewise
4168 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4170         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4171         rather than assuming they won't contain any '%'s.
4173 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4175         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4176         inhibit_loop_to_libcall to avoid recursive calls.
4177         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4178         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4180 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4182         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4183         prototype.
4185 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4187         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4188         integer value instead of boolean.
4190 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4192         * malloc/malloc.c: Fix powerof2 check.
4194 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4196         * locale/programs/locfile.h (maybe_swap_uint32):
4197         Remove inline and add unused attribute.
4199 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4201         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4202         Truncating assembler expression to a .long expression.
4204 2014-12-11  Andreas Schwab  <schwab@suse.de>
4206         * elf/rtld.c (struct map_args): Constify str member.
4207         (do_preload): Constify fname argument.
4209 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4211         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4212         constants definition.
4214 2014-12-11  Andreas Schwab  <schwab@suse.de>
4216         [BZ #16657]
4217         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4218         FORCE_ELISION instead of DO_ELISION.
4219         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4220         Remove.
4221         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4222         Likewise.
4224         * iconvdata/gconv-modules: Remove duplicate entry.
4226 2014-12-11  Will Newton  <will.newton@linaro.org>
4228         Merge gettext 0.19.3 into intl/.
4230         This involves a number of cosmetic changes to comments
4231         and ANSI function definitions and prototypes throughout
4232         all the files. The gettext copyright header is used but
4233         with the date ranges taken from the glibc copy.
4235         * NEWS: Add gettext merge to 2.21.
4236         * intl/bindtextdom.c: Switch to gettext copyright.
4237         Use ANSI definitions and prototypes.
4238         Use gl_* locking primitives rather than __libc_* ones.
4239         Use __builtin_expect rather than __glibc_likely/unlikely.
4240         * intl/dcgettext.c: Switch to gettext copyright.
4241         Use ANSI definitions and prototypes.
4242         * intl/dcigettext.c: Switch to gettext copyright.
4243         Use ANSI definitions and prototypes.
4244         (INTDIV0_RAISES_SIGFPE): New define.
4245         Use gl_* locking primitives rather than __libc_* ones.
4246         Include eval-plural.h instead of plural-eval.c.
4247         Use __builtin_expect rather than __glibc_likely/unlikely.
4248         * intl/dcngettext.c: Switch to gettext copyright.
4249         Use ANSI definitions and prototypes.
4250         * intl/dgettext.c: Likewise.
4251         * intl/dngettext.c: Likewise.
4252         * intl/plural-eval.c: Renamed to...
4253         * intl/eval-plural.h: ...this.
4254         * intl/explodename.c: Switch to gettext copyright.
4255         Use ANSI definitions and prototypes.
4256         (_nl_explode_name): Use strchr instead of __rawmemchr.
4257         * intl/finddomain.c: Switch to gettext copyright.
4258         Use ANSI definitions and prototypes.
4259         Use gl_* locking primitives rather than __libc_* ones.
4260         (_nl_find_domain): Use malloc rather than alloca for
4261         allocation of temporary locale name.
4262         * intl/gettext.c: Switch to gettext copyright.
4263         Use ANSI definitions and prototypes.
4264         * intl/gettextP.h: Switch to gettext copyright.
4265         Use ANSI definitions and prototypes.
4266         Use gl_* locking primitives rather than __libc_* ones.
4267         * intl/gmo.h: Switch to gettext copyright.
4268         (struct sysdep_string): Move struct segment_pair outside of
4269         struct definition.
4270         * intl/hash-string.c: Use ANSI definitions and prototypes.
4271         * intl/hash-string.h: Switch to gettext copyright.
4272         Use ANSI definitions and prototypes.
4273         * intl/l10nflist.c: Switch to gettext copyright.
4274         Use ANSI definitions and prototypes.
4275         (_nl_normalize_codeset): Avoid integer overflow.
4276         * intl/loadinfo.h: Switch to gettext copyright.
4277         Use ANSI definitions and prototypes.
4278         (LIBINTL_DLL_EXPORTED): New define.
4279         (PATH_SEPARATOR): New define.
4280         * intl/loadmsgcat.c: Switch to gettext copyright.
4281         * intl/localealias.c: Switch to gettext copyright.
4282         Use ANSI definitions and prototypes.
4283         (_nl_expand_alias): Use PATH_SEPARATOR.
4284         * intl/ngettext.c: Switch to gettext copyright.
4285         Use ANSI definitions and prototypes.
4286         * intl/plural-exp.c: Likewise.
4287         * intl/plural-exp.h: Switch to gettext copyright.
4288         Use ANSI definitions and prototypes.
4289         (struct expression): Move definition of enum operator outside
4290         of struct definition.
4291         * intl/plural.c: Regenerate.
4292         * intl/plural.y: Switch to gettext copyright.
4293         Use ANSI definitions and prototypes.
4294         Port to bison 3.0.
4295         * intl/textdomain.c: Switch to gettext copyright.
4296         Use ANSI definitions and prototypes.
4297         Use gl_* locking primitives rather than __libc_* ones.
4299 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4301         * debug/warning-nop.c: Add used atrribute.
4303 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4305         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4307         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4308         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4309         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4311 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4312             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4314         [BZ #17634]
4315         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4316         Undefine after defining function.  Define as weak alias of
4317         __wcschr.  Use libc_hidden_weak.
4318         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4319         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4320         (libc_hidden_def): Also define __GI___wcschr alias.
4321         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4322         __wcschr and define as weak alias of __wcschr.
4323         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4324         __wcschr.
4325         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4326         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4327         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4328         libc_hidden_weak.  Do not use libc_hidden_def.
4329         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4330         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4331         __GI___wcschr alias.
4332         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4333         [IS_IN (libc)] (wcschr): Define as macro expanding to
4334         __redirect_wcschr.
4335         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4336         [IS_IN (libc)] (__wcschr_power6): Likewise.
4337         [IS_IN (libc)] (__wcschr_power7): Likewise.
4338         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4339         instead of wcschr.
4340         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4341         __libc_wcschr.
4342         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4343         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4344         __wcschr and define as weak alias of __wcschr.  Use
4345         libc_hidden_builtin_def.
4346         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4347         as weak alias of __wcschr.  Use libc_hidden_weak.
4348         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4349         wcschr.
4350         * time/era.c (_nl_init_era_entries): Likewise.
4351         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4352         variable.
4353         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4354         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4356 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4358         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4359         format for long int variable.
4361 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4363         [BZ #10672]
4364         * manual/search.texi: (Array Sort Function): Remove claim how to make
4365         qsort stable.
4367 2014-12-10  Andreas Schwab  <schwab@suse.de>
4369         [BZ #12847]
4370         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4371         user-controlled locks.
4373 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4375         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4376         register.
4378 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4380         * configure.ac (--disable-werror): New configure option.
4381         (enable_werror): New AC_SUBST.
4382         * configure: Regenerated.
4383         * config.make.in (enable-werror): New variable.
4384         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4385         -Wno-error=undef.
4386         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4387         * manual/install.texi (Configuring and compiling): Document
4388         --disable-werror.
4389         * INSTALL: Regenerated.
4390         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4391         (CFLAGS-tst-chk2.c): Likewise.
4392         (CFLAGS-tst-chk3.c): Likewise.
4393         (CFLAGS-tst-chk4.cc): Likewise.
4394         (CFLAGS-tst-chk5.cc): Likewise.
4395         (CFLAGS-tst-chk6.cc): Likewise.
4396         (CFLAGS-tst-lfschk1.c): Likewise.
4397         (CFLAGS-tst-lfschk2.c): Likewise.
4398         (CFLAGS-tst-lfschk3.c): Likewise.
4399         (CFLAGS-tst-lfschk4.cc): Likewise.
4400         (CFLAGS-tst-lfschk5.cc): Likewise.
4401         (CFLAGS-tst-lfschk6.cc): Likewise.
4403         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4404         (main): Disable -Wdeprecated-declarations around calls to
4405         register_printf_function.
4407         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4408         (do_test): Disable -Wdiv-by-zero around some calls to
4409         fwrite_unlocked and fread_unlocked.
4411         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4412         (DIAG_POP_NEEDS_COMMENT): Likewise.
4413         (_DIAG_STR1): Likewise.
4414         (_DIAG_STR): Likewise.
4415         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4416         * stdio-common/bug21.c: Include <libc-internal.h>.
4417         (do_test): Disable -Wformat around call to sscanf.
4418         * stdio-common/scanf14.c: Include <libc-internal.h>.
4419         (main): Disable -Wformat around some calls to scanf functions.
4421 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4423         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4425 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4427         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4428         stack variable alignment.
4430 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4432         [BZ #17682]
4433         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4434         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4435         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4436         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4437         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4438         __getrlimit instead of getrlimit.
4439         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4440         __gettimeofday instead of gettimeofday.
4441         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4442         Likewise.
4443         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4444         Likewise.
4445         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4446         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4447         Remove variable.
4448         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4449         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4451 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4453         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4454         for wide-character tests.
4456 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4458         * io/openat64.c: #include <libc-internal.h>
4459         (__openat64): Prototypify.  Use ignore_value on MODE.
4460         * io/openat.c: Likewise.
4461         * misc/reboot.c: #include <libc-internal.h>
4462         (reboot): Prototypify.  Use ignore_value on HOWTO.
4463         * misc/ptrace.c: #include <libc-internal.h>
4464         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4466 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4468         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4469         XPG4, UNIX98 and XOPEN2K.
4470         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4471         Remove variable.
4472         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4474 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4476         * libio/fileops.c: Use ISO C style for function definitions.
4477         * libio/iofopen.c: Likewise.
4478         * libio/wfileops.c: Likewise.
4480         [BZ #17653]
4481         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4482         offset on EOF.
4483         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4484         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4485         (fgets_func): Function pointer to fgets and fgetws.
4486         (do_ftell_test): Add test to verify ftell value after read
4487         EOF.
4488         (do_test): Set fgets_func.
4490         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4491         O_TRUNC flag for w and w+ modes.
4492         (do_rewind_test): Likewise.
4493         (do_ftell_test): Likewise.
4494         (do_write_test): Likewise.
4496         [BZ #17647]
4497         * libio/fileops.c (do_ftell): Seek only when there are
4498         unflushed writes.
4499         * libio/wfileops.c (do_ftell_wide): Likewise.
4500         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4501         test case.
4502         (do_one_test): Call it.
4504 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4506         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4507         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4508         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4509         Remove variable.
4510         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4511         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4512         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4514 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4516         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4517         Remove variable.
4518         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4520         [BZ #17668]
4521         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4522         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4523         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4524         __freeifaddrs.  Use libc_hidden_weak.
4525         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4526         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4527         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4528         __freeifaddrs.  Use libc_hidden_weak.
4529         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4530         __getifaddrs and define as weak alias of __getifaddrs.  Use
4531         libc_hidden_weak.
4532         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4533         __freeifaddrs.  Use libc_hidden_weak.
4534         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4535         Remove variable.
4536         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4537         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4539 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4541         [BZ #17601]
4542         * sysdeps/mips/start.S (__start): Use indirect jump to call
4543         __libc_start_main.
4545 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4547         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4549         * nptl/tst-mutex1.c: Include <stdbool.h>.
4550         [!ATTR] (ATTR_NULL): New macro.
4551         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4552         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4553         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4555         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4556         to char *.
4558         [BZ #17665]
4559         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4560         Change conditional to [__USE_MISC].
4562         [BZ #17664]
4563         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4564         fgets_unlocked.
4565         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4566         __fgets_unlocked.
4567         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4568         fgets_unlocked.
4569         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4570         Remove variable.
4571         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4572         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4573         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4574         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4575         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4576         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4577         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4578         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4579         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4581         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4583 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4585         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4586         Remove strpbrk objects.
4587         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4588         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4589         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4590         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4591         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4592         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4594         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4595         Remove strcspn objects.
4596         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4597         (__libc_ifunc_impl_list): Remove strcspn implementation.
4598         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4599         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4600         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4601         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4603         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4604         Remove strspn objetcs.
4605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4606         (__libc_ifunc_impl_list): Remove strspn implementation.
4607         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4608         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4609         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4610         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4612 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4614         [BZ #17581]
4615         * malloc/hooks.c
4616         (mem2mem_check): Add a terminator to the chain of checking blocks.
4617         (malloc_check_get_size): Use it here.
4618         (mem2chunk_check): Ditto.
4620 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4622         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4623         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4625 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4627         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4629         * nptl/nptl-init.c: Include libc-internal.h.
4630         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4632         * elf/ldconfig.c (search_dir): Expand comment.
4634 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4636         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4637         variable.
4638         (linknamespace-symlist-stdlibs-tests): Likewise.
4639         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4640         instead of $(objpfx)symlist-stdlibs.
4641         (linknamespace-libs-isoc): New variable.
4642         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4643         (linknamespace-libs-ISO): New variable.
4644         (linknamespace-libs-ISO99): Likewise.
4645         (linknamespace-libs-ISO11): Likewise.
4646         (linknamespace-libs-XPG3): Likewise.
4647         (linknamespace-libs-XPG4): Likewise.
4648         (linknamespace-libs-POSIX): Likewise.
4649         (linknamespace-libs-UNIX98): Likewise.
4650         (linknamespace-libs-XOPEN2K): Likewise.
4651         (linknamespace-libs-POSIX2008): Likewise.
4652         (linknamespace-libs-XOPEN2K8): Likewise.
4653         ($(objpfx)symlist-stdlibs): Replace by
4654         $(linknamespace-symlist-stdlibs-tests).  Use
4655         $(linknamespace-libs-$*) as set of libraries.
4656         ($(linknamespace-header-tests)): Update dependencies.  Use
4657         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4658         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4659         * conform/linknamespace.pl: Remove comment about considering
4660         definitions of symbols from irrelevant libraries.
4662 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4664         [BZ #13862]
4665         * elf/dl-tls.c: Include <atomic.h>.
4666         (oom): Remove #ifdef SHARED/#endif.
4667         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4668         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4669         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4670         big enough.
4671         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4672         * nptl/Makefile (tests): Add tst-stack4.
4673         (modules-names): Add tst-stack4mod.
4674         ($(objpfx)tst-stack4): New.
4675         (tst-stack4mod.sos): Likewise.
4676         ($(objpfx)tst-stack4.out): Likewise.
4677         ($(tst-stack4mod.sos)): Likewise.
4678         (clean): Likewise.
4679         * nptl/tst-stack4.c: New file.
4680         * nptl/tst-stack4mod.c: Likewise.
4682 2014-11-27  J. Brown  <jb999@gmx.de>
4684         * sysdeps/x86/bits/string.h: Add recent CPUs.
4686 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4688         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4689         sigblock.
4691         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4692         feof.
4694         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4695         variable.
4697 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4699         * nscd/connections.c: Include libc-internal.h because of macro
4700         usage ignore_value.
4702 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4704         * string/bits/string3.h (__warn_memset_zero_len): Don't
4705         declare for gcc newer than 5.0.
4706         (memset): Don't test for zero-length __LEN for gcc newer than
4707         5.0.
4709 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4711         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4712         size_t for %zu format.
4714         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4715         difference, not %ju.
4717 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4719         * include/libc-internal.h (ignore_value): New macro.
4720         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4721         with ignore_value.
4723         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4724         definition.
4726         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4727         pthread_cleanup_push to void *.
4729         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4730         Undefine.
4732         [BZ #16619]
4733         [BZ #16740]
4734         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4735         instead of 1L << 52.
4737         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4738         * libio/bug-rewind2.c (do_test): Likewise.
4740         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4741         * debug/test-strcpy_chk-ifunc.c: Likewise.
4742         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4743         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4744         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4745         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4746         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4747         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4748         * Rules [$(multi-arch) = no] (tests): Do not filter out
4749         $(tests-ifunc).
4750         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4751         * debug/Makefile (tests-ifunc): Remove variable.
4752         (tests): Do not add $(tests-ifunc).
4753         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4754         (tests): Do not add $(tests-ifunc).
4755         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4756         [TEST_IFUNC]: Remove conditionals.
4757         * string/test-string.h (TEST_IFUNC): Remove macro.
4758         [TEST_IFUNC]: Remove conditionals.
4760         * string/test-strchr.c [!WIDE] (L): New macro.
4761         [WIDE] (L): Likewise.
4762         (check1): Use CHAR instead of char.  Use L on string and character
4763         constants.
4765 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4767         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4768         tests.
4769         * sysdeps/powerpc/bits/atomic.h
4770         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4771         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4772         (atomic_exchange_and_add_acq): Likewise.
4773         (atomic_exchange_and_add_rel): Likewise.
4774         * sysdeps/powerpc/powerpc32/bits/atomic.h
4775         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4776         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4777         * sysdeps/powerpc/powerpc64/bits/atomic.h
4778         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4779         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4781 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4783         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4784         Change synchronization of __sched_fifo_min_prio and
4785         __sched_fifo_max_prio.
4786         * nptl/pthread_mutexattr_getprioceiling.c
4787         (pthread_mutexattr_getprioceiling): Likewise.
4788         * nptl/pthread_mutexattr_setprioceiling.c
4789         (pthread_mutexattr_setprioceiling): Likewise.
4790         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4791         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4792         Likewise.
4794 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4796         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4797         void.
4799 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4801         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4802         third argument const.
4804 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4806         fnmatch: work around GCC compiler warning bug with uninit var
4807         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4808         This works around a bug with x86-64 GCC 4.9.2 and earlier
4809         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4810         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4811         used uninitialized in this function [-Wmaybe-uninitialized]".
4813 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4815         * posix/bug-regex31.c (main): Return RES not 0.
4817 2014-11-25  Anton Blanchard <anton@samba.org>
4819         * sysdeps/powerpc/bits/atomic.h
4820         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4822 2014-11-24  Sterling Augustine  <saugustine@google.com>
4824         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4826 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4828         [BZ #17608]
4829         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4831 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4833         [BZ #17633]
4834         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4835         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4836         variable.
4837         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4838         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4840 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4842         * string/strncpy.c (strncpy): Improve performance by using memset.
4844 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4846         * string/strcpy.c (strcpy):
4847         Improve performance by using strlen and memcpy.
4849 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4851         * string/strcoll_l.c (get_next_seq): __always_inline.
4852         * string/strcoll_l.c (do_compare): __always_inline.
4854 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4856         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4857         defined.
4858         * include/mqueue.h: Likewise.
4859         * include/stdlib.h: Likewise.
4861         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4862         (get_null_defines): Adjust.
4863         * sunrpc/Makefile: Adjust comment.
4864         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4865         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4866         (CFLAGS-interp.c): Likewise.
4867         (CFLAGS-ldconfig.c): Likewise.
4868         (CPPFLAGS-.os): Likewise.
4869         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4870         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4871         * extra-modules.mk (extra-modules.mk): Likewise.
4872         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4873         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4874         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4875         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4876         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4877         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4878         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4879         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4880         * iconvdata/Makefile (CPPFLAGS): Likewise.
4881         (cpp-srcs-left): Add libof for all iconvdata routines.
4882         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4883         * include/assert.h: Likewise.
4884         * include/ctype.h: Likewise.
4885         * include/errno.h: Likewise.
4886         * include/libc-symbols.h: Likewise.
4887         * include/math.h: Likewise.
4888         * include/netdb.h: Likewise.
4889         * include/resolv.h: Likewise.
4890         * include/stdio.h: Likewise.
4891         * include/stdlib.h: Likewise.
4892         * include/string.h: Likewise.
4893         * include/sys/stat.h: Likewise.
4894         * include/wctype.h: Likewise.
4895         * intl/l10nflist.c: Likewise.
4896         * libidn/idn-stub.c: Likewise.
4897         * libio/libioP.h: Likewise.
4898         * nptl/libc_multiple_threads.c: Likewise.
4899         * nptl/pthreadP.h: Likewise.
4900         * posix/regex_internal.h: Likewise.
4901         * resolv/res_hconf.c: Likewise.
4902         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4903         * sysdeps/arm/memmove.S: Likewise.
4904         * sysdeps/arm/sysdep.h: Likewise.
4905         * sysdeps/generic/_itoa.h: Likewise.
4906         * sysdeps/generic/symbol-hacks.h: Likewise.
4907         * sysdeps/gnu/errlist.awk: Likewise.
4908         * sysdeps/gnu/errlist.c: Likewise.
4909         * sysdeps/i386/i586/memcpy.S: Likewise.
4910         * sysdeps/i386/i586/memset.S: Likewise.
4911         * sysdeps/i386/i686/memcpy.S: Likewise.
4912         * sysdeps/i386/i686/memmove.S: Likewise.
4913         * sysdeps/i386/i686/mempcpy.S: Likewise.
4914         * sysdeps/i386/i686/memset.S: Likewise.
4915         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4916         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4917         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4918         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4919         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4920         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4921         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4922         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4923         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4924         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4925         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4926         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4927         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4928         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4929         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4930         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4931         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4932         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4933         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4934         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4935         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4936         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4937         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4938         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4939         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4940         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4941         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4942         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4943         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4944         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4945         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4946         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4947         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4948         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4949         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4950         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4951         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4952         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4953         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4954         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4955         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4956         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4957         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4958         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4959         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4960         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4961         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4962         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4963         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4964         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4965         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4966         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4967         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4968         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4969         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4970         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4971         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4972         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4973         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4974         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4975         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4976         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4977         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4978         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4979         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4980         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4981         * sysdeps/posix/closedir.c: Likewise.
4982         * sysdeps/posix/opendir.c: Likewise.
4983         * sysdeps/posix/readdir.c: Likewise.
4984         * sysdeps/posix/rewinddir.c: Likewise.
4985         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4986         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4987         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4988         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4989         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4990         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4991         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4992         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4993         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4994         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4995         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4996         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4997         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4998         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4999         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5000         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5001         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5002         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5003         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5004         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5005         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5006         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5007         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5008         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5009         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5010         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5011         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5012         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5013         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5014         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5015         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5016         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5017         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5018         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5019         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5020         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5021         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5022         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5023         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5024         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5025         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5026         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5027         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5028         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5029         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5030         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5031         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5032         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5033         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5034         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5035         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5036         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5037         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5038         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5039         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5040         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5041         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5042         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5043         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5044         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5045         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5046         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5047         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5048         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5049         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5050         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5051         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5052         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5053         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5054         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5055         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5056         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5057         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5058         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5059         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5060         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5061         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5062         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5063         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5064         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5065         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5066         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5067         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5068         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5069         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5070         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5071         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5072         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5073         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5074         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5075         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5076         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5077         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5078         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5079         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5080         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5081         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5082         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5083         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5084         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5085         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5086         * sysdeps/unix/alpha/sysdep.S: Likewise.
5087         * sysdeps/unix/alpha/sysdep.h: Likewise.
5088         * sysdeps/unix/make-syscalls.sh: Likewise.
5089         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5090         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5091         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5092         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5093         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5094         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5095         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5096         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5097         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5098         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5099         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5100         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5101         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5102         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5103         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5104         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5105         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5106         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5107         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5108         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5109         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5110         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5111         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5112         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5113         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5114         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5115         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5118         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5119         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5120         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5121         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5122         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5123         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5124         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5125         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5126         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5127         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5128         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5129         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5130         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5131         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5132         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5133         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5134         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5135         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5136         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5137         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5138         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5139         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5140         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5141         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5142         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5143         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5144         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5145         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5146         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5147         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5148         * sysdeps/x86_64/memcpy.S: Likewise.
5149         * sysdeps/x86_64/memmove.c: Likewise.
5150         * sysdeps/x86_64/memset.S: Likewise.
5151         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5152         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5153         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5154         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5155         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5156         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5157         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5158         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5159         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5160         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5161         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5162         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5163         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5164         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5165         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5166         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5167         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5168         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5169         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5170         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5171         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5172         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5173         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5174         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5175         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5176         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5177         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5178         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5179         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5180         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5181         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5182         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5183         * sysdeps/x86_64/strcmp.S: Likewise.
5185         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5187         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5188         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5189         * elf/rtld-Rules: Likewise.
5190         * elf/setup-vdso.h: Likewise.
5191         * include/assert.h: Likewise.
5192         * include/bits/stdlib-float.h: Likewise.
5193         * include/errno.h: Likewise.
5194         * include/sys/stat.h: Likewise.
5195         * include/unistd.h: Likewise.
5196         * sysdeps/aarch64/setjmp.S: Likewise.
5197         * sysdeps/alpha/setjmp.S: Likewise.
5198         * sysdeps/arm/__longjmp.S: Likewise.
5199         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5200         * sysdeps/arm/setjmp.S: Likewise.
5201         * sysdeps/arm/sysdep.h: Likewise.
5202         * sysdeps/generic/_itoa.h: Likewise.
5203         * sysdeps/generic/dl-sysdep.h: Likewise.
5204         * sysdeps/generic/ldsodefs.h: Likewise.
5205         * sysdeps/i386/dl-tls.h: Likewise.
5206         * sysdeps/i386/setjmp.S: Likewise.
5207         * sysdeps/m68k/setjmp.c: Likewise.
5208         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5209         * sysdeps/mach/hurd/opendir.c: Likewise.
5210         * sysdeps/posix/getcwd.c: Likewise.
5211         * sysdeps/posix/opendir.c: Likewise.
5212         * sysdeps/posix/profil.c: Likewise.
5213         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5214         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5215         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5216         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5217         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5218         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5219         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5220         * sysdeps/s390/dl-tls.h: Likewise.
5221         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5222         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5223         * sysdeps/sh/sh3/setjmp.S: Likewise.
5224         * sysdeps/sh/sh4/setjmp.S: Likewise.
5225         * sysdeps/unix/alpha/sysdep.h: Likewise.
5226         * sysdeps/unix/arm/sysdep.S: Likewise.
5227         * sysdeps/unix/i386/sysdep.S: Likewise.
5228         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5229         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5230         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5231         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5232         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5233         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5234         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5235         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5236         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5237         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5238         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5239         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5240         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5243         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5244         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5245         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5246         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5247         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5248         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5249         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5250         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5251         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5252         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5253         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5254         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5255         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5256         * sysdeps/x86_64/setjmp.S: Likewise.
5258         * include/math.h: Use IS_IN instead of IS_IN_libm.
5259         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5260         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5261         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5262         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5263         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5264         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5265         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5266         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5267         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5268         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5269         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5270         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5271         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5272         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5273         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5274         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5275         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5276         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5277         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5278         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5279         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5280         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5281         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5282         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5283         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5284         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5285         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5286         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5287         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5288         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5289         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5290         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5291         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5293         Likewise.
5294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5295         Likewise.
5296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5297         Likewise.
5298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5299         Likewise.
5300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5301         Likewise.
5302         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5303         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5304         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5305         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5306         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5307         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5313         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5314         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5315         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5316         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5317         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5318         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5319         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5320         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5321         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5322         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5323         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5324         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5325         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5326         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5328         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5330         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5331         * nptl/pthreadP.h: Likewise.
5332         * nptl_db/structs.def: Likewise.
5333         * sysdeps/arm/sysdep.h: Likewise.
5334         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5335         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5336         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5337         * sysdeps/unix/alpha/sysdep.h: Likewise.
5338         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5339         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5340         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5341         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5342         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5343         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5344         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5345         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5346         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5347         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5348         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5349         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5350         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5351         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5354         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5355         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5356         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5357         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5358         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5359         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5360         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5361         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5362         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5363         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5365         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5366         * nptl/pthreadP.h: Likewise.
5367         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5368         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5369         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5370         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5371         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5372         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5373         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5374         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5375         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5376         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5377         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5378         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5380         Likewise.
5381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5382         Likewise.
5383         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5384         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5385         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5386         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5387         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5388         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5389         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5390         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5392         * dlfcn/dladdr.c: Use IS_IN.
5393         * dlfcn/dladdr1.c: Likewise.
5394         * dlfcn/dlclose.c: Likewise.
5395         * dlfcn/dlerror.c: Likewise.
5396         * dlfcn/dlinfo.c: Likewise.
5397         * dlfcn/dlmopen.c: Likewise.
5398         * dlfcn/dlopen.c: Likewise.
5399         * dlfcn/dlsym.c: Likewise.
5400         * dlfcn/dlvsym.c: Likewise.
5402         * include/ifaddrs.h: Use IS_IN.
5403         * inet/check_pf.c: Likewise.
5404         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5405         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5407         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5408         IS_IN_ldconfig.
5409         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5410         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5412         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5413         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5414         IS_IN (libc).
5416         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5418         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5419         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5420         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5421         * include/libc-symbols.h (IS_IN_LIB): New macro.
5422         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5423         * include/netdb.h: Likewise.
5424         * include/stap-probe.h: Remove all uses of IN_LIB.
5426         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5427         instead of IN_MODULE.
5428         * include/libc-symbols.h (IN_MODULE): Define using
5429         MODULE_NAME.
5430         (PASTE_NAME, PASTE_NAME1): New macros.
5431         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5432         of IN_LIB.
5433         (STAP_PROBE_ASM): Likewise.
5435 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5437         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5438         __mach_init in dlopened libc.
5440 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5442         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5443         * sysdeps/arm/preconfigure: Regenerate.
5445 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5447         * nptl/pthread_create.c (__pthread_create_2_1): Set
5448         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5449         when copying values from IATTR into PD.
5451 2014-11-21  Will Newton  <will.newton@linaro.org>
5452             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5454         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5455         Refactor inline-asm.  Also add comment.
5457         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5458         ElfW macro instead of hardcoded Elf64 types.
5459         (la_aarch64_gnu_pltenter): Likewise.
5460         * sysdeps/aarch64/dl-machine.h
5461         (elf_machine_runtime_setup): Use ElfW(Addr).
5463         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5464         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5465         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5466         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5467         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5468         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5469         (R_AARCH64_TLS_DTPMOD): This.
5470         (R_AARCH64_TLS_DTPREL64): Rename to ...
5471         (R_AARCH64_TLS_DTPREL): This.
5472         (R_AARCH64_TLS_TPREL64): Rename to ...
5473         (R_AARCH64_TLS_TPREL): This.
5474         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5475         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5476         R_AARCH64_TLS_TPREL64.
5477         (elf_machine_rela): Likewise.
5479 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5481         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5482         by setting it to 0.  64b atomics are not supported currently.
5484 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5486         [BZ #16469]
5487         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5488         search domain names.
5490 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5492         [BZ #16469]
5493         * NEWS: Update.
5494         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5495         trailing dot.
5496         * posix/tst-getaddrinfo5.c: New.
5497         * posix/Makefile (tests): Add it.
5499 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5501         [BZ #14498]
5502         * NEWS: Fixed.
5503         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5504         after parsing line but before break_if_match.
5505         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5506         if there is a protocol mismatch.
5508 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5510         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5511         because the potential race is on the user-supplied stream.
5513 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5515         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5516         string literal if not passed a buffer.
5517         * manual/job.texi (ctermid): Update reasoning, note deviation
5518         from posix, suggest mtasurace when not passed a buffer, for
5519         future non-preliminary safety notes.
5521 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5523         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5524         of not passing it a buffer.
5525         Reported by Peng Haitao.
5527 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5529         * manual/Makefile ($(objpfx)stamp-summary): Require
5530         check-safety.sh to pass.
5531         * manual/check-safety.sh: Wish for verification that every
5532         @deftypefn and @deftypefun is followed by a @safety remark.
5534 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5536         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5538         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5539         PTHREAD_CANCEL_ASYNCHRONOUS.
5540         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5541         send SIGCANCEL.
5543         * nptl/default-sched.h: New file.
5544         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5545         * nptl/pthread_create.c: Include it.
5546         (__pthread_create_2_1): Use collect_default_sched instead of making
5547         Linux syscalls here directly.
5549 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5551         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5552         __pthread_once): Use C11 atomics.
5554 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5556         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5558 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5560         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5561         atomic_thread_fence_acquire, atomic_thread_fence_release,
5562         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5563         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5564         atomic_compare_exchange_weak_relaxed,
5565         atomic_compare_exchange_weak_acquire,
5566         atomic_compare_exchange_weak_release,
5567         atomic_exchange_acquire, atomic_exchange_release,
5568         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5569         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5570         atomic_fetch_and_acquire,
5571         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5573 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5575         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5576         USE_ATOMIC_COMPILER_BUILTINS): Define.
5577         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5578         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5579         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5580         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5581         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5582         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5583         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5584         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5585         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5586         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5587         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5588         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5589         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5590         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5591         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5592         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5593         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5594         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5595         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5596         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5597         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5598         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5599         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5600         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5601         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5602         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5603         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5604         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5605         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5606         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5607         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5608         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5609         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5610         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5611         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5612         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5613         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5614         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5615         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5616         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5618 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5620         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5621         the sched_priority value here.  It was already checked when the user
5622         called pthread_attr_setschedparam.
5624         * nptl/tst-bad-schedattr.c: New file.
5625         * nptl/Makefile (tests): Add it.
5627 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5628             Florian Weimer  <fweimer@redhat.com>
5629             Joseph Myers  <joseph@codesourcery.com>
5630             Adam Conrad  <adconrad@0c3.net>
5631             Andreas Schwab  <schwab@suse.de>
5632             Brooks  <bmoses@google.com>
5634         [BZ #17625]
5635         * wordexp-test.c (__dso_handle): Add prototype.
5636         (__register_atfork): Likewise.
5637         (__app_register_atfork): New function.
5638         (registered_forks): New global.
5639         (register_fork): New function.
5640         (test_case): Add 3 new tests for WRDE_CMDSUB.
5641         (main): Call __app_register_atfork.
5642         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5643         fork count is non-zero fail the test.
5644         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5645         is set.
5646         (parse_dollars): Remove check for WRDE_NOCMD.
5647         (parse_dquote): Likewise.
5649 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5651         * Makeconfig (built-modules): List non-library modules to be
5652         built.
5653         (module-cppflags): Include libc-modules.h for
5654         everything except shlib-versions.v.i.
5655         (CPPFLAGS): Use it.
5656         (before-compile): Add libc-modules.h.
5657         ($(common-objpfx)libc-modules.h,
5658         $(common-objpfx)libc-modules.stmp): New targets.
5659         (common-generated): Add libc-modules.h and libc-modules.stmp.
5660         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5661         * include/libc-symbols.h: Don't include libc-modules.h.
5662         * include/libc-modules.h: Remove file.
5663         * scripts/gen-libc-modules.awk: New script to generate
5664         libc-modules.h.
5665         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5666         Depend on libc-modules.stmp.
5668         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5670         * Makeconfig (in-module): Get value of libof set for the
5671         translation unit.
5672         (CPPFLAGS): Use $(in-module).
5673         * Makerules: Don't suffix routine names for nonlib.
5674         * include/libc-modules.h: New file.
5675         * include/libc-symbols.h: Include libc-modules.h
5676         (IS_IN): New macro to replace IS_IN_* macros.
5677         * elf/Makefile: Set libof-* for each routine.
5678         * elf/rtld-Rules: Likewise.
5679         * extra-modules.mk: Likewise.
5680         * iconv/Makefile: Likewise.
5681         * iconvdata/Makefile: Likewise.
5682         * locale/Makefile: Likewise.
5683         * malloc/Makefile: Likewise.
5684         * nss/Makefile: Likewise.
5685         * sysdeps/gnu/Makefile: Likewise.
5686         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5687         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5688         * sysdeps/s390/s390-64/Makefile: Likewise.
5689         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5690         CPPFLAGS for nscd instead of nonlib.
5692 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5694         * nptl/createthread.c: New file.
5696         * nptl/createthread.c: Moved ...
5697         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5699         * nptl/createthread.c: Add proper top-line comment.
5700         (do_clone): Folded into ...
5701         (create_thread): ... here.  Take new arguments STOPPED_START and
5702         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5703         increment __nptl_threads, do event-reporting logic, do
5704         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5705         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5706         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5707         just send SIGCANCEL.
5708         * nptl/pthread_create.c: Forward-declare create_thread before
5709         including createthread.c.
5710         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5711         declaration, and new macro START_THREAD_SELF to replace argument.
5712         Remove return statement.
5713         (report_thread_creation): New function.
5714         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5715         synchronization logic, and __nptl_nthreads increment here, around
5716         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5717         PD->parent_cancelhandling here, before create_thread.  When
5718         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5719         __deallocate_stack, and ENOMEM translation here.
5721 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5723         [BZ #17616]
5724         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5725         (mptwo): Rename to __mptwo.
5726         (__inv): Use __mptwo instead of mptwo.
5727         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5728         (mptwo): Rename to __mptwo.
5729         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5730         of mpone and __mptwo instead of mptwo.
5731         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5732         instead of mpone.
5733         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5734         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5735         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5736         of mpone and __mptwo instead of mptwo.
5737         (__mpranred): Use __mpone instead of mpone.
5738         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5739         variable.
5740         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5741         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5742         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5743         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5744         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5745         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5746         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5747         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5748         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5749         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5750         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5751         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5752         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5753         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5754         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5755         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5756         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5757         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5758         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5760 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5762         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5763         replace BSD Handler xref with BSD Signal Handling.
5765 2014-11-17  Richard Henderson  <rth@redhat.com>
5767         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5768         (_FP_PACK_RAW_2): Remove.
5769         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5770         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5771         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5772         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5773         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5774         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5775         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5776         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5777         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5778         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5779         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5780         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5781         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5782         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5783         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5784         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5786 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5788         * signal/signal.h [__USE_MISC]
5789         (struct sigvec): Remove type.
5790         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5791         (sigvec): Remove declaration.
5792         * sysdeps/posix/sigvec.c: Moved ...
5793         * signal/sigvec.c: ... here, replacing old file.
5794         (struct sigvec): New type, copied from old signal.h definition.
5795         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5796         (__sigvec): Convert definition to prototype.
5797         (sigvec): Replace weak_alias with compat_symbol.
5798         * signal/Versions (libc: GLIBC_2.21): New version set.
5799         * include/signal.h: Remove __sigvec declaration.
5800         * sysdeps/unix/bsd/sigvec.c: Remove file.
5801         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5802         * manual/signal.texi (BSD Handler): Remove subsection.
5803         Move siginterrupt up to ...
5804         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5805         (Blocking in BSD): Fold subsection into its parent.
5806         * NEWS: Mention sigvec removal.
5808 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5810         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5811         (DLA_FMS): Make definition conditional only on [__FMA4__].
5812         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5813         definition.
5815         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5816         Make definition conditional only on [PROF].
5817         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5818         definition.
5819         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5820         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5822         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5823         !__GNUC__].
5824         * include/signal.h (__sigpause): Move declaration above call to
5825         libc_hidden_proto.
5826         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5827         variable.
5828         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5829         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5831 2014-11-14  David S. Miller  <davem@davemloft.net>
5833         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5834         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5836 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5838         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5839         * configure: Regenerated.
5840         * manual/install.texi (Tools for Compilation): Document a
5841         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5842         compiler verified to work.
5843         * INSTALL: Regenerated.
5845         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5846         redeclare with asm name.
5847         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5848         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5849         including <string.h>.
5850         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5851         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5852         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5853         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5854         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5855         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5856         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5858 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5860         * stdlib/strtol.c (__strtol): Use prototype definition.
5862         [BZ #17594]
5863         * stdlib/strtol.c (SYM__): New macro.
5864         (SYM__1): Likewise.
5865         (__strtol): Likewise.
5866         (strtol): Rename to __strtol and define as weak alias of
5867         __strtol.  Use libc_hidden_weak.
5869 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5871         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5872         Use numbered labels in inline assembly.
5874 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5876         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5877         Add setjmp LIBC_PROBE.
5878         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5879         Likewise.
5880         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5881         Add longjmp, longjmp_target LIBC_PROBE.
5882         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5883         Likewise.
5885 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5887         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5888         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5889         to get rid of unused variable warning.
5891 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5893         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5894         Check for unwind_backtrace ==  NULL only in SHARED case.
5895         (__backchain_backtrace): Compile only in SHARED case.
5896         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5897         Likewise.
5898         (__backchain_backtrace): Declare as static.
5900 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5902         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5903         (__libc_multiple_threads_ptr): Variable moved ...
5904         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5906 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5908         * conform/GlibcConform.pm: New file.
5909         * conform/conformtest.pl: Use GlibcConform module.
5910         * conform/linknamespace.pl: New file.
5911         * conform/list-header-symbols.pl: Likewise.
5912         * conform/Makefile (linknamespace-symlists-base): New variable.
5913         (linknamespace-symlists-tests): Likewise.
5914         (linknamespace-header-base): Likewise.
5915         (linknamespace-header-tests): Likewise.
5916         (tests-special): Add new tests.
5917         ($(linknamespace-symlists-tests)): New rule.
5918         (linknamespace-libs): New variable.
5919         ($(objpfx)symlist-stdlibs): New rule.
5920         ($(linknamespace-header-tests)): Likewise.
5921         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5922         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5923         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5924         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5925         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5926         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5927         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5928         (test-xfail-ISO/math.h/linknamespace): Likewise.
5929         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5930         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5931         (test-xfail-ISO/time.h/linknamespace): Likewise.
5932         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5933         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5934         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5935         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5936         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5937         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5938         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5939         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5940         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5941         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5942         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5943         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5944         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5945         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5946         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5947         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5948         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5949         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5950         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5951         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5952         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5953         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5954         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5955         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5956         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5957         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5958         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5959         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5960         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5961         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5962         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5963         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5964         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5965         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5966         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5967         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5968         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5969         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5970         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5971         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5972         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5973         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5974         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5975         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5976         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5977         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5978         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5979         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5980         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5981         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5982         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5983         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5984         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5985         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5986         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5987         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5988         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5989         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5990         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5991         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5992         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5993         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5994         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5995         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5996         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5997         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5998         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5999         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6000         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6001         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6002         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6003         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6004         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6005         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6006         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6007         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6008         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6009         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6010         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6011         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6012         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6013         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6014         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6015         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6016         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6017         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6018         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6019         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6020         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6021         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6022         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6023         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6024         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6025         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6026         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6027         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6028         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6029         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6030         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6031         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6032         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6033         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6034         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6035         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6036         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6037         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6038         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6039         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6040         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6041         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6042         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6043         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6044         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6045         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6046         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6047         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6048         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6049         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6050         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6051         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6052         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6053         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6054         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6055         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6056         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6057         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6058         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6059         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6060         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6061         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6062         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6063         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6064         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6065         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6066         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6067         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6068         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6069         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6070         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6071         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6072         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6073         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6074         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6075         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6076         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6077         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6078         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6079         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6080         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6081         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6083         [BZ #17589]
6084         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6085         of fgets_unlocked.
6087         [BZ #17585]
6088         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6089         (memmem): Rename to __memmem and define as weak alias of
6090         __memmem.  Use libc_hidden_weak.
6091         (__memmem): Use libc_hidden_def.
6092         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6093         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6094         memmem.
6096         [BZ #17582]
6097         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6098         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6099         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6100         and define as weak alias of __fgets_unlocked.  Use
6101         libc_hidden_weak.
6102         (__fgets_unlocked): Use libc_hidden_def.
6103         * include/stdio.h (__fgets_unlocked): Declare.  Use
6104         libc_hidden_proto.
6105         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6106         __fgets_unlocked instead of fgets_unlocked.
6107         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6108         (GET_NPROCS_CONF_PARSER): Likewise.
6109         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6110         (GET_NPROCS_CONF_PARSER): Likewise.
6112         [BZ #17574]
6113         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6114         weak alias of __wmemset.  Use libc_hidden_weak.
6115         (__wmemset): Use libc_hidden_def.
6116         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6117         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6118         of wmemset.
6120         [BZ #17573]
6121         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6122         with asm name __mempcpy.
6123         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6125         [BZ #17572]
6126         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6127         and define as weak alias of __rawmemchr.
6128         (__rawmemchr): Do not define as strong alias of rawmemchr.
6130         [BZ #17571]
6131         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6132         alias of __qsort_r.
6133         (qsort): Call __qsort_r instead of qsort_r.
6134         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6135         (__qsort_r): Declare.  Call libc_hidden_proto.
6136         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6137         instead of qsort_r.
6138         * nscd/gai.c (__qsort_r): Define to qsort_r.
6139         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6140         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6141         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6143         [BZ #17570]
6144         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6145         define as weak alias of __malloc_info.
6147         [BZ #17584]
6148         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6149         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6150         (__rewinddir): Use libc_hidden_def.
6151         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6152         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6153         (__rewinddir): Use libc_hidden_def.
6154         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6155         weak alias of __rewinddir.  Don't use libc_hidden_def.
6156         (__rewinddir): Use libc_hidden_def.
6157         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6158         (__rewinddir): Use libc_hidden_proto.
6159         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6160         rewinddir.
6161         (__getcwd): Use __rewinddir instead of rewinddir.
6163         [BZ #17583]
6164         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6165         alias of __fileno.  Use libc_hidden_weak.
6166         (__fileno): Use libc_hidden_def.
6167         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6168         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6169         alias of __ftello.
6170         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6171         __ftello.
6172         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6173         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6174         libc_hidden_def.
6175         (fread_unlocked): Don't use libc_hidden_ver.
6176         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6177         and define as weak alias of __fread_unlocked.  Don't use
6178         libc_hidden_def.
6179         (__fread_unlocked): Use libc_hidden_def.
6180         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6181         (ftello): Don't use libc_hidden_proto.
6182         (__ftello): Declare.  Use libc_hidden_proto.
6183         (fread_unlocked): Don't use libc_hidden_proto.
6184         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6185         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6186         and __ftello instead of fileno, fread_unlocked and ftello.
6188 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6190         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6191         GOT12.
6192         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6193         Likewise.
6194         (_dl_start_user): Likewise.
6195         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6197 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6198             Siddhesh Poyarekar  <siddhesh@redhat.com>
6200         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6201         Move argv and envp down instead of moving argc up.
6202         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6204 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6206         [BZ #17506]
6207         * test-skeleton.c (main): Return successful if one of
6208         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6209         * string/tst-strcoll-overflow.c: Define expected status.
6211 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6213         [BZ #17475]
6214         * locale/iso-639.def: Define Bhili and Tulu language codes.
6216 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6218         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6220 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6222         [BZ #17555]
6223         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6225 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6227         * configure.ac: Updated check of minimal required version to
6228         2.22.
6229         * manual/install.texi (Tools for Compilation): Updated version
6230         number.
6231         * configure: Regenerated.
6232         * INSTALL: Likewise.
6234 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6236         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6237         __tls_get_addr.
6239 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6241         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6242         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6243         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6244         libc_hidden_weak.
6245         (waitpid): Define as alias of __waitpid.
6246         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6247         __waitpid.
6248         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6249         libc_hidden_weak.
6250         (waitpid): Define as alias of __waitpid.
6251         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6252         __libc_waitpid alias.
6253         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6254         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6255         Likewise.
6256         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6257         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6258         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6259         alias.
6260         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6261         __waitpid.
6262         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6263         libc_hidden_weak.
6264         (waitpid): Define as alias of __waitpid.
6266 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6268         * manual/llio.texi: Add comment that write safety has been
6269         fixed in Linux.
6271         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6272         (localplt-build-dso): Add elf/ld.so.
6273         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6274         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6275         and free for ld.so.
6276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6277         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6279         Likewise.
6280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6281         Likewise.
6282         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6283         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6284         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6285         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6286         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6287         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6288         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6289         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6290         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6291         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6292         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6294 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6296         [BZ #14132]
6297         * include/libc-symbols.h (INTUSE): Remove macro.
6298         (INTDEF): Likewise.
6299         (INTVARDEF): Likewise.
6300         (_INTVARDEF): Likewise.
6301         (INTDEF2): Likewise.
6302         (INTVARDEF2): Likewise.
6303         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6304         rtld_hidden_def instead of INTVARDEF.
6305         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6306         (_dl_starting_up_internal): Remove declaration.
6307         (_dl_starting_up): Use rtld_hidden_proto.
6308         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6309         declaration.
6310         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6311         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6312         _dl_starting_up.
6313         * elf/dl-writev.h (_dl_writev): Likewise.
6314         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6315         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6316         _dl_starting_up_internal.
6318 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6320         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6321         test-skeleton.c.
6323 2014-11-05  Will Newton  <will.newton@linaro.org>
6325         * benchtests/Makefile: (bench-malloc): Add malloc thread
6326         scalability benchmark.
6327         * benchtests/bench-malloc-threads.c: New file.
6329 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6331         * sysdeps/aarch64/strchrnul.S: New file.
6333 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6335         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6336         definition.
6337         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6338         Likwise.
6339         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6340         Likewise.
6341         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6342         Likewise.
6343         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6344         Likewise.
6345         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6346         Likewise.
6348 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6350         * catgets/test-gencat.c: Use test-skeleton.c.
6351         * catgets/tst-catgets.c: Likewise.
6352         * csu/tst-empty.c: Likewise.
6353         * elf/tst-audit2.c: Likewise.
6354         * elf/tst-global1.c: Likewise.
6355         * elf/tst-pathopt.c: Likewise.
6356         * elf/tst-piemod1.c: Likewise.
6357         * elf/tst-tls10.c: Likewise.
6358         * elf/tst-tls11.c: Likewise.
6359         * elf/tst-tls12.c: Likewise.
6360         * gnulib/tst-gcc.c: Likewise.
6361         * iconvdata/tst-e2big.c: Likewise.
6362         * iconvdata/tst-loading.c: Likewise.
6363         * iconv/tst-iconv1.c: Likewise.
6364         * iconv/tst-iconv2.c: Likewise.
6365         * inet/test-inet6_opt.c: Likewise.
6366         * inet/tst-gethnm.c: Likewise.
6367         * inet/tst-network.c: Likewise.
6368         * inet/tst-ntoa.c: Likewise.
6369         * intl/tst-codeset.c: Likewise.
6370         * intl/tst-gettext2.c: Likewise.
6371         * intl/tst-gettext3.c: Likewise.
6372         * intl/tst-ngettext.c: Likewise.
6373         * intl/tst-translit.c: Likewise.
6374         * io/test-stat.c: Likewise.
6375         * libio/test-fmemopen.c: Likewise.
6376         * libio/tst-freopen.c: Likewise.
6377         * libio/tst-sscanf.c: Likewise.
6378         * libio/tst-ungetwc1.c: Likewise.
6379         * libio/tst-ungetwc2.c: Likewise.
6380         * libio/tst-widetext.c: Likewise.
6381         * localedata/tst-ctype.c: Likewise.
6382         * localedata/tst-digits.c: Likewise.
6383         * localedata/tst-leaks.c: Likewise.
6384         * localedata/tst-mbswcs1.c: Likewise.
6385         * localedata/tst-mbswcs2.c: Likewise.
6386         * localedata/tst-mbswcs3.c: Likewise.
6387         * localedata/tst-mbswcs4.c: Likewise.
6388         * localedata/tst-mbswcs5.c: Likewise.
6389         * localedata/tst-setlocale.c: Likewise.
6390         * localedata/tst-trans.c: Likewise.
6391         * localedata/tst-wctype.c: Likewise.
6392         * localedata/tst-xlocale1.c: Likewise.
6393         * login/tst-grantpt.c: Likewise.
6394         * malloc/tst-calloc.c: Likewise.
6395         * malloc/tst-malloc.c: Likewise.
6396         * malloc/tst-mallocstate.c: Likewise.
6397         * malloc/tst-mcheck.c: Likewise.
6398         * malloc/tst-mtrace.c: Likewise.
6399         * malloc/tst-obstack.c: Likewise.
6400         * math/atest-exp2.c: Likewise.
6401         * math/atest-exp.c: Likewise.
6402         * math/atest-sincos.c: Likewise.
6403         * math/test-matherr.c: Likewise.
6404         * math/test-misc.c: Likewise.
6405         * math/test-powl.c: Likewise.
6406         * math/tst-definitions.c: Likewise.
6407         * misc/tst-dirname.c: Likewise.
6408         * misc/tst-efgcvt.c: Likewise.
6409         * misc/tst-fdset.c: Likewise.
6410         * misc/tst-hsearch.c: Likewise.
6411         * misc/tst-mntent2.c: Likewise.
6412         * nptl/tst-sem7.c: Likewise.
6413         * nptl/tst-sem8.c: Likewise.
6414         * nptl/tst-sem9.c: Likewise.
6415         * nss/test-netdb.c: Likewise.
6416         * posix/tst-fnmatch.c: Likewise.
6417         * posix/tst-getlogin.c: Likewise.
6418         * posix/tst-gnuglob.c: Likewise.
6419         * posix/tst-mmap.c: Likewise.
6420         * pwd/tst-getpw.c: Likewise.
6421         * resolv/tst-inet_ntop.c: Likewise.
6422         * rt/tst-timer.c: Likewise.
6423         * stdio-common/test-fseek.c: Likewise.
6424         * stdio-common/test-popen.c: Likewise.
6425         * stdio-common/test-vfprintf.c: Likewise.
6426         * stdio-common/tst-cookie.c: Likewise.
6427         * stdio-common/tst-fileno.c: Likewise.
6428         * stdio-common/tst-gets.c: Likewise.
6429         * stdio-common/tst-obprintf.c: Likewise.
6430         * stdio-common/tst-perror.c: Likewise.
6431         * stdio-common/tst-sprintf2.c: Likewise.
6432         * stdio-common/tst-sprintf3.c: Likewise.
6433         * stdio-common/tst-sprintf.c: Likewise.
6434         * stdio-common/tst-swprintf.c: Likewise.
6435         * stdio-common/tst-tmpnam.c: Likewise.
6436         * stdio-common/tst-unbputc.c: Likewise.
6437         * stdio-common/tst-wc-printf.c: Likewise.
6438         * stdlib/tst-environ.c: Likewise.
6439         * stdlib/tst-fmtmsg.c: Likewise.
6440         * stdlib/tst-limits.c: Likewise.
6441         * stdlib/tst-rand48-2.c: Likewise.
6442         * stdlib/tst-rand48.c: Likewise.
6443         * stdlib/tst-random2.c: Likewise.
6444         * stdlib/tst-random.c: Likewise.
6445         * stdlib/tst-strtol.c: Likewise.
6446         * stdlib/tst-strtoll.c: Likewise.
6447         * stdlib/tst-tls-atexit.c: Likewise.
6448         * stdlib/tst-xpg-basename.c: Likewise.
6449         * string/test-ffs.c: Likewise.
6450         * string/tst-bswap.c: Likewise.
6451         * string/tst-inlcall.c: Likewise.
6452         * string/tst-strtok.c: Likewise.
6453         * string/tst-strxfrm.c: Likewise.
6454         * sysdeps/x86_64/tst-audit10.c: Likewise.
6455         * sysdeps/x86_64/tst-audit3.c: Likewise.
6456         * sysdeps/x86_64/tst-audit4.c: Likewise.
6457         * sysdeps/x86_64/tst-audit5.c: Likewise.
6458         * time/tst-ftime_l.c: Likewise.
6459         * time/tst-getdate.c: Likewise.
6460         * time/tst-mktime3.c: Likewise.
6461         * time/tst-mktime.c: Likewise.
6462         * time/tst-posixtz.c: Likewise.
6463         * time/tst-strptime2.c: Likewise.
6464         * time/tst-strptime3.c: Likewise.
6465         * wcsmbs/tst-btowc.c: Likewise.
6466         * wcsmbs/tst-mbrtowc.c: Likewise.
6467         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6468         * wcsmbs/tst-wchar-h.c: Likewise.
6469         * wcsmbs/tst-wcpncpy.c: Likewise.
6470         * wcsmbs/tst-wcrtomb.c: Likewise.
6471         * wcsmbs/tst-wcsnlen.c: Likewise.
6472         * wcsmbs/tst-wcstof.c: Likewise.
6474 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6476         [BZ #14132]
6477         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6478         INTDEF.
6479         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6480         declaration.
6481         (_dl_mcount): Use rtld_hidden_proto.
6482         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6483         _dl_mcount.
6484         * elf/rtld.c (_rtld_global_ro): Likewise.
6486         [BZ #14132]
6487         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6488         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6489         of _dl_init_internal.
6490         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6491         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6492         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6493         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6494         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6495         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6496         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6497         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6498         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6499         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6500         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6501         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6502         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6503         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6504         * sysdeps/tile/dl-start.S (_start): Likewise.
6505         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6506         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6508         [BZ #14132]
6509         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6510         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6511         (rtld_progname): Make macro definition unconditional.
6512         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6513         INTDEF.
6514         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6515         (dl_main): Likewise.
6516         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6517         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6518         instead of _dl_argv_internal.
6519         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6520         __GI__dl_argv instead of INTUSE(_dl_argv).
6521         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6522         __GI__dl_argv instead of _dl_argv_internal.
6524         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6525         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6526         macro.
6527         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6528         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6529         New macro.
6530         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6531         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6532         macro.
6533         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6534         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6536 2014-11-04  Andreas Schwab  <schwab@suse.de>
6538         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6540 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6542         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6543         mtvsrd instruction in binary form.
6545 2014-11-03  Andreas Schwab  <schwab@suse.de>
6547         [BZ #17522]
6548         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6549         for less than MB_LEN_MAX use a local buffer of that size.
6550         * libio/tst-fputws.c: New file.
6551         * libio/Makefile (tests): Add tst-fputws.
6553 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6555         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6556         the size of the fpu_fr.fpu_dregs[] array.
6558 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6560         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6561         (__nanosleep): Do not define as alias.
6562         (nanosleep): Define as alias of __nanosleep.
6563         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6564         __libc_nanosleep name.
6566 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6568         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6569         install.texi in comment.
6571 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6573         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6574         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6575         ... add here and use lwsync or sync ...
6576         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6577         ... and add here using lwsync.
6579 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6581         * elf/dl-machine-reject-phdr.h: New file.
6582         * elf/dl-load.c: #include that.
6583         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6584         if that returned true.
6586 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6588         [BZ #17496]
6589         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6590         gen-as-const-headers chunk.  Add a big scare comment after the last
6591         safe place to touch before-compile.
6593 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6595         * manual/install.texi (Tools for Compilation): Update autoconf
6596         version requirements.
6597         * INSTALL: Regenerated.
6599         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6600         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6601         (__libc_pselect): Likewise.
6603         [BZ #14138]
6604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6609 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6611         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6612         correct barrier instruction.
6613         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6614         Likewise.
6615         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6616         Likewise.
6618 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6620         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6621         after defining inlines.  Instead, just use parens to defeat macro
6622         expansion of __isctype in its declaration.
6624 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6626         * include/sys/uio.h (__libc_readv): Remove declaration.
6627         (__libc_writev): Likewise.
6628         * misc/readv.c (__libc_readv): Rename to __readv.
6629         (__readv): Do not define as alias.
6630         (readv): Define as alias of __readv.
6631         * misc/writev.c (__libc_writev): Rename to __writev.
6632         (__writev): Do not define as alias.
6633         (writev): Define as alias of __writev.
6634         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6635         (__readv): Do not define as alias.
6636         (readv): Define unconditionally as alias of __readv.
6637         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6638         (__writev): Do not define as alias.
6639         (writev): Define unconditionally as alias of __writev.
6640         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6641         name.
6642         (writev): Do not define __libc_writev name.
6644 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6646         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6647         (convert_charseq): New function, broken out of ...
6648         (use_from_charmap): ... here.  Call it.
6649         (use_to_charmap): Use convert_charseq and free instead of duplicating
6650         its code with a variable-length stack struct.
6652 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6654         * include/fcntl.h (__libc_creat): Remove declaration.
6655         * io/creat.c (__libc_creat): Rename to creat.
6656         (creat): Do not define as alias.
6657         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6658         of creat instead of __libc_creat.
6659         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6660         to creat.
6661         (creat): Do not define as alias.
6662         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6663         __libc_creat.
6664         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6665         __libc_creat name.
6666         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6667         Likewise.
6669 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6671         * manual/llio.texi: Add comments discussing why write() may be
6672         considered MT-unsafe on Linux.
6674 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6676         * dl-load.c (local_strdup): Remove.
6677         (expand_dynamic_string_token): Use __strdup.
6678         (decompose_rpath): Likewise.
6679         (_dl_map_object): Likewise.
6681 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6683         [BZ #14132]
6684         * sysdeps/generic/unwind-dw2-fde.c
6685         (__register_frame_info_bases_internal): Do not declare.
6686         (__register_frame_info_table_bases_internal): Likewise.
6687         (__deregister_frame_info_bases_internal): Likewise.
6688         (__register_frame_info_bases): Declare and use hidden_proto before
6689         definition.  Use hidden_def instead of INTDEF.
6690         (__register_frame_info_table_bases): Likewise.
6691         (__deregister_frame_info_bases): Likewise.
6692         (__register_frame_info): Do not use INTUSE.
6693         (__register_frame): Likewise.
6694         (__register_frame_info_table): Likewise.
6695         (__register_frame_table): Likewise.
6696         (__deregister_frame_info): Likewise.
6697         (__deregister_frame): Likewise.
6699 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6701         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6702         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6703         not undefine.
6704         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6705         Likewise.
6706         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6707         Likewise.
6709 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6711         [BZ #14138]
6712         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6713         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6714         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6715         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6716         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6717         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6718         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6719         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6720         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6721         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6722         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6723         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6724         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6725         syscall.
6726         (setfsuid): Likewise.
6727         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6728         (setfsuid): Likewise.
6729         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6730         (setfsuid): Likewise.
6731         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6732         Likewise.
6733         (setfsuid): Likewise.
6734         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6735         (setfsuid): Likewise.
6736         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6737         Likewise.
6738         (setfsuid): Likewise.
6740 2014-10-27  Andreas Schwab  <schwab@suse.de>
6742         [BZ #17501]
6743         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6744         check for Slow_SSE4_2 feature bit.
6745         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6746         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6747         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6748         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6750 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6752         * configure.ac: Validate compiler version with a empirical test of
6753         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6754         $CC -v output.
6755         * configure: Regenerated.
6757         * inet/htons.c (htons): Prototypify.
6758         * inet/htonl.c (htonl): Likewise.
6760 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6762         * string/strncat.c (strncat): Improve performance by using strlen.
6764 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6766         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6768 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6770         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6771         Call libc_fetestexcept_aarch64.
6773 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6775         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6776         Call libc_feholdexcept_aarch64.
6778 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6780         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6781         Call get_rounding_mode.
6783 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6785         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6786         Simplify logic.
6788 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6790         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6791         Simplify logic.
6793 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6795         [BZ #14138]
6796         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6797         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6798         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6799         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6800         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6801         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6802         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6803         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6804         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6805         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6806         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6807         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6808         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6809         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6810         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6811         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6812         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6813         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6814         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6815         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6816         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6817         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6818         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6819         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6820         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6821         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6822         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6823         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6824         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6825         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6826         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6827         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6828         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6829         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6830         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6831         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6832         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6833         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6834         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6835         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6836         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6837         syscall.
6838         (geteuid): Likewise.
6839         (getgid): Likewise.
6840         (getuid): Likewise.
6841         (getresgid): Likewise.
6842         (getresuid): Likewise.
6843         (getgroups): Likewise.
6844         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6845         (geteuid): Likewise.
6846         (getgid): Likewise.
6847         (getuid): Likewise.
6848         (getresgid): Likewise.
6849         (getresuid): Likewise.
6850         (getgroups): Likewise.
6851         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6852         (geteuid): Likewise.
6853         (getgid): Likewise.
6854         (getuid): Likewise.
6855         (getresgid): Likewise.
6856         (getresuid): Likewise.
6857         (getgroups): Likewise.
6858         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6859         Likewise.
6860         (geteuid): Likewise.
6861         (getgid): Likewise.
6862         (getuid): Likewise.
6863         (getresgid): Likewise.
6864         (getresuid): Likewise.
6865         (getgroups): Likewise.
6866         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6867         (geteuid): Likewise.
6868         (getgid): Likewise.
6869         (getuid): Likewise.
6870         (getresgid): Likewise.
6871         (getresuid): Likewise.
6872         (getgroups): Likewise.
6873         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6874         Likewise.
6875         (geteuid): Likewise.
6876         (getgid): Likewise.
6877         (getuid): Likewise.
6878         (getgroups): Likewise.
6880         [BZ #14138]
6881         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6882         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6883         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6884         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6885         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6886         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6887         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6888         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6889         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6890         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6891         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6892         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6893         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6894         __chown.
6895         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6896         (lchown): Likewise.
6897         (fchown): Likewise.
6898         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6899         Likewise.
6900         (lchown): Likewise.
6901         (fchown): Likewise.
6902         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6903         (lchown): Likewise.
6904         (fchown): Likewise.
6905         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6906         Likewise.
6907         (lchown): Likewise.
6908         (fchown): Likewise.
6910 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6912         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6913         Simplify logic.
6915 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6917         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6918         Cleanup logic.
6920 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6922         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6923         Remove unused include.
6925 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6927         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6928         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6929         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6930         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6932 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6933             Helge Deller <deller@gmx.de>
6935         [BZ #17508]
6936         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6937         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6938         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6940 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6942         [BZ #14132]
6943         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6944         Remove macro definition.
6945         (__ashrdi3_v_glibc20): Likewise.
6946         (__lshrdi3_v_glibc20): Likewise.
6947         (__cmpdi2_v_glibc20): Likewise.
6948         (__ucmpdi2_v_glibc20): Likewise.
6949         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6950         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6951         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6952         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6953         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6954         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6956 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6958         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6959         old GNU extension [0] syntax.
6960         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6961         alloca rather than an array member with variable length.
6962         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6963         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6964         (parse_opt): ... here.  Likewise use alloca there.
6965         Validate the -i argument before checking for rootness.
6966         (send_shutdown): New function, broken out of ...
6967         (parse_opt): ... here.
6969 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6971         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6972         macro to get at the _rt_local_ro field.
6973         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6974         ([PIC] case) or _dl_hwcap ([!PIC] case).
6975         * sysdeps/arm/setjmp.S: Likewise.
6977         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6978         * sysdeps/arm/configure.ac: New check to define it.
6979         * sysdeps/arm/configure: Regenerated.
6980         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6981         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6982         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6983         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6984         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6985         Use move/movt pair instead of a load.
6986         (LDST_GLOBAL): Macro removed.
6987         (LDR_GLOBAL): New macro replaces it.
6988         (LDR_HIDDEN): New macro.
6989         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6990         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6992         * setjmp/tst-setjmp-static.c: New file.
6993         * setjmp/Makefile (tests): Add it.
6994         (tests-static): New variable.
6996 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6998         [BZ #17485]
6999         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7001 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7003         [BZ #14132]
7004         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7006 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7008         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7010 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7012         * io/fts.c (dirent_not_directory): New function.
7013         (fts_build): Call it.
7015 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7017         * nptl/version.c (__nptl_main): Use normal __write rather than
7018         INTERNAL_SYSCALL.
7019         (banner): Update copyright years.
7021         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7022         gettimeofday.
7023         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7024         * nptl/pthread_cond_timedwait.c: Likewise.
7025         * nptl/pthread_mutex_timedlock.c: Likewise.
7026         * nptl/sem_timedwait.c: Likewise.
7028         * sysdeps/nptl/bits/libc-lock.h
7029         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7030         (__libc_lock_init_recursive): Return void, not 0.
7031         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7032         (__libc_rwlock_init): Likewise.
7033         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7035 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7037         [BZ #15215]
7038         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7039         (__pthread_once_slow): ... here.
7040         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7041         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7043 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7045         [BZ #15215]
7046         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7047         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7048         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7049         * nptl/pthread_once.c (__pthread_once): Likewise.
7050         Update comments.
7052 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7054         [BZ #14138]
7055         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7056         name.
7057         (writev): Use __libc_writev as strong name.
7058         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7059         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7061 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7063         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7065         * sysdeps/i386/nptl/tls.h
7066         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7067         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7068         New macros.
7069         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7070         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7071         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7072         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7073         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7074         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7076         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7077         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7078         on [__NR_futex].
7079         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7080         broken out of ...
7081         (__pthread_mutex_init): ... here.  Call it.
7082         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7083         Conditionalize PI cases on [__NR_futex].
7084         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7085         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7086         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7088         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7089         conditional on [SIGSETXID].
7090         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7091         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7092         is defined.  Likewise for SIGSETXID.
7093         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7094         Conditionalize definitions on [SIGSETXID].
7095         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7096         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7097         unblocking on [SIGCANCEL].
7099         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7100         [__NR_set_robust_list].
7102 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7104         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7105         (do_compare): Likewise.
7107 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7109         [BZ #15884]
7110         * string/strcoll_l.c: Don't include stdio.h.
7111         (coll_seq): Remove members idxarr and rulearr.
7112         (get_next_seq_cached): Remove function.
7113         (get_next_seq): Likewise.
7114         (get_next_seq_nocache): Rename to get_next_seq.
7115         (do_compare): Remove function.
7116         (do_compare_nocache): Rename to do_compare.
7117         (STRCOLL): Remove weight and rules cache.
7119 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7121         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7122         * sysdeps/arm/sfp-machine.h: ... to here.
7123         * sysdeps/arm/Implies: Remove arm/soft-fp.
7125 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7127         * conform/data/sys/utsname.h-data (*_t): Allow.
7128         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7129         [POSIX] (WEXITED): Do not expect constant.
7130         [POSIX] (WSTOPPED): Likewise.
7131         [POSIX] (WNOHANG): Likewise.
7132         [POSIX] (WNOWAIT): Likewise.
7133         [POSIX] (siginfo_t): Do not expect type or elements.
7134         [POSIX] (pid_t): Do not expect type.
7135         [POSIX] (signal.h): Do not allow header.
7136         [POSIX] (sys/resource.h): Likewise.
7137         [POSIX] (si_*): Do not allow pattern.
7138         [POSIX] (W*): Likewise.
7139         [POSIX] (P_*): Likewise.
7140         [POSIX] (BUS_*): Likewise.
7141         [POSIX] (CLD_*): Likewise.
7142         [POSIX] (FPE_*): Likewise.
7143         [POSIX] (ILL_*): Likewise.
7144         [POSIX] (POLL_*): Likewise.
7145         [POSIX] (SEGV_*): Likewise.
7146         [POSIX] (SI_*): Likewise.
7147         [POSIX] (TRAP_*): Likewise.
7148         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7149         variable.
7151 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7153         [BZ #12926]
7154         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7155         infinite loop when __recvmsg returns 0.
7157 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7159         * CANCEL-FCT-WAIVE: Remove file.
7160         * CANCEL-FILE-WAIVE: Likewise.
7162         [BZ #14132]
7163         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7164         instead of INTVARDEF.
7165         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7166         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7167         rtld_hidden_data_def instead of INTVARDEF.
7168         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7169         * elf/dl-deps.c (expand_dst): Likewise.
7170         * elf/dl-load.c (_dl_dst_count): Likewise.
7171         (_dl_dst_substitute): Likewise.
7172         (decompose_rpath): Likewise.
7173         (_dl_init_paths): Likewise.
7174         (open_path): Likewise.
7175         (_dl_map_object): Likewise.
7176         * elf/rtld.c (dl_main): Likewise.
7177         (process_dl_audit): Likewise.
7178         (process_envvars): Likewise.
7179         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7180         Remove declaration.
7181         (__libc_enable_secure): Use rtld_hidden_proto.
7183 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7185         * elf/dl-load.c
7186         (add_path): New function broken out of _dl_rtld_di_serinfo.
7187         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7189 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7191         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7192         parentheses around macro arguments.
7193         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7194         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7195         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7196         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7197         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7198         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7199         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7200         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7201         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7202         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7203         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7204         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7205         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7206         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7207         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7208         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7209         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7210         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7211         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7212         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7213         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7214         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7215         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7216         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7217         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7218         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7219         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7220         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7221         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7222         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7223         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7224         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7225         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7226         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7227         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7228         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7229         Likewise.
7230         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7231         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7232         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7233         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7234         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7235         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7236         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7237         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7238         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7239         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7240         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7241         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7242         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7243         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7244         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7245         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7246         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7247         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7248         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7249         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7250         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7251         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7252         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7253         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7254         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7255         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7256         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7257         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7258         (_FP_FRAC_SRS_1): Likewise.
7259         (_FP_FRAC_CLZ_1): Likewise.
7260         (_FP_MUL_MEAT_1_imm): Likewise.
7261         (_FP_MUL_MEAT_1_wide): Likewise.
7262         (_FP_MUL_MEAT_1_hard): Likewise.
7263         (_FP_SQRT_MEAT_1): Likewise.
7264         (_FP_FRAC_ASSEMBLE_1): Likewise.
7265         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7266         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7267         (__FP_CLZ_2): Likewise.
7268         (_FP_MUL_MEAT_2_wide): Likewise.
7269         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7270         (_FP_MUL_MEAT_2_gmp): Likewise.
7271         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7272         (_FP_SQRT_MEAT_2): Likewise.
7273         (_FP_FRAC_ASSEMBLE_2): Likewise.
7274         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7275         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7276         (_FP_FRAC_CLZ_4): Likewise.
7277         (_FP_MUL_MEAT_4_wide): Likewise.
7278         (_FP_MUL_MEAT_4_gmp): Likewise.
7279         (_FP_SQRT_MEAT_4): Likewise.
7280         (_FP_FRAC_ASSEMBLE_4): Likewise.
7281         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7282         * soft-fp/op-common.h (_FP_CMP): Likewise.
7283         (_FP_CMP_EQ): Likewise.
7284         (_FP_CMP_UNORD): Likewise.
7285         (_FP_TO_INT): Likewise.
7286         (_FP_FROM_INT): Likewise.
7287         [!__FP_CLZ] (__FP_CLZ): Likewise.
7288         (_FP_DIV_HELP_imm): Likewise.
7289         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7290         Likewise.
7291         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7292         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7293         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7294         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7295         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7296         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7297         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7298         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7299         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7300         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7301         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7302         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7303         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7304         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7305         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7306         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7307         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7308         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7309         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7310         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7311         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7312         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7313         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7314         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7315         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7316         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7317         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7318         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7319         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7320         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7321         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7322         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7323         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7324         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7325         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7326         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7327         (FP_UNPACK_RAW_SP): Likewise.
7328         (FP_PACK_RAW_S): Likewise.
7329         (FP_PACK_RAW_SP): Likewise.
7330         (FP_UNPACK_S): Likewise.
7331         (FP_UNPACK_SP): Likewise.
7332         (FP_UNPACK_SEMIRAW_S): Likewise.
7333         (FP_UNPACK_SEMIRAW_SP): Likewise.
7334         (FP_PACK_S): Likewise.
7335         (FP_PACK_SP): Likewise.
7336         (FP_PACK_SEMIRAW_S): Likewise.
7337         (FP_PACK_SEMIRAW_SP): Likewise.
7338         (_FP_SQRT_MEAT_S): Likewise.
7339         (FP_CMP_S): Likewise.
7340         (FP_CMP_EQ_S): Likewise.
7341         (FP_CMP_UNORD_S): Likewise.
7342         (FP_TO_INT_S): Likewise.
7343         (FP_FROM_INT_S): Likewise.
7345         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7347         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7348         (FP_EX_INVALID_IMZ): Likewise.
7349         (FP_EX_INVALID_IMZ_FMA): Likewise.
7350         (FP_EX_INVALID_ISI): Likewise.
7351         (FP_EX_INVALID_ZDZ): Likewise.
7352         (FP_EX_INVALID_IDI): Likewise.
7353         (FP_EX_INVALID_SQRT): Likewise.
7354         (FP_EX_INVALID_CVI): Likewise.
7355         (FP_EX_INVALID_VC): Likewise.
7356         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7357         "invalid" exceptions.
7358         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7359         (_FP_ADD_INTERNAL): Likewise.
7360         (_FP_MUL): Likewise.
7361         (_FP_FMA): Likewise.
7362         (_FP_DIV): Likewise.
7363         (_FP_CMP_CHECK_NAN): Likewise.
7364         (_FP_SQRT): Likewise.
7365         (_FP_TO_INT): Likewise.
7366         (FP_EXTEND): Likewise.
7368 2014-10-09  Allan McRae  <allan@archlinux.org>
7370         * po/fr.po: Update French translation from translation project.
7372 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7374         [BZ #14132]
7375         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7376         of INTDEF.
7377         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7378         (__cxa_atexit): Use libc_hidden_proto.
7379         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7381         [BZ #14132]
7382         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7383         declaration.
7384         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7385         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7386         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7387         [!_ISOMAC] (__iswctype_internal): Likewise.
7388         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7389         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7390         alias.
7391         (fcntl): Remove __fcntl_internal alias.
7392         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7393         __connect_internal alias.
7394         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7395         Likewise.
7397         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7398         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7399         FP_DENORM_ZERO.
7400         (_FP_CHECK_FLUSH_ZERO): New macro.
7401         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7402         (_FP_CMP): Likewise.
7403         (_FP_CMP_EQ): Likewise.
7404         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7405         FP_DENORM_ZERO.
7406         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7407         (FP_TRUNC): Likewise.
7409         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7410         treated as invalid conversion, not as normal exponent.
7412         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7413         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7414         (_FP_CMP_EQ): Likewise.
7415         (_FP_CMP_UNORD): Likewise.
7416         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7417         (FP_CMP_EQ_D): Likewise.
7418         (FP_CMP_UNORD_D): Likewise.
7419         * soft-fp/extended.h (FP_CMP_E): Likewise.
7420         (FP_CMP_EQ_E): Likewise.
7421         (FP_CMP_UNORD_E): Likewise.
7422         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7423         (FP_CMP_EQ_Q): Likewise.
7424         (FP_CMP_UNORD_Q): Likewise.
7425         * soft-fp/single.h (FP_CMP_S): Likewise.
7426         (FP_CMP_EQ_S): Likewise.
7427         (FP_CMP_UNORD_S): Likewise.
7428         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7429         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7430         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7431         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7432         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7433         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7434         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7435         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7436         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7437         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7438         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7439         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7440         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7441         to FP_CMP_Q.
7442         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7443         FP_CMP_Q.
7444         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7445         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7446         FP_CMP_EQ_Q.
7447         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7448         FP_CMP_Q.
7449         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7450         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7451         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7452         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7453         FP_CMP_EQ_Q.
7454         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7455         FP_CMP_Q.
7456         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7457         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7458         FP_CMP_EQ_Q.
7459         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7460         FP_CMP_Q.
7461         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7462         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7463         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7464         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7465         FP_CMP_EQ_Q.
7467         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7468         a subnormal result, set the underflow exception if trapping on
7469         underflow is enabled.
7470         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7471         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7472         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7473         redefine to 0.
7474         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7475         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7476         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7477         * soft-fp/extendxftf2.c (__extendxftf2): Use
7478         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7480         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7481         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7482         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7483         FP_HANDLE_EXCEPTIONS.
7484         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7485         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7486         FP_HANDLE_EXCEPTIONS.
7487         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7488         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7489         FP_HANDLE_EXCEPTIONS.
7490         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7491         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7492         FP_HANDLE_EXCEPTIONS.
7494 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7496         [BZ #14132]
7497         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7498         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7499         use INTUSE.
7500         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7501         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7502         Remove alias.
7503         (__adjtimex): Define using libc_hidden_ver.
7504         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7505         Remove declaration.
7506         (ntp_gettime): Call __adjtimex directly.
7507         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7508         Remove declaration.
7509         (ntp_gettimex): Call __adjtimex directly.
7510         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7511         __adjtimex_internal alias.
7513 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7515         [BZ #17460]
7516         * nscd/nscd.c (more_help): Rewrite list of tables collection
7517         using xstrdup and asprintf.
7519         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7521 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7522             Roland McGrath  <roland@hack.frob.com>
7524         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7525         (do_lookup_unique): ... local function 'enter' here; update callers.
7527 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7529         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7530         compat_symbol calls on [SHARED].
7531         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7532         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7533         Remove.
7534         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7535         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7536         (oldsetrlimit): Remove.
7537         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7539         (lchown): New syscall entry.
7540         (oldsetrlimit): Remove.
7541         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7542         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7543         (oldsetrlimit): Remove.
7544         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7546         [BZ #14138]
7547         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7548         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7549         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7550         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7551         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7552         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7553         (fchown): Likewise.
7554         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7555         (fchown): Likewise.
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7557         Likewise.
7559 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7561         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7562         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7563         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7564         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7565         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7566         Likewise.
7567         (__old_sem_post): Likewise.
7569 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7571         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7572         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7573         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7574         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7575         Use INLINE_VSYSCALL macro.
7576         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7577         __vdso_clock_gettime.
7578         * sysdeps/unix/sysv/linux/tile/init-first.c
7579         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7580         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7581         __vdso_clock_gettime.
7583         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7584         to set up frame more cleanly.
7586         * sysdeps/tile/memcmp.c: New file.
7588         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7590         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7591         * sysdeps/tile/tilegx/strcasestr.c: New file.
7592         * sysdeps/tile/tilegx/strnlen.c: New file.
7593         * sysdeps/tile/tilegx/strstr.c: New file.
7595         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7597 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7599         * nptl/tst-setuid3.c: Write errors to stdout.
7601 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7603         * elf/dl-deps.c
7604         (preload): New functions broken out of _dl_map_object_deps.
7605         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7607 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7609         [BZ #14138]
7610         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7611         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7613 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7615         * sysdeps/mips/strcmp.S: New.
7617 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7619         [BZ #14138]
7620         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7621         (linkat): Likewise.
7622         (mkdirat): Likewise.
7623         (readlinkat): Likewise.
7624         (renameat): Likewise.
7625         (symlinkat): Likewise.
7626         (unlinkat): Likewise.
7627         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7628         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7629         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7630         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7631         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7632         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7633         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7635 2014-09-30  Will Newton  <will.newton@linaro.org>
7637         * math/math.h: Define long double math functions if
7638         _LIBC_TEST is defined.
7639         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7641         * localedata/Makefile: Move assignment to tests-special
7642         into an ifdef testing run-built-tests.
7643         * timezone/Makefile: Likewise.
7645 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7647         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7648         with $(BASH) not $(SHELL).
7650 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7651             Matthew LeGendre  <legendre1@llnl.gov>
7653         [BZ #17411]
7654         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7655         l_reloc_result.
7657 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7659         * stdio-common/printf_fp.c
7660         (hack_digit): New function, broken out of ...
7661         (__printf_fp): ... local function here.  Update call sites.
7662         hack_digit now takes an additional parameter that is a pointer
7663         to a struct of the referenced locals.  Those locals moved inside
7664         the struct and references updated.
7666 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7668         * aclocal.m4: Require autoconf 2.69.
7669         * configure: Regenerated.
7670         * sysdeps/aarch64/configure: Likewise.
7671         * sysdeps/alpha/configure: Likewise.
7672         * sysdeps/arm/armv7/configure: Likewise.
7673         * sysdeps/arm/configure: Likewise.
7674         * sysdeps/ia64/configure: Likewise.
7675         * sysdeps/mach/configure: Likewise.
7676         * sysdeps/mips/configure: Likewise.
7677         * sysdeps/s390/configure: Likewise.
7678         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7681         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7682         file.
7683         * sysdeps/ia64/configure.ac: Likewise.
7685 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7688         specify symbol version for ld.so.  Do not include entry for
7689         libpthread.
7690         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7691         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7692         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7694         [BZ #14171]
7695         * Makeconfig [$(build-shared) = yes]
7696         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7697         makefiles.
7698         [$(build-shared) = yes && $(soversions.mk-done) = t]
7699         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7700         [$(build-shared) = yes && $(soversions.mk-done) = t]
7701         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7702         to Makerules.
7703         [$(build-shared) = yes && $(soversions.mk-done) = t]
7704         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7705         here.
7706         [$(build-shared) = yes && $(soversions.mk-done) = t]
7707         (common-generated): Don't append gnu/lib-names.h and
7708         gnu/lib-names.stmp here.
7709         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7710         (lib-names-h-abi): New variable.
7711         [$(build-shared) = yes && $(soversions.mk-done) = t]
7712         (lib-names-stmp-abi): Likewise.
7713         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7714         abi-variants] (before-compile): Append
7715         $(common-objpfx)$(lib-names-h-abi).
7716         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7717         abi-variants] (common-generated): Append gnu/lib-names.h.
7718         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7719         abi-variants] (install-others-nosubdir): Depend on
7720         $(inst_includedir)/$(lib-names-h-abi).
7721         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7722         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7723         [$(build-shared) = yes && $(soversions.mk-done) = t]
7724         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7725         [$(build-shared) = yes && $(soversions.mk-done) = t]
7726         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7727         [$(build-shared) = yes && $(soversions.mk-done) = t]
7728         (common-generated): Append $(lib-names-h-abi) and
7729         $(lib-names-stmp-abi).
7730         * scripts/lib-names.awk: Do not handle multi being set.
7731         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7732         Remove variable.
7733         (abi-lp64_be-ld-soname): Likewise.
7734         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7735         Likewise.
7736         (abi-hard-ld-soname): Likewise.
7737         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7738         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7739         Remove variable.
7740         (abi-o32_hard-ld-soname): Likewise.
7741         (abi-o32_soft_2008-ld-soname): Likewise.
7742         (abi-o32_hard_2008-ld-soname): Likewise.
7743         (abi-n32_soft-ld-soname): Likewise.
7744         (abi-n32_hard-ld-soname): Likewise.
7745         (abi-n32_soft_2008-ld-soname): Likewise.
7746         (abi-n32_hard_2008-ld-soname): Likewise.
7747         (abi-n64_soft-ld-soname): Likewise.
7748         (abi-n64_hard-ld-soname): Likewise.
7749         (abi-n64_soft_2008-ld-soname): Likewise.
7750         (abi-n64_hard_2008-ld-soname): Likewise.
7751         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7752         Likewise.
7753         (abi-64-v2-ld-soname): Likewise.
7754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7755         ld.so entries.
7756         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7757         variable.
7758         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7759         entry.
7760         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7761         variable.
7762         (abi-64-ld-soname): Likewise.
7763         (abi-x32-ld-soname): Likewise.
7764         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7765         entry.
7766         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7768 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7770         [BZ #14138]
7771         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7772         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7773         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7774         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7775         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7776         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7777         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7778         syscall entry for GLIBC_2.2 symbol version.
7779         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7780         Likewise.
7781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7782         (setrlimit): Likewise.
7783         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7784         Likewise.
7786 2014-09-23  Will Newton  <will.newton@linaro.org>
7788         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7789         _LINUX_ARM_SYSDEP_H include guard too.
7790         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7791         define.
7793 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7795         * sysdeps/unix/sysv/linux/eventfd.c:
7796         Make first argument unsigned.
7797         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7798         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7800 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7802         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7803         * socket/sys/socket.h: Likewise
7804         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7806 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7808         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7810 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7812         * time/tst-ftime.c: New test.
7813         * time/Makefile (tests): Add tst-ftime.
7815 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7817         * soft-fp/extended.h: Fix comment formatting.
7818         * soft-fp/op-1.h: Likewise.
7819         * soft-fp/op-2.h: Likewise.
7820         * soft-fp/op-4.h: Likewise.
7821         * soft-fp/op-8.h: Likewise.
7822         * soft-fp/op-common.h: Likewise.
7823         * soft-fp/soft-fp.h: Likewise.
7825         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7827 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7829         [BZ #6652]
7830         * Makeconfig (soversions-default-setname): Remove variable.
7831         ($(common-objpfx)soversions.i): Don't pass default_setname to
7832         soversions.awk.
7833         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7834         oldest_abi to abi-versions.awk.
7835         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7836         * config.make.in (oldest-abi): Remove variable.
7837         * configure.ac (--enable-oldest-abi): Remove configure option.
7838         * configure: Regenerated.
7839         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7840         text.
7841         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7842         * scripts/soversions.awk: Do not handle default_setname variable.
7843         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7844         variable.
7845         * sysdeps/mach/hurd/configure: Regenerated.
7846         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7847         variable.
7848         * sysdeps/unix/sysv/linux/configure: Regenerated.
7850 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7852         * elf/Makefile (CFLAGS-interp.c): Remove.
7853         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7854         path string.
7855         * elf/interp.c: Include generated runtime-linker.h
7857         * Makerules (lib%.so): Don't include $(+interp) in
7858         prerequisites.
7859         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7860         * dlfcn/eval.c: Remove file.
7862         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7863         macros.
7865         [BZ #17266]
7866         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7867         4.2 and newer.
7869         [BZ #17370]
7870         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7872 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7873             Jakub Jelinek  <jakub@redhat.com>
7875         [BZ #17266]
7876         * libio/stdio.h: Check definition of __fortify_function
7877         instead of __extern_always_inline to include bits/stdio2.h.
7878         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7879         check if __extern_always_inline is defined.
7880         [__USE_MISC || __USE_XOPEN]: Likewise.
7881         [__USE_ISOC99] Likewise.
7882         * misc/sys/cdefs.h (__fortify_function): Define only if
7883         __extern_always_inline is defined.
7884         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7885         __extern_always_inline and __extern_inline only for g++-4.3
7886         and newer or a compatible gcc.
7888 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7890         [BZ #17371]
7891         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7892         last change to handle zero prefix length.
7894 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7896         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7897         _SC_REGEX_VERSION.
7899         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7900         _POSIX_RAW_SOCKETS.
7902 2014-09-13  Allan McRae  <allan@archlinux.org>
7904         * po/ru.po: Update Russian translation from translation project.
7906 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7908         * locale/programs/locale.c (show_locale_vars): Inline local function
7909         into its sole call site.  Clean up some style nits.
7910         (print_item): New function, broken out of ...
7911         (show_info): ... local function here.  Clean up style nits.
7913         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7914         out of ...
7915         (set_class_defaults): ... local function set_default here.
7916         Define set_default as a macro locally to pass constant parameters.
7917         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7918         rather than a shared local.
7920         * stdlib/rpmatch.c (try): New function, broken out of ...
7921         (rpmatch): ... local function here.  Also, prototypify definition.
7923 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7925         * scripts/soversions.awk: Do not handle configuration names.
7926         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7927         vendor and os variables to soversions.awk.
7928         * configure.ac: Do not modify gnu-* host_os.
7929         * configure: Regenerated
7930         * shlib-versions: Remove first column with configuration names.
7931         * nptl/shlib-versions: Likewise.
7932         * nptl_db/shlib-versions: Likewise.
7933         * sysdeps/hppa/shlib-versions: Likewise.
7934         * sysdeps/m68k/shlib-versions: Likewise.
7935         * sysdeps/mach/hurd/shlib-versions: Likewise.
7936         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7937         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7938         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7939         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7940         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7941         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7942         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7943         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7945         Likewise.
7946         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7947         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7948         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7949         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7950         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7951         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7952         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7953         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7956         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7958         Regenerated.
7959         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7961         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7963         * shlib-versions: Remove OS-specific entries.  Moved to files in
7964         sysdeps.
7965         * sysdeps/mach/hurd/shlib-versions: New file.
7966         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7968         * nptl/shlib-versions: Remove architecture-specific entries.
7969         Moved to files in sysdeps.
7970         * shlib-versions: Likewise.
7971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7972         file.
7973         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7974         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7975         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7976         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7978         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7979         (UDP_NO_CHECK6_RX): Likewise.
7981 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7983         * sysdeps/posix/sysconf.c (__sysconf): Spell
7984         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7986 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7988         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7989         loading.
7990         * iconv/Versions (__gconv_transliterate): Export for use from
7991         gconv modules.
7992         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7993         (struct __gconv_trans_data, __gconv_trans_fct,
7994         __gconv_trans_context_fct, __gconv_trans_query_fct,
7995         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7996         definitions.
7997         (struct __gconv_step_data): Remove __trans member.
7998         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7999         longer hidden.  Remove unused trans_data argument.
8000         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8001         (__gconv_translit_find): Remove declaration.
8002         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8003         prototype.
8004         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8005         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8006         trans_data argument.  Add hidden definition.
8007         (__gconv_translit_find): Remove.
8008         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8009         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8010         * iconv/skeleton.c: Remove transliteration initialization.
8011         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8012         __gconv_step_data initialization.
8013         * libio/iofwide.c (__libio_translit_): Remove.
8014         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8015         * wcsmbs/btowc.c (__btowc): Likewise.
8016         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8017         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8018         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8019         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8020         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8021         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8022         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8023         * wcsmbs/wctob.c (wctob): Likewise.
8025 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8027         [BZ #16194]
8028         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8029         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8030         register usage.
8031         * sysdeps/x86/Makefile: Adjust.
8033 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8034             Roland McGrath  <roland@hack.frob.com>
8036         * locale/weight.h: Add include guard.
8037         (findidx): Make static rather than auto; take new parameters
8038         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8039         * locale/weightwc.h: Likewise.
8040         * posix/fnmatch_loop.c
8041         (FCT): Change type of EXTRA from int32_t to wint_t.
8042         Don't include either header inside the function.
8043         Call FINDIDX rather than findidx, and pass new arguments.
8044         #undef FINDIDX at the end of the file.
8045         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8046         FINDIDX before including fnmatch_loop.c for the non-wide version.
8047         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8048         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8049         for the wide version.
8050         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8051         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8052         Pass new arguments to findidx.
8053         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8054         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8055         Don't #include it inside the function.  Pass new arguments to findidx.
8056         * posix/regex_internal.h
8057         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8058         (re_string_elem_size_at): Don't #include it inside the function.
8059         Pass new arguments to findidx.
8060         * string/strcoll_l.c: #include WEIGHT_H at top level.
8061         (get_next_seq): Don't #include it inside the function.
8062         Pass new arguments to findidx.
8063         (get_next_seq_nocache): Likewise.
8064         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8065         (STRXFRM): Don't #include it inside the function.
8066         Pass new arguments to findidx.
8068 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8070         [BZ #17344]
8071         * malloc/malloc.c (unlink): Turn asserts into a call to
8072         malloc_printerr.
8074 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8076         [BZ #17370]
8077         * libio/wfileops (do_ftell_wide): Free OUT.
8079 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8081         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8083 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8085         [BZ #17363]
8086         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8087         group if the current group is empty.
8089 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8091         * benchtests/bench-memset.c (test_main): Add more test from size
8092         from 32 to 512 bytes.
8093         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8094         Add POWER8 memset object.
8095         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8096         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8097         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8098         implementation.
8099         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8100         Likewise.
8101         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8102         multiarch POWER8 memset optimization.
8103         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8104         POWER8 memset optimization.
8106         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8107         Remove bzero multiarch objects.
8108         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8109         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8110         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8111         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8112         Remove define.
8113         [__bzero]: Redefine to specific name.
8114         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8115         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8116         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8117         define.
8118         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8119         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8121 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8123         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8124         warnings into errors.
8126         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8127         __cxa_thread_atexit_impl prototype.
8129 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8131         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8132         Fix capitalization of error message.
8134 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8136         * sysdeps/mips/preconfigure: Modify ABI tests.
8138 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8140         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8142 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8143             Carlos O'Donell  <carlos@systemhalted.org>
8145         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8146         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8147         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8148         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8149         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8150         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8151         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8152         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8153         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8154         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8155         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8156         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8157         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8158         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8159         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8160         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8161         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8162         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8163         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8164         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8165         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8166         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8167         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8168         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8169         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8170         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8171         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8172         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8173         Deconditionalize the code that was previously under [RESET_PID].
8174         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8175         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8176         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8177         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8178         include sysdep.h.
8180 2014-09-08  Allan McRae  <allan@archlinux.org>
8182         * version.h (RELEASE): Set to "development".
8183         (VERSION): Set to "2.20.90"
8185 2014-09-07  Allan McRae  <allan@archlinux.org
8187         * version.h (RELEASE): Set to "stable".
8188         (VERSION): Set to "2.20"
8189         * include/features.h (__GLIBC_MINOR__): Set to 20.
8191         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8192         Liebler.
8194         * po/ko.po: Update Korean translation from translation project.
8196 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8198         [BZ #17354]
8199         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8200         macro for handling signed relocations.
8202 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8204         [BZ #17325]
8205         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8206         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8207         assert.
8208         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8209         * iconvdata/ibm935.c (BODY): Likewise.
8210         * iconvdata/ibm937.c (BODY): Likewise.
8211         * iconvdata/ibm939.c (BODY): Likewise.
8212         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8213         assert.
8214         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8215         script.
8216         * iconvdata/run-iconv-test.sh: New test loop for checking for
8217         decoder crashers.
8219 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8221         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8222         libm_hidden_ver.
8224 2014-09-01  Allan McRae  <allan@archlinux.org>
8226         * po/eo.po: Update Esperanto translation from translation project.
8228         * po/ca.po: Update Catalan translation from translation project.
8230 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8232         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8233         __proc_dostop call.
8235 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8237         [BZ #17319]
8238         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8239         to call set_thread_area instead of hand written asm.
8240         (__NR_set_thread_area): Removed define.
8241         (TLS_FLAG_WRITABLE): Likewise.
8242         (__ASSUME_SET_THREAD_AREA): Remove check.
8243         (TLS_EBX_ARG): Remove define.
8244         (TLS_LOAD_EBX): Likewise.
8246 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8248         Simplify atomicity of socket creation in bind.
8250         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8251         looking up the name after linking the file.
8253 2014-08-27  Allan McRae  <allan@archlinux.org>
8255         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8257 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8259         [BZ #17187]
8260         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8261         trans_compare, open_translit, __gconv_translit_find):
8262         Remove module loading code.
8264 2014-08-26  Allan McRae  <allan@archlinux.org>
8266         * po/vi.po: Update Vietnamese translation from translation project.
8268         * po/uk.po: Update Ukrainian translation from translation project.
8270         * po/fr.po: Update French translation from translation project.
8272         * po/ru.po: Update Russian translation from translation project.
8274         * po/pl.po: Update Polish translation from translation project.
8276         * po/cs.po: Update Czech translation from translation project.
8278         * po/de.po: Update German translation from translation project.
8280         * po/bg.po: Update Bulgarian translation from translation project.
8282         * po/sv.po: Update Sweedish translation from translation project.
8284         * po/nl.po: Update Dutch translation from translation project.
8286         * po/es.po: Update Spanish translation from translation project.
8288 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8290         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8292         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8293         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8294         (CPPFLAGS-iconvconfig): Likewise.
8295         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8297         * include/libc-symbols.h: Remove unnecessary check for
8298         NOT_IN_libc.
8299         * nptl/pthreadP.h: Likewise.
8300         * sysdeps/aarch64/setjmp.S: Likewise.
8301         * sysdeps/alpha/setjmp.S: Likewise.
8302         * sysdeps/arm/sysdep.h: Likewise.
8303         * sysdeps/i386/setjmp.S: Likewise.
8304         * sysdeps/m68k/setjmp.c: Likewise.
8305         * sysdeps/posix/getcwd.c: Likewise.
8306         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8307         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8308         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8309         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8310         * sysdeps/sh/sh3/setjmp.S: Likewise.
8311         * sysdeps/sh/sh4/setjmp.S: Likewise.
8312         * sysdeps/unix/alpha/sysdep.h: Likewise.
8313         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8314         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8315         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8316         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8319         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8320         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8321         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8323         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8324         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8325         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8326         * sysdeps/x86_64/setjmp.S: Likewise.
8328 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8330         [BZ #17263]
8331         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8332         <stdint.h>.
8333         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8334         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8336 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8338         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8340         [BZ #17262]
8341         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8342         and __x86_64__ when disabling x87 inline functions.
8344 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8346         [BZ #17259]
8347         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8348         asm statement with __cpuid_count.
8350 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8352         * configure.ac: Change __ehdr_start code to dereference the struct.
8353         Run readelf on the output to look for relocations.
8354         * configure: Regenerated.
8356 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8358         [BZ #17261]
8359         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8360         value to 0.
8361         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8363 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8365         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8367 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8369         [BZ #16892]
8370         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8371         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8373 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8375         * malloc/malloc.c: Fix typo in comment.
8377 2014-08-09  Allan McRae  <allan@archlinux.org>
8379         * Regenerate libc.po.
8381 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8383         * intl/tst-gettext2.sh: Check every lang file for creation.
8385 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8387         * sysdeps/aarch64/fpu/math_private.h
8388         (libc_feholdsetround_noex_aarch64_ctx): New function.
8390 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8392         * sysdeps/arm/armv6/strcpy.S (strcpy):
8393         Fix performance issue in misaligned cases.
8395 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8397         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8398         Move definition from termios.h.
8399         (struct termio): Likewise.
8400         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8401         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8402         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8403         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8404         Likewise.
8405         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8406         Move definition to ioctl-types.h
8407         (struct termio): Likewise.
8408         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8409         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8410         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8411         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8412         Likewise.
8414 2014-08-05  Richard Henderson  <rth@redhat.com>
8416         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8417         exceptions.
8418         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8419         Add fraiseexcpt.
8420         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8421         Use __feraiseexcept.
8422         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8423         Protect libm symbols with IS_IN_libm.
8425         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8427 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8429         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8431 2014-08-04  Will Newton  <will.newton@linaro.org>
8433         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8434         file.
8436 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8438         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8439         variants for each function.
8441 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8443         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8444         appended ...
8445         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8446         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8447         appended ...
8448         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8449         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8450         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8451         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8452         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8453         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8454         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8455         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8456         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8457         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8458         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8459         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8460         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8461         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8462         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8463         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8464         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8465         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8466         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8467         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8468         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8469         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8470         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8471         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8472         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8473         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8474         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8475         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8476         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8477         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8478         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8479         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8480         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8481         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8482         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8483         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8484         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8485         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8486         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8487         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8488         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8489         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8490         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8491         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8492         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8493         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8494         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8495         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8496         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8497         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8498         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8499         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8500         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8501         Update #include.
8502         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8503         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8505 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8507         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8508         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8509         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8510         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8511         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8512         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8514 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8516         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8517         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8518         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8519         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8521 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8523         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8524         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8525         (__libc_vfork): Define function under this name.
8526         (__vfork): Define as an alias.
8527         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8528         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8530 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8532         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8533         that was previously under [RESET_PID].
8534         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8536 2014-08-04  Andreas Schwab  <schwab@suse.de>
8538         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8540 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8542         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8543         (main): Likewise.
8545 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8547         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8549 2014-08-01  Richard Henderon  <rth@redhat.com>
8551         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8552         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8553         typo in exact zero test.
8554         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8555         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8556         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8558 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8560         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8561         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8562         * sysdeps/arm/sysdep.h: ... here.
8563         [!__ASSEMBLER__]: Include <stdint.h>.
8565 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8567         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8568         (HAVE_WCTYPE_H): Likewise.
8569         (HAVE_ISWCTYPE): Likewise.
8570         (ENABLE_NLS): Likewise.
8571         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8572         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8574         * posix/regex_internal.c: Check if DEBUG is defined and is
8575         set.
8577         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8578         (HAVE_MBSRTOWCS): Likewise.
8579         * posix/fnmatch.c: Include string.h unconditionally.
8581 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8583         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8584         reversal.
8586 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8588         * sysdeps/generic/safe-fatal.h: New file.
8589         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8590         * nptl/forward.c: Include it.
8591         (__pthread_unwind): Use __safe_fatal as default action, rather
8592         than a bogus use of INTERNAL_SYSCALL that could never work.
8594         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8595         * configure.ac (libc_cv_builtin_trap): New test.
8596         * configure: Regenerated.
8597         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8598         (ABORT_INSTRUCTION): Define using __builtin_trap.
8600         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8601         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8602         * sysdeps/nptl/nptl-signals.h: New file.
8603         * nptl/pthreadP.h: Include <nptl-signals.h>.
8605 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8607         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8608         (ONE_DIRECTION): Define.
8609         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8610         (ONE_DIRECTION): Define.
8611         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8612         (ONE_DIRECTION): Define.
8614 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8616         * sysdeps/s390/Makefile: Delete file.
8617         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8618         * sysdeps/s390/__longjmp.c: Delete file.
8619         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8620         Remove fields __flags and __reserved.
8621         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8622         and add versioning.
8623         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8624         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8625         * sysdeps/s390/rtld-setjmp.S: Likewise.
8626         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8627         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8628         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8629         * sysdeps/s390/s390-32/setjmp.S: ... here.
8630         Add versioning.
8631         (__sigsetjmp): Remove setting __flags field.
8632         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8633         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8634         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8635         * sysdeps/s390/s390-64/setjmp.S: ... here.
8636         Add versioning.
8637         (__sigsetjmp): Remove setting __flags field.
8638         * sysdeps/s390/setjmp.S: Delete file.
8639         * sysdeps/s390/sigjmp.c: Likewise.
8640         * sysdeps/s390/v1-longjmp.c: Likewise.
8641         * sysdeps/s390/v1-setjmp.h: Likewise.
8642         * sysdeps/s390/v1-sigjmp.c: Likewise.
8643         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8644         Remove v1-longjmp_chk.
8645         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8646         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8647         Include debug/longjmp_chk.c and add versioning.
8648         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8649         Include nptl/pt-longjmp.c and add versioning.
8650         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8651         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8652         Include __longjmp.c.
8653         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8654         Move to ...
8655         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8656         (__getcontext): Remove setting __flags field.
8657         Add versioning.
8658         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8659         Don't restore upper high grps.
8660         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8661         Likewise.
8662         (__swapcontext): Remove setting uc_flags field.
8663         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8664         Delete file.
8665         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8666         Include __longjmp.c.
8667         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8668         Move to ...
8669         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8670         (__getcontext): Remove setting __flags field.
8671         Add versioning.
8672         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8673         (__swapcontext): Remove setting uc_flags field.
8674         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8675         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8676         Remove fields uc_high_gprs and __reserved.
8677         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8678         New file with reverted content.
8679         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8680         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8681         Regenerated.
8682         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8683         Regenerated.
8685 2014-07-31  Andreas Schwab  <schwab@suse.de>
8687         * config.h.in (HAVE_IFUNC): Define to 0.
8688         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8689         definedness.
8691 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8693         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8694         memmove-avx-unaligned, memcpy-avx-unaligned and
8695         mempcpy-avx-unaligned.
8696         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8697         Add tests for AVX memcpy functions.
8698         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8699         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8700         memcpy_chk.
8701         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8702         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8703         memmove_chk.
8704         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8705         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8706         mempcpy_chk.
8707         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8708         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8709         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8711 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8713         [BZ #17213]
8714         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8715         powerpc64le.
8717 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8719         [BZ #16839]
8720         * manual/llio.texi: Add section about open file description locks.
8721         * manual/examples/ofdlocks.c: Example of open file description
8722         lock usage.
8723         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8724         F_OFD_SETLK, and F_OFD_SETLKW.
8726 2014-07-23  Allan McRae  <allan@archlinux.org>
8728         * po/es.po: Update Spanish translation from translation project.
8730 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8732         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8734 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8736         [BZ #17078]
8737         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8738         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8739         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8741 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8743         [BZ #17088]
8744         * math/fesetenv.c (__fesetenv)
8745         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8746         * math/feupdateenv.c (__feupdateenv)
8747         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8749         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8750         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8751         (__ASSUME_SOCKETCALL): Do not define.
8753         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8754         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8755         (__ASSUME_SOCKETCALL): Do not define.
8756         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8757         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8758         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8759         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8760         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8761         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8762         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8763         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8765         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8766         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8767         (__ASSUME_SOCKETCALL): Do not define.
8768         (__ASSUME_IPC64): Define unconditionally.
8769         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8770         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8771         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8772         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8773         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8774         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8775         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8776         Likewise.
8778         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8779         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8780         (__ASSUME_SOCKETCALL): Do not define.
8781         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8782         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8783         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8784         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8785         (__ASSUME_REQUEUE_PI): Define unconditionally.
8786         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8787         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8788         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8789         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8790         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8791         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8793         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8794         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8795         (__ASSUME_SOCKETCALL): Do not define.
8796         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8797         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8798         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8799         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8800         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8801         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8803         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8804         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8805         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8806         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8807         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8808         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8809         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8810         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8811         (__ASSUME_GETCPU_SYSCALL): Likewise.
8813         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8814         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8815         cases for individual architectures.
8816         * sysdeps/gnu/configure: Regenerated.
8817         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8818         LIBC_SLIBDIR_RTLDDIR.
8819         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8820         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8821         LIBC_SLIBDIR_RTLDDIR.
8822         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8824         LIBC_SLIBDIR_RTLDDIR.
8825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8826         Regenerated.
8827         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8828         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8829         file.
8830         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8831         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8832         file.
8833         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8834         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8835         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8836         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8838         * sysdeps/aarch64/shlib-versions: Move to ...
8839         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8840         * sysdeps/alpha/shlib-versions: Move to ...
8841         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8842         * sysdeps/arm/shlib-versions: Move to ...
8843         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8844         * sysdeps/hppa/shlib-versions: Move all contents except for
8845         libgcc_s entry to ...
8846         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8847         entry from ...
8848         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8849         * sysdeps/ia64/shlib-versions: Move to ...
8850         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8851         entry from ...
8852         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8853         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8854         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8855         * sysdeps/microblaze/shlib-versions: Move to ...
8856         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8857         * sysdeps/mips/shlib-versions: Move to ...
8858         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8859         entry from ...
8860         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8861         * sysdeps/tile/shlib-versions: Move to ...
8862         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8863         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8864         from ...
8865         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8866         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8867         entry from ...
8868         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8870 2014-07-17  Will Newton  <will.newton@linaro.org>
8872         * sysdeps/arm/bits/atomic.h
8873         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8874         (__arch_compare_and_exchange_bool_16_int): Likewise.
8875         (__arch_compare_and_exchange_bool_64_int): Likewise.
8877         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8878         into an #else block.
8880 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8882         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8883         just Linux configurations.  Test empirically that the compiler sets
8884         __ARM_EABI__, rather than using the tuple to decide.
8885         * sysdeps/arm/preconfigure: Regenerated.
8886         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8887         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8888         contents appended ...
8889         * sysdeps/arm/configure.ac: ... here.
8890         * sysdeps/arm/configure: Regenerated.
8892 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8894         * nptl/pthread_kill.c: New file.
8895         * nptl/pthread_sigmask.c: New file.
8896         * nptl/pthread_sigqueue.c: New file.
8898         * sysdeps/nptl/lowlevellock.h: New file.
8899         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8900         * sysdeps/nptl/lowlevellock-futex.h: New file.
8902         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8903         Remove dead declarations.
8905 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8907         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8908         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8909         config-cflags-avx2.
8910         * sysdeps/x86_64/configure.ac: Likewise.
8911         * sysdeps/i386/configure: Regenerated.
8912         * sysdeps/x86_64/configure: Likewise.
8913         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8914         memset-avx2 only if config-cflags-avx2 is yes.
8915         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8916         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8917         defined.
8918         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8919         only if HAVE_AVX2_SUPPORT is defined.
8920         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8922 2014-07-14  Alan Modra  <amodra@gmail.com>
8924         [BZ #17153]
8925         * elf/elf.h (DT_PPC64_NUM): Correct value.
8926         * NEWS: Add to fixed bug list.
8928 2014-07-13  Jim Meyering  <meyering@fb.com>
8930         [BZ 17150]
8931         regex: don't deref NULL upon heap allocation failure
8932         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8933         failure in one more place.
8934         To trigger the segfault, configure grep -with-included-regex,
8935         build it, and run these commands:
8936         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8938 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8940         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8942 2014-07-11  Richard Henderson  <rth@redhat.com>
8944         * sysdeps/aarch64/libm-test-ulps: Update.
8946 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8948         [BZ #17135]
8949         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8950         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8951         (__nptl_setxid): Initialize error member.  Call
8952         __nptl_setxid_error.
8953         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8954         * nptl/descr.h (struct xid_command): Add error member.
8955         * nptl/tst-setuid3.c: New file.
8956         * nptl/Makefile (tests): Add it.
8958 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8960         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8961         New define.
8962         (__lll_trylock): Use __lll_base_trylock.
8963         (__lll_cond_trylock): Likewise.
8965 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8967         * nptl/pthread_create.c (start_thread): Use atomic_or and
8968         lll_futex_wake directly rather than lll_robust_dead.
8969         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8970         (lll_robust_dead): Macro removed.
8971         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8972         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8973         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8974         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8975         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8976         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8977         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8978         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8979         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8980         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8981         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8982         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8983         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8984         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8985         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8987         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8988         Use atomic_compare_and_exchange_val_acq directly rather than
8989         lll_robust_trylock.
8990         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8991         (__lll_robust_trylock, lll_robust_trylock): Removed.
8992         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8993         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8994         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8995         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8996         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8997         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8998         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8999         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9000         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9001         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9002         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9003         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9004         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9005         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9007 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9009         * manual/locale.texi (Locale Names): New section documenting
9010         locale name syntax.  Adjust menu and node chaining accordingly.
9011         (Choosing Locale): Reference Locale Names, Locale Categories.
9012         Mention setting LC_ALL=C.  Reflect that name syntax is now
9013         documented.
9014         (Locale Categories): New section title.  Reference Locale Names.
9015         LC_ALL is an environment variable, but not a category.
9016         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9017         description, now in Locale Name.  Reference that section.  Locale
9018         name syntax is now documented.
9020 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9022         [BZ #17137]
9023         * locale/findlocale.c (name_present, valid_locale_name): New
9024         functions.
9025         (_nl_find_locale): Use the loc_name variable to store name
9026         candidates.  Call name_present and valid_locale_name to check and
9027         validate locale names.  Return an error if the locale is invalid.
9029 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9031         * locale/setlocale.c (setlocale): Use strdup for allocating
9032         composite name copy.
9034 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9036         Sync up with gnulib.
9037         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9038         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9039         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9040         and _GL_ARG_NONNULL.
9041         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9042         [!_LIBC]: Include code for Windows and Cygwin.
9043         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9044         Include prototype for int strerror_r.
9045         [!_LIBC] (is_open): New function.
9046         (flush_stdout): New function.
9047         (print_errno_message): Use it.
9048         (error): Likewise.
9049         (error_at_line): Likewise.
9050         (error_tail) Add function attribute macros.  Use
9051         __builtin_expect.
9053         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9055         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9057         * io/ftw.c: Include sys/param.h unconditionally.
9059         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9061         [BZ #17125]
9062         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9063         libc_freeres_ptr.
9064         (freecache): New function to free CACHE on exit.
9066         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9067         initialization.
9069 2014-07-09  David S. Miller  <davem@davemloft.net>
9071         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9073         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9074         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9075         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9076         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9077         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9078         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9079         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9080         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9081         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9082         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9083         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9084         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9085         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9087 2014-07-09  Andreas Schwab  <schwab@suse.de>
9089         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9090         output.
9091         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9092         (do_test): Likewise.
9094         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9096 2014-07-09  Will Newton  <will.newton@linaro.org>
9098         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9099         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9100         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9101         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9102         * sysdeps/hppa/start.S (_start): Likewise.
9104 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9106         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9108         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9109         defined.
9111 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9113         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9114         after checking that it is non-NULL.
9116         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9118 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9120         * sysdeps/powerpc/memmove.c: Remove file.
9121         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9122         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9123         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9124         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9125         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9126         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9127         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9128         string memmove instead of removed powerpc one.
9130         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9131         [weak_alias]: Fix compiler warning due trailing data.
9132         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9133         [weak_alias]: Likewise.
9134         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9135         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9137         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9138         (__libc_ifunc_impl_list): Add memmove functions.
9140 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9142         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9143         Remove code.
9144         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9145         Likewise
9146         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9147         Likewise
9148         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9149         Likewise
9150         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9151         Likewise
9152         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9153         Likewise
9154         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9155         Likewise
9156         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9157         Likewise
9158         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9159         Likewise
9160         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9161         Likewise
9162         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9163         Likewise
9164         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9165         Likewise
9166         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9167         Likewise
9168         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9169         Likewise
9170         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9171         Likewise
9172         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9173         Likewise
9174         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9175         Likewise
9177 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9179         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9180         to avoid alignment traps in non-cacheable memory.
9181         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9184         multiarch objects.
9185         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9186         file: multiarch power7 memmove.
9187         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9188         multiarch default memmove.
9189         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9190         multiarch memove for powerpc32/power4.
9192         * string/bcopy.c: Use full path to include memmove.c.
9193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9194         multiarch objects.
9195         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9196         bcopy for powerpc64.
9197         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9198         bcopy for powerpc64.
9199         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9200         and memmove implementations.
9201         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9202         optimized multiarch memmove for POWER7/powerpc64.
9203         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9204         default multiarch memmove for powerpc64.
9205         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9206         multiarch for powerpc64.
9207         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9208         for POWER7/powerpc64.
9209         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9210         memmove for POWER7/powerpc64.
9212         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9213         glibc default one.
9215         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9216         __ELF_NATIVE_CLASS equal to 64.
9218 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9220         * sysdeps/nptl/lowlevellock.h: File removed.
9222         * NEWS: NPTL is no longer an add-on!
9223         * nptl/internaltypes.h: Moved ...
9224         * sysdeps/nptl/internaltypes.h: ... here.
9225         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9226         * sysdeps/nptl/fork.c: Likewise.
9227         * sysdeps/nptl/gai_misc.h: Likewise.
9228         * sysdeps/nptl/librt-cancellation.c: Likewise.
9229         * sysdeps/nptl/jmp-unwind.c: Likewise.
9230         * sysdeps/nptl/setxid.h: Likewise.
9231         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9232         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9233         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9234         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9235         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9236         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9237         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9238         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9239         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9240         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9241         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9242         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9243         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9244         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9245         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9246         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9247         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9248         * nptl/Makeconfig: Moved ...
9249         * sysdeps/nptl/Makeconfig: ... here.
9250         * nptl/configure: File removed.
9251         * nptl/ANNOUNCE: File removed.
9252         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9253         * sysdeps/unix/sysv/linux/configure: Regenerated.
9255         * nptl/Makefile (routines): Add libc_pthread_init,
9256         libc_multiple_threads, register-atfork and unregister-atfork.
9257         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9258         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9259         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9260         pthread-pi-defines.sym, structsem.sym.
9261         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9262         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9263         [$(subdir) = nptl] (tests): Add tst-setgetname.
9264         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9265         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9266         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9267         [!LIBC_SIGACTION]: Remove aliases.
9268         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9269         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9270         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9271         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9272         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9273         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9274         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9275         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9276         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9277         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9278         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9279         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9280         __libc_allocate_rtsig_private.
9281         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9282         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9283         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9284         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9285         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9286         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9287         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9288         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9289         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9290         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9291         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9292         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9293         * nptl/internaltypes.h: ... here.
9294         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9295         * sysdeps/nptl/jmp-unwind.c: ... here.
9296         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9297         * nptl/libc-lowlevellock.c: ... here.
9298         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9299         * nptl/libc_multiple_threads.c: ... here.
9300         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9301         * nptl/libc_pthread_init.c: ... here.
9302         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9303         * nptl/lowlevelbarrier.sym: ... here.
9304         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9305         * nptl/lowlevelcond.sym: ... here.
9306         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9307         * nptl/lowlevellock.c: ... here.
9308         * nptl/lowlevellock.h: Moved ...
9309         * sysdeps/nptl/lowlevellock.h: ... here.
9310         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9311         * nptl/lowlevelrobustlock.c: ... here.
9312         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9313         * nptl/lowlevelrobustlock.sym: ... here.
9314         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9315         * nptl/lowlevelrwlock.sym: ... here.
9316         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9317         * nptl/pt-fork.c: ... here.
9318         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9319         * nptl/pthread-pi-defines.sym: ... here.
9320         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9321         * nptl/pthread_attr_getaffinity.c: ... here.
9322         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9323         * nptl/pthread_attr_setaffinity.c: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9325         * nptl/pthread_mutex_cond_lock.c: ... here.
9326         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9327         Update #include.
9328         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9329         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9330         * nptl/pthread_once.c: ... here, replacing old file.
9331         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9332         * nptl/pthread_yield.c: ... here.
9333         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9334         * nptl/register-atfork.c: ... here.
9335         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9336         * nptl/sem_post.c: ... here.
9337         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9338         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9339         * nptl/sem_timedwait.c: ... here.
9340         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9341         * nptl/sem_trywait.c: ... here.
9342         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9343         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9344         * nptl/sem_wait.c: ... here.
9345         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9346         * nptl/structsem.sym: ... here.
9347         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9348         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9349         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9350         * nptl/unregister-atfork.c: ... here.
9351         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9352         * nptl/unwindbuf.sym: ... here.
9353         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9354         * sysdeps/nptl/fork.c: ... here.
9355         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9356         * sysdeps/nptl/fork.h: ... here.
9357         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9358         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9359         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9361         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9363         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9365         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9367         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9368         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9369         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9370         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9371         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9372         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9373         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9374         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9375         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9376         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9377         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9378         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9379         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9380         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9381         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9382         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9383         * sysdeps/unix/sysv/linux/raise.c: ... here.
9384         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9385         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9386         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9387         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9388         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9389         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9390         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9391         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9393         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9395         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9397         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9398         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9400 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9402         * sysdeps/generic/memcopy.h: Add comment for
9403         MEMCPY_OK_FOR_FWD_MEMMOVE.
9405 2014-07-04  Will Newton  <will.newton@linaro.org>
9407         * string/memchr.c: Merge from gnulib.
9408         [_LIBC]: Remove conditionals.
9409         (__ptr_t): Remove define.
9410         (LONG_MAX_32_BITS): Likewise.
9411         (LONG_MAX): Likewise.
9412         (MEMCHR): Use ANSI prototype and optimize algorithm.
9414         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9416 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9418         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9419         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9421         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9422         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9423         in a bare environment with no <stdlib.h> installed.
9424         * sysdeps/nptl/configure: Regenerated.
9426         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9428         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9429         AC_EGREP_CPP for kernel header checks, so they only succeed if
9430         including <linux/version.h> actually works right.
9431         * sysdeps/unix/sysv/linux/configure: Regenerated.
9433         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9434         value so it's not diagnosed as unused.
9436         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9437         thing) with "ifeq ($(subdir),rt)".
9439 2014-07-03  Richard Henderson  <rth@redhat.com>
9441         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9442         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9443         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9445         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9446         (math_force_eval): New.
9448         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9449         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9451         * sysdeps/alpha/fpu/s_round.c: Remove file.
9452         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9454         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9455         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9456         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9457         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9458         (_dl_start, print_statistics): Likewise.
9459         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9460         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9462         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9463         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9464         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9465         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9466         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9467         (HP_SMALL_TIMING_AVAIL): Define.
9468         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9469         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9470         (HP_SMALL_TIMING_AVAIL): Define.
9471         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9472         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9474         * sysdeps/aarch64/hp-timing.h: New file.
9476         * sysdeps/generic/hp-timing.h: Remove dead comment.
9477         * sysdeps/generic/hp-timing-common.h: New file.
9478         * sysdeps/alpha/hp-timing.h: Include it.
9479         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9480         * sysdeps/i386/i686/hp-timing.h: Likewise.
9481         * sysdeps/ia64/hp-timing.h: Likewise.
9482         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9483         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9484         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9485         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9486         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9487         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9488         (hp_timing_t): New.
9490         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9491         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9492         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9493         * elf/rtld.c (_dl_start_final): Likewise.
9494         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9495         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9496         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9497         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9498         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9499         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9500         (HP_TIMING_DIFF_INIT): Remove.
9501         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9502         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9503         (HP_TIMING_DIFF_INIT): Remove.
9504         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9505         * sysdeps/i386/i686/hp-timing.c: Remove file.
9506         * sysdeps/x86_64/hp-timing.c: Remove file.
9507         * sysdeps/ia64/hp-timing.c: Remove file.
9508         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9509         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9510         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9511         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9513         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9514         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9515         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9516         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9517         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9518         (HP_TIMING_ACCUM): Remove.
9519         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9520         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9521         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9523         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9524         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9525         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9526         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9527         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9528         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9529         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9530         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9532         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9534 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9536         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9538 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9540         Sync up with gettext.
9541         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9542         [_MSC_VER]: Include malloc.h
9543         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9544         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9545         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9546         TEMP_FAILURE_RETRY.  Cast return of alloca.
9547         [!_LIBC] Call gl_rwlock_init.
9548         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9550 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9552         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9553         before checking its value.
9555 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9557         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9559         * debug/memcpy_chk.c: Don't include pagecopy.h.
9560         * debug/mempcpy_chk.c: Likewise.
9561         * string/memcpy.c: Likewise.
9562         * string/memmove.c: Likewise.
9563         * sysdeps/powerpc/memmove.c: Likewise.
9564         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9565         definition of PAGE_COPY_FWD_MAYBE here...
9566         * sysdeps/generic/pagecopy.h: ... from here.
9567         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9569 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9570             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9572         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9574         optimizations.
9575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9576         (__libc_ifunc_impl_list): Likewise.
9577         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9578         multiarch strcat for PPC64.
9579         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9580         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9582 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9584         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9586 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9588         * intl/loadmsgcat.c: Remove declaration of
9589         get_sysdep_segment_value.
9590         (get_sysdep_segment_value): Use ISO C style.
9591         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9592         semicolon.  Fix typo and formatting in comment.
9593         (_nl_unload_domain): Use ISO C style.
9595         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9597 2014-07-02  Will Newton  <will.newton@linaro.org>
9599         * malloc/obstack.c: Merge from gnulib master.
9600         [HAVE_CONFIG_H]: Remove conditional code.
9601         [!_LIBC]: Include config.h.
9602         [!ELIDE_CODE]: Don't include inttypes.h, include
9603         stdint.h unconditionally.
9604         (print_and_abort): Mark as _Noreturn.
9605         (_obstack_allocated_p): Mark as __attribute_pure__.
9606         (obstack_free): Rename to __obstack_free.
9607         [!__attribute__]: Remove conditional code.
9608         * malloc/obstack.h: Merge from gnulib master.
9609         [__cplusplus]: Move conditional down.
9610         [!__attribute_pure__]: Define __attribute_pure__ here
9611         if it is not already defined.
9612         (_obstack_memory_used): Mark as __attribute_pure__.
9613         [!__obstack_free]: Define as obstack_free.
9614         [__GNUC__]: Remove check for ancient NeXT gcc.
9616 2014-07-02  Will Newton  <will.newton@linaro.org>
9617             Paul Eggert  <eggert@cs.ucla.edu>
9619         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9621 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9623         * resolv/gethnamaddr.c: Add comment warning that the file is
9624         not maintained.
9626 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9628         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9629         entries.
9631         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9632         entry for aio_cancel and aio_cancel64.
9633         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9634         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9635         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9636         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9637         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9638         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9639         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9640         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9641         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9642         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9643         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9644         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9645         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9647 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9649         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9650         * nptl/pthread_mutex_lock.c: Likewise.
9651         * nptl/pthread_mutex_timedlock.c: Likewise.
9652         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9654 2014-07-01  Richard henderson  <rth@redhat.com>
9656         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9657         (__isnan, __isnanl): Remove.
9658         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9660         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9662 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9664         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9666 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9668         * resolv/nss_dns/dns-host.c (getanswer_r)
9669         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9671 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9673         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9674         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9675         undefine.
9676         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9677         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9679 2014-07-01  Roland McGrath <roland@hack.frob.com>
9681         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9682         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9684         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9685         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9687         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9688         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9689         ... here.
9690         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9691         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9693         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9694         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9695         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9696         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9698         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9699         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9700         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9701         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9702         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9703         Moved ...
9704         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9705         ... here.
9706         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9707         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9708         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9709         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9710         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9711         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9712         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9713         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9714         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9715         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9716         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9717         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9718         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9719         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9720         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9721         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9722         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9723         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9724         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9725         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9726         ... here.
9727         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9728         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9729         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9730         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9731         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9732         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9733         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9734         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9736 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9738         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9739         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9740         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9741         Add sysdep.
9743 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9745         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9747 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9749         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9750         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9752         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9754         * sysdeps/arm/libm-test-ulps: Regenerated.
9756 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9757             Roland McGrath <roland@hack.frob.com>
9759         * test-skeleton.c (signal_handler): Kill the whole process group
9760         before killing the child individually.
9761         (main): Report any failure on `setpgid'.
9763 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9765         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9766         from _TLS_H to _ARM_NPTL_TLS_H.
9767         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9768         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9770 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9772         [BZ #16539]
9773         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9774         (__expm1l): Return argument unchanged when small but not
9775         subnormal.
9777         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9778         include macro name.
9779         (_FP_UNPACK_RAW_1_P): Likewise.
9780         (_FP_PACK_RAW_1): Likewise.
9781         (_FP_PACK_RAW_1_P): Likewise.
9782         (_FP_MUL_MEAT_1_wide): Likewise.
9783         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9784         (_FP_MUL_MEAT_1_hard): Likewise.
9785         (_FP_DIV_MEAT_1_imm): Likewise.
9786         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9787         (_FP_DIV_MEAT_1_udiv): Likewise.
9788         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9789         (_FP_UNPACK_RAW_2): Likewise.
9790         (_FP_UNPACK_RAW_2_P): Likewise.
9791         (_FP_PACK_RAW_2): Likewise.
9792         (_FP_PACK_RAW_2_P): Likewise.
9793         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9794         (_FP_MUL_MEAT_2_wide): Likewise.
9795         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9796         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9797         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9798         (_FP_MUL_MEAT_2_gmp): Likewise.
9799         (_FP_DIV_MEAT_2_udiv): Likewise.
9800         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9801         (_FP_FRAC_SRL_4): Likewise.
9802         (_FP_FRAC_SRST_4): Likewise.
9803         (_FP_FRAC_SRS_4): Likewise.
9804         (_FP_UNPACK_RAW_4): Likewise.
9805         (_FP_UNPACK_RAW_4_P): Likewise.
9806         (_FP_PACK_RAW_4): Likewise.
9807         (_FP_PACK_RAW_4_P): Likewise.
9808         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9809         (_FP_MUL_MEAT_4_wide): Likewise.
9810         (_FP_MUL_MEAT_4_gmp): Likewise.
9811         (umul_ppppmnnn): Likewise.
9812         (_FP_DIV_MEAT_4_udiv): Likewise.
9813         (__FP_FRAC_ADD_4): Likewise.
9814         (__FP_FRAC_SUB_3): Likewise.
9815         (__FP_FRAC_SUB_4): Likewise.
9816         (__FP_FRAC_DEC_3): Likewise.
9817         (__FP_FRAC_DEC_4): Likewise.
9818         (__FP_FRAC_ADDI_4): Likewise.
9819         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9820         (_FP_FRAC_SRL_8): Likewise.
9821         (_FP_FRAC_SRS_8): Likewise.
9823         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9824         include macro name.
9825         (FP_UNPACK_RAW_EP): Likewise.
9826         (FP_PACK_RAW_E): Likewise.
9827         (FP_PACK_RAW_EP): Likewise.
9828         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9829         (_FP_ISSIGNAN): Likewise.
9830         (_FP_ADD_INTERNAL): Likewise.
9831         (_FP_FMA): Likewise.
9832         (_FP_CMP): Likewise.
9833         (_FP_SQRT): Likewise.
9834         (_FP_TO_INT): Likewise.
9835         (_FP_FROM_INT): Likewise.
9836         (FP_EXTEND): Likewise.
9837         (_FP_DIV_MEAT_N_loop): Likewise.
9839 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9841         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9842         throughout.
9844 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9846         [BZ #17097]
9847         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9848         result with correct sign in case of exponents that produce
9849         overflow except for X very close to 1.
9851 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9853         mktime: merge #if/#ifdef usage from glibc
9854         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9855         as that works with both Glibc's and Gnulib's style.
9856         See thread starting at Siddhesh Poyarekar's bug report at:
9857         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9859 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9861         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9862         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9863         * sysdeps/tile/tilegx/memmove.c: Remove file.
9865 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9867         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9868         abi-name definition.
9869         * scripts/soversions.awk: Do not handle or generate ABI lines.
9870         * shlib-versions: Remove ABI entries.
9871         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9872         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9874 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9876         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9877         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9878         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9879         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9880         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9881         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9882         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9883         Moved ...
9884         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9885         ... here.
9886         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9887         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9888         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9889         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9890         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9891         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9892         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9893         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9894         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9895         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9896         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9897         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9898         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9899         Moved ...
9900         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9904         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9906         Moved ...
9907         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9908         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9909         Moved ...
9910         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9911         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9912         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9913         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9914         Moved ...
9915         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9916         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9917         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9918         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9919         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9923         Moved ...
9924         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9926         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9927         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9928         Moved ...
9929         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9931         Moved ...
9932         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9933         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9934         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9935         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9936         Moved ...
9937         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9938         ... here.
9939         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9940         Identical file removed.
9941         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9942         Moved ...
9943         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9945         Identical file removed.
9946         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9949         Moved ...
9950         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9951         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9952         Identical file removed.
9953         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9954         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9955         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9956         Identical file removed.
9957         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9958         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9959         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9960         Identical file removed.
9961         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9962         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9964         Identical file removed.
9965         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9966         Moved ...
9967         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9969         Identical file removed.
9970         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9971         Moved ...
9972         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9973         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9974         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9976         Identical file removed.
9977         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9978         Moved ...
9979         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9980         ... here.
9981         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9982         Identical file removed.
9983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9984         Moved ...
9985         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9986         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9987         Identical file removed.
9988         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9989         Moved ...
9990         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9991         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9996         Moved ...
9997         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9998         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9999         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10001         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10002         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10003         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10004         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10005         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10007 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10009         [BZ #17092]
10010         * nscd/nscd.c (monitor_child): Return exit status of child
10011         instead of return value from wait syscall.
10013 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10015         * configure.ac (libc_commonpagesize): Remove variable.
10016         (libc_relro_required): Likewise.
10017         (libc_cv_z_relro): Remove configure test.
10018         * configure: Regenerated.
10019         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10020         variable.
10021         (libc_relro_required): Likewise.
10022         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10023         (libc_relro_required): Likewise.
10024         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10025         (libc_relro_required): Likewise.
10026         * sysdeps/arm/preconfigure: Regenerated.
10027         * sysdeps/ia64/preconfigure: Remove file.
10028         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10029         variable.
10030         (libc_relro_required): Likewise.
10032         [BZ #16561]
10033         [BZ #16562]
10034         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10035         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10036         recompute overflowing results in original rounding mode.
10037         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10038         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10039         recompute overflowing results in original rounding mode.
10040         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10041         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10042         recompute overflowing results in original rounding mode.
10043         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10044         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10045         recompute overflowing results in original rounding mode.
10046         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10047         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10048         recompute overflowing results in original rounding mode.
10049         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10050         (libc_feholdsetround_ctx): New macro.
10051         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10052         * sysdeps/i386/fpu/libm-test-ulps: Update.
10053         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10055 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10057         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10058         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10059         corresponding .cpsetup call.
10061 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10063         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10064         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10065         * sysdeps/arm/Makefile [$(subdir) = csu]
10066         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10067         (static-only-routines): Add aeabi_read_tp here.
10068         (shared-only-routines): Add libc-aeabi_read_tp here.
10069         (CFLAGS-libc-start.c): Add -fexceptions here.
10070         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10071         (sysdep_routines, static-only-routines, shared-only-routines):
10072         Don't add to these here.
10073         (CFLAGS-libc-start.c): Likewise.
10075         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10076         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10077         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10078         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10079         * sysdeps/arm/Makefile [$(subdir) = rt]
10080         (librt-sysdep_routines, librt-shared-only-routines):
10081         Append rt-aeabi_unwind_cpp_pr1 here.
10082         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10083         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10084         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10085         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10086         Append nptl-aeabi_unwind_cpp_pr1 here.
10087         (tests): Filter out tst-cleanupx4 here.
10088         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10089         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10090         Don't do those here.
10092 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10094         * scripts/list-sources.sh: Do not handle ports specially.
10096 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10098         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10099         * sysdeps/arm/feupdateenv.c: Likewise.
10101         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10103 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10105         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10106         trailing whitespace removed.
10107         * scripts/config.guess: Update to version 2014-03-23.
10108         * scripts/config.sub: Update to version 2014-05-01
10109         * scripts/install-sh: Update to version 2013-12-25.23.
10110         * scripts/move-if-change: Update from gnulib.
10112 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10114         * debug/memmove_chk.c: Remove pagecopy.h include.
10116 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10118         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10119         identical to gnulib mktime.
10121 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10123         * configure.ac: Do not test for machine being rs6000.  Do not test
10124         for powerpc*-*soft.
10125         * configure: Regenerated.
10127         [BZ #11505]
10128         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10129         test.
10130         * configure: Regenerated.
10131         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10132         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10133         Remove configure test.
10134         * sysdeps/arm/configure: Regenerated.
10135         * sysdeps/nptl/configure.ac: Do not check
10136         libc_cv_asm_cfi_directives.
10137         * sysdeps/nptl/configure: Regenerated.
10138         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10139         * sysdeps/x86_64/nptl/configure: Remove generated file.
10140         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10141         unconditional.
10142         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10144 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10146         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10147         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10148         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10149         it is defined.
10151         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10152         instead of whether it is defined.
10153         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10154         * sysdeps/hppa/dl-machine.h: Likewise.
10155         * sysdeps/ia64/dl-machine.h: Likewise.
10156         * sysdeps/m68k/dl-machine.h: Likewise.
10157         * sysdeps/microblaze/dl-machine.h: Likewise.
10158         * sysdeps/mips/dl-machine.: Likewise.
10159         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10160         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10161         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10162         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10163         * sysdeps/sh/dl-machine.h: Likewise.
10164         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10165         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10166         * sysdeps/tile/dl-machine.h: Likewise.
10167         * sysdeps/x86_64/dl-machine.h: Likewise.
10169         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10170         code.
10171         (verify_persistent_db): Likewise.
10173 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10176         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10178         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10180         Moved ...
10181         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10182         ... here.
10183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10184         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10186         Identical file removed.
10187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10188         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10190         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10192         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10194         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10196         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10198         Moved ...
10199         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10201         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10203         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10204         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10205         Moved ...
10206         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10207         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10208         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10210         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10212         Identical file removed.
10213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10214         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10216         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10220         ... here.
10221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10222         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10224         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10226         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10228         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10230         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10234         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10238         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10239         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10240         Moved ...
10241         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10242         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10243         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10245         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10246         folded into ...
10247         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10248         * sysdeps/unix/sysv/linux/s390/Versions
10249         (libpthread: GLIBC_2.19): New version set.
10250         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10251         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10252         (librt: GLIBC_2.3.3): New version set.
10253         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10254         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10255         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10257         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10258         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10259         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10261         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10263         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10265         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10267         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10269         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10270         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10271         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10272         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10273         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10274         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10275         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10276         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10277         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10278         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10279         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10281         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10283         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10284         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10285         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10287         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10288         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10289         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10291         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10292         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10293         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10295         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10297         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10299         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10300         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10301         (__libc_vfork): Define the function under this name.
10302         [!NOT_IN_libc] (__vfork): Make this an alias.
10303         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10304         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10305         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10306         (__libc_vfork): Define the function under this name.
10307         [!NOT_IN_libc] (__vfork): Make this an alias.
10308         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10309         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10310         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10311         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10312         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10313         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10315         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10316         code that was previously under [RESET_PID].
10317         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10318         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10319         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10321         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10322         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10323         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10324         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10325         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10326         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10327         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10328         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10329         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10330         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10331         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10332         Moved ...
10333         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10334         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10335         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10336         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10337         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10339         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10340         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10341         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10345         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10347         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10348         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10349         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10350         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10351         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10352         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10353         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10355         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10356         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10357         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10358         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10359         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10360         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10361         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10363 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10365         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10366         that was previously under [RESET_PID].
10367         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10369 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10371         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10372         not undefine and redefine.
10373         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10374         [O_CLOEXEC]: Make code unconditional.
10375         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10376         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10377         <kernel-features.h>.
10378         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10379         conditional variable definition.
10380         (shm_open) [O_CLOEXEC]: Make code unconditional.
10381         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10382         code.
10384         * configure.ac (USE_REGPARMS): Don't define here.
10385         * configure: Regenerated.
10386         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10387         * sysdeps/i386/configure: Regenerated.
10389         * nptl/createthread.c: Don't include kernel-features.h.
10390         * nptl/pthread_cancel.c: Likewise.
10391         * nptl/pthread_condattr_setclock.c: Likewise.
10392         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10393         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10394         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10395         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10396         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10397         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10398         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10399         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10400         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10401         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10402         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10403         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10404         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10405         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10406         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10407         * nscd/gai.c: Likewise.
10408         * nss/nss_db/db-open.c: Likewise.
10409         * sysdeps/generic/ldsodefs.h: Likewise.
10410         * sysdeps/sh/nptl/tls.h: Likewise.
10411         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10412         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10413         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10414         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10415         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10416         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10417         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10418         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10419         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10420         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10421         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10422         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10423         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10424         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10425         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10426         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10427         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10428         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10429         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10430         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10431         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10432         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10433         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10434         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10435         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10436         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10437         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10438         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10439         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10440         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10441         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10442         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10443         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10444         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10445         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10446         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10447         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10448         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10449         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10450         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10451         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10452         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10453         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10454         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10455         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10456         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10457         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10458         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10459         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10460         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10461         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10462         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10463         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10464         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10465         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10466         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10467         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10468         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10491         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10492         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10493         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10494         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10495         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10496         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10497         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10498         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10499         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10500         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10501         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10502         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10503         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10504         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10505         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10506         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10507         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10508         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10509         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10510         * sysdeps/unix/sysv/linux/system.c: Likewise.
10511         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10512         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10513         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10514         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10515         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10516         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10517         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10519         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10520         * configure: Regenerated.
10521         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10523         * configure.ac (base_machine): Do not set specially for particular
10524         machines here.
10525         * configure: Regenerated.
10526         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10527         settings from configure.ac.
10528         * sysdeps/i386/preconfigure: New file.
10529         * sysdeps/s390/preconfigure: Likewise.
10530         * sysdeps/sh/preconfigure: Likewise.
10531         * sysdeps/sparc/preconfigure: Likewise.
10533 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10535         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10536         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10537         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10538         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10539         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10540         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10541         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10542         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10543         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10544         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10545         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10546         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10547         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10548         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10549         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10550         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10551         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10552         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10553         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10555         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10556         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10557         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10558         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10559         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10560         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10561         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10562         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10563         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10564         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10565         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10566         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10567         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10568         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10569         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10570         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10571         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10572         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10573         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10574         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10575         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10576         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10577         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10578         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10579         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10580         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10581         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10582         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10583         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10584         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10585         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10586         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10587         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10588         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10589         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10590         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10591         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10592         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10595         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10597         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10598         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10599         Moved ...
10600         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10601         ... here.
10602         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10603         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10604         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10605         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10606         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10607         Moved ...
10608         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10610         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10611         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10612         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10613         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10614         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10615         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10616         Moved ...
10617         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10618         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10619         Moved ...
10620         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10621         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10622         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10623         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10624         Moved ...
10625         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10626         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10627         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10628         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10629         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10631         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10633         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10634         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10635         Moved ...
10636         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10637         ... here.
10638         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10639         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10640         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10641         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10642         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10643         Moved ...
10644         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10646         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10647         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10648         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10649         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10650         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10651         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10652         Moved ...
10653         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10654         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10655         Moved ...
10656         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10657         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10658         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10659         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10660         Moved ...
10661         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10662         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10663         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10664         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10665         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10667 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10669         * timezone/checktab.awk: Update from tzcode 2014e.
10670         * timezone/private.h: Likewise.
10671         * timezone/tzfile.h: Likewise.
10672         * timezone/zdump.c: Likewise.
10673         * timezone/zic.c: Likewise.
10675         * sysdeps/unix/sysv/linux/kernel-features.h
10676         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10677         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10678         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10679         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10680         Remove conditional code.
10682 2014-06-25  Will Newton  <will.newton@linaro.org>
10684         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10685         (_dl_arm_cap_flags): Add HWCAP2 values.
10686         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10687         (_DL_HWCAP_COUNT): Increase to 37.
10688         (_DL_HWCAP_LAST): New define.
10689         (_DL_HWCAP2_LAST): New define.
10690         (_dl_procinfo): Add support for printing
10691         AT_HWCAP2 entries.
10692         (_dl_string_hwcap): Use _dl_hwcap_string.
10694 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10696         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10698 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10700         * README: Do not mention ports directory.
10702         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10703         Remove macro.
10704         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10705         <kernel-features.h>.
10706         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10707         conditional variable definition.
10708         (__futimes): Update comment.
10709         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10710         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10712         [BZ #16560]
10713         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10714         arguments close to 0.
10715         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10716         Likewise.
10717         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10718         Likewise.
10719         * math/auto-libm-test-in: Add more tests of exp10.
10720         * math/auto-libm-test-out: Regenerated.
10721         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10723         * sysdeps/unix/sysv/linux/kernel-features.h
10724         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10725         * sysdeps/unix/sysv/linux/readv.c: Do not include
10726         <kernel-features.h>.
10727         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10728         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10729         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10730         unconditional.
10731         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10732         conditional code.
10733         * sysdeps/unix/sysv/linux/writev.c: Do not include
10734         <kernel-features.h>.
10735         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10736         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10737         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10738         unconditional.
10739         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10740         conditional code.
10742 2014-06-25  Will Newton  <will.newton@linaro.org>
10744         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10745         comment changes throughout the file.  Remove checks
10746         for HAVE_*_H definitions that are not required.
10747         (__gen_tempname): Call abort if an unknown kind value is
10748         passed.
10750 2014-06-25  Andreas Schwab  <schwab@suse.de>
10752         [BZ #17086]
10753         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10754         scalbln, scalblnf, scalblnl in libc.
10756 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10758         [BZ #17086]
10759         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10760         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10761         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10763 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10765         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10766         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10767         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10768         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10769         Update #include.
10770         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10771         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10772         Update #include.
10773         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10774         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10775         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10776         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10777         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10778         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10779         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10780         * sysdeps/x86/bits/semaphore.h: ... here.
10781         * sysdeps/x86/nptl/elide.h: Moved ...
10782         * sysdeps/x86/elide.h: ... here.
10783         * sysdeps/x86_64/nptl/Implies: File removed.
10784         * sysdeps/i386/nptl/Implies: File removed.
10786 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10788         [BZ #16539]
10789         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10790         return the argument for normal arguments with exponent below -64.
10791         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10792         Likewise.
10793         * math/auto-libm-test-in: Add another test of expm1.
10794         * math/auto-libm-test-out: Regenerated.
10796         [BZ #16287]
10797         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10798         calling __erfcl for arguments at least 16.
10799         * math/auto-libm-test-in: Add more tests of erf.
10800         * math/auto-libm-test-out: Regenerated.
10802         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10803         individual architectures.
10804         * sysdeps/unix/sysv/linux/configure: Regenerated.
10805         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10806         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10807         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10808         (ldd_rewrite_script): Define variable.
10809         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10811         file.
10812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10813         generated file.
10814         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10815         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10816         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10817         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10818         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10819         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10820         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10821         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10823 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10825         [BZ #17084]
10826         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10827         Rename member __data.d to __data.__elision_data.
10829 2014-06-24  Wilco  <wdijkstr@arm.com>
10831         * NEWS: Add 16918 to fixed bug list.
10833 2014-06-24  Wilco  <wdijkstr@arm.com>
10835         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10837 2014-06-24  Wilco  <wdijkstr@arm.com>
10839         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10840         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10841         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10842         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10843         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10844         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10845         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10846         Use _FPU_MASK_RM.
10848 2014-06-24  Wilco  <wdijkstr@arm.com>
10850         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10852 2014-06-24  Wilco  <wdijkstr@arm.com>
10854         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10855         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10856         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10857         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10859 2014-06-24  Wilco  <wdijkstr@arm.com>
10861         [BZ #16918]
10862         * sysdeps/arm/feupdateenv.c (feupdateenv):
10863         Rewrite to reduce FPSCR accesses and fix return value.
10865 2014-06-24  Wilco  <wdijkstr@arm.com>
10867         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10868         Optimize to avoid unnecessary FPSCR writes.
10869         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10870         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10871         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10872         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10874 2014-06-24  Wilco  <wdijkstr@arm.com>
10876         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10877         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10878         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10879         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10880         Call libc_fetestexcept_vfp.
10881         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10882         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10883         __SOFTFP__ ifdef so that they can be built for softfp.
10885 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10887         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10888         argument type signed char.
10890         * Makerules (check-abi): Dump diff of symlist if the test
10891         fails.
10893 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10895         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10896         using abort.
10898         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10899         Remove unused variable ST.
10901 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10903         [BZ #16354]
10904         [BZ #17061]
10905         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10906         small arguments before calling __expm1.
10907         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10908         small arguments before calling __expm1f.
10909         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10910         small arguments before calling __expm1l.
10911         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10912         Likewise.
10913         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10914         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10915         spurious underflow for some cosh tests.
10916         * math/auto-libm-test-out: Regenerated.
10917         * sysdeps/i386/fpu/libm-test-ulps: Update.
10919         [BZ #17050]
10920         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10921         (__ieee754_y1): Set errno if return value overflows.
10922         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10923         (__ieee754_y1f): Set errno if return value overflows.
10924         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10925         (__ieee754_y1l): Set errno if return value overflows.
10926         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10927         (__ieee754_y1l): Set errno if return value overflows.
10928         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10929         * math/auto-libm-test-out: Regenerated.
10931         * math/gen-auto-libm-tests.c: Document use of
10932         ignore-zero-inf-sign.
10933         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10934         (input_flags): Add ignore-zero-inf-sign.
10935         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10936         * math/gen-libm-test.pl (generate_testfile): Handle
10937         ignore-zero-inf-sign.
10938         * math/auto-libm-test-in: Mark some cpow tests with
10939         ignore-zero-inf-sign and some with xfail-rounding.
10940         * math/auto-libm-test-out: Regenerated.
10941         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10942         * sysdeps/i386/fpu/libm-test-ulps: Update.
10943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10945         [BZ #16315]
10946         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10947         overflowing or underflowing operations take place with sign of
10948         result.
10949         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10950         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10951         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10952         (__ieee754_pow): Recompute overflowing and underflowing results in
10953         original rounding mode.
10954         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10955         (__powl_helper): Allow negative argument X and scale negated value
10956         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10957         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10958         overflowing or underflowing operations take place with sign of
10959         result.
10960         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10961         Include <math.h>.
10962         * math/auto-libm-test-in: Add more tests of pow.
10963         * math/auto-libm-test-out: Regenerated.
10964         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10965         (pow_tonearest_test_data): Remove.
10966         (pow_test_tonearest): Likewise.
10967         (pow_towardzero_test_data): Likewise.
10968         (pow_test_towardzero): Likewise.
10969         (pow_downward_test_data): Likewise.
10970         (pow_test_downward): Likewise.
10971         (pow_upward_test_data): Likewise.
10972         (pow_test_upward): Likewise.
10973         (main): Don't call removed functions.
10974         * sysdeps/i386/fpu/libm-test-ulps: Update.
10975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10977 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10980         Moved ...
10981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10983         Moved ...
10984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10986         Moved ...
10987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10989         Moved ...
10990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10992         File removed.
10993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10994         File removed.
10995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10996         File removed.
10997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10998         File removed.
10999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11000         File removed.
11001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11002         File removed.
11003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11004         File removed.
11005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11006         File removed.
11007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11008         File removed.
11009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11010         File removed.
11011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11012         File removed.
11013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11014         File removed.
11015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11016         Moved ...
11017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11019         Moved ...
11020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11021         ... here.
11022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11023         Moved ...
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11026         Moved ...
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11029         Moved ...
11030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11032         Moved ...
11033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11035         Moved ...
11036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11038         Moved ...
11039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11041         Moved ...
11042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11045         ... here.
11046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11047         Moved ...
11048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11050         Moved ...
11051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11052         ... here.
11053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11054         Moved ...
11055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11056         ... here.
11057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11058         Moved ...
11059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11060         ... here.
11061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11062         Moved ...
11063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11065         Moved ...
11066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11070         Moved ...
11071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11072         ... here.
11073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11074         Moved ...
11075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11076         ... here.
11077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11078         Moved ...
11079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11081         Moved ...
11082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11084         Moved ...
11085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11087         Moved ...
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11090         Moved ...
11091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11092         ... here.
11093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11094         Moved ...
11095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11097         Moved ...
11098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11100         Moved ...
11101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11103         Moved ...
11104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11108         Moved ...
11109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11111         Moved ...
11112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11114         Moved ...
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11116         ... here.
11117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11118         Moved ...
11119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11120         ... here.
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11122         Moved ...
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11124         ... here.
11125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11126         Moved ...
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11129         Moved ...
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11135         Moved ...
11136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11137         ... here.
11138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11139         Moved ...
11140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11141         ... here.
11142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11143         Moved ...
11144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11145         ... here.
11146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11147         Moved ...
11148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11150         Moved ...
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11153 2014-06-23  Will Newton  <will.newton@linaro.org>
11154             Wilco  <wdijkstr@arm.com>
11156         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11157         implementation.  Include get-rounding-mode.h.
11158         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11159         [!libc_feholdsetround_noex_ctx]: Define
11160         libc_feholdsetround_noex_ctx.
11161         [!libc_feholdsetround_noexf_ctx]: Define
11162         libc_feholdsetround_noexf_ctx.
11163         [!libc_feholdsetround_noexl_ctx]: Define
11164         libc_feholdsetround_noexl_ctx.
11165         (libc_feholdsetround_ctx): New function.
11166         (libc_feresetround_ctx): New function.
11167         (libc_feholdsetround_noex_ctx): New function.
11168         (libc_feresetround_noex_ctx): New function.
11170 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11172         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11173         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11174         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11175         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11176         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11177         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11179         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11180         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11181         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11182         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11183         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11184         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11185         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11186         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11187         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11188         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11189         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11190         Moved ...
11191         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11192         ... here.
11193         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11194         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11195         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11196         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11197         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11198         Moved ...
11199         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11200         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11201         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11202         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11203         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11204         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11205         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11206         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11207         Moved ...
11208         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11209         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11210         Moved ...
11211         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11212         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11213         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11214         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11215         Moved ...
11216         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11217         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11218         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11219         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11220         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11221         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11222         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11223         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11224         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11225         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11226         Moved ...
11227         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11228         ... here.
11229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11230         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11231         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11232         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11233         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11234         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11235         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11236         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11237         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11238         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11239         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11240         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11241         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11242         Moved ...
11243         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11244         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11245         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11246         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11247         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11248         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11249         Moved ...
11250         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11251         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11252         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11253         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11254         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11256         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11257         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11258         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11259         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11260         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11261         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11262         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11263         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11264         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11265         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11266         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11267         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11268         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11269         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11270         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11271         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11272         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11273         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11274         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11275         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11276         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11277         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11278         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11279         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11280         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11281         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11282         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11283         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11285 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11287         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11288         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11289         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11290         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11291         (IPV6_PMTUDISC_INTERFACE): Likewise.
11292         (IPV6_PMTUDISC_OMIT): Likewise.
11294 2014-06-23  Andreas Schwab  <schwab@suse.de>
11296         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11297         Remove unused errout label.
11299 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11301         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11302         macro: hardware supports Vector Crypto instructions.
11304 2014-06-23  Will Newton  <will.newton@linaro.org>
11306         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11307         rather than __builtin_expect.
11309         * elf/dl-lookup.c (undefined_msg): Remove variable.
11310         (_dl_lookup_symbol_x): Replace undefined_msg with string
11311         literal.
11313         * elf/dl-lookup.c (do_lookup_unique): New function.
11314         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11315         to a separate function.
11317 2014-06-23  Andreas Schwab  <schwab@suse.de>
11319         [BZ #17079]
11320         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11321         before reading the next line.
11323 2014-06-23  Will Newton  <will.newton@linaro.org>
11325         * test-skeleton.c (signal_handler): Use printf and %m
11326         rather than perror.  Use printf rather than fprintf to
11327         stderr.  Use puts rather than fputs to stderr.
11328         (main): Likewise.
11330 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11332         * nscd/nscd.c (thread_info_t): Remove typedef.
11333         (thread_info): Remove variable.
11335 2014-06-21  Allan McRae  <allan@archlinux.org>
11337         * NEWS: Mention CVE-2014-4043.
11339 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11341         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11342         * nptl/smp.h: ... here.
11344         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11346         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11347         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11348         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11349         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11351         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11352         * nptl/stack-aliasing.h: New file.
11353         * sysdeps/i386/i686/stack-aliasing.h: New file.
11354         * sysdeps/i386/i686/nptl/Makefile: File removed.
11355         * sysdeps/x86_64/stack-aliasing.h: New file.
11356         * sysdeps/x86_64/nptl/Makefile
11357         (CFLAGS-pthread_create.c): Variable removed.
11359         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11360         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11361         old file.
11362         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11363         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11364         old file.
11366 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11368         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11369         (__ASSUME_SIGFRAME_V2): Remove macro.
11370         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11371         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11372         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11373         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11374         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11375         Declare as function.  Remove conditional macro definitions.
11376         (__default_rt_sa_restorer): Likewise.
11377         (__default_sa_restorer_v1): Remove declaration.
11378         (__default_sa_restorer_v2): Likewise.
11379         (__default_rt_sa_restorer_v1): Likewise.
11380         (__default_rt_sa_restorer_v2): Likewise.
11381         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11382         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11383         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11385 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11387         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11388         (libpthread-routines): Add sysdep.
11389         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11390         * sysdeps/unix/sysv/linux/sparc/Versions
11391         (libpthread: GLIBC_2.3.3): New version set.
11392         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11393         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11394         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11395         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11396         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11397         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11398         Moved ...
11399         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11400         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11401         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11402         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11403         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11404         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11405         * sysdeps/sparc/nptl/sem_init.c: ... here.
11406         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11407         * sysdeps/sparc/nptl/sem_post.c: ... here.
11408         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11409         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11410         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11411         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11412         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11413         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11414         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11415         (libpthread-routines): Add cpu_relax.
11416         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11417         File removed.
11418         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11419         (librt: GLIBC_2.3.3): New version set.
11420         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11421         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11422         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11423         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11425         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11426         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11427         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11428         Moved ...
11429         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11430         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11431         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11432         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11433         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11434         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11435         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11436         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11437         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11438         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11439         Moved ...
11440         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11441         Update #include.
11442         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11443         Moved ...
11444         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11445         Update #include.
11446         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11447         Moved ...
11448         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11449         Update #include.
11450         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11451         Moved ...
11452         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11453         Update #include.
11454         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11455         Moved ...
11456         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11457         Update #include.
11458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11459         Moved ...
11460         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11461         Update #include.
11462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11463         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11465         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11467         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11469         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11471         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11473         Moved ...
11474         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11475         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11476         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11477         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11478         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11480 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11482         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11483         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11484         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11485         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11486         * nscd/nscd.c: Likewise.
11487         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11488         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11489         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11490         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11492         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11493         <kernel-features.h>.
11494         (init_mq_netlink): Remove conditional have_sock_cloexec
11495         definitions.  Remove code conditional on have_sock_cloexec < 0.
11496         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11497         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11498         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11499         <kernel-features.h>.
11500         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11501         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11503 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11505         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11506         Add tests for memset_chk and memset.
11508         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11509         with AVX2_Usable.
11511 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11513         [BZ #16046]
11514         * elf/tst-dl-iter-static.c: New file.
11515         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11517         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11518         error.
11520 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11522         * sysdeps/unix/sysv/linux/kernel-features.h
11523         (__ASSUME_F_GETOWN_EX): Remove macro.
11524         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11525         <kernel-features.h>.
11526         (miss_F_GETOWN_EX): Remove variable or macro.
11527         (do_fcntl): Do not check miss_F_GETOWN_EX.
11528         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11530         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11531         Remove macro.
11532         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11533         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11534         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11536         * sysdeps/unix/sysv/linux/kernel-features.h
11537         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11538         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11539         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11540         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11542 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11544         [BZ #17075]
11545         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11546         Fix calculation of the symbol's value.
11547         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11548         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11549         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11550         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11551         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11552         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11553         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11554         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11555         (modules-names): Add `tst-armtlsdescmod',
11556         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11557         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11558         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11559         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11560         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11561         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11562         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11563         ($(objpfx)tst-armtlsdescloc): New dependency.
11564         ($(objpfx)tst-armtlsdescextnow): Likewise.
11565         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11566         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11567         TLS scheme support.
11568         * sysdeps/arm/configure: Regenerate.
11570 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11572         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11573         (__atfct_seterrno_2): Likewise.
11574         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11575         <kernel-features.h>.
11576         (__ASSUME_ATFCTS): Do not undefine and redefine.
11577         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11578         (__have_atfcts): Remove conditional definition.
11579         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11580         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11581         unreachable if [__ASSUME_ATFCTS].
11582         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11583         not undefine and redefine.
11584         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11585         <kernel-features.h>.
11586         (faccessat) [__NR_faccessat]: Make code unconditional.
11587         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11588         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11589         <kernel-features.h>.
11590         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11591         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11592         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11593         <kernel-features.h>.
11594         (fchownat) [__NR_fchownat]: Make code unconditional.
11595         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11596         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11597         <kernel-features.h>.
11598         (futimesat) [__NR_futimesat]: Make code unconditional.
11599         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11600         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11601         <kernel-features.h>.
11602         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11603         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11604         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11605         <kernel-features.h>.
11606         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11607         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11608         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11609         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11610         <kernel-features.h>.
11611         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11612         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11613         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11614         <kernel-features.h>.
11615         (linkat) [__NR_linkat]: Make code unconditional.
11616         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11617         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11618         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11619         <kernel-features.h>.
11620         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11621         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11622         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11623         <kernel-features.h>.
11624         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11625         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11626         * sysdeps/unix/sysv/linux/openat.c: Do not include
11627         <kernel-features.h>.
11628         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11629         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11630         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11631         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11632         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11633         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11634         <kernel-features.h>.
11635         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11636         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11637         result of INLINE_SYSCALL directly, not via int variable.
11638         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11639         <kernel-features.h>.
11640         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11641         (renameat) [__NR_renameat]: Make code unconditional.
11642         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11643         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11644         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11645         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11646         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11647         (__ASSUME_ATFCTS): Do not undefine and redefine.
11648         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11649         <kernel-features.h>.
11650         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11651         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11652         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11653         <kernel-features.h>.
11654         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11655         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11656         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11657         (__ASSUME_ATFCTS): Do not undefine and redefine.
11658         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11659         <kernel-features.h>.
11660         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11661         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11662         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11663         <kernel-features.h>.
11664         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11665         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11667 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11669         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11671 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11673         [BZ #17069]
11674         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11675         constructed tree before returning error.
11676         * posix/bug-regexp36.c: Expand test case.
11678 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11680         [BZ #6803]
11681         * math/libm-test.inc (scalbln_test_date):
11682         Add errno expectations.
11683         * math/w_scalblnf.c: New File.
11684         Add wrapper which checks for setting errno to ERANGE.
11685         Add weak_alias for corresponding scalbln function.
11686         * math/w_scalbln.c: Likewise.
11687         * math/w_scalblnl.c: Likewise.
11688         * math/Makefile (libm-calls): Add w_scalbln.
11689         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11690         Remove weak_alias for corresponding scalbln function.
11691         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11692         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11693         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11694         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11695         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11696         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11697         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11698         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11699         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11700         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11701         Remove long_double_symbol for scalblnl function in libm, libc.
11702         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11703         Add wrapper which checks for setting errno to ERANGE.
11704         Add long_double_symbol for scalblnl function in libm, libc.
11705         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11706         Remove long_double_symbol for scalblnl in libm.
11707         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11708         Add wrapper which checks for setting errno to ERANGE.
11709         Add long_double_symbol for scalblnl function in libm.
11710         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11711         Do not use wrapper because of own implementation.
11713 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11715         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11716         3 bytes for __pad1 for x32.
11717         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11719 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11720             H.J. Lu  <hongjiu.lu@intel.com>
11722         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11723         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11724         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11725         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11726         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11728 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11730         [BZ #17069]
11731         * posix/regcomp.c (parse_expression): Deallocate partially
11732         constructed tree before returning error.
11733         * posix/Makefile.c (tests): Add bug-regex36.
11734         (generated): Add bug-regex36.mtrace.
11735         (tests-special): Add $(objpfx)bug-regex36-mem.out
11736         (bug-regex36-ENV): New variable.
11737         ($(objpfx)bug-regex36-mem.out): New rule.
11738         * posix/bug-regex36.c: New file.
11740 2014-06-19  Will Newton  <will.newton@linaro.org>
11742         * malloc/malloc.c (systrim): If extra is zero then return
11743         early.
11745 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11747         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11749 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11751         * sysdeps/aarch64/strchr.S: New file.
11753 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11755         [BZ #17022]
11756         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11757         from arguments -2 or below.
11758         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11759         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11761 2014-06-18  Andreas Schwab  <schwab@suse.de>
11763         [BZ #17062]
11764         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11765         of a bracket expr not to run off the end of the string.
11766         * posix/Makefile (tests): Add tst-fnmatch3.
11767         * posix/tst-fnmatch3.c: New file.
11769 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11771         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11772         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11773         [$(cross-compiling) = no]: Likewise.
11774         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11775         [$(cross-compiling) = no]: Likewise.
11777 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11779         [BZ #17031]
11780         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11781         double, adjusted for any remainder from the high double.
11782         * math/libm-test.inc (nearbyint): Add tests.
11783         (rint): Likewise.
11785 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11787         * nptl/sysdeps/powerpc/Makefile: Moved ...
11788         * sysdeps/powerpc/nptl/Makefile: ... here.
11789         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11790         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11791         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11792         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11793         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11794         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11795         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11796         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11797         * nptl/sysdeps/powerpc/tls.h: Moved ...
11798         * sysdeps/powerpc/nptl/tls.h: ... here.
11800 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11802         [BZ #16681]
11803         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11804         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11805         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11806         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11807         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11808         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11809         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11810         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11811         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11813 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11815         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11817 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11819         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11820         defined operator.
11822         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11823         $TIMEOUTFACTOR.
11825 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11827         [BZ #17058]
11828         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11829         non-executed part of the test.
11831 2014-06-16  Andreas Schwab  <schwab@suse.de>
11833         * string/bits/string2.h (strdup, strndup): Update feature guard.
11835 2014-06-14  David S. Miller  <davem@davemloft.net>
11837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11839 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11841         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11842         that was previously under [RESET_PID].
11843         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11845         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11846         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11847         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11848         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11849         (__libc_vfork): New strong alias.
11850         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11852 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11854         * sysdeps/generic/elide.h: New file.
11856 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11858         * Makefile (installed-headers): Adjust path of pthread.h header.
11860 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11862         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11863         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11864         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11865         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11867         * nptl/sysdeps/s390/Makefile: Moved ...
11868         * sysdeps/s390/nptl/Makefile: ... here.
11869         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11870         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11871         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11872         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11873         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11874         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11875         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11876         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11877         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11878         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11879         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11880         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11881         * nptl/sysdeps/s390/tls.h: Moved ...
11882         * sysdeps/s390/nptl/tls.h: ... here.
11884         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11885         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11887 2014-06-13  David S. Miller  <davem@davemloft.net>
11889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11892         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11893         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11895         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11896         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11897         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11898         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11899         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11900         Remove RESET_PID cpp guards.
11901         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11902         Remove RESET_PID cpp guards.
11903         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11905 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11907         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11908         __sp to uintptr_t.
11910 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11912         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11913         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11914         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11915         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11916         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11917         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11918         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11919         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11920         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11921         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11922         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11923         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11924         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11925         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11926         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11927         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11928         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11929         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11930         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11931         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11933         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11934         (pthread_rwlock_rdlock): Add elision.
11935         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11936         (pthread_rwlock_wrlock): Add elision.
11937         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11938         (pthread_rwlock_trywrlock): Add elision.
11939         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11940         (pthread_rwlock_tryrdlock): Add elision.
11941         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11942         (pthread_rwlock_tryrdlock): Add elision unlock.
11943         * nptl/sysdeps/pthread/pthread.h:
11944         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11945         (PTHREAD_RWLOCK_INITIALIZER,
11946         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11947         Handle new elision field.
11948         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11949         * sysdeps/arm/nptl/bits/pthreadtypes.h
11950         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11951         * sysdeps/sh/nptl/bits/pthreadtypes.h
11952         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11953         * sysdeps/tile/nptl/bits/pthreadtypes.h
11954         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11955         * sysdeps/a/nptl/bits/pthreadtypes.h
11956         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11957         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11958         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11959         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11960         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11961         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11962         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11963         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11964         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11965         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11966         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11967         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11968         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11969         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11970         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11971         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11972         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11973         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11974         (elision_init): Set try_xbegin to zero when no RTM.
11975         * sysdeps/x86/nptl/bits/pthreadtypes.h
11976         (pthread_rwlock_t): Change __pad1 to __rwelision.
11977         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11979 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11981         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11982         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11983         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11984         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11986 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11988         [BZ #16996]
11989         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11990         that the cached result has been set before returning it.
11992 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11994         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11995         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11996         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11997         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11998         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11999         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12001         * nptl/sysdeps/sparc/Makefile: Moved ...
12002         * sysdeps/sparc/nptl/Makefile: ... here.
12003         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12004         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12005         * nptl/sysdeps/sparc/tls.h: Moved ...
12006         * sysdeps/sparc/nptl/tls.h: ... here.
12007         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12008         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12009         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12010         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12011         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12012         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12013         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12014         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12015         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12016         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12017         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12018         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12019         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12020         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12021         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12022         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12023         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12024         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12025         Update #include.
12026         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12027         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12028         Update #include.
12029         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12030         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12031         Update #include.
12032         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12033         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12034         Update #include.
12036         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12038         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12039         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12041         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12042         (struct list_links): Type removed.
12043         (struct thread_node, struct timer_node): Replace struct list_links
12044         with struct list_head.
12045         (list_unlink_ip): Likewise.
12046         * sysdeps/pthread/timer_routines.c
12047         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12048         (list_append, list_insbefore): Likewise.
12049         (list_init): Function removed.
12050         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12051         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12052         * sysdeps/pthread/Makefile: ... here, new file.
12054         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12055         * sysdeps/nptl/Implies: ... here.
12056         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12057         * nptl/sysdeps/pthread/list.h: Moved ...
12058         * include/list.h: ... here.
12059         * nptl/sysdeps/pthread/createthread.c: Moved ...
12060         * nptl/createthread.c: ... here.
12061         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12062         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12063         * nptl/pt-longjmp.c: ... here.
12064         * nptl/sysdeps/pthread/Makefile: Moved ...
12065         * sysdeps/nptl/Makefile: ... here.
12066         * nptl/sysdeps/pthread/Subdirs: Moved ...
12067         * sysdeps/nptl/Subdirs: ... here.
12068         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12069         * sysdeps/nptl/aio_misc.h: ... here.
12070         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12071         * sysdeps/nptl/bits/libc-lock.h: ... here.
12072         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12073         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12074         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12075         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12076         * nptl/sysdeps/pthread/configure: Moved ...
12077         * sysdeps/nptl/configure: ... here.
12078         * nptl/sysdeps/pthread/configure.ac: Moved ...
12079         * sysdeps/nptl/configure.ac: ... here.
12080         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12081         * sysdeps/nptl/gai_misc.h: ... here.
12082         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12083         * sysdeps/nptl/librt-cancellation.c: ... here.
12084         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12085         * sysdeps/nptl/malloc-machine.h: ... here.
12086         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12087         * sysdeps/nptl/pthread-functions.h: ... here.
12088         * nptl/sysdeps/pthread/pthread.h: Moved ...
12089         * sysdeps/nptl/pthread.h: ... here.
12090         * nptl/sysdeps/pthread/setxid.h: Moved ...
12091         * sysdeps/nptl/setxid.h: ... here.
12092         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12093         * sysdeps/nptl/sigfillset.c: ... here.
12094         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12095         * sysdeps/nptl/tcb-offsets.h: ... here.
12096         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12097         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12098         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12099         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12100         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12101         * sysdeps/pthread/allocalim.h: ... here.
12102         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12103         * sysdeps/pthread/bits/sigthread.h: ... here.
12104         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12105         * sysdeps/pthread/flockfile.c: ... here.
12106         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12107         * sysdeps/pthread/ftrylockfile.c: ... here.
12108         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12109         * sysdeps/pthread/funlockfile.c: ... here.
12110         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12111         * sysdeps/pthread/posix-timer.h: ... here.
12112         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12113         * sysdeps/pthread/timer_create.c: ... here.
12114         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12115         * sysdeps/pthread/timer_delete.c: ... here.
12116         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12117         * sysdeps/pthread/timer_getoverr.c: ... here.
12118         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12119         * sysdeps/pthread/timer_gettime.c: ... here.
12120         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12121         * sysdeps/pthread/timer_routines.c: ... here.
12122         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12123         * sysdeps/pthread/timer_settime.c: ... here.
12124         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12125         * sysdeps/pthread/tst-timer.c: ... here.
12126         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12127         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12129         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12130         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12132         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12133         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12134         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12135         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12136         Update #include target.
12137         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12138         * sysdeps/i386/i686/nptl/Makefile: ... here.
12139         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12140         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12141         Update #include target.
12142         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12143         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12144         * nptl/sysdeps/i386/Makefile: Moved ...
12145         * sysdeps/i386/nptl/Makefile: ... here.
12146         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12147         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12148         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12149         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12150         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12151         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12152         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12153         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12154         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12155         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12156         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12157         * nptl/sysdeps/i386/tls.h: Moved ...
12158         * sysdeps/i386/nptl/tls.h: ... here.
12160         * sysdeps/sh/Makefile [$(subdir) = csu]
12161         (gen-as-const-headers): Add tcb-offsets.sym.
12162         * nptl/sysdeps/sh/Makefile: File removed.
12163         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12164         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12165         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12166         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12167         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12168         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12169         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12170         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12171         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12172         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12173         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12174         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12175         * nptl/sysdeps/sh/tls.h: Moved ...
12176         * sysdeps/sh/nptl/tls.h: ... here.
12177         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12178         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12179         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12180         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12181         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12182         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12183         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12184         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12185         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12186         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12187         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12188         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12189         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12190         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12191         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12192         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12193         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12194         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12195         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12196         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12197         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12198         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12199         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12200         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12201         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12202         Moved ...
12203         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12204         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12205         Moved ...
12206         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12207         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12208         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12209         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12210         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12211         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12212         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12213         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12214         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12215         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12216         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12217         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12218         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12219         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12220         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12221         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12222         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12223         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12224         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12226 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12228         * posix/spawn_faction_addopen.c: Include string.h.
12230 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12232         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12233         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12234         * nptl/sysdeps/x86_64/Makefile: Moved ...
12235         * sysdeps/x86_64/nptl/Makefile: ... here.
12236         * nptl/sysdeps/x86_64/configure: Moved ...
12237         * sysdeps/x86_64/nptl/configure: ... here.
12238         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12239         * sysdeps/x86_64/nptl/configure.ac: ... here.
12240         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12241         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12242         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12243         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12244         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12245         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12246         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12247         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12248         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12249         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12250         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12251         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12252         * nptl/sysdeps/x86_64/tls.h: Moved ...
12253         * sysdeps/x86_64/nptl/tls.h: ... here.
12254         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12255         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12256         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12257         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12259         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12261 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12265 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12267         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12268         type.
12269         [POSIX] (off_t): Likewise.
12270         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12271         [POSIX] (S_ISBLK): Require macro.
12272         [POSIX] (S_ISCHR): Likewise.
12273         [POSIX] (S_ISDIR): Likewise.
12274         [POSIX] (S_ISFIFO): Likewise.
12275         [POSIX] (S_ISREG): Likewise.
12276         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12277         optional-macro.
12278         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12279         type.
12280         [POSIX] (time_t): Likewise.
12281         [POSIX] (timer_t): Likewise.
12283 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12285         [BZ #17048]
12286         * posix/spawn_int.h (struct __spawn_action): Make the path string
12287         non-const to support deallocation.
12288         * posix/spawn_faction_addopen.c
12289         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12290         * posix/spawn_faction_destroy.c
12291         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12292         path in all spawn_do_open actions.
12293         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12294         posix_spawn_file_actions_addopen.
12296 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12298         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12299         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12300         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12301         conditional code always true.
12302         (__libc_vfork): New alias.
12304 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12306         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12307         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12309         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12311         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12312         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12314         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12315         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12317         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12318         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12320 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12322         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12323         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12324         multiarch strcmp for PPC64.
12325         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12326         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12327         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12328         multiarch optimizations.
12329         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12330         (__libc_ifunc_impl_list): Likewise.
12332 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12334         * benchtests/scripts/validate_benchout.py: New script.
12335         * benchtests/Makefile (bench-func): Call it.
12336         * benchtests/scripts/benchout.schema.json: New file.
12338 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12340         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12341         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12342         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12343         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12344         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12345         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12346         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12347         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12348         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12349         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12350         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12351         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12352         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12353         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12354         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12355         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12357         Moved ...
12358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12359         ... here.
12360         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12361         Moved ...
12362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12364         Moved ...
12365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12366         ... here.
12367         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12368         Moved ...
12369         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12370         ... here.
12371         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12372         Moved ...
12373         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12375         Moved ...
12376         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12377         ... here.
12378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12379         Moved ...
12380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12381         ... here.
12382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12383         Moved ...
12384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12386         Moved ...
12387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12388         ... here.
12389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12390         Moved ...
12391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12392         ... here.
12393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12394         Moved ...
12395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12396         ... here.
12397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12398         Moved ...
12399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12401         Moved ...
12402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12403         ... here.
12404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12405         Moved ...
12406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12407         ... here.
12408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12409         Moved ...
12410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12411         ... here.
12412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12413         Moved ...
12414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12416         Moved ...
12417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12418         ... here.
12419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12420         Moved ...
12421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12422         ... here.
12423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12424         Moved ...
12425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12427         Moved ...
12428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12429         ... here.
12430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12431         Moved ...
12432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12434         Moved ...
12435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12437         Moved ...
12438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12439         ... here.
12440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12441         Moved ...
12442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12443         ... here.
12444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12445         Moved ...
12446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12447         ... here.
12448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12449         Moved ...
12450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12452         Moved ...
12453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12454         ... here.
12455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12456         Moved ...
12457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12458         ... here.
12459         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12460         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12461         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12462         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12463         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12464         Moved ...
12465         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12466         ... here.
12467         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12468         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12469         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12470         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12471         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12472         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12473         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12474         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12475         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12476         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12477         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12478         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12479         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12480         Moved ...
12481         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12482         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12483         Moved ...
12484         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12485         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12486         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12487         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12488         Moved ...
12489         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12490         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12491         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12492         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12493         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12494         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12495         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12497 2014-06-10  Wilco  <wdijkstr@arm.com>
12499         * math/test-fenv-return.c: New file.
12500         * math/Makefile: Add new test test-fenv-return.
12502 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12504         [BZ #17042]
12505         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12506         when x - 1 is zero.
12507         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12508         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12509         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12510         0.0L for an argument of 1.0L.
12511         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12512         Likewise.
12513         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12514         value when x - 1 is zero.
12515         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12516         * sysdeps/i386/fpu/libm-test-ulps: Update.
12517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12519 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12521         [BZ #15119]
12522         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12524 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12526         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12527         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12529 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12531         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12532         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12534         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12535         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12537         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12538         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12540         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12541         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12543         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12544         if not already defined.
12545         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12546         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12547         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12548         (TLS_INIT_TP): Use it.
12549         (TLS_DEFINE_INIT_TP): New macro.
12550         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12552 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12554         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12555         constant.
12556         [POSIX] (IXANY): Likewise.
12557         [POSIX] (OLCUC): Likewise.
12558         [POSIX || POSIX2008] (CBAUD): Do not allow.
12559         [POSIX || POSIX2008] (DEFECHO): Likewise.
12560         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12561         [POSIX || POSIX2008] (ECHOKE): Likewise.
12562         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12563         [POSIX || POSIX2008] (EXTA): Likewise.
12564         [POSIX || POSIX2008] (EXTB): Likewise.
12565         [POSIX || POSIX2008] (FLUSHO): Likewise.
12566         [POSIX || POSIX2008] (LOBLK): Likewise.
12567         [POSIX || POSIX2008] (PENDIN): Likewise.
12568         [POSIX || POSIX2008] (SWTCH): Likewise.
12569         [POSIX || POSIX2008] (VDISCARD): Likewise.
12570         [POSIX || POSIX2008] (VDSUSP): Likewise.
12571         [POSIX || POSIX2008] (VLNEXT): Likewise.
12572         [POSIX || POSIX2008] (VREPRINT): Likewise.
12573         [POSIX || POSIX2008] (VSTATUS): Likewise.
12574         [POSIX || POSIX2008] (VWERASE): Likewise.
12575         (B*): Change to B[0123456789]*.
12576         * conform/data/time.h-data [POSIX || UNIX98]
12577         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12578         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12579         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12580         [POSIX] (tm_*): Do not allow.
12582 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12584         * Makefile (install): Don't set LANGUAGE.
12585         * Makefile.in (install): Likewise.
12586         * assert/Makefile (test-assert-ENV): Remove variable.
12587         (test-assert-perr-ENV): Likewise.
12588         * elf/Makefile (neededtest4-ENV): Likewise.
12589         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12590         [$(cross-compiling) = no]: Don't set LANGUAGE.
12591         * io/ftwtest-sh (LANG): Remove variable.
12592         * libio/Makefile (tst-widetext-ENV): Likewise.
12593         * manual/install.texi (Running make install): Don't refer to
12594         environment settings for make install.
12595         * INSTALL: Regenerated.
12596         * nptl/tst-tls6.sh: Don't set LANG.
12597         * posix/globtest.sh (LANG): Remove variable.
12598         * string/Makefile (tester-ENV): Likewise.
12599         (inl-tester-ENV): Likewise.
12600         (noinl-tester-ENV): Likewise.
12601         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12602         [$(cross-compiling) = no]: Don't set LANGUAGE.
12603         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12604         without explicit environment settings.
12606 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12608         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12609         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12610         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12611         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12613 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12615         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12616         other files in the crypt directory.
12617         * crypt/crypt.c: Remove duplicate includes.
12618         * crypt/crypt-entry.c: Likewise.
12619         * crypt/crypt_util.c: Likewise.
12621 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12623         * Makeconfig (run-program-env): New variable.
12624         (run-program-prefix-before-env): Likewise.
12625         (run-program-prefix-after-env): Likewise.
12626         (run-program-prefix): Define in terms of new variables.
12627         (built-program-cmd-before-env): New variable.
12628         (built-program-cmd-after-env): Likewise.
12629         (built-program-cmd): Define in terms of new variables.
12630         (test-program-prefix-before-env): New variable.
12631         (test-program-prefix-after-env): Likewise.
12632         (test-program-prefix): Define in terms of new variables.
12633         (test-program-cmd-before-env): New variable.
12634         (test-program-cmd-after-env): Likewise.
12635         (test-program-cmd): Define in terms of new variables.
12636         * Rules (make-test-out): Use $(run-program-env).
12637         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12638         (help): Do not mention environment variables.  Mention
12639         --timeoutfactor option.
12640         (timeoutfactor): New variable.
12641         (blacklist_exports): Remove function.
12642         (exports): Remove variable.
12643         (command): Do not include ${exports}.
12644         * manual/install.texi (Configuring and compiling): Do not mention
12645         test wrappers preserving environment variables.  Mention that last
12646         assignment to a variable must take precedence.
12647         * INSTALL: Regenerated.
12648         * benchtests/Makefile (run-bench): Use $(run-program-env).
12649         * catgets/Makefile ($(objpfx)test1.cat): Use
12650         $(built-program-cmd-before-env), $(run-program-env) and
12651         $(built-program-cmd-after-env).
12652         ($(objpfx)test2.cat): Do not specify environment variables
12653         explicitly.
12654         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12655         $(run-program-env) and $(built-program-cmd-after-env).
12656         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12657         $(run-program-env) and $(test-program-cmd-after-env).
12658         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12659         explicitly.
12660         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12661         run_program_env and test_program_cmd_after_env arguments.
12662         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12663         * elf/tst-pathopt.sh: Use run_program_env argument.
12664         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12665         $(test-wrapper-env) and $(run-program-env).
12666         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12667         run_program_env arguments.
12668         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12669         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12670         $(test-program-prefix-before-env), $(run-program-env) and
12671         $(test-program-prefix-after-env).
12672         ($(objpfx)tst-gettext2.out): Likewise.
12673         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12674         run_program_env and test_program_prefix_after_env arguments.
12675         * intl/tst-gettext2.sh: Likewise.
12676         * intl/tst-gettext4.sh: Do not set environment variables
12677         explicitly.
12678         * intl/tst-gettext6.sh: Likewise.
12679         * intl/tst-translit.sh: Likewise.
12680         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12681         $(test-program-prefix-before-env), $(run-program-env) and
12682         $(test-program-prefix-after-env).
12683         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12684         run_program_env and test_program_prefix_after_env arguments.
12685         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12686         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12687         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12688         explicitly with each use of ${test_wrapper_env}.
12689         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12690         $(test-program-prefix-before-env), $(run-program-env) and
12691         $(test-program-prefix-after-env).
12692         * posix/tst-getconf.sh: Do not set environment variables
12693         explicitly.
12694         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12695         run_program_env and test_program_prefix_after_env arguments.
12696         * stdio-common/tst-printf.sh: Do not set environment variables
12697         explicitly.
12698         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12699         $(test-program-prefix-before-env), $(run-program-env) and
12700         $(test-program-prefix-after-env).
12701         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12702         run_program_env and test_program_prefix_after_env arguments.
12703         Split $test calls into $test_pre and $test.
12704         * timezone/Makefile (build-testdata): Use
12705         $(built-program-cmd-before-env), $(run-program-env) and
12706         $(built-program-cmd-after-env).
12708 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12710         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12711         strlen for non SHARED builds.
12713 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12715         * nptl/allocatestack.c (check_list): Inlined function...
12716         (__reclaim_stacks): ... here.
12718 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12720         [BZ #15698]
12721         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12722         memory overrun.
12724 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12726         * Rules (make-test-out): Include
12727         LOCPATH=$(common-objpfx)localedata in default environment.
12728         * debug/Makefile (tst-chk1-ENV): Remove variable.
12729         (tst-chk2-ENV): Likewise.
12730         (tst-chk3-ENV): Likewise.
12731         (tst-chk4-ENV): Likewise.
12732         (tst-chk5-ENV): Likewise.
12733         (tst-chk6-ENV): Likewise.
12734         (tst-lfschk1-ENV): Likewise.
12735         (tst-lfschk2-ENV): Likewise.
12736         (tst-lfschk3-ENV): Likewise.
12737         (tst-lfschk4-ENV): Likewise.
12738         (tst-lfschk5-ENV): Likewise.
12739         (tst-lfschk6-ENV): Likewise.
12740         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12741         (tst-iconv7-ENV): Likewise.
12742         * intl/Makefile (LOCPATH-ENV): Likewise.
12743         (tst-codeset-ENV): Likewise.
12744         (tst-gettext3-ENV): Likewise.
12745         (tst-gettext5-ENV): Likewise.
12746         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12747         (tst-fopenloc-ENV): Likewise.
12748         (tst-fgetws-ENV): Remove variable.
12749         (tst-ungetwc1-ENV): Likewise.
12750         (tst-ungetwc2-ENV): Likewise.
12751         (bug-ungetwc2-ENV): Likewise.
12752         (tst-swscanf-ENV): Likewise.
12753         (bug-ftell-ENV): Likewise.
12754         (tst-fgetwc-ENV): Likewise.
12755         (tst-fseek-ENV): Likewise.
12756         (tst-ftell-partial-wide-ENV): Likewise.
12757         (tst-ftell-active-handler-ENV): Likewise.
12758         (tst-ftell-append-ENV): Likewise.
12759         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12760         (tst-regexloc-ENV): Likewise.
12761         (bug-regex1-ENV): Likewise.
12762         (tst-regex-ENV): Likewise.
12763         (tst-regex2-ENV): Likewise.
12764         (bug-regex5-ENV): Likewise.
12765         (bug-regex6-ENV): Likewise.
12766         (bug-regex17-ENV): Likewise.
12767         (bug-regex18-ENV): Likewise.
12768         (bug-regex19-ENV): Likewise.
12769         (bug-regex20-ENV): Likewise.
12770         (bug-regex22-ENV): Likewise.
12771         (bug-regex23-ENV): Likewise.
12772         (bug-regex25-ENV): Likewise.
12773         (bug-regex26-ENV): Likewise.
12774         (bug-regex30-ENV): Likewise.
12775         (bug-regex32-ENV): Likewise.
12776         (bug-regex33-ENV): Likewise.
12777         (bug-regex34-ENV): Likewise.
12778         (bug-regex35-ENV): Likewise.
12779         (tst-rxspencer-ENV): Likewise.
12780         (tst-rxspencer-no-utf8-ENV): Likewise.
12781         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12782         (tst-sscanf-ENV): Likewise.
12783         (tst-swprintf-ENV): Likewise.
12784         (tst-swscanf-ENV): Likewise.
12785         (test-vfprintf-ENV): Likewise.
12786         (scanf13-ENV): Likewise.
12787         (bug14-ENV): Likewise.
12788         (tst-grouping-ENV): Likewise.
12789         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12790         (tst-strtod3-ENV): Likewise.
12791         (tst-strtod4-ENV): Likewise.
12792         (tst-strtod5-ENV): Likewise.
12793         (testmb2-ENV): Likewise./
12794         * string/Makefile (tst-strxfrm-ENV): Likewise.
12795         (tst-strxfrm2-ENV): Likewise.
12796         (bug-strcoll1-ENV): Likewise.
12797         (test-strcasecmp-ENV): Likewise.
12798         (test-strncasecmp-ENV): Likewise.
12799         * time/Makefile (tst-strptime-ENV): Likewise.
12800         (tst-ftime_l-ENV): Likewise.
12801         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12802         (tst-mbrtowc-ENV): Likewise.
12803         (tst-wcrtomb-ENV): Likewise.
12804         (tst-mbrtowc2-ENV): Likewise.
12805         (tst-c16c32-1-ENV): Likewise.
12806         (tst-mbsnrtowcs-ENV): Likewise.
12808 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12810         * manual/resource.texi (How to get information about the memory
12811         subsystem?): Fix typo.
12812         Reported by Peon de la Parra Ivan <peon@keba.com>
12814 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12816         [BZ #16882]
12817         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12818         (pthread_spin_lock): Branch out of spin loop to proper location.
12819         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12820         (pthread_spin_lock): Likewise.
12822         * nptl/tst-spin4.c: New test.
12823         * nptl/Makefile (tests): Add tst-spin4.
12825 2014-06-03  Andreas Schwab  <schwab@suse.de>
12827         [BZ #15946]
12828         * resolv/res_send.c (send_dg): Reload file descriptor after
12829         calling reopen.
12831 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12833         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12835 2014-06-03  Richard Henderson  <rth@redhat.com>
12837         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12838         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12839         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12840         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12841         in the SAVE_PID block.
12842         (__libc_vfork): New alias.
12843         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12845         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12846         child in registers, not on the stack.  Remove RESET_PID conditionals.
12847         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12849 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12851         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12853 2014-06-03  Wilco  <wdijkstr@arm.com>
12855         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12856         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12857         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12858         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12859         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12860         Likewise.
12862 2014-06-03  Wilco  <wdijkstr@arm.com>
12864         * sysdeps/aarch64/fpu/math_private.h
12865         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12866         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12867         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12868         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12869         Fix declarations.
12871 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12873         * crypt/crypt-private.h: Include ufc-crypt.h.
12874         (__b64_from_24bit): Declare extern.
12875         * crypt/crypt_util.c(__b64_from_24bit): New function.
12876         (b64t): New static const variable.
12877         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12878         (b64t): Remove variable.
12879         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12880         * crypt/sha256-crypt.c: Include crypt-private.h.
12881         (b64t): Remove variable.
12882         (__sha256_crypt_r): Remove b64_from_24bit and replace
12883         with __b64_from_24bit.
12884         * crypt/sha512-crypt.c: Likewise.
12886 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12888         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12889         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12890         Label the code __libc_vfork rather than __vfork.
12891         [!NOT_IN_libc] (vfork): Define as weak alias.
12892         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12893         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12894         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12896 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12898         * malloc/malloc.c (malloc_info): Fix format specifier for
12899         n_mmaps.
12901 2014-06-02  Wilco  <wdijkstr@arm.com>
12903         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12904         FPCR write.
12906 2014-06-02  Wilco  <wdijkstr@arm.com>
12908         [BZ #17009]
12909         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12910         Rewrite to reduce FPCR/FPSR accesses.
12912 2014-06-01  David S. Miller  <davem@davemloft.net>
12914         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12916 2014-05-31  David S. Miller  <davem@davemloft.net>
12918         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12919         to occur in round to nearest mode when |x| >= 2.0
12921 2014-05-30  Richard Henderson  <rth@twiddle.net>
12923         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12924         (PSEUDO_RET_NOERRNO): Remove.
12925         (ret): Don't redefine.
12926         (ret_NOERRNO): Define in terms of ret.
12927         (ret_ERRVAL): Likewise.
12929         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12930         use of PSEUDO_RET; perform the error check directly.
12932 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12934         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12935         with __int128_t.
12937 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12939         * malloc/malloc (malloc_info): Fix formatting.
12941 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12942             Roland McGrath  <roland@hack.frob.com>
12944         * malloc/malloc (malloc_info): Also print mmapped statistics.
12946 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12948         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12949         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12951 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12953         * malloc/malloc.c (malloc_info): Inline mi_arena.
12955 2014-05-29  Richard Henderson  <rth@twiddle.net>
12957         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12958         Remove comma before expanding ASM_ARGS_##nr.
12959         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12960         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12961         of ASM_ARGS_##nr.
12962         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12963         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12964         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12965         (ASM_ARGS_1): Add leading comma.
12967         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12968         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12969         to __errno_location.
12970         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12971         Remove the expected plt for __errno_location.
12973         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12974         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12975         call to __read_tp.
12977         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12978         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12979         it and break it down.
12980         (DOCARGS_0, DOCARGS_1): Do nothing.
12981         (DOCARGS_2): Update to store into the new stack frame.
12982         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12983         (UNDOCARGS_1): Update to restore from the new stack frame.
12984         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12985         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12987         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12988         (SINGLE_THREAD_P): New parameter for result regno.
12989         (PSEUDO): Update to match; use cbz instead of beq.
12991         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12992         Use ENTRY to define the _nocancel entry point.  Share the syscall
12993         and syscall error check paths with the cancel path.
12994         (PSEUDO_END): New.
12996         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12997         whitespace; tabs before and after asm mnemonics.
12999 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13001         [BZ #15132]
13002         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13003         Call fstat64 or stat64 internally, depending on arguments passed.
13004         Replace stat buffer argument with file descriptor argument.
13005         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13006         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13007         Pass fd to __internal_statvfs instead of calling fstat64.
13008         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13009         Pass fd to __internal_statvfs64 instead of calling fstat64.
13010         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13011         Pass -1 to __internal_statvfs instead of calling stat64.
13012         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13013         Pass -1 to __internal_statvfs64 instead of calling stat64.
13015 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13017         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13018         that was previously under [RESET_PID].
13019         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13021         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13022         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13024 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13026         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13028         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13029         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13031 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13033         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13035 2014-05-27  Andreas Schwab  <schwab@suse.de>
13037         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13038         TLS_INIT_TP macro.
13039         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13040         * elf/rtld.c (init_tls, dl_main): Likewise.
13041         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13042         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13043         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13044         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13045         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13046         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13047         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13048         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13049         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13050         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13051         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13052         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13053         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13054         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13055         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13056         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13057         * sysdeps/generic/tls.h: Update description.
13059 2014-05-27  Will Newton  <will.newton@linaro.org>
13061         [BZ #16990]
13062         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13063         and restore r2 rather than just restoring.
13065 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13067         [BZ #16724]
13068         * libio/tst-ftell-append.c: New test case.
13069         * libio/Makefile (tests): Add test case.
13070         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13071         append mode.
13072         * libio/wfileops.c (do_ftell_wide): Likewise.
13074 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13078         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13079         ...
13080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13082         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13083         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13084         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13085         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13086         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13087         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13088         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13089         Moved ...
13090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13091         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13092         Moved ...
13093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13094         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13095         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13096         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13097         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13098         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13099         ...
13100         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13101         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13102         Moved ...
13103         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13104         here.
13105         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13106         ...
13107         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13108         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13109         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13111         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13112         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13113         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13114         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13116         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13117         merge into ...
13118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13119         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13120         ...
13121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13122         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13123         ...
13124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13126         Moved ...
13127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13128         here.
13129         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13130         Moved ...
13131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13132         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13133         Moved ...
13134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13137         conditional [RESET_PID].
13138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13139         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13140         removed.
13141         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13142         removed.
13144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13145         <tcb-offsets.h>.
13146         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13147         (__libc_vfork): New strong alias.
13148         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13149         removed.
13150         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13151         Removed.
13153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13154         <tcb-offsets.h>.
13155         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13156         (__libc_vfork): New strong alias.
13157         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13158         removed.
13159         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13160         removed.
13162 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13164         * malloc/malloc.c (mi_arena): New function.
13165         (malloc_info): Remove nested function mi_arena. Call non-nosted
13166         function mi_arena.
13168 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13170         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13171         by insrwi.
13172         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13173         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13174         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13175         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13176         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13177         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13178         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13180 2014-05-26  Andreas Schwab  <schwab@suse.de>
13182         [BZ #16984]
13183         * locale/programs/repertoire.c (repertoire_read): Add slash
13184         between I18NPATH element and file name.
13185         * locale/programs/locfile.c (locfile_read): Likewise.
13187 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13189         * nptl/pthread_mutexattr_settype.c
13190         (__pthread_mutexattr_settype):
13191         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13193 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13195         * nptl/tst-mutex5 (do_test):
13196         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13198 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13200         * benchtests/README: Document 'init' directive.
13201         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13202         BENCH_INIT.
13203         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13204         (parse_file): Recognize 'init' directive.
13206 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13208         [BZ #16796]
13209         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13210         alignment of struct pthread.
13212 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13214         [BZ #16878]
13215         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13216         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13217         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13218         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13220 2014-05-25  Richard Henderson  <rth@twiddle.net>
13222         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13223         (SINGLE_THREAD_P_PIC): Remove.
13224         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13225         (SINGLE_THREAD_P_PIC): Remove.
13227         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13228         branch to syscall error ...
13229         (PSEUDO): ... here.
13230         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13231         from __local_syscall_error to .Lsyscall_error.
13232         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13233         (SYSCALL_ERROR): Update label name.
13235         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13236         Do not use DOARGS/UNDOARGS.
13237         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13238         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13239         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13240         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13241         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13243         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13244         block comment.
13246         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13247         define if !NOT_IN_libc.
13248         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13249         define with non-default symbol versions.
13251 2014-05-23  Richard Henderson  <rth@twiddle.net>
13253         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13254         (vfork, __vfork): Define via compat_symbol.
13256         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13257         [!HAVE_IFUNC] (vfork_compat): Remove.
13258         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13260 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13262         [BZ #16978]
13263         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13264         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13265         variable.
13267 2014-05-23  Richard Henderson  <rth@twiddle.net>
13269         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13270         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13271         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13272         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13274         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13275         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13276         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13277         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13278         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13279         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13280         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13281         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13282         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13283         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13284         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13285         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13286         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13287         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13288         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13289         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13290         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13291         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13292         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13293         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13294         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13295         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13296         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13297         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13298         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13299         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13300         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13301         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13302         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13303         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13304         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13305         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13306         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13307         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13308         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13309         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13310         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13311         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13312         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13313         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13314         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13315         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13316         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13317         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13318         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13319         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13320         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13321         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13322         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13323         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13324         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13325         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13326         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13327         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13328         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13329         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13331         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13332         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13333         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13334         before exiting on error.
13335         (__libc_vfork): New strong alias.
13336         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13337         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13339         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13340         that was previously under [RESET_PID].
13341         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13343         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13345 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13347         [BZ #16977]
13348         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13349         value when x - 1 is zero.
13350         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13351         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13352         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13353         0.0L for an argument of 1.0L.
13354         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13355         Likewise.
13356         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13357         value when x - 1 is zero.
13358         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13359         * sysdeps/i386/fpu/libm-test-ulps: Update.
13360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13362 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13364         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13365         alphasort and versionsort.
13367 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13369         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13370         macro.
13371         [copysignf]: Likewise.
13373 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13375         * crypt/md5-crypt.c: Fix formatting.
13377 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13379         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13380         (b64_from_24bit): New function.
13382 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13384         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13385         libc_hidden_builtin_def to ifunc.
13386         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13387         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13389 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13391         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13392         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13394 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13396         * nscd/Depend (linuxthreads): Remove.
13397         (nptl): Add.
13398         * resolv/Depend (linuxthreads): Remove.
13399         * rt/Depend (linuxthreads): Remove.
13401         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13402         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13403         $(common-objpfx)elf/.
13404         (link-libc-before-gnulib): Likewise.
13405         (elfobjdir): Remove variable.
13406         * Makefile (install): Use $(elf-objpfx) instead of
13407         $(common-objpfx)elf/.
13408         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13409         $(elfobjdir)/.
13410         (link-libc-deps): Likewise.
13411         ($(common-objpfx)libc.so): Likewise.
13412         ($(common-objpfx)linkobj/libc.so): Likewise.
13413         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13414         instead of $(common-objpfx)elf/.
13415         (symbolic-link-list): Likewise.
13416         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13417         [$(cross-compiling) = no]: Likewise.
13418         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13419         $(elfobjdir)/.
13420         (static-gnulib-arch): Likewise.
13421         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13422         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13423         $(common-objpfx)elf/.
13425 2014-05-21  Richard Henderson  <rth@redhat.com>
13427         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13428         (SINGLE_THREAD_P): Use the correct width load.  Fold
13429         into the ldr offset.
13431         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13432         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13434 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13436         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13437         (libgcc_s_resume): Use __attribute_used__.
13438         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13439         Likewise.
13441 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13443         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13444         optimization when used with float constants.
13446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13448 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13450         [BZ #16915]
13451         * locale/nl_langinfo_l.c: Make direct reference to every
13452         _nl_current_CATEGORY symbol.
13453         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13454         (tests-static): Add tst-langinfo-static.
13455         (tests-special): Add tst-langinfo-static.out.
13456         ($(objpfx)tst-langinfo.out): Redirect output.
13457         ($(objpfx)tst-langinfo-static.out): New.
13458         * localedata/tst-langinfo.sh: Send output to stdout.
13459         * localedata/tst-langinfo-static.c: New file.
13461         [BZ #16965]
13462         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13463         when the shift amount is modulo the limb size.
13465 2014-05-20  Richard Henderson  <rth@redhat.com>
13467         [BZ #16967]
13468         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13469         Change type of sa_flags from unsigned int to int.
13471         [BZ #16966]
13472         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13474         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13476 2014-05-20  Will Newton  <will.newton@linaro.org>
13478         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13479         Test the return value of the system call in the nocancel case.
13481 2014-05-20  Will Newton  <will.newton@linaro.org>
13482             Yvan Roux  <yvan.roux@linaro.org>
13484         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13485         #include of asm/ptrace.h.
13486         (PTRACE_GET_THREAD_AREA): Remove #undef.
13487         (PTRACE_GETHBPREGS): Likewise.
13488         (PTRACE_SETHBPREGS): Likewise.
13489         (struct user_regs_struct): New structure.
13490         (struct user_fpsimd_struct): New structure.
13491         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13492         #include of asm/ptrace.h and second #include of sys/user.h.
13493         (PTRACE_GET_THREAD_AREA): Remove #undef.
13494         (PTRACE_GETHBPREGS): Likewise.
13495         (PTRACE_SETHBPREGS): Likewise.
13496         (ELF_NGREG): Use new struct user_regs_struct.
13497         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13499 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13501         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13502         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13504 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13506         [BZ #16958]
13507         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13508         membar to avoid block loads/stores to overlap previous stores.
13510 2014-05-17  Richard Henderson  <rth@redhat.com>
13512         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13513         Create the __##syscall_name##_nocancel entry point.
13514         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13515         Remove; let the sysdep-cancel.h code create it.
13517 2014-05-17  David S. Miller  <davem@davemloft.net>
13519         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13520         Protect with __USE_GNU.
13521         (TIOCSET_TEMPT): Likewise.
13522         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13523         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13524         these are already provided in bits/ioctl-types.h
13526 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13528         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13529         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13531         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13532         Use wait4 regardless of [__NR_waitpid].
13534 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13536         PR libgcc/60166
13537         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13538         (_FP_NANSIGN_Q): Set the quiet bit.
13540 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13542         * benchtests/Makefile
13543         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13544         not $(common-objpfx)math/libm.so.
13545         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13546         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13547         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13548         $(common-objpfx)dlfcn/libdl.so.
13549         ($(objpfx)tst-audit8): Depend on $(libm), not
13550         $(common-objpfx)math/libm.so.
13551         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13552         not $(common-objpfx)dlfcn/libdl.so.
13553         * math/Makefile
13554         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13555         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13556         [$(build-shared) = yes].
13557         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13558         $(common-objpfx)nptl/libpthread.so.
13559         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13560         $(common-objpfx)math/libm.so$(libm.so-version) or
13561         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13562         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13563         $(common-objpfx)dlfcn/libdl.so.
13564         * setjmp/Makefile (link-libm): Remove variable.
13565         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13566         * stdio-common/Makefile (link-libm): Remove variable.
13567         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13568         * stdlib/Makefile (link-libm): Remove variable.
13569         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13570         ($(objpfx)tst-strtod-round): Likewise.
13571         ($(objpfx)tst-tininess): Likewise.
13572         ($(objpfx)tst-strtod-underflow): Likewise.
13573         ($(objpfx)tst-strtod6): Likewise.
13574         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13575         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13576         $(common-objpfx)dlfcn/libdl.so.
13578 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13580         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13581         BSD terminal modes definitions.
13583 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13585         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13586         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13588         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13589         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13590         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13591         Don't do #include_next.
13592         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13593         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13594         Don't do #include_next.
13595         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13596         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13597         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13598         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13600 2014-05-16  Allan McRae  <allan@archlinux.org>
13602         * po/sv.po: Update Swedish translation from translation project.
13604         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13605         in sed expression.
13607 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13609         [BZ #16917]
13610         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13611         errno if the TIOCGPTN ioctl fails with an error different than
13612         EINVAL.
13613         * login/tst-ptsname.c: New file.
13614         * login/Makefile (tests): Add tst-ptsname.
13616         [BZ #16943]
13617         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13618         and prlimit64.
13620 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13622         [BZ #16849]
13623         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13624         herrno to return EAI_AGAIN.
13626 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13628         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13629         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13630         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13631         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13632         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13633         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13634         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13635         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13636         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13637         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13638         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13639         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13640         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13641         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13642         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13643         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13644         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13645         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13646         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13647         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13648         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13649         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13650         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13651         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13652         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13653         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13654         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13655         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13656         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13657         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13658         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13659         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13660         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13661         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13663         Moved ...
13664         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13666         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13667         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13668         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13670         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13671         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13672         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13674         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13675         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13676         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13677         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13678         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13679         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13680         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13681         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13682         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13683         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13684         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13685         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13686         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13687         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13688         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13689         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13690         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13691         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13692         Moved ...
13693         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13695         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13697         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13699         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13701         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13703         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13704         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13705         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13707         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13709         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13711         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13713         Moved ...
13714         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13715         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13716         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13718         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13719         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13720         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13721         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13722         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13723         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13724         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13725         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13726         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13727         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13728         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13729         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13730         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13731         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13732         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13733         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13734         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13735         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13736         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13737         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13738         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13739         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13740         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13741         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13742         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13743         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13744         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13745         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13746         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13747         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13748         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13750         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13751         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13753         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13754         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13755         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13756         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13757         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13758         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13759         Moved ...
13760         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13761         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13762         Moved ...
13763         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13764         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13765         Moved ...
13766         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13767         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13768         Moved ...
13769         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13770         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13771         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13772         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13773         Moved ...
13774         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13775         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13776         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13777         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13778         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13779         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13780         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13781         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13782         Moved ...
13783         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13784         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13785         Moved ...
13786         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13787         ... here.
13788         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13789         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13790         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13791         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13792         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13793         Moved ...
13794         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13795         ... here.
13796         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13797         Moved ...
13798         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13799         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13800         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13801         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13802         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13803         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13804         Moved ...
13805         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13806         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13807         Moved ...
13808         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13809         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13810         Moved ...
13811         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13812         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13813         Moved ...
13814         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13815         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13816         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13817         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13818         Moved ...
13819         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13820         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13821         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13822         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13823         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13824         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13825         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13826         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13827         Moved ...
13828         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13829         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13830         Moved ...
13831         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13832         ... here.
13833         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13834         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13835         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13836         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13837         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13838         Moved ...
13839         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13840         ... here.
13841         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13842         Moved ...
13843         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13844         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13845         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13846         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13847         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13848         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13849         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13850         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13851         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13852         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13853         Moved ...
13854         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13855         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13856         Moved ...
13857         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13858         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13859         Moved ...
13860         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13861         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13862         Moved ...
13863         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13864         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13865         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13866         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13867         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13868         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13869         Moved ...
13870         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13871         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13872         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13873         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13874         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13875         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13876         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13877         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13878         Moved ...
13879         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13880         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13881         Moved ...
13882         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13883         ... here.
13884         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13885         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13886         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13887         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13888         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13889         Moved ...
13890         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13891         ... here.
13892         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13893         Moved ...
13894         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13895         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13896         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13897         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13898         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13899         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13900         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13901         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13902         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13903         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13904         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13906         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13907         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13909         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13910         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13912         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13913         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13914         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13915         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13916         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13917         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13918         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13919         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13920         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13921         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13922         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13923         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13924         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13925         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13926         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13927         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13928         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13929         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13930         Moved ...
13931         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13932         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13933         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13934         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13935         Moved ...
13936         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13937         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13938         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13939         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13940         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13941         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13942         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13943         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13944         Moved ...
13945         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13946         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13947         Moved ...
13948         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13949         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13950         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13951         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13952         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13953         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13954         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13955         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13956         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13957         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13958         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13959         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13960         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13961         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13962         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13963         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13964         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13966         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13967         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13968         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13969         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13970         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13972         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13973         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13974         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13975         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13976         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13977         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13978         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13979         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13980         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13981         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13983         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13984         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13986         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13987         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13988         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13989         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13990         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13991         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13992         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13993         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13994         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13995         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13996         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13997         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13998         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13999         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14000         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14001         Update #include.
14002         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14003         Likewise.
14004         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14005         Likewise.
14006         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14007         Likewise.
14008         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14009         Likewise.
14010         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14011         Likewise.
14012         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14013         Likewise.
14014         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14015         Likewise.
14016         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14017         Likewise.
14018         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14019         Likewise.
14020         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14021         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14022         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14023         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14024         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14025         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14026         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14027         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14028         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14029         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14030         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14031         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14032         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14033         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14034         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14036         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14037         that was previously under [RESET_PID].
14038         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14039         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14040         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14042         * sysdeps/i386/nptl/Implies: New file.
14043         * sysdeps/x86_64/nptl/Implies: New file.
14044         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14045         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14046         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14047         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14049         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14050         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14051         (__libc_vfork): New strong alias.
14052         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14053         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14055         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14056         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14057         (__libc_vfork): New strong alias.
14058         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14059         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14061         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14062         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14063         (__libc_vfork): New strong alias.
14064         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14065         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14066         * nptl/pt-vfork.c: New file.
14067         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14068         (libpthread: GLIBC_2.20): New version set (empty).
14070 2014-05-14  Will Newton  <will.newton@linaro.org>
14072         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14073         rather than #if.
14075 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14077         [BZ #16564]
14078         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14079         arguments with exponent 65 or above.
14080         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14081         arguments 0x1p113L or above.
14082         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14083         to arguments 0x1p107L or above.
14084         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14085         positive arguments with exponent 65 or above.
14086         * math/auto-libm-test-in: Add more tests of log1p.
14087         * math/auto-libm-test-out: Regenerated.
14089         [BZ #16928]
14090         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14091         non-finite arguments is +0.
14092         * math/s_cacosf.c (__cacosf): Likewise.
14093         * math/s_cacosl.c (__cacosl): Likewise.
14094         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14095         * sysdeps/i386/fpu/libm-test-ulps: Update.
14096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14098         [BZ #16927]
14099         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14100         value.
14101         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14102         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14103         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14104         for explicit high bit of mantissa when testing for argument equal
14105         to 1.
14106         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14107         * sysdeps/i386/fpu/libm-test-ulps: Update.
14108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14110         [BZ #16516]
14111         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14112         (__erf): Scale by 16 instead of 8 in potentially underflowing
14113         case.  Ensure exception if result actually underflows.
14114         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14115         (__erff): Scale by 16 instead of 8 in potentially underflowing
14116         case.  Ensure exception if result actually underflows.
14117         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14118         (efx8): Remove variable.
14119         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14120         case.  Ensure exception if result actually underflows.
14121         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14122         (efx8): Remove variable.
14123         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14124         case.  Ensure exception if result actually underflows.
14125         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14126         (efx8): Remove variable.
14127         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14128         case.  Ensure exception if result actually underflows.
14129         * math/auto-libm-test-in: Add more tests of erf.
14130         * math/auto-libm-test-out: Regenerated.
14132 2014-05-14  Andreas Schwab  <schwab@suse.de>
14134         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14135         Remove code conditionalized on USE___THREAD.
14137         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14138         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14139         not definedness.
14141 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14143         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14144         Define unconditionally.
14145         (__ASSUME_O_CLOEXEC): Likewise.
14146         (__ASSUME_SOCK_CLOEXEC): Likewise.
14147         (__ASSUME_IN_NONBLOCK): Likewise.
14148         (__ASSUME_PIPE2): Likewise.
14149         (__ASSUME_EVENTFD2): Likewise.
14150         (__ASSUME_SIGNALFD4): Likewise.
14151         (__ASSUME_DUP3): Likewise.
14152         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14153         (__ASSUME_DUP3): Do not define.
14154         (__ASSUME_EVENTFD2): Likewise.
14155         (__ASSUME_IN_NONBLOCK): Likewise.
14156         (__ASSUME_O_CLOEXEC): Likewise.
14157         (__ASSUME_PIPE2): Likewise.
14158         (__ASSUME_SIGNALFD4): Likewise.
14159         (__ASSUME_SOCK_CLOEXEC): Likewise.
14160         (__ASSUME_UTIMES): Undefine.
14161         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14162         (__ASSUME_UTIMES): Do not define.
14163         (__ASSUME_O_CLOEXEC): Likewise.
14164         (__ASSUME_SOCK_CLOEXEC): Likewise.
14165         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14166         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14167         0x020621].
14168         (__ASSUME_PIPE2): Likewise.
14169         (__ASSUME_EVENTFD2): Likewise.
14170         (__ASSUME_SIGNALFD4): Likewise.
14171         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14172         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14173         Do not define.
14174         (__ASSUME_EVENTFD2): Likewise.
14175         (__ASSUME_SIGNALFD4): Likewise.
14176         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14177         (__ASSUME_32BITUIDS): Likewise.
14178         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14179         (__ASSUME_IPC64): Likewise.
14180         (__ASSUME_ST_INO_64_BIT): Likewise.
14181         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14182         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14183         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14184         (__ASSUME_UTIMES): Do not define.
14185         (__ASSUME_PSELECT): Likewise.
14186         (__ASSUME_PPOLL): Likewise.
14187         (__ASSUME_O_CLOEXEC): Likewise.
14188         (__ASSUME_SOCK_CLOEXEC): Likewise.
14189         (__ASSUME_IN_NONBLOCK): Likewise.
14190         (__ASSUME_PIPE2): Likewise.
14191         (__ASSUME_EVENTFD2): Likewise.
14192         (__ASSUME_SIGNALFD4): Likewise.
14193         (__ASSUME_DUP3): Likewise.
14194         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14195         (__ASSUME_UTIMES): Likewise.
14196         (__ASSUME_O_CLOEXEC): Likewise.
14197         (__ASSUME_SOCK_CLOEXEC): Likewise.
14198         (__ASSUME_IN_NONBLOCK): Likewise.
14199         (__ASSUME_PIPE2): Likewise.
14200         (__ASSUME_EVENTFD2): Likewise.
14201         (__ASSUME_SIGNALFD4): Likewise.
14202         (__ASSUME_DUP3): Likewise.
14203         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14204         (__ASSUME_UTIMES): Likewise.
14205         (__ASSUME_O_CLOEXEC): Likewise.
14206         (__ASSUME_SOCK_CLOEXEC): Likewise.
14207         (__ASSUME_IN_NONBLOCK): Likewise.
14208         (__ASSUME_PIPE2): Likewise.
14209         (__ASSUME_EVENTFD2): Likewise.
14210         (__ASSUME_SIGNALFD4): Likewise.
14211         (__ASSUME_DUP3): Likewise.
14212         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14213         Likewise.
14214         (__ASSUME_UTIMES): Likewise.
14215         (__ASSUME_EVENTFD2): Likewise.
14216         (__ASSUME_SIGNALFD4): Likewise.
14217         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14218         (__ASSUME_O_CLOEXEC): Likewise.
14219         (__ASSUME_SOCK_CLOEXEC): Likewise.
14220         (__ASSUME_IN_NONBLOCK): Likewise.
14221         (__ASSUME_PIPE2): Likewise.
14222         (__ASSUME_EVENTFD2): Likewise.
14223         (__ASSUME_SIGNALFD4): Likewise.
14224         (__ASSUME_DUP3): Likewise.
14225         (__ASSUME_UTIMES): Undefine.
14227         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14228         feclearexcept.  Remove symbol versioning code.
14229         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14230         symbol versioning code.
14231         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14232         symbol versioning code.
14233         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14234         feupdateenv.  Remove symbol versioning code.
14235         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14236         fegetexceptflag.  Remove symbol versioning code.
14237         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14238         fesetexceptflag.  Remove symbol versioning code.
14239         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14240         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14241         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14242         (__posix_fadvise64_l32): Remove prototype.
14243         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14244         code.
14246 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14248         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14249         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14250         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14251         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14253 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14255         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14256         current working directory
14258 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14260         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14261         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14262         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14263         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14264         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14265         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14266         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14267         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14268         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14269         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14270         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14271         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14272         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14273         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14274         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14275         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14276         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14277         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14278         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14279         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14280         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14281         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14282         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14283         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14284         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14285         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14286         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14287         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14288         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14289         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14290         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14291         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14292         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14293         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14294         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14295         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14296         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14297         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14298         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14299         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14300         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14301         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14303         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14304         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14306         * sysdeps/unix/sysv/linux/arm/Makefile
14307         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14308         Add rt-aeabi_unwind_cpp_pr1.
14309         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14310         Add nptl-aeabi_unwind_cpp_pr1.
14311         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14312         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14313         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14314         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14315         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14316         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14318         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14319         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14320         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14321         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14323         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14324         Deconditionalize the code that was previously under [RESET_PID].
14325         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14327         * sysdeps/generic/exit-thread.h: New file.
14328         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14329         * include/unistd.h (__exit_thread): Remove declaration.
14330         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14331         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14332         * csu/libc-start.c: Include <exit-thread.h>.
14333         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14334         * nptl/pthread_create.c: Include <exit-thread.h>.
14335         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14336         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14337         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14338         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14339         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14340         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14341         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14342         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14343         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14344         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14345         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14346         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14347         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14348         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14349         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14350         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14351         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14353 2014-05-13  Andreas Schwab  <schwab@suse.de>
14355         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14357 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14359         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14360         (__ASSUME_UTIMES): Do not condition on kernel version.
14361         (__ASSUME_PSELECT): Define unconditionally.
14362         (__ASSUME_PPOLL): Likewise.
14363         (__ASSUME_ATFCTS): Likewise.
14364         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14365         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14366         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14367         (__ASSUME_UTIMENSAT): Define unconditionally.
14368         (__ASSUME_PRIVATE_FUTEX): Likewise.
14369         (__ASSUME_FALLOCATE): Likewise.
14370         (__ASSUME_O_CLOEXEC): Likewise.
14371         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14372         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14373         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14374         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14375         (__ASSUME_IN_NONBLOCK): Likewise.
14376         (__ASSUME_PIPE2): Likewise.
14377         (__ASSUME_EVENTFD2): Likewise.
14378         (__ASSUME_SIGNALFD4): Likewise.
14379         (__ASSUME_DUP3): Likewise.
14380         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14381         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14382         (__ASSUME_AT_RANDOM): Likewise.
14383         (__ASSUME_PREADV): Likewise.
14384         (__ASSUME_PWRITEV): Likewise.
14385         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14386         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14387         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14388         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14389         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14390         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14391         (__ASSUME_O_CLOEXEC): Define unconditionally.
14392         (__ASSUME_PSELECT): Do not undefine conditionally.
14393         (__ASSUME_PPOLL): Likewise.
14394         (__ASSUME_ATFCTS): Likewise.
14395         (__ASSUME_SET_ROBUST_LIST): Likewise.
14396         (__ASSUME_UTIMENSAT): Likewise.
14397         (__ASSUME_FDATASYNC): Define unconditionally.
14398         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14399         (__ASSUME_SIGFRAME_V2): Likewise.
14400         )__ASSUME_EVENTFD2): Likewise.
14401         (__ASSUME_SIGNALFD4): Likewise.
14402         (__ASSUME_PSELECT): Do not undefine conditionally.
14403         (__ASSUME_PPOLL): Likewise.
14404         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14405         (__ASSUME_PSELECT): Define unconditionally.
14406         (__ASSUME_PPOLL): Likewise.
14407         (__ASSUME_O_CLOEXEC): Likewise.
14408         (__ASSUME_SOCK_CLOEXEC): Likewise.
14409         (__ASSUME_IN_NONBLOCK): Likewise.
14410         (__ASSUME_PIPE2): Likewise.
14411         (__ASSUME_EVENTFD2): Likewise.
14412         (__ASSUME_SIGNALFD4): Likewise.
14413         (__ASSUME_DUP3): Likewise.
14414         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14415         (__ASSUME_O_CLOEXEC): Likewise.
14416         (__ASSUME_SOCK_CLOEXEC): Likewise.
14417         (__ASSUME_IN_NONBLOCK): Likewise.
14418         (__ASSUME_PIPE2): Likewise.
14419         (__ASSUME_EVENTFD2): Likewise.
14420         (__ASSUME_SIGNALFD4): Likewise.
14421         (__ASSUME_DUP3): Likewise.
14422         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14423         (__ASSUME_EVENTFD2): Likewise.
14424         (__ASSUME_SIGNALFD4): Likewise.
14425         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14427 2014-05-12  Andreas Schwab  <schwab@suse.de>
14429         [BZ #16932]
14430         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14431         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14432         than maximum RPC packet size.
14433         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14434         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14435         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14436         (_nss_nis_getservbyport_r): Likewise.
14438 2014-05-12  Will Newton  <will.newton@linaro.org>
14440         * malloc/Makefile (tests): Add tst-mallopt.
14441         * malloc/tst-mallopt.c: New file.
14443 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14445         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14446         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14448 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14450         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14451         (tst-tlsmod6.so): Likewise.
14453 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14455         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14457 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14459         [BZ #16064]
14460         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14461         and <dl-procinfo.h>.
14462         (__fegetenv): Save SSE state in envp->__eip if supported.
14463         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14464         envp->__eip if supported.
14465         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14466         and <dl-procinfo.h>.
14467         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14468         __data_offset and __data_selector in environment to 0.  Set SSE
14469         state if supported.
14470         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14471         test-fenv-sse.
14472         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14473         -mfpmath=sse.
14474         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14476 2014-05-09  Will Newton  <will.newton@linaro.org>
14478         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14479         and libc_relro_required for ARM.
14480         * sysdeps/arm/preconfigure: Regenerate.
14482 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14483             Stefan Liebler  <stli@linux.vnet.ibm.com>
14485         * config.make.in (enable-lock-elision): New Makefile variable.
14486         * configure.ac: Likewise.
14487         * configure: Regenerate.
14488         * sysdeps/s390/configure.ac:
14489         Add check for gcc transactions support.
14490         * sysdeps/s390/configure: Regenerate.
14491         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14492         Build elision files if enabled.
14493         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14494         Add lock elision support for s390.
14495         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14496         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14497         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14498         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14499         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14500         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14501         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14502         Likewise.
14503         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14504         Likewise.
14505         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14506         Likewise.
14507         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14508         Likewise.
14509         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14510         (__lll_timedlock_elision, __lll_lock_elision)
14511         (__lll_unlock_elision, __lll_trylock_elision)
14512         (lll_timedlock_elision, lll_lock_elision)
14513         (lll_unlock_elision, lll_trylock_elision): Add.
14514         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14515         (pthread_mutex_t): Add lock elision support for s390.
14517 2014-05-14  Wilco  <wdijkstr@arm.com>
14519         * sysdeps/arm/fclrexcpt.c: Cleanup.
14520         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14521         * sysdeps/arm/feenablxcpt.c: Cleanup.
14522         * sysdeps/arm/fegetenv.c: Cleanup.
14523         * sysdeps/arm/fegetexcept.c: Cleanup.
14524         * sysdeps/arm/fegetround.c: Cleanup.
14525         * sysdeps/arm/feholdexcpt.c: Cleanup.
14526         * sysdeps/arm/fesetenv.c: Cleanup.
14527         * sysdeps/arm/fesetround.c: Cleanup.
14528         * sysdeps/arm/feupdateenv.c: Cleanup.
14529         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14530         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14531         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14532         * sysdeps/arm/ftestexcept.c: Cleanup.
14533         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14534         * sysdeps/arm/setfpucw.c: Cleanup.
14536 2014-05-09  Will Newton  <will.newton@linaro.org>
14538         * sysdeps/arm/armv7/strcmp.S: New file.
14539         * NEWS: Mention addition of ARMv7 optimized strcmp.
14541 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14543         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14544         look for %.ac rather than %.in.
14546         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14547         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14548         * sysdeps/mach/hurd/configure: Regenerated.
14549         * sysdeps/unix/sysv/linux/configure: Regenerated.
14551         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14553 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14555         [BZ# 16922]
14556         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14557         (LONG_SUB): Ditto.
14558         (PTR_SUB): Ditto.
14560 2014-05-07  Andreas Schwab  <schwab@suse.de>
14562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14563         when skipping over non-matching result from nscd.
14565 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14567         [BZ #16876]
14568         * nptl/sockperf.c (client): Check socket return value.
14570         [BZ #16877]
14571         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14572         nscd security class.
14574 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14576         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14577         * sysdeps/arm/unwind.h: ... here.
14579 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14581         [BZ# 16916]
14582         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14583         Define.
14585 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14587         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14588         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14589         multiarch strncpy for PPC64.
14590         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14591         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14592         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14593         multiarch optimizations.
14594         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14595         (__libc_ifunc_impl_list): Likewise.
14596         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14597         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14598         multiarch stpncpy for PPC64.
14599         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14600         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14602 2014-05-06  Andreas Schwab  <schwab@suse.de>
14604         [BZ #16912]
14605         * gmon/mcount.c (_MCOUNT_DECL): Use
14606         atomic_compare_and_exchange_bool_acq instead of
14607         catomic_compare_and_exchange_bool_acq.
14609 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14611         * elf/Makefile (others, install-bin): Remove pldd.
14612         (pldd-modules): Variable removed.
14613         ($(objpfx)pldd): Target removed.
14614         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14615         (others, install-bin): Append pldd here.
14616         ($(objpfx)pldd): New target.
14618         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14619         to 0, so the first #if test emitted later doesn't see it undefined.
14620         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14621         * sysdeps/gnu/errlist.c: Regenerated.
14623 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14625         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14626         [libc_hidden_builtin_def]: Define to empty value.
14627         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14628         [libc_hidden_builtin_def]: Likewise.
14629         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14630         [libc_hidden_builtin_def]: Likewise.
14631         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14632         [libc_hidden_builtin_def]: Likewise.
14633         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14634         __redirect_memcpy and define ifunc as default hidden symbol.
14635         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14636         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14638 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14640         * locale/iso-4217.def: Reintroduce XDR currency.
14642 2014-05-04  Allan McRae  <allan@archlinux.org>
14644         * po/eo.po: Update Esperanto translation from translation project.
14646 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14648         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14649         and FEATURE_INDEX_MAX to 1.
14650         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14652 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14654         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14655         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14656         * iconvdata/big5.c (ONE_DIRECTION): Define.
14657         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14658         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14659         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14660         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14661         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14662         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14663         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14664         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14665         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14666         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14667         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14668         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14669         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14670         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14671         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14672         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14673         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14674         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14675         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14676         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14677         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14678         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14679         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14680         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14681         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14682         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14683         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14684         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14685         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14686         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14687         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14688         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14689         * iconvdata/johab.c (ONE_DIRECTION): Define.
14690         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14691         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14692         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14693         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14694         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14695         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14696         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14697         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14698         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14699         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14701 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14703         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14704         (_IO_JUMPS_OFFSET): Define to 0.
14706         * nptl/sysdeps/pthread/bits/libc-lock.h
14707         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14708         (__libc_lock_define_initialized_recursive): Always define using
14709         initializer.  Modern compilers treat uninitialized (implicit zero) and
14710         explicit zero initializers the same (i.e. put the datum in bss).
14712 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14714         * nscd/nscd-client.h: Include <string.h>.
14716 2014-05-01  David S. Miller  <davem@davemloft.net>
14718         [BZ #16885]
14719         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14720         multiple zero bytes exist at the end of a string.
14721         Reported by Aurelien Jarno <aurelien@aurel32.net>
14723         * string/test-strcmp.c (check): Add explicit test for situations where
14724         there are multiple zero bytes after the first.
14726 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14728         [BZ #16890]
14729         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14730         when compiling wprintf.
14731         * stdio-common/tstdiomisc.c (t3): New function.
14732         (main): Call it.
14734 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14736         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14737         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14738         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14739         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14741 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14743         * stdlib/longlong.h: Updated from GCC.
14745 2014-05-01  Will Newton  <will.newton@linaro.org>
14746             Bernard Ogden  <bernie.ogden@linaro.org>
14748         * NEWS: Update fixed bug list.
14750         [BZ #15119]
14751         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14753 2014-04-30  David S. Miller  <davem@davemloft.net>
14755         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14756         (libc_feholdexcept_setround_sparc_ctx): New function.
14757         (libc_fesetenv_sparc_ctx): Likewise.
14758         (libc_feupdateenv_sparc_ctx): Likewise.
14759         (libc_feholdsetround_sparc_ctx): Likewise.
14760         (libc_feholdexcept_setround_ctx): Define.
14761         (libc_feholdexcept_setroundf_ctx): Likewise.
14762         (libc_feholdexcept_setroundl_ctx): Likewise.
14763         (libc_fesetenv_ctx): Likewise.
14764         (libc_fesetenvf_ctx): Likewise.
14765         (libc_fesetenvl_ctx): Likewise.
14766         (libc_feupdateenv_ctx): Likewise.
14767         (libc_feupdateenvf_ctx): Likewise.
14768         (libc_feupdateenvl_ctx): Likewise.
14769         (libc_feresetround_ctx): Likewise.
14770         (libc_feresetroundf_ctx): Likewise.
14771         (libc_feresetroundl_ctx): Likewise.
14772         (libc_feholdsetround_ctx): Likewise.
14773         (libc_feholdsetroundf_ctx): Likewise.
14774         (libc_feholdsetroundl_ctx): Likewise.
14776         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14777         with __USE_GNU instead of XOPEN cpp guards.
14779         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14780         0.
14782         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14783         with XOPEN cpp guards.
14785 2014-04-30  Julian Brown  <julian@codesourcery.com>
14787         [BZ #16888]
14788         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14789         handling.
14791 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14793         [BZ #9894]
14794         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14795         Change to 2.6.32.
14796         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14797         * sysdeps/unix/sysv/linux/configure: Regenerated.
14798         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14799         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14800         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14801         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14802         * README: Update reference to required Linux kernel version.
14803         * manual/install.texi (Linux): Update reference to required Linux
14804         kernel headers version.
14805         * INSTALL: Regenerated.
14807         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14808         header inclusion.
14809         [POSIX] (limits.h): Likewise.
14810         [POSIX] (math.h): Likewise.
14811         [POSIX] (sys/wait.h): Likewise.
14812         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14813         function.
14814         [POSIX] (stddef.h): Do not allow header inclusion.
14816 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14818         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14820 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14822         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14823         Return immediately after lll_futex_wake.
14825 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14827         [BZ #16791]
14828         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14829         structure.
14830         (datahead_init_pos): Call datahead_init_common early.
14831         (datahead_init_neg): Likewise.
14833         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14834         datahead_init_neg): New functions.
14835         * nscd/aicache.c (addhstaiX): Use them.
14836         * nscd/grpcache.c (cache_addgr): Likewise.
14837         * nscd/hstcache.c (cache_addhst): Likewise.
14838         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14839         * nscd/netgroupcache.c (do_notfound): Likewise.
14840         (addgetnetgrentX): Likewise.
14841         (addinnetgrX): Likewise.
14842         * nscd/pwdcache.c (cache_addpw): Likewise.
14843         * nscd/servicescache.c (cache_addserv): Likewise.
14845 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14846             Atsushi Onoe  <atsushi@onoe.org>
14848         [BZ #14308]
14849         [BZ #12994]
14850         [BZ #13651]
14851         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14852         one response is valid.
14853         * resolv/res_send.c (send_dg): Check for validity of other
14854         response if the current response is a referral.
14856 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14858         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14860 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14862         [BZ #16823]
14863         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14864         Always divide by positive zero when computing -Inf result.
14865         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14866         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14868 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14870         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14871         FPSCR if value do not change.
14872         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14873         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14874         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14875         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14876         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14877         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14878         function.
14880 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14882         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14883         * sysdeps/unix/sysv/linux/hppa: Move directory from
14884         ports/systeps/unix/sysv/linux/hppa.
14885         * README: Update listing for hppa-*-linux-gnu.
14887 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14889         [BZ #16754]
14890         * manual/stdio.texi (Hook functions): Fix types of stream hook
14891         functions.
14892         [BZ #16854]
14893         * socket/sys/socket.h: Fix typo in comment.
14895 2014-04-28  Wilco  <wdijkstr@arm.com>
14897         * sysdeps/arm/fenv_private.h: New file.
14898         * sysdeps/arm/math_private.h: New file.
14899         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14901 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14903         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14904         with __int128_t.
14905         (La_x86_64_retval): Likewise.
14907 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14909         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14910         fpsr if value didn't change.
14911         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14912         to fpcr if value didn't change.
14913         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14914         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14915         fpsr or fpcr if value didn't change.
14916         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14917         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14918         fpcr if value didn't change.
14919         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14920         to fpsr if value didn't change.
14922 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14924         * nptl/tst-sem3.c: Use test-skeleton.c
14925         (main): Rename to do_test.  Use return instead of
14926         exit.
14927         * nptl/tst-sem4.c: Use test-skeleton.c
14928         (main): Rename to do_test.
14930 2014-04-22  David S. Miller  <davem@davemloft.net>
14932         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14933         (struct sigaction): New struct member __glibc_reserved0, change
14934         type of sa_flags to int.
14936 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14938         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14939         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14941 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14943         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14944         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14946 2014-04-22  Will Newton  <will.newton@linaro.org>
14947             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14949         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14950         (__longjmp): Add longjmp and longjmp_target SystemTap
14951         probes.
14952         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14953         (__sigsetjmp): Add setjmp SystemTap probe.
14955 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14957         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14958         match manual order.
14960 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14962         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14964         * sysdeps/powerpc/fpu/fenv_private.h
14965         (libc_feholdexcept_setroundl_ctx): Define to
14966         libc_feholdexcept_setround_ppc_ctx.
14967         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14968         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14969         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14970         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14972 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14974         * sysdeps/aarch64/math-tests.h: New file.
14976 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14978         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14979         New.
14980         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14981         Check and set bit_AVX2_Usable.
14982         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14983         macro.
14984         (bit_AVX2): Likewise.
14985         (index_AVX2_Usable): Likewise.
14986         (CPUID_AVX2): Likewise.
14987         (HAS_AVX2): Likewise.
14989 2014-04-17  Will Newton  <will.newton@linaro.org>
14991         * manual/setjmp.texi (System V contexts): Add note that
14992         calling setcontext on a context created by a call to a
14993         signal handler is undefined.  Update text to note that
14994         setcontext from a signal handler is possible but not
14995         recommended.
14997         [BZ #16629]
14998         * stdlib/tst-setcontext.c: Include signal.h.
14999         (main): Check that the signal stack before and
15000         after swapcontext is the same.
15002         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15003         Re-implement to restore registers in user code and avoid
15004         rt_sigreturn system call.
15006 2014-04-17  Wilco  <wdijkstr@arm.com>
15008         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15009         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15010         * math/test-fenv.c: Skip exception trap tests on targets which only
15011         support non-stop mode.
15013 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15014             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15016         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15017         (libc_feholdsetround_aarch64_ctx)
15018         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15019         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15020         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15021         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15022         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15023         (libc_feresetround_noexl_ctx): Define.
15025 2014-04-16  Richard Henderson  <rth@redhat.com>
15027         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15029         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15030         unwind tables.
15032         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15033         const from the non-libc, non-ldso copy.
15035         * sysdeps/alpha/libm-test-ulps: Regenerate.
15037 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15038             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15040         * sysdeps/aarch64/fpu/math_private.h: New file.
15042 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15044         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15046 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15048         [BZ #16275]
15049         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15050         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15051         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15052         Intel MPX bound registers before _dl_profile_fixup.
15053         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15054         registers after _dl_profile_fixup.  Save and restore bound
15055         registers bnd0/bnd1 when calling _dl_call_pltexit.
15056         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15057         (LR_BND_OFFSET): Likewise.
15058         (LRV_BND0_OFFSET): Likewise.
15059         (LRV_BND1_OFFSET): Likewise.
15061 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15063         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15064         to...
15065         * sysdeps/mach/hurd/i386/tls.h: ... here.
15066         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15067         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15068         fields.
15070 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15072         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15074 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15076         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15078 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15080         [BZ #14770]
15081         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15082         * sysdeps/s390/configure: Regenerate.
15084         [BZ #16824]
15085         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15086         Set round-to-nearest internally to reduce error accumulation.
15088 2014-04-16  Alan Modra  <amodra@gmail.com>
15090         [BZ #16740]
15091         [BZ #16619]
15092         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15093         * math/libm-test.inc (frexp_test_data): Add tests.
15094         * NEWS: Update fixed bug list.
15096 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15098         * benchtests/Makefile: Depend on libraries in build directory.
15099         (bench-math): Separate out math tests.
15100         (bench-pthread): Separate out pthread tests.
15101         (bench): Include math and pthread tests.
15103 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15105         [BZ #16831]
15106         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15107         _dl_debug_initialize.
15109         * configure.ac: Remove SELinux header check.
15110         * configure: Regenerate.
15111         * nscd/selinux.c (perms): Array of const char* to permission names.
15112         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15113         default policy. Call string_to_security_class and string_to_av_perm to
15114         translate strings. Enforce default policy and call avs_has_perm with
15115         results of translated strings.
15117 2014-04-13  David S. Miller  <davem@davemloft.net>
15119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15121 2014-04-12  Allan McRae  <allan@archlinux.org>
15123         [BZ #16838]
15124         * manual/string.texi (Collation Functions): Fix qsort argument
15125         order in example.
15126         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15128 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15130         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15131         Make the test a no-op if there are no exceptions defined.
15133 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15135         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15136         enable-hardcoded-path-in-tests
15138 2014-04-11  Will Newton  <will.newton@linaro.org>
15140         * benchtests/Makefile (extra-objs): Add json-lib.o.
15141         (bench-func): Tidy up JSON output.
15142         * benchtests/bench-skeleton.c: Include json-lib.h.
15143         (main): Use JSON library functions to do output of
15144         benchmark results.
15145         * benchtests/bench-timing-type.c (main): Output the
15146         timing type simply, leaving formatting to the user.
15147         * benchtests/json-lib.c: New file.
15148         * benchtests/json-lib.h: Likewise.
15150 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15152         [BZ #15215]
15153         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15154         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15155         memory barriers.  Add comments.
15156         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15157         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15158         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15159         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15160         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15161         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15163 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15165         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15166         * sysdeps/s390/s390-64/configure.ac: ... this ...
15167         * sysdeps/s390/configure.ac: ... to here.
15168         * sysdeps/s390/s390-32/configure: Delete file.
15169         * sysdeps/s390/s390-64/configure: Delete file.
15170         * sysdeps/s390/configure: Regenerate.
15172 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15174         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15176 2014-04-11  Will Newton  <will.newton@linaro.org>
15178         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15179         to zero if it is not defined elsewhere.  (mtrim): Test
15180         the value of MALLOC_DEBUG with #if rather than #ifdef.
15182 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15184         * benchtests/pthread_once-inputs: New file.
15185         * benchtests/pthread_once-source.c: New file.
15186         * benchtests/README: Update documentation.
15188 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15189             H.J. Lu  <hongjiu.lu@intel.com>
15191         [BZ #16275]
15192         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15193         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15194         * sysdeps/x86_64/configure: Regenerated.
15195         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15196         macro.
15197         (REGISTER_SAVE_RAX): Likewise.
15198         (REGISTER_SAVE_RCX): Likewise.
15199         (REGISTER_SAVE_RDX): Likewise.
15200         (REGISTER_SAVE_RSI): Likewise.
15201         (REGISTER_SAVE_RDI): Likewise.
15202         (REGISTER_SAVE_R8): Likewise.
15203         (REGISTER_SAVE_R9): Likewise.
15204         (REGISTER_SAVE_BND0): Likewise.
15205         (REGISTER_SAVE_BND1): Likewise.
15206         (REGISTER_SAVE_BND2): Likewise.
15207         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15208         bound registers when calling _dl_fixup.
15210 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15212         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15213         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15214         of its definition.
15215         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15216         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15217         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15218         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15219         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15220         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15221         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15223 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15225         [BZ #15514]
15226         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15227         pathconf(_PC_NAME_MAX).
15229 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15231         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15232         Remove macro usage.
15233         (__PTHREAD_SPINS): Move definition to ...
15234         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15235         (__PTHREAD_SPINS): ... here.
15236         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15237         (__PTHREAD_SPIN): Likewise.
15238         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15239         (__PTHREAD_SPIN): Likewise.
15240         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15241         (__PTHREAD_SPIN): Likewise.
15242         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15243         (__PTHREAD_SPIN): Likewise.
15244         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15245         (__PTHREAD_SPIN): Likewise.
15246         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15247         (__PTHREAD_SPIN): Likewise.
15248         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15249         (__PTHREAD_SPIN): Likewise.
15250         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15251         (__PTHREAD_SPIN): Likewise.
15252         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15253         (__PTHREAD_SPIN): Likewise.
15254         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15255         (__PTHREAD_SPIN): Likewise.
15256         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15257         (__PTHREAD_SPIN): Likewise.
15258         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15259         (__PTHREAD_SPIN): Likewise.
15261         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15262         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15263         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15264         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15265         imply folder.
15266         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15267         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15268         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15269         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15270         correct imply path.
15271         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15272         strlen symbol for non multi-arch builds.
15273         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15274         missing hidden_def and weak_alias.
15276 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15278         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15280 2014-04-07  Will Newton  <will.newton@linaro.org>
15282         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15283         and contents.  [!_LIBC] Remove #ifndef and contents.
15284         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15285         * string/memccpy.c (__memccpy): Use ANSI prototype.
15286         * string/memfrob.c (memfrob): Likewise.
15287         * string/strcoll.c (STRCOLL): Likewise.
15288         * string/strlen.c (strlen): Likewise.
15289         * string/strtok.c (STRTOK): Likewise.
15290         * string/strcat.c: Remove unused #include of memcopy.h.
15291         (strcat): Use ANSI prototype.
15292         * string/strchr.c: Remove unused #include of memcopy.h.
15293         (strchr): Use ANSI prototype.
15294         * string/strcmp.c: Remove unused #include of memcopy.h.
15295         (strcmp): Use ANSI prototype.
15296         * string/strcpy.c: Remove unused #include of memcopy.h.
15297         (strcpy): Use ANSI prototype.
15299 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15301         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15302         * config.make.in (config-extra-cppflags): Set it from
15303         libc_extra_cppflags.
15304         * configure.ac (libc_extra_cflags): Make it accumulate over
15305         configure fragments.
15306         (libc_extra_cppflags): New flag.
15307         * configure. Regenerate.
15308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15309         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15310         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15313         [BZ #16815]
15314         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15315         result for FE_DOWNWARD rounding mode.
15316         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15317         Likewise.
15318         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15320 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15322         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15323         in function argument name.
15325 2014-04-03  David Svoboda  <svoboda@cert.org>
15327         [BZ #5666]
15328         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15329         explicitly.
15331 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15333         * elf/dl-unmap-segments.h: New file.
15334         * sysdeps/generic/ldsodefs.h
15335         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15336         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15337         * elf/dl-fptr.c: Likewise.
15338         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15339         * sysdeps/aarch64/tlsdesc.c: Likewise.
15340         * sysdeps/arm/tlsdesc.c: Likewise.
15341         * sysdeps/i386/tlsdesc.c: Likewise.
15342         * sysdeps/tile/dl-runtime.c: Likewise.
15343         * sysdeps/x86_64/tlsdesc.c: Likewise.
15344         * elf/dl-load.h: New file.
15345         * elf/dl-load.c: Include it.
15346         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15347         Macros moved to dl-load.h.
15348         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15349         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15350         Use _dl_unmap_segments in place of __munmap.
15351         Break out segment-mapping loop into ...
15352         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15354 2014-04-03  Will Newton  <will.newton@linaro.org>
15356         * elf/dl-lookup.c (do_lookup_x): Remove comment
15357         referring to nested function and move variable
15358         declarations down to before first use.
15360 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15362         [BZ #16799]
15363         [BZ #16800]
15364         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15365         with 0 numerator.
15366         * math/s_catanf.c (__catanf): Likewise.
15367         * math/s_catanh.c (__catanh): Likewise.
15368         * math/s_catanhf.c (__catanhf): Likewise.
15369         * math/s_catanhl.c (__catanhl): Likewise.
15370         * math/s_catanl.c (__catanl): Likewise.
15371         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15372         by positive zero when computing -Inf result.
15373         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15374         (catanh_test): Likewise.
15375         * sysdeps/i386/fpu/libm-test-ulps: Update.
15376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15378         [BZ #16789]
15379         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15380         instead of using underflowing value in computing result.
15381         * math/s_clog10.c (__clog10): Likewise.
15382         * math/s_clog10f.c (__clog10f): Likewise.
15383         * math/s_clog10l.c (__clog10l): Likewise.
15384         * math/s_clogf.c (__clogf): Likewise.
15385         * math/s_clogl.c (__clogl): Likewise.
15386         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15387         (clog10_test): Likewise.
15388         * sysdeps/i386/fpu/libm-test-ulps: Update.
15389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15391 2014-04-02  Alan Modra  <amodra@gmail.com>
15393         [BZ #16739]
15394         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15395         output when value is near a power of two.  Use int64_t for lx and
15396         remove casts.  Use decimal rather than hex exponent constants.
15397         Don't use long double multiplication when double will suffice.
15398         * math/libm-test.inc (nextafter_test_data): Add tests.
15399         * NEWS: Add 16739 and 16786 to bug list.
15401         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15403         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15405 2014-04-01  Will Newton  <will.newton@linaro.org>
15407         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15408         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15410 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15412         [BZ #13347]
15413         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15414         * nptl/tst-setuid2.c: New file.
15415         * nptl/Makefile (xtests): Add tst-setuid2.
15417 2014-04-01  Alan Modra  <amodra@gmail.com>
15419         [BZ #16786]
15420         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15422 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15424         [BZ #6803]
15425         [BZ #6804]
15426         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15427         set errno as appropriate.
15428         * math/w_scalbf.c (__scalbf): Likewise.
15429         * math/w_scalbl.c (__scalbl): Likewise.
15430         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15431         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15432         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15433         Add more NaN tests.
15435         [BZ #16349]
15436         * math/w_atan2.c: Include <errno.h>.
15437         (__atan2): Set errno for result underflowing to zero.
15438         * math/w_atan2f.c: Include <errno.h>.
15439         (__atan2f): Set errno for result underflowing to zero.
15440         * math/w_atan2l.c: Include <errno.h>.
15441         (__atan2l): Set errno for result underflowing to zero.
15442         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15443         tests.
15444         * math/auto-libm-test-out: Regenerated.
15446 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15448         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15449         Encode instruction correctly in little endian.
15450         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15451         Likewise.
15452         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15453         Likewise.
15454         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15455         Likewise.
15456         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15457         Likewise.
15459 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15461         [BZ #9894]
15462         * sysdeps/unix/sysv/linux/kernel-features.h
15463         [__sparc__ && !__arch64__ && !__sparc_v9__]
15464         (__ASSUME_SET_ROBUST_LIST): Do not define.
15465         [__sparc__ && !__arch64__ && !__sparc_v9__]
15466         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15467         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15468         Likewise.
15469         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15470         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15471         (__ASSUME_REQUEUE_PI): Likewise.
15472         (__ASSUME_SET_ROBUST_LIST): Likewise.
15473         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15474         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15475         Undefine.
15476         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15477         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15478         Likewise.
15479         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15480         Likewise.
15481         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15482         Likewise.
15483         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15484         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15485         Undefine.
15486         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15487         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15488         Likewise.
15490         [BZ #16648]
15491         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15492         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15493         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15495 2014-03-31  Will Newton  <will.newton@linaro.org>
15497         * benchtests/Makefile (bench): Add ffs and ffsll to list
15498         of tests.
15499         * benchtests/ffs-inputs: New file.
15500         * benchtests/ffsll-inputs: Likewise.
15502 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15504         [BZ #16770]
15505         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15506         too large before casting to int.
15507         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15508         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15509         * math/libm-test.inc (scalb_test_data): Add more tests.
15511 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15513         * benchtests/Makefile (DETAILED_OPT): New make option.
15514         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15515         set.
15516         * benchtests/bench-skeleton.c: Include stdbool.h.
15517         (main): Store and print timings per input.
15518         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15519         member to each argument value.
15520         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15521         (_print_arg_data): Initialize per-input timing to 0.
15523         * benchtests/Makefile (timing-type): New binary.
15524         (bench-clean): Also remove bench-timing-type.
15525         (bench): New target for timing-type.
15526         (bench-func): Print output in JSON format.
15527         * benchtests/bench-skeleton.c (main): Print output in JSON
15528         format.
15529         * benchtests/bench-timing-type.c: New file.
15530         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15531         (TIMING_PRINT_STATS): Remove.
15532         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15533         name separately.
15535         * benchtests/bench-modf.c: Remove.
15536         * benchtests/modf-inputs: New inputs file.
15538 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15540         [BZ #16362]
15541         * math/s_clog10.c (M_PI_LOG10E): New macro.
15542         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15543         imaginary parts are 0.
15544         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15545         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15546         imaginary parts are 0.
15547         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15548         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15549         imaginary parts are 0.
15550         * math/libm-test.inc (clog10_test_data): Update expected results
15551         for when real and imaginary parts are 0.
15553 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15555         * elf/dl-load.c: Finish conversion of __builtin_expect into
15556         __glibc_{un}likely.
15558 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15560         [BZ #16348]
15561         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15562         1+x for argument with exponent below -67.
15563         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15564         Likewise.
15565         * math/auto-libm-test-in: Add more tests of exp.
15566         * math/auto-libm-test-out: Regenerated.
15568 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15570         [BZ #16759]
15571         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15572         (nscd_getnetgrent): Use it.
15574         [BZ #16760]
15575         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15576         of stpcpy.
15578 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15580         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15581         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15582         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15583         (lll_robust_unlock): Remove out of line section. Use cfi
15584         intrinsics.
15585         (LLL_STUB_UNWIND_INFO*): Remove.
15586         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15587         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15588         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15589         (lll_robust_unlock): Remove out of line section. Use cfi
15590         intrinsics.
15591         (LLL_STUB_UNWIND_INFO*): Remove.
15593 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15595         [BZ #16758]
15596         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15597         blank values.
15599 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15601         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15603 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15605         [BZ #16198]
15606         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15607         fnstenv.
15608         * math/test-fenv-preserve.c: New file.
15609         * math/Makefile (tests): Add test-fenv-preserve.
15611 2014-03-26  Will Newton <will.newton@linaro.org>
15613         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15615 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15617         * scripts/versionlist.awk: Partition the version sets and emit all
15618         GLIBC_* (sorted) before all others (sorted).
15620 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15622         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15623         GLIBC_2.2.5 version.
15625 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15627         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15628         calls.
15630         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15631         previous change.
15633         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15635 2014-03-25  Andreas Schwab  <schwab@suse.de>
15637         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15638         label to be used after in6ailist is initialized.
15640 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15642         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15643         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15645 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15647         [BZ #16357]
15648         [BZ #16599]
15649         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15650         min_plus_half.
15651         (fp_formats): Update initializers.
15652         (init_fp_formats): Initialize new field.
15653         (output_for_one_input_case): Allow underflow for results up to
15654         min_plus_half.
15655         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15656         * math/auto-libm-test-in: Don't mark some underflows from asin and
15657         atanh as spurious.
15658         * math/auto-libm-test-out: Regenerated.
15659         * sysdeps/i386/fpu/libm-test-ulps: Update.
15660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15662 2014-03-25  Andreas Schwab  <schwab@suse.de>
15664         * libio/Makefile (tst-ftell-partial-wide-ENV)
15665         (tst-ftell-active-handler-ENV): Define.
15667 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15669         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15671 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15673         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15675 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15677         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15678         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15679         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15681 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15683         [BZ #16634]
15684         * elf/dl-load.c (open_verify): Add mode parameter.
15685         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15686         (open_path): Change from boolean 'secure' to complete flag 'mode'
15687         (_dl_map_object): Adjust.
15688         * elf/Makefile (tests): Add tst-dlopen-aout.
15689         * elf/tst-dlopen-aout.c: New test.
15691 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15693         [BZ #16714]
15694         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15695         (struct stat): Rename member pad0 to __glibc_reserved0.
15697         [BZ #16712]
15698         * sysdeps/s390/s390-32/bits/wordsize.h
15699         (__WORDSIZE32_SIZE_ULONG): New define.
15700         * sysdeps/s390/s390-64/bits/wordsize.h
15701         (__WORDSIZE32_SIZE_ULONG): Likewise.
15702         * sysdeps/generic/stdint.h (SIZE_MAX):
15703         Define as UL if __WORDSIZE32_SIZE_ULONG.
15705         [BZ #16713]
15706         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15707         (__glibc_reserved0): New variable.
15708         (sa_flags): Change type to int.
15710         * posix/Makefile (before-compile): Use += before-compile instead
15711         of a :=.
15713         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15714         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15716 2014-03-20  Andreas Schwab  <schwab@suse.de>
15718         [BZ #16743]
15719         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15720         non-matching result from nscd.
15722 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15724         * scripts/bench.py: Moved to ...
15725         * benchtests/scripts/bench.py: ... here.
15726         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15728 2014-03-24  Andreas Schwab  <schwab@suse.de>
15730         [BZ #16002]
15731         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15732         alloca_account and account alloca use for struct in6ailist.
15734 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15736         [BZ #16284]
15737         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15738         rounding mode to recompute results that overflow to infinity or
15739         underflow to zero.
15740         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15741         bug 16284.
15742         * math/auto-libm-test-out: Regenerated.
15743         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15744         (ccosh_test): Likewise.
15745         (csin_test_data): Use plus_oflow.
15746         (csin_test): Use ALL_RM_TEST.
15747         (csinh_test_data): Use plus_oflow.
15748         (csinh_test): Use ALL_RM_TEST.
15749         * sysdeps/i386/fpu/libm-test-ulps: Update.
15750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15752 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15754         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15755         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15756         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15758         [BZ #16731]
15759         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15760         when x - 1 is zero.
15761         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15762         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15763         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15764         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15765         argument is 1.
15766         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15767         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15768         zero.
15769         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15770         * sysdeps/i386/fpu/libm-test-ulps: Update.
15771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15773 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15775         * scripts/bench.pl: Remove file.
15776         * scripts/bench.py: New benchmark script.
15777         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15778         * benchtests/README: Mention python dependency.
15779         * scripts/pylintrc: New file.
15780         * scripts/pylint: New file.
15782         * bits/mathdef.h: Use #ifdef instead of #if.
15783         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15784         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15785         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15786         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15787         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15788         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15790 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15791             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15793         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15794         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15795         and strpbrk-ppc64 objects.
15796         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15797         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15798         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15799         multiarch strpbrk for POWER7.
15800         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15801         multiarch strpbrk for PPC64.
15802         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15803         ifunc selector.
15804         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15805         strpbrk for POWER7.
15807 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15809         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15810         (atan_test): Likewise.
15811         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15812         (atanh_test): Use ALL_RM_TEST.
15813         (atan2_test_data): Likewise.
15814         (cabs_test): Likewise.
15815         (cacosh_test): Likewise.
15816         (carg_test): Likewise.
15817         (casin_test): Likewise.
15818         (casinh_test): Likewise.
15819         (cbrt_test): Likewise.
15820         (csqrt_test): Likewise.
15821         (erf_test): Likewise.
15822         (erfc_test): Likewise.
15823         (pow10_test): Likewise.
15824         (exp2_test): Likewise.
15825         (hypot_test): Likewise.
15826         (j0_test): Likewise.
15827         (j1_test): Likewise.
15828         (lgamma_test): Likewise.
15829         (gamma_test): Likewise.
15830         (sincos_test): Likewise.
15831         (tanh_test): Likewise.
15832         (y0_test): Likewise.
15833         (y1_test): Likewise.
15834         * sysdeps/i386/fpu/libm-test-ulps: Update.
15835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15837 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15839         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15840         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15841         and strcspn-ppc64 objects.
15842         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15843         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15844         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15845         multiarch strcspn for POWER7.
15846         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15847         multiarch strcspn for PPC64.
15848         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15849         ifunc selector.
15850         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15851         strcspn for POWER7.
15853 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15855         * math/gen-libm-test.pl (generate_testfile): Expect only function
15856         name as argument to AUTO_TESTS_* and pass results for all rounding
15857         modes to parse_args.
15858         (parse_auto_input): Separate inputs of automatic tests from
15859         outputs before storing in %auto_tests.
15860         * math/libm-test.inc (acos_test_data): Update call to
15861         AUTO_TESTS_f_f.
15862         (acos_test): Use ALL_RM_TEST.
15863         (acos_tonearest_test_data): Remove.
15864         (acos_test_tonearest): Likewise.
15865         (acos_towardzero_test_data): Likewise.
15866         (acos_test_towardzero): Likewise.
15867         (acos_downward_test_data): Likewise.
15868         (acos_test_downward): Likewise.
15869         (acos_upward_test_data): Likewise.
15870         (acos_test_upward): Likewise.
15871         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15872         (asin_test_data): Likewise.
15873         (asin_test): Use ALL_RM_TEST.
15874         (asin_tonearest_test_data): Remove.
15875         (asin_test_tonearest): Likewise.
15876         (asin_towardzero_test_data): Likewise.
15877         (asin_test_towardzero): Likewise.
15878         (asin_downward_test_data): Likewise.
15879         (asin_test_downward): Likewise.
15880         (asin_upward_test_data): Likewise.
15881         (asin_test_upward): Likewise.
15882         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15883         (atan_test_data): Likewise.
15884         (atanh_test_data): Likewise.
15885         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15886         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15887         (carg_test_data): Likewise.
15888         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15889         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15890         (ccosh_test_data): Likewise.
15891         (cexp_test_data): Likewise.
15892         (clog_test_data): Likewise.
15893         (clog10_test_data): Likewise.
15894         (cos_test_data): Update call to AUTO_TESTS_f_f.
15895         (cos_test): Use ALL_RM_TEST.
15896         (cos_tonearest_test_data): Remove.
15897         (cos_test_tonearest): Likewise.
15898         (cos_towardzero_test_data): Likewise.
15899         (cos_test_towardzero): Likewise.
15900         (cos_downward_test_data): Likewise.
15901         (cos_test_downward): Likewise.
15902         (cos_upward_test_data): Likewise.
15903         (cos_test_upward): Likewise.
15904         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15905         (cosh_test): Use ALL_RM_TEST.
15906         (cosh_tonearest_test_data): Remove.
15907         (cosh_test_tonearest): Likewise.
15908         (cosh_towardzero_test_data): Likewise.
15909         (cosh_test_towardzero): Likewise.
15910         (cosh_downward_test_data): Likewise.
15911         (cosh_test_downward): Likewise.
15912         (cosh_upward_test_data): Likewise.
15913         (cosh_test_upward): Likewise.
15914         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15915         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15916         (ctan_test_data): Likewise.
15917         (ctan_test): Use ALL_RM_TEST.
15918         (ctan_tonearest_test_data): Remove.
15919         (ctan_test_tonearest): Likewise.
15920         (ctan_towardzero_test_data): Likewise.
15921         (ctan_test_towardzero): Likewise.
15922         (ctan_downward_test_data): Likewise.
15923         (ctan_test_downward): Likewise.
15924         (ctan_upward_test_data): Likewise.
15925         (ctan_test_upward): Likewise.
15926         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15927         (ctanh_test): Use ALL_RM_TEST.
15928         (ctanh_tonearest_test_data): Remove.
15929         (ctanh_test_tonearest): Likewise.
15930         (ctanh_towardzero_test_data): Likewise.
15931         (ctanh_test_towardzero): Likewise.
15932         (ctanh_downward_test_data): Likewise.
15933         (ctanh_test_downward): Likewise.
15934         (ctanh_upward_test_data): Likewise.
15935         (ctanh_test_upward): Likewise.
15936         (erf_test_data): Update call to AUTO_TESTS_f_f.
15937         (erfc_test_data): Likewise.
15938         (exp_test_data): Likewise.
15939         (exp_test): Use ALL_RM_TEST.
15940         (exp_tonearest_test_data): Remove.
15941         (exp_test_tonearest): Likewise.
15942         (exp_towardzero_test_data): Likewise.
15943         (exp_test_towardzero): Likewise.
15944         (exp_downward_test_data): Likewise.
15945         (exp_test_downward): Likewise.
15946         (exp_upward_test_data): Likewise.
15947         (exp_test_upward): Likewise.
15948         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15949         (exp10_test): Use ALL_RM_TEST.
15950         (exp10_tonearest_test_data): Remove.
15951         (exp10_test_tonearest): Likewise.
15952         (exp10_towardzero_test_data): Likewise.
15953         (exp10_test_towardzero): Likewise.
15954         (exp10_downward_test_data): Likewise.
15955         (exp10_test_downward): Likewise.
15956         (exp10_upward_test_data): Likewise.
15957         (exp10_test_upward): Likewise.
15958         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15959         (expm1_test_data): Likewise.
15960         (expm1_test): Use ALL_RM_TEST.
15961         (expm1_tonearest_test_data): Remove.
15962         (expm1_test_tonearest): Likewise.
15963         (expm1_towardzero_test_data): Likewise.
15964         (expm1_test_towardzero): Likewise.
15965         (expm1_downward_test_data): Likewise.
15966         (expm1_test_downward): Likewise.
15967         (expm1_upward_test_data): Likewise.
15968         (expm1_test_upward): Likewise.
15969         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15970         (fma_test): Use ALL_RM_TEST.
15971         (fma_towardzero_test_data): Remove.
15972         (fma_test_towardzero): Likewise.
15973         (fma_downward_test_data): Likewise.
15974         (fma_test_downward): Likewise.
15975         (fma_upward_test_data): Likewise.
15976         (fma_test_upward): Likewise.
15977         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15978         (j0_test_data): Update call to AUTO_TESTS_f_f.
15979         (j1_test_data): Likewise.
15980         (jn_test_data): Update call to AUTO_TESTS_if_f.
15981         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15982         (log_test_data): Update call to AUTO_TESTS_f_f.
15983         (log10_test_data): Likewise.
15984         (log1p_test_data): Likewise.
15985         (log2_test_data): Likewise.
15986         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15987         (pow_tonearest_test_data): Likewise.
15988         (sin_test_data): Update call to AUTO_TESTS_f_f.
15989         (sin_test): Use ALL_RM_TEST.
15990         (sin_tonearest_test_data): Remove.
15991         (sin_test_tonearest): Likewise.
15992         (sin_towardzero_test_data): Likewise.
15993         (sin_test_towardzero): Likewise.
15994         (sin_downward_test_data): Likewise.
15995         (sin_test_downward): Likewise.
15996         (sin_upward_test_data): Likewise.
15997         (sin_test_upward): Likewise.
15998         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15999         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16000         (sinh_test): Use ALL_RM_TEST.
16001         (sinh_tonearest_test_data): Remove.
16002         (sinh_test_tonearest): Likewise.
16003         (sinh_towardzero_test_data): Likewise.
16004         (sinh_test_towardzero): Likewise.
16005         (sinh_downward_test_data): Likewise.
16006         (sinh_test_downward): Likewise.
16007         (sinh_upward_test_data): Likewise.
16008         (sinh_test_upward): Likewise.
16009         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16010         (sqrt_test): Use ALL_RM_TEST.
16011         (sqrt_tonearest_test_data): Remove.
16012         (sqrt_test_tonearest): Likewise.
16013         (sqrt_towardzero_test_data): Likewise.
16014         (sqrt_test_towardzero): Likewise.
16015         (sqrt_downward_test_data): Likewise.
16016         (sqrt_test_downward): Likewise.
16017         (sqrt_upward_test_data): Likewise.
16018         (sqrt_test_upward): Likewise.
16019         (tan_test_data): Update call to AUTO_TESTS_f_f.
16020         (tan_test): Use ALL_RM_TEST.
16021         (tan_tonearest_test_data): Remove.
16022         (tan_test_tonearest): Likewise.
16023         (tan_towardzero_test_data): Likewise.
16024         (tan_test_towardzero): Likewise.
16025         (tan_downward_test_data): Likewise.
16026         (tan_test_downward): Likewise.
16027         (tan_upward_test_data): Likewise.
16028         (tan_test_upward): Likewise.
16029         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16030         (tgamma_test_data): Likewise.
16031         (y0_test_data): Likewise.
16032         (y1_test_data): Likewise.
16033         (yn_test_data): Update call to AUTO_TESTS_if_f.
16034         (main): Do not call removed functions.
16036 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16038         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16039         (ldexp_test_data): Remove.
16040         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16041         scalbn_test_data.
16042         (scalb_test): Use ALL_RM_TEST.
16044 2014-03-19  Andreas Schwab  <schwab@suse.de>
16046         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16048 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16050         [BZ #16649]
16051         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16052         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16053         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16054         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16055         (__ASSUME_PREADV): Undefine.
16056         (__ASSUME_PWRITEV): Likewise.
16058 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16060         * bits/mman-linux.h: Add comment about non-Linux use.
16061         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16062         bits/mman-linux.h resting place.
16064         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16065         * bits/mman-linux.h: ... here.
16067 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16069         * conform/conformtest.pl: Add standard definition when calling C
16070         preprocessor on data files.
16071         (checknamespace): Remove unused variable.
16073 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16075         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16076         minus_oflow, plus_uflow and minus_uflow in expected results.
16077         * math/libm-test.inc (scalbn_test_data): Add more tests of
16078         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16079         minus_uflow.
16080         (scalbn_test): Use ALL_RM_TEST.
16081         (scalbln_test_data): Add more tests of negative arguments.  Use
16082         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16083         (scalbln_test): Use ALL_RM_TEST.
16085 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16087         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16089 2014-03-18  Will Newton  <will.newton@linaro.org>
16091         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16092         inaccurate comment.
16094 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16096         * Makerules [!subdir] (check-abi): Exit with error status if a
16097         test failed.
16099 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16101         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16102         for rint.  Include results for all rounding modes.
16103         (nearbyint_test): Use ALL_RM_TEST.
16104         (rint_test_data): Include all tests used for nearbyint.
16106 2014-03-17  Will Newton  <will.newton@linaro.org>
16108         * nptl/sysdeps/pthread/pthread.h: Revert previous
16109         change.
16111         * sysdeps/generic/ldsodefs.h: Revert previous
16112         change.
16114         * libio/genops.c: Revert previous change.
16115         * libio/libioP.h: Likewise.
16116         * stdio-common/vfprintf.c: Likewise.
16118         * sysdeps/generic/math_private.h: Revert previous
16119         change.
16121         * sysdeps/generic/math_private.h: Check whether
16122         HAVE_RM_CTX is defined with #ifdef rather
16123         than #if.
16125         * argp/argp-fmtstream.h: Check whether
16126         __STRICT_ANSI__ is defined with #ifdef rather
16127         than #if.
16128         * argp/argp.h: Likewise.
16130         * libio/genops.c: Check whether
16131         _IO_JUMPS_OFFSET is defined with #ifdef rather
16132         than #if.
16133         * libio/libioP.h: Likewise.
16134         * stdio-common/vfprintf.c: Likewise.
16136         * sysdeps/generic/ldsodefs.h: Check whether
16137         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16138         than #if.
16140         * nptl/sysdeps/pthread/pthread.h: Check
16141         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16142         its value.
16144 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16146         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16147         setting O_APPEND.
16148         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16149         test case.
16151         [BZ #16680]
16152         * libio/fileops.c (_IO_file_open): Seek to end of file but
16153         don't cache the offset.
16154         (get_file_offset): Remove function.
16155         (do_ftell): Use cached offset when available.
16156         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16157         don't cache the offset.
16158         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16159         case.
16160         (do_one_test): Call it.
16161         (do_ftell_test): Fix up expected old offset for a+ mode.
16162         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16163         available.
16165         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16166         up test status with function return status.
16167         (do_write_test): Likewise.
16168         (do_append_test): Likewise.
16170         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16171         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16172         Remove.
16174 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16176         * math/gen-libm-test.pl (parse_args): Handle results specified for
16177         each rounding mode separately.
16178         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16179         tests and results from lrint_tonearest_test_data,
16180         lrint_towardzero_test_data, lrint_downward_test_data and
16181         lrint_upward_test_data.
16182         (lrint_test): Use ALL_RM_TEST.
16183         (lrint_tonearest_test_data): Remove.
16184         (lrint_test_tonearest): Likewise.
16185         (lrint_towardzero_test_data): Likewise.
16186         (lrint_test_towardzero): Likewise.
16187         (lrint_downward_test_data): Likewise.
16188         (lrint_test_downward): Likewise.
16189         (lrint_upward_test_data): Likewise.
16190         (lrint_test_upward): Likewise.
16191         (llrint_test_data): Merge in per-rounding-mode tests and results
16192         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16193         llrint_downward_test_data and llrint_upward_test_data.
16194         (llrint_test): Use ALL_RM_TEST.
16195         (llrint_tonearest_test_data): Remove.
16196         (llrint_test_tonearest): Likewise.
16197         (llrint_towardzero_test_data): Likewise.
16198         (llrint_test_towardzero): Likewise.
16199         (llrint_downward_test_data): Likewise.
16200         (llrint_test_downward): Likewise.
16201         (llrint_upward_test_data): Likewise.
16202         (llrint_test_upward): Likewise.
16203         (rint_test_data): Merge in per-rounding-mode tests and results
16204         from rint_tonearest_test_data, rint_towardzero_test_data,
16205         rint_downward_test_data and rint_upward_test_data.  Add
16206         per-rounding-mode results for tests not in those arrays.
16207         (rint_test): Use ALL_RM_TEST.
16208         (rint_tonearest_test_data): Remove.
16209         (rint_test_tonearest): Likewise.
16210         (rint_towardzero_test_data): Likewise.
16211         (rint_test_towardzero): Likewise.
16212         (rint_downward_test_data): Likewise.
16213         (rint_test_downward): Likewise.
16214         (rint_upward_test_data): Likewise.
16215         (rint_test_upward): Likewise.
16216         (main): Don't call removed functions.
16218 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16220         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16221         "Compiled on ..." crapola.  It is anti-useful.
16223 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16225         * scripts/evaluate-test.sh: Handle fourth argument to determine
16226         whether test run should stop on failure.
16227         * Makeconfig (stop-on-test-failure): New variable.
16228         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16229         $(stop-on-test-failure).
16230         * Makefile (tests): Give a summary of results from testing and
16231         exit with failure status if they include an ERROR or FAIL.
16232         (xtests): Likewise.
16233         * manual/install.texi (Configuring and compiling): Mention
16234         stop-on-test-failure=y.
16235         * INSTALL: Regenerated.
16237 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16239         * scripts/versionlist.awk: New file.
16240         * Makerules [$(build-shared) = yes]
16241         (postclean-generated): Add Versions.def, not Versions.def.v and
16242         Versions.def.v.i.
16243         ($(common-objpfx)Versions.def.v.i): Target removed.
16244         ($(common-objpfx)Versions.def): New target.
16245         ($(common-objpfx)Versions.all): Depend on that rather that
16246         $(common-objpfx)Versions.def.v.
16247         * Versions.def: File removed.
16249         * Makeconfig (+gccwarn): Add -Wundef.
16250         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16251         a dl-sysdep.h breaking its contract.
16252         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16253         * include/stackinfo.h: New file.
16254         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16255         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16256         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16257         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16258         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16259         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16260         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16261         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16262         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16263         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16264         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16265         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16266         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16267         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16268         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16270 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16272         [BZ #16707]
16273         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16274         implementation.
16275         * math/libm-test.inc (round_test_data): Add more tests.
16277         [BZ #16706]
16278         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16279         implementation.
16280         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16282         [BZ #16701]
16283         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16284         implementation.
16285         * math/libm-test.inc (ceil_test_data): Add more tests.
16287         * math/libm-test.inc (trunc_test_data): Add more tests related to
16288         BZ#16414.
16290 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16292         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16293         with #if rather than #ifdef.
16294         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16296 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16298         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16299         first.  Disable AVX-512 GCC support if assembler doesn't support
16300         it.
16301         * sysdeps/x86_64/configure: Regenerated.
16303 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16305         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16306         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16307         (__old_pthread_attr_setstack): Likewise.
16308         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16309         [!_STACK_GROWS_DOWN]: Likewise.
16311 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16313         * config.make.in (have-bash2): Delete.
16314         * configure.ac (libc_cv_have_bash2): Delete.
16315         * configure: Regenerate.
16316         * elf/Makefile (common-ldd-rewrite): Rename to ...
16317         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16318         (sh-ldd-rewrite): Delete.
16319         (bash-ldd-rewrite): Delete.
16320         (have-bash2): Delete checks.
16321         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16322         ldd-rewrite.
16324         * config.make.in (have-ksh): Delete.
16325         (KSH): Delete.
16326         * configure.ac (libc_cv_have_ksh): Delete.
16327         * configure: Regenerate.
16329         * elf/Makefile: Delete $(have-ksh) check.
16330         ($(objpfx)sotruss): Change KSH to BASH.
16331         * elf/sotruss.ksh: Rename to ...
16332         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16333         function style to match POSIX.  Drop ksh vim mode setting.
16335         * manual/time.texi (Specifying the Time Zone with TZ): Change
16336         Tuesday to Thursday.
16338         * debug/tst-longjmp_chk2.c: Update header comment.
16339         (stackoverflow_handler): Add comment.  Call assert on pass value.
16341 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16343         [BZ #16194]
16344         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16345         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16346         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16347         (La_x86_64_vector): Add zmm.
16348         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16349         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16350         ($(objpfx)tst-audit10): New target.
16351         ($(objpfx)tst-audit10.out): Likewise.
16352         (tst-audit10-ENV): New.
16353         (AVX512-CFLAGS): Likewise.
16354         (CFLAGS-tst-audit10.c): Likewise.
16355         (CFLAGS-tst-auditmod10a.c): Likewise.
16356         (CFLAGS-tst-auditmod10b.c): Likewise.
16357         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16358         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16359         * sysdeps/x86_64/configure: Regenerated.
16360         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16361         AVX-512 zmm register support.
16362         (_dl_x86_64_save_sse): Likewise.
16363         (_dl_x86_64_restore_sse): Likewise.
16364         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16365         size vector registers.
16366         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16367         (ZMM_SIZE): Likewise.
16368         * sysdeps/x86_64/tst-audit10.c: New file.
16369         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16370         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16372 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16374         * configure.ac (HAVE_EHDR_START): New check.
16375         * configure: Regenerated.
16376         * config.h.in (HAVE_EHDR_START): New #undef.
16377         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16378         assuming the lowest-addressed segment maps the start of the file.
16380 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16382         * INSTALL: Regenerated.
16384 2014-03-13  Will Newton  <will.newton@linaro.org>
16386         * manual/setjmp.texi (System V contexts): Improve
16387         clarity and grammar of documentation.
16389 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16391         [BZ #16381]
16392         * elf/Makefile (tests): Add tst-pie2.
16393         (tests-pie): Add tst-pie2.
16394         * elf/tst-pie2.c: New file.
16395         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16396         for ET_EXEC.
16397         * elf/rtld.c (map_doit): Load executable as lt_executable.
16398         (dl_main): Likewise.
16400 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16402         [BZ #16642]
16403         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16404         (__ASSUME_PSELECT): Undefine.
16406 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16408         [BZ #16689]
16409         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16410         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16411         static build.
16412         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16413         selector for static builds.
16415 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16417         [BZ #16695]
16418         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16419         key in the buffer.
16421 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16423         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16424         IFUNC selector for static builds.
16426 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16428         * sysdeps/mips/math_private.h [__mips_hard_float]
16429         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16430         libc_feresetround_mips_ctx.
16431         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16432         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16433         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16435         [BZ #16677]
16436         * math/s_nextafter.c (__nextafter): Do not return value from
16437         overflowing computation.
16438         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16439         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16440         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16441         Likewise.
16442         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16443         Likewise.
16444         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16445         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16447 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16449         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16450         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16451         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16452         the new mov targetting sp.
16454 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16456         [BZ #16683]
16457         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16458         Define it for static builds as well.
16459         (NO_BZERO_IMPL): Likewise.
16461 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16463         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16464         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16465         multiarch strspn for PPC64.
16466         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16467         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16469         (__libc_ifunc_impl_list): Likewise.
16470         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16471         multiarch optimizations
16472         * string/strspn.c (strspn): Using macro to redefine symbol name.
16474 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16475             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16477         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16478         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16479         multiarch strncat for PPC64.
16480         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16481         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16482         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16483         (__libc_ifunc_impl_list): Likewise.
16484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16485         multiarch optimizations
16487 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16489         [BZ #16639]
16490         * nscd/nscd.service: Make service type forking.
16492 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16494         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16495         sign in non default rounding modes.
16496         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16498 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16500         * math/libm-test.inc (ALL_RM_TEST): New macro.
16501         (ceil_test): Use ALL_RM_TEST.
16502         (cimag_test): Likewise.
16503         (conj_test): Likewise.
16504         (copysign_test): Likewise.
16505         (cproj_test): Likewise.
16506         (creal_test): Likewise.
16507         (fabs_test): Likewise.
16508         (floor_test): Likewise.
16509         (fmax_test): Likewise.
16510         (fmin_test): Likewise.
16511         (fmod_test): Likewise.
16512         (fpclassify_test): Likewise.
16513         (frexp_test): Likewise.
16514         (ilogb_test): Likewise.
16515         (isfinite_test): Likewise.
16516         (finite_test): Likewise.
16517         (isgreater_test): Likewise.
16518         (isgreaterequal_test): Likewise.
16519         (isinf_test): Likewise.
16520         (isless_test): Likewise.
16521         (islessequal_test): Likewise.
16522         (islessgreater_test): Likewise.
16523         (isnan_test): Likewise.
16524         (isnormal_test): Likewise.
16525         (issignaling_test): Likewise.
16526         (isunordered_test): Likewise.
16527         (logb_test): Likewise.
16528         (logb_downward_test_data): Remove.
16529         (logb_test_downward): Likewise.
16530         (lround_test): Use ALL_RM_TEST.
16531         (llround_test): Likewise.
16532         (modf_test): Likewise.
16533         (nexttoward_test): Likewise.
16534         (remainder_test): Likewise.
16535         (drem_test): Likewise.
16536         (remainder_tonearest_test_data): Likewise.
16537         (remainder_test_tonearest): Likewise.
16538         (drem_test_tonearest): Likewise.
16539         (remainder_towardzero_test_data): Likewise.
16540         (remainder_test_towardzero): Likewise.
16541         (drem_test_towardzero): Likewise.
16542         (remainder_downward_test_data): Likewise.
16543         (remainder_test_downward): Likewise.
16544         (drem_test_downward): Likewise.
16545         (remainder_upward_test_data): Likewise.
16546         (remainder_test_upward): Likewise.
16547         (drem_test_upward): Likewise.
16548         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16549         (round_test): Use ALL_RM_TEST.
16550         (signbit_test): Likewise.
16551         (trunc_test): Likewise.
16552         (significand_test): Likewise.
16553         (main): Don't call removed functions.
16555 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16557         [BZ #16674]
16558         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16559         || __USE_XOPEN2K8].
16560         (ILL_ILLOPN): Likewise.
16561         (ILL_ILLADR): Likewise.
16562         (ILL_ILLTRP): Likewise.
16563         (ILL_PRVOPC): Likewise.
16564         (ILL_PRVREG): Likewise.
16565         (ILL_COPROC): Likewise.
16566         (ILL_BADSTK): Likewise.
16567         (FPE_INTDIV): Likewise.
16568         (FPE_INTOVF): Likewise.
16569         (FPE_FLTDIV): Likewise.
16570         (FPE_FLTOVF): Likewise.
16571         (FPE_FLTUND): Likewise.
16572         (FPE_FLTRES): Likewise.
16573         (FPE_FLTINV): Likewise.
16574         (FPE_FLTSUB): Likewise.
16575         (SEGV_MAPERR): Likewise.
16576         (SEGV_ACCERR): Likewise.
16577         (BUS_ADRALN): Likewise.
16578         (BUS_ADRERR): Likewise.
16579         (BUS_OBJERR): Likewise.
16580         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16581         (TRAP_TRACE): Likewise.
16582         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16583         __USE_XOPEN2K8].
16584         (CLD_KILLED): Likewise.
16585         (CLD_DUMPED): Likewise.
16586         (CLD_TRAPPED): Likewise.
16587         (CLD_STOPPED): Likewise.
16588         (CLD_CONTINUED): Likewise.
16589         (POLL_IN): Likewise.
16590         (POLL_OUT): Likewise.
16591         (POLL_MSG): Likewise.
16592         (POLL_ERR): Likewise.
16593         (POLL_PRI): Likewise.
16594         (POLL_HUP): Likewise.
16595         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16596         Likewise.
16597         (ILL_ILLOPN): Likewise.
16598         (ILL_ILLADR): Likewise.
16599         (ILL_ILLTRP): Likewise.
16600         (ILL_PRVOPC): Likewise.
16601         (ILL_PRVREG): Likewise.
16602         (ILL_COPROC): Likewise.
16603         (ILL_BADSTK): Likewise.
16604         (FPE_INTDIV): Likewise.
16605         (FPE_INTOVF): Likewise.
16606         (FPE_FLTDIV): Likewise.
16607         (FPE_FLTOVF): Likewise.
16608         (FPE_FLTUND): Likewise.
16609         (FPE_FLTRES): Likewise.
16610         (FPE_FLTINV): Likewise.
16611         (FPE_FLTSUB): Likewise.
16612         (SEGV_MAPERR): Likewise.
16613         (SEGV_ACCERR): Likewise.
16614         (BUS_ADRALN): Likewise.
16615         (BUS_ADRERR): Likewise.
16616         (BUS_OBJERR): Likewise.
16617         (BUS_MCEERR_AR): Likewise.
16618         (BUS_MCEERR_AO): Likewise.
16619         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16620         (TRAP_TRACE): Likewise.
16621         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16622         __USE_XOPEN2K8].
16623         (CLD_KILLED): Likewise.
16624         (CLD_DUMPED): Likewise.
16625         (CLD_TRAPPED): Likewise.
16626         (CLD_STOPPED): Likewise.
16627         (CLD_CONTINUED): Likewise.
16628         (POLL_IN): Likewise.
16629         (POLL_OUT): Likewise.
16630         (POLL_MSG): Likewise.
16631         (POLL_ERR): Likewise.
16632         (POLL_PRI): Likewise.
16633         (POLL_HUP): Likewise.
16634         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16635         (ILL_ILLOPN): Likewise.
16636         (ILL_ILLADR): Likewise.
16637         (ILL_ILLTRP): Likewise.
16638         (ILL_PRVOPC): Likewise.
16639         (ILL_PRVREG): Likewise.
16640         (ILL_COPROC): Likewise.
16641         (ILL_BADSTK): Likewise.
16642         (FPE_INTDIV): Likewise.
16643         (FPE_INTOVF): Likewise.
16644         (FPE_FLTDIV): Likewise.
16645         (FPE_FLTOVF): Likewise.
16646         (FPE_FLTUND): Likewise.
16647         (FPE_FLTRES): Likewise.
16648         (FPE_FLTINV): Likewise.
16649         (FPE_FLTSUB): Likewise.
16650         (SEGV_MAPERR): Likewise.
16651         (SEGV_ACCERR): Likewise.
16652         (BUS_ADRALN): Likewise.
16653         (BUS_ADRERR): Likewise.
16654         (BUS_OBJERR): Likewise.
16655         (BUS_MCEERR_AR): Likewise.
16656         (BUS_MCEERR_AO): Likewise.
16657         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16658         (TRAP_TRACE): Likewise.
16659         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16660         __USE_XOPEN2K8].
16661         (CLD_KILLED): Likewise.
16662         (CLD_DUMPED): Likewise.
16663         (CLD_TRAPPED): Likewise.
16664         (CLD_STOPPED): Likewise.
16665         (CLD_CONTINUED): Likewise.
16666         (POLL_IN): Likewise.
16667         (POLL_OUT): Likewise.
16668         (POLL_MSG): Likewise.
16669         (POLL_ERR): Likewise.
16670         (POLL_PRI): Likewise.
16671         (POLL_HUP): Likewise.
16672         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16673         Likewise.
16674         (ILL_ILLOPN): Likewise.
16675         (ILL_ILLADR): Likewise.
16676         (ILL_ILLTRP): Likewise.
16677         (ILL_PRVOPC): Likewise.
16678         (ILL_PRVREG): Likewise.
16679         (ILL_COPROC): Likewise.
16680         (ILL_BADSTK): Likewise.
16681         (ILL_BADIADDR): Likewise.
16682         (ILL_BREAK): Likewise.
16683         (FPE_INTDIV): Likewise.
16684         (FPE_INTOVF): Likewise.
16685         (FPE_FLTDIV): Likewise.
16686         (FPE_FLTOVF): Likewise.
16687         (FPE_FLTUND): Likewise.
16688         (FPE_FLTRES): Likewise.
16689         (FPE_FLTINV): Likewise.
16690         (FPE_FLTSUB): Likewise.
16691         (FPE_DECOVF): Likewise.
16692         (FPE_DECDIV): Likewise.
16693         (FPE_DECERR): Likewise.
16694         (FPE_INVASC): Likewise.
16695         (FPE_INVDEC): Likewise.
16696         (SEGV_MAPERR): Likewise.
16697         (SEGV_ACCERR): Likewise.
16698         (SEGV_PSTKOVF): Likewise.
16699         (BUS_ADRALN): Likewise.
16700         (BUS_ADRERR): Likewise.
16701         (BUS_OBJERR): Likewise.
16702         (BUS_MCEERR_AR): Likewise.
16703         (BUS_MCEERR_AO): Likewise.
16704         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16705         (TRAP_TRACE): Likewise.
16706         (TRAP_BRANCH): Likewise.
16707         (TRAP_HWBKPT): Likewise.
16708         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16709         __USE_XOPEN2K8].
16710         (CLD_KILLED): Likewise.
16711         (CLD_DUMPED): Likewise.
16712         (CLD_TRAPPED): Likewise.
16713         (CLD_STOPPED): Likewise.
16714         (CLD_CONTINUED): Likewise.
16715         (POLL_IN): Likewise.
16716         (POLL_OUT): Likewise.
16717         (POLL_MSG): Likewise.
16718         (POLL_ERR): Likewise.
16719         (POLL_PRI): Likewise.
16720         (POLL_HUP): Likewise.
16721         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16722         (ILL_ILLOPN): Likewise.
16723         (ILL_ILLADR): Likewise.
16724         (ILL_ILLTRP): Likewise.
16725         (ILL_PRVOPC): Likewise.
16726         (ILL_PRVREG): Likewise.
16727         (ILL_COPROC): Likewise.
16728         (ILL_BADSTK): Likewise.
16729         (FPE_INTDIV): Likewise.
16730         (FPE_INTOVF): Likewise.
16731         (FPE_FLTDIV): Likewise.
16732         (FPE_FLTOVF): Likewise.
16733         (FPE_FLTUND): Likewise.
16734         (FPE_FLTRES): Likewise.
16735         (FPE_FLTINV): Likewise.
16736         (FPE_FLTSUB): Likewise.
16737         (SEGV_MAPERR): Likewise.
16738         (SEGV_ACCERR): Likewise.
16739         (BUS_ADRALN): Likewise.
16740         (BUS_ADRERR): Likewise.
16741         (BUS_OBJERR): Likewise.
16742         (BUS_MCEERR_AR): Likewise.
16743         (BUS_MCEERR_AO): Likewise.
16744         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16745         (TRAP_TRACE): Likewise.
16746         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16747         __USE_XOPEN2K8].
16748         (CLD_KILLED): Likewise.
16749         (CLD_DUMPED): Likewise.
16750         (CLD_TRAPPED): Likewise.
16751         (CLD_STOPPED): Likewise.
16752         (CLD_CONTINUED): Likewise.
16753         (POLL_IN): Likewise.
16754         (POLL_OUT): Likewise.
16755         (POLL_MSG): Likewise.
16756         (POLL_ERR): Likewise.
16757         (POLL_PRI): Likewise.
16758         (POLL_HUP): Likewise.
16759         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16760         (ILL_ILLOPN): Likewise.
16761         (ILL_ILLADR): Likewise.
16762         (ILL_ILLTRP): Likewise.
16763         (ILL_PRVOPC): Likewise.
16764         (ILL_PRVREG): Likewise.
16765         (ILL_COPROC): Likewise.
16766         (ILL_BADSTK): Likewise.
16767         (FPE_INTDIV): Likewise.
16768         (FPE_INTOVF): Likewise.
16769         (FPE_FLTDIV): Likewise.
16770         (FPE_FLTOVF): Likewise.
16771         (FPE_FLTUND): Likewise.
16772         (FPE_FLTRES): Likewise.
16773         (FPE_FLTINV): Likewise.
16774         (FPE_FLTSUB): Likewise.
16775         (SEGV_MAPERR): Likewise.
16776         (SEGV_ACCERR): Likewise.
16777         (BUS_ADRALN): Likewise.
16778         (BUS_ADRERR): Likewise.
16779         (BUS_OBJERR): Likewise.
16780         (BUS_MCEERR_AR): Likewise.
16781         (BUS_MCEERR_AO): Likewise.
16782         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16783         (TRAP_TRACE): Likewise.
16784         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16785         __USE_XOPEN2K8].
16786         (CLD_KILLED): Likewise.
16787         (CLD_DUMPED): Likewise.
16788         (CLD_TRAPPED): Likewise.
16789         (CLD_STOPPED): Likewise.
16790         (CLD_CONTINUED): Likewise.
16791         (POLL_IN): Likewise.
16792         (POLL_OUT): Likewise.
16793         (POLL_MSG): Likewise.
16794         (POLL_ERR): Likewise.
16795         (POLL_PRI): Likewise.
16796         (POLL_HUP): Likewise.
16797         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16798         (ILL_ILLOPN): Likewise.
16799         (ILL_ILLADR): Likewise.
16800         (ILL_ILLTRP): Likewise.
16801         (ILL_PRVOPC): Likewise.
16802         (ILL_PRVREG): Likewise.
16803         (ILL_COPROC): Likewise.
16804         (ILL_BADSTK): Likewise.
16805         (FPE_INTDIV): Likewise.
16806         (FPE_INTOVF): Likewise.
16807         (FPE_FLTDIV): Likewise.
16808         (FPE_FLTOVF): Likewise.
16809         (FPE_FLTUND): Likewise.
16810         (FPE_FLTRES): Likewise.
16811         (FPE_FLTINV): Likewise.
16812         (FPE_FLTSUB): Likewise.
16813         (SEGV_MAPERR): Likewise.
16814         (SEGV_ACCERR): Likewise.
16815         (BUS_ADRALN): Likewise.
16816         (BUS_ADRERR): Likewise.
16817         (BUS_OBJERR): Likewise.
16818         (BUS_MCEERR_AR): Likewise.
16819         (BUS_MCEERR_AO): Likewise.
16820         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16821         (TRAP_TRACE): Likewise.
16822         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16823         __USE_XOPEN2K8].
16824         (CLD_KILLED): Likewise.
16825         (CLD_DUMPED): Likewise.
16826         (CLD_TRAPPED): Likewise.
16827         (CLD_STOPPED): Likewise.
16828         (CLD_CONTINUED): Likewise.
16829         (POLL_IN): Likewise.
16830         (POLL_OUT): Likewise.
16831         (POLL_MSG): Likewise.
16832         (POLL_ERR): Likewise.
16833         (POLL_PRI): Likewise.
16834         (POLL_HUP): Likewise.
16835         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16836         (ILL_ILLOPN): Likewise.
16837         (ILL_ILLADR): Likewise.
16838         (ILL_ILLTRP): Likewise.
16839         (ILL_PRVOPC): Likewise.
16840         (ILL_PRVREG): Likewise.
16841         (ILL_COPROC): Likewise.
16842         (ILL_BADSTK): Likewise.
16843         (ILL_DBLFLT): Likewise.
16844         (ILL_HARDWALL): Likewise.
16845         (FPE_INTDIV): Likewise.
16846         (FPE_INTOVF): Likewise.
16847         (FPE_FLTDIV): Likewise.
16848         (FPE_FLTOVF): Likewise.
16849         (FPE_FLTUND): Likewise.
16850         (FPE_FLTRES): Likewise.
16851         (FPE_FLTINV): Likewise.
16852         (FPE_FLTSUB): Likewise.
16853         (SEGV_MAPERR): Likewise.
16854         (SEGV_ACCERR): Likewise.
16855         (BUS_ADRALN): Likewise.
16856         (BUS_ADRERR): Likewise.
16857         (BUS_OBJERR): Likewise.
16858         (BUS_MCEERR_AR): Likewise.
16859         (BUS_MCEERR_AO): Likewise.
16860         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16861         (TRAP_TRACE): Likewise.
16862         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16863         __USE_XOPEN2K8].
16864         (CLD_KILLED): Likewise.
16865         (CLD_DUMPED): Likewise.
16866         (CLD_TRAPPED): Likewise.
16867         (CLD_STOPPED): Likewise.
16868         (CLD_CONTINUED): Likewise.
16869         (POLL_IN): Likewise.
16870         (POLL_OUT): Likewise.
16871         (POLL_MSG): Likewise.
16872         (POLL_ERR): Likewise.
16873         (POLL_PRI): Likewise.
16874         (POLL_HUP): Likewise.
16875         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16876         (ILL_ILLOPN): Likewise.
16877         (ILL_ILLADR): Likewise.
16878         (ILL_ILLTRP): Likewise.
16879         (ILL_PRVOPC): Likewise.
16880         (ILL_PRVREG): Likewise.
16881         (ILL_COPROC): Likewise.
16882         (ILL_BADSTK): Likewise.
16883         (FPE_INTDIV): Likewise.
16884         (FPE_INTOVF): Likewise.
16885         (FPE_FLTDIV): Likewise.
16886         (FPE_FLTOVF): Likewise.
16887         (FPE_FLTUND): Likewise.
16888         (FPE_FLTRES): Likewise.
16889         (FPE_FLTINV): Likewise.
16890         (FPE_FLTSUB): Likewise.
16891         (SEGV_MAPERR): Likewise.
16892         (SEGV_ACCERR): Likewise.
16893         (BUS_ADRALN): Likewise.
16894         (BUS_ADRERR): Likewise.
16895         (BUS_OBJERR): Likewise.
16896         (BUS_MCEERR_AR): Likewise.
16897         (BUS_MCEERR_AO): Likewise.
16898         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16899         (TRAP_TRACE): Likewise.
16900         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16901         __USE_XOPEN2K8].
16902         (CLD_KILLED): Likewise.
16903         (CLD_DUMPED): Likewise.
16904         (CLD_TRAPPED): Likewise.
16905         (CLD_STOPPED): Likewise.
16906         (CLD_CONTINUED): Likewise.
16907         (POLL_IN): Likewise.
16908         (POLL_OUT): Likewise.
16909         (POLL_MSG): Likewise.
16910         (POLL_ERR): Likewise.
16911         (POLL_PRI): Likewise.
16912         (POLL_HUP): Likewise.
16913         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16914         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16916         [BZ #16670]
16917         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16918         before #include of <time.h>.
16919         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16920         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16921         (test-xfail-UNIX98/sched.h/conform): Likewise.
16923 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16925         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16926         error absence of trapping exception support.
16927         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16929 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16931         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16932         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16933         * timezone/Makefile (testdata): Move definition above include of
16934         Rules.
16935         (test-zones): New variable.
16936         (tests-special): Add zone files.
16937         (build-testdata): Use $(evaluate-test).
16939         * elf/Makefile (tests-special): Rename tests to end with .out.
16940         ($(objpfx)noload-mem): Likewise.
16941         ($(objpfx)tst-leaks1-mem): Likewise.
16942         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16943         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16944         $(objpfx)test-iconvconfig.out.
16945         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16946         set -e inside subshell and redirect output to file.
16947         * iconvdata/Makefile (generated): Rename tests to end with .out.
16948         Correct type.
16949         (tests-special): Rename tests to end with .out.
16950         ($(objpfx)mtrace-tst-loading): Likewise.
16951         * intl/Makefile (generated): Likewise.
16952         (tests-special): Likewise.
16953         ($(objpfx)mtrace-tst-gettext): Likewise.
16954         * misc/Makefile (generated): Likewise.
16955         (tests-special): Likewise.
16956         ($(objpfx)tst-error1-mem): Likewise.
16957         * nptl/Makefile (tests-special): Likewise.
16958         ($(objpfx)tst-stack3-mem): Likewise.
16959         (generated): Likewise.
16960         * posix/Makefile (generated): Likewise.
16961         (tests-special): Likewise.
16962         (xtests-special): Likewise.
16963         ($(objpfx)tst-fnmatch-mem): Likewise.
16964         ($(objpfx)bug-regex2-mem): Likewise.
16965         ($(objpfx)bug-regex14-mem): Likewise.
16966         ($(objpfx)bug-regex21-mem): Likewise.
16967         ($(objpfx)bug-regex31-mem): Likewise.
16968         ($(objpfx)tst-vfork3-mem): Likewise.
16969         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16970         ($(objpfx)tst-pcre-mem): Likewise.
16971         ($(objpfx)tst-boost-mem): Likewise.
16972         ($(objpfx)bug-ga2-mem): Likewise.
16973         ($(objpfx)bug-glob2-mem): Likewise.
16974         * resolv/Makefile (generate): Likewise.
16975         (tests-special): Likewise.
16976         (xtests-special): Likewise.
16977         (generated): Likewise.
16978         ($(objpfx)mtrace-tst-leaks): Likewise.
16979         ($(objpfx)mtrace-tst-leaks2): Likewise.
16981         * scripts/merge-test-results.sh: New file.
16982         * Makefile (tests-special-notdir): New variable.
16983         (tests): Run merge-test-results.sh.
16984         (xtests): Likewise.
16985         * Rules (tests-special-notdir): New variable.
16986         (xtests-special-notdir): Likewise.
16987         (tests): Run merge-test-results.sh
16988         (xtests): Likewise.
16990         * Makeconfig (test-xfail-name): New variable.
16991         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16992         compute variable name for expected failures.
16993         * conform/Makefile (conformtest-headers-data): New variable.
16994         (conformtest-standards): Likewise.
16995         (conformtest-headers-ISO): Likewise.
16996         (conformtest-headers-ISO99): Likewise.
16997         (conformtest-headers-ISO11): Likewise.
16998         (conformtest-headers-POSIX): Likewise.
16999         (conformtest-headers-XPG3): Likewise.
17000         (conformtest-headers-XPG4): Likewise.
17001         (conformtest-headers-UNIX98): Likewise.
17002         (conformtest-headers-XOPEN2K): Likewise.
17003         (conformtest-headers-POSIX2008): Likewise.
17004         (conformtest-headers-XOPEN2K8): Likewise.
17005         (conformtest-header-list-base): Likewise.
17006         (conformtest-header-list-tests): Likewise.
17007         (conformtest-header-base): Likewise.
17008         (conformtest-header-tests): Likewise.
17009         (tests-special): Add $(conformtest-header-list-tests).  If
17010         [$(fast-check) && !$(cross-compiling)], add
17011         $(conformtest-header-tests) instead of
17012         $(objpfx)run-conformtest.out.
17013         (generated): Add $(conformtest-header-list-base).  If
17014         [$(fast-check) && !$(cross-compiling)], add
17015         $(conformtest-header-base).  Remove previous setting.
17016         ($(conformtest-header-list-tests)): New target.
17017         (test-xfail-run-conformtest): Remove variable.
17018         ($(objpfx)run-conformtest.out): Remove target.
17019         (test-xfail-ISO11/complex.h/conform): New variable.
17020         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17021         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17022         (test-xfail-XPG3/varargs.h/conform): Likewise.
17023         (test-xfail-XPG4/varargs.h/conform): Likewise.
17024         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17025         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17026         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17027         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17028         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17029         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17030         (test-xfail-XPG3/ftw.h/conform): Likewise.
17031         (test-xfail-XPG3/grp.h/conform): Likewise.
17032         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17033         (test-xfail-XPG3/limits.h/conform): Likewise.
17034         (test-xfail-XPG3/pwd.h/conform): Likewise.
17035         (test-xfail-XPG3/search.h/conform): Likewise.
17036         (test-xfail-XPG3/signal.h/conform): Likewise.
17037         (test-xfail-XPG3/stdio.h/conform): Likewise.
17038         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17039         (test-xfail-XPG3/string.h/conform): Likewise.
17040         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17041         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17042         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17043         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17044         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17045         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17046         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17047         (test-xfail-XPG3/termios.h/conform): Likewise.
17048         (test-xfail-XPG3/time.h/conform): Likewise.
17049         (test-xfail-XPG3/unistd.h/conform): Likewise.
17050         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17051         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17052         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17053         (test-xfail-XPG4/netdb.h/conform): Likewise.
17054         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17055         (test-xfail-XPG4/signal.h/conform): Likewise.
17056         (test-xfail-XPG4/stdio.h/conform): Likewise.
17057         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17058         (test-xfail-XPG4/stropts.h/conform): Likewise.
17059         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17060         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17061         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17062         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17063         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17064         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17065         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17066         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17067         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17068         (test-xfail-XPG4/termios.h/conform): Likewise.
17069         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17070         (test-xfail-XPG4/unistd.h/conform): Likewise.
17071         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17072         (test-xfail-POSIX/sched.h/conform): Likewise.
17073         (test-xfail-POSIX/signal.h/conform): Likewise.
17074         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17075         (test-xfail-POSIX/tar.h/conform): Likewise.
17076         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17077         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17078         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17079         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17080         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17081         (test-xfail-UNIX98/sched.h/conform): Likewise.
17082         (test-xfail-UNIX98/signal.h/conform): Likewise.
17083         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17084         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17085         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17086         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17087         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17088         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17089         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17090         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17091         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17092         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17093         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17094         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17095         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17096         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17097         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17098         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17099         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17100         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17101         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17102         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17103         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17104         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17105         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17106         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17107         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17108         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17109         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17110         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17111         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17112         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17113         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17114         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17115         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17116         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17117         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17118         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17119         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17120         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17121         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17122         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17123         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17124         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17125         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17126         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17127         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17128         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17129         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17130         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17131         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17132         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17133         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17134         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17135         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17136         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17137         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17138         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17139         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17140         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17141         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17142         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17143         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17144         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17145         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17146         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17147         (conformtest-cc-flags): Likewise.
17148         ($(conformtest-header-tests): New target.
17149         * conform/check-header-lists.sh: New file.
17150         * conform/run-conformtest.sh: Remove.
17152         * conform/conformtest.pl: Allow ' and \ in values given for
17153         constants.
17154         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17155         inclusion.
17156         [POSIX] (sys/types.h): Likewise.
17157         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17158         inclusion.
17159         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17160         inclusion.
17161         * conform/data/signal.h-data (SIGIO): Remove expectation.
17162         [XPG3] (SIGBUS): Do not expect.
17163         [POSIX || XPG3] (SIGPOLL): Likewise.
17164         [POSIX || XPG3] (SIGPROF): Likewise.
17165         [POSIX || XPG3] (SIGSYS): Likewise.
17166         [XPG3] (SIGTRAP): Likewise.
17167         [POSIX || XPG3] (SIGURG): Likewise.
17168         [POSIX || XPG3] (SIGVTALRM): Likewise.
17169         [POSIX || XPG3] (SIGXCPU): Likewise.
17170         [POSIX || XPG3] (SIGXFSZ): Likewise.
17171         [POSIX] (SA_SIGINFO): Expect.
17172         [XPG3] (siginfo_t): Do not expect type or contents.
17173         [POSIX] (si_pid): Do not expect element.
17174         [POSIX] (si_uid): Likewise.
17175         [POSIX] (si_addr): Likewise.
17176         [POSIX] (si_status): Likewise.
17177         [POSIX] (si_band): Likewise.
17178         [XPG4] (si_value): Likewise.
17179         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17180         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17181         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17182         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17183         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17184         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17185         [POSIX || XPG3] (ILL_COPROC): Likewise.
17186         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17187         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17188         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17189         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17190         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17191         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17192         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17193         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17194         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17195         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17196         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17197         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17198         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17199         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17200         [POSIX || XPG3] (CLD_EXITED): Likewise.
17201         [POSIX || XPG3] (CLD_KILLED): Likewise.
17202         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17203         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17204         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17205         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17206         [POSIX || XPG3] (POLL_IN): Likewise.
17207         [POSIX || XPG3] (POLL_OUT): Likewise.
17208         [POSIX || XPG3] (POLL_MSG): Likewise.
17209         [POSIX || XPG3] (POLL_ERR): Likewise.
17210         [POSIX || XPG3] (POLL_PRI): Likewise.
17211         [POSIX || XPG3] (POLL_HUP): Likewise.
17212         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17213         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17214         (SIG*): Do not allow.
17215         [XPG3] (si_*): Likewise.
17216         [XPG3] (SI_*): Likewise.
17217         [XPG3 || XPG4] (sigev_*): Likewise.
17218         [XPG3 || XPG4] (SIGEV_*): Likewise.
17219         [XPG3 || XPG4] (sival_*): Likewise.
17220         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17221         [POSIX || XPG3] (BUS_*): Likewise.
17222         [POSIX || XPG3] (CLD_*): Likewise.
17223         [POSIX || XPG3] (FPE_*): Likewise.
17224         [POSIX || XPG3] (ILL_*): Likewise.
17225         [POSIX || XPG3] (POLL_*): Likewise.
17226         [POSIX || XPG3] (SEGV_*): Likewise.
17227         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17228         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17229         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17230         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17231         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17232         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17233         Specify type and value.
17234         (TVERSLEN): Likewise.
17235         (REGTYPE): Likewise.
17236         (AREGTYPE): Likewise.
17237         (LNKTYPE): Likewise.
17238         (SYMTYPE): Likewise.
17239         (CHRTYPE): Likewise.
17240         (BLKTYPE): Likewise.
17241         (DIRTYPE): Likewise.
17242         (FIFOTYPE): Likewise.
17243         (CONTTYPE): Likewise.
17244         (TSUID): Likewise.
17245         (TSGID): Likewise.
17246         (TSVTX): Likewise.
17247         (TUREAD): Likewise.
17248         (TUWRITE): Likewise.
17249         (TUEXEC): Likewise.
17250         (TGREAD): Likewise.
17251         (TGWRITE): Likewise.
17252         (TGEXEC): Likewise.
17253         (TOREAD): Likewise.
17254         (TOWRITE): Likewise.
17255         (TOEXEC): Likewise.
17256         [POSIX] (TSVTX): Expect constant.
17258 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17260         * Makefile (tests): Change dependencies to ....
17261         (tests-special): ... additions to this variable.
17262         (tests): Depend on $(tests-special).
17263         * Makerules (check-abi-list): New variable.
17264         (check-abi): Depend on $(check-abi-list).
17265         [$(subdir) = elf] (tests-special): Add
17266         $(objpfx)check-abi-libc.out.
17267         [$(build-shared) = yes && subdir] (tests-special): Add
17268         $(check-abi-list).
17269         [$(build-shared) = yes && subdir] (tests): Do not depend on
17270         check-abi.
17271         * Rules (tests): Depend on $(tests-special).
17272         (xtests): Depend on $(xtests-special).
17273         * catgets/Makefile (tests): Change dependencies to ....
17274         (tests-special): ... additions to this variable.
17275         * conform/Makefile (tests): Change dependencies to ....
17276         (tests-special): ... additions to this variable.
17277         * elf/Makefile (tests): Change dependencies to ....
17278         (tests-special): ... additions to this variable.
17279         * grp/Makefile (tests): Change dependencies to ....
17280         (tests-special): ... additions to this variable.
17281         * iconv/Makefile (xtests): Change dependencies to ....
17282         (xtests-special): ... additions to this variable.
17283         * iconvdata/Makefile (tests): Change dependencies to ....
17284         (tests-special): ... additions to this variable.
17285         * intl/Makefile (tests): Change dependencies to ....
17286         (tests-special): ... additions to this variable.  Also add
17287         $(objpfx)tst-gettext.out.
17288         * io/Makefile (tests): Change dependencies to ....
17289         (tests-special): ... additions to this variable.
17290         * libio/Makefile (tests): Change dependencies to ....
17291         (tests-special): ... additions to this variable.
17292         * malloc/Makefile (tests): Change dependencies to ....
17293         (tests-special): ... additions to this variable.
17294         * misc/Makefile (tests): Change dependencies to ....
17295         (tests-special): ... additions to this variable.
17296         * nptl/Makefile (tests): Change dependencies to ....
17297         (tests-special): ... additions to this variable.
17298         * nptl_db/Makefile (tests): Change dependencies to ....
17299         (tests-special): ... additions to this variable.
17300         * posix/Makefile (tests): Change dependencies to ....
17301         (tests-special): ... additions to this variable.
17302         (xtests): Change dependencies to ....
17303         (xtests-special): ... additions to this variable.
17304         * resolv/Makefile (tests): Change dependencies to ....
17305         (tests-special): ... additions to this variable.
17306         (xtests): Change dependencies to ....
17307         (xtests-special): ... additions to this variable.
17308         * stdio-common/Makefile (tests): Change dependencies to ....
17309         (tests-special): ... additions to this variable.
17310         (do-tst-unbputc): Remove target.
17311         (do-tst-printf): Likewise.
17312         * stdlib/Makefile (tests): Change dependencies to ....
17313         (tests-special): ... additions to this variable.
17314         * string/Makefile (tests): Change dependencies to ....
17315         (tests-special): ... additions to this variable.
17316         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17317         (tests-special): ... additions to this variable.
17319         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17320         whole file.
17321         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17322         whole file.
17323         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17324         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17326         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17327         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17328         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17329         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17330         * conform/data/libgen.h-data [XPG3]: Likewise.
17331         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17332         * conform/data/ndbm.h-data [XPG3]: Likewise.
17333         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17334         * conform/data/netdb.h-data [XPG3]: Likewise.
17335         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17336         * conform/data/poll.h-data [XPG3]: Likewise.
17337         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17338         * conform/data/strings.h-data [XPG3]: Likewise.
17339         * conform/data/stropts.h-data [XPG3]: Likewise.
17340         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17341         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17342         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17343         Likewise.
17344         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17345         * conform/data/sys/time.h-data [XPG3]: Likewise.
17346         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17347         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17348         * conform/data/sys/un.h-data [XPG3]: Likewise.
17349         * conform/data/syslog.h-data [XPG3]: Likewise.
17350         * conform/data/ucontext.h-data [XPG3]: Likewise.
17351         * conform/data/utmpx.h-data [XPG3]: Likewise.
17352         * conform/data/varargs.h-data [UNIX98]: Enable file.
17354         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17356         * math/libm-test.inc (struct test_f_f_data): Move expected results
17357         into structure for each rounding mode.
17358         (struct test_ff_f_data): Likewise.
17359         (struct test_ff_f_data_nexttoward): Likewise.
17360         (struct test_fi_f_data): Likewise.
17361         (struct test_fl_f_data): Likewise.
17362         (struct test_if_f_data): Likewise.
17363         (struct test_fff_f_data): Likewise.
17364         (struct test_c_f_data): Likewise.
17365         (struct test_f_f1_data): Likewise.
17366         (struct test_fF_f1_data): Likewise.
17367         (struct test_ffI_f1_data): Likewise.
17368         (struct test_c_c_data): Likewise.
17369         (struct test_cc_c_data): Likewise.
17370         (struct test_f_i_data): Likewise.
17371         (struct test_ff_i_data): Likewise.
17372         (struct test_f_l_data): Likewise.
17373         (struct test_f_L_data): Likewise.
17374         (struct test_fFF_11_data): Likewise.
17375         (RM_): New macro.
17376         (RM_FE_DOWNWARD): Likewise.
17377         (RM_FE_TONEAREST): Likewise.
17378         (RM_FE_TOWARDZERO): Likewise.
17379         (RM_FE_UPWARD): Likewise.
17380         (RUN_TEST_LOOP_f_f): Update references to expected results.
17381         (RUN_TEST_LOOP_2_f): Likewise.
17382         (RUN_TEST_LOOP_fff_f): Likewise.
17383         (RUN_TEST_LOOP_c_f): Likewise.
17384         (RUN_TEST_LOOP_f_f1): Likewise.
17385         (RUN_TEST_LOOP_fF_f1): Likewise.
17386         (RUN_TEST_LOOP_fI_f1): Likewise.
17387         (RUN_TEST_LOOP_ffI_f1): Likewise.
17388         (RUN_TEST_LOOP_c_c): Likewise.
17389         (RUN_TEST_LOOP_cc_c): Likewise.
17390         (RUN_TEST_LOOP_f_i): Likewise.
17391         (RUN_TEST_LOOP_f_i_tg): Likewise.
17392         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17393         (RUN_TEST_LOOP_f_b): Likewise.
17394         (RUN_TEST_LOOP_f_b_tg): Likewise.
17395         (RUN_TEST_LOOP_f_l): Likewise.
17396         (RUN_TEST_LOOP_f_L): Likewise.
17397         (RUN_TEST_LOOP_fFF_11): Likewise.
17398         * math/gen-libm-test.pl (parse_args): Output four copies of
17399         expected results for each test.
17401         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17402         (__ASSUME_UTIMES): Remove.
17403         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17404         (__ASSUME_UTIMES): Likewise.
17406         * math/gen-auto-libm-tests.c: Update comment on output format.
17407         (output_for_one_input_case): Generate before-rounding and
17408         after-rounding information as conditions on output flags not
17409         floating-point format.
17410         * math/auto-libm-test-out: Regenerated.
17411         * math/gen-libm-test.pl (cond_value): New function.
17412         (or_cond_value): Use cond_value.
17413         (generate_testfile): Handle conditional exceptions.
17415 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17417         * math/libm-test.inc (max_valid_error): New variable.
17418         (init_max_error): Take new argument specifying whether function
17419         results are exactly determined.  Set max_valid_error and bound
17420         other variables for errors based on this argument.
17421         (set_max_error): Do not record results above max_valid_error.
17422         (check_float_internal): Only accept errors of up to 0.5ulps if
17423         also at most max_valid_error.
17424         (START): Take new argument EXACT and pass it to init_max_error.
17425         (acos_test): Update call to START.
17426         (acos_test_tonearest): Likewise.
17427         (acos_test_towardzero): Likewise.
17428         (acos_test_downward): Likewise.
17429         (acos_test_upward): Likewise.
17430         (acosh_test): Likewise.
17431         (asin_test): Likewise.
17432         (asin_test_tonearest): Likewise.
17433         (asin_test_towardzero): Likewise.
17434         (asin_test_downward): Likewise.
17435         (asin_test_upward): Likewise.
17436         (asinh_test): Likewise.
17437         (atan_test): Likewise.
17438         (atanh_test): Likewise.
17439         (atan2_test): Likewise.
17440         (cabs_test): Likewise.
17441         (cacos_test): Likewise.
17442         (cacosh_test): Likewise.
17443         (carg_test): Likewise.
17444         (casin_test): Likewise.
17445         (casinh_test): Likewise.
17446         (catan_test): Likewise.
17447         (catanh_test): Likewise.
17448         (cbrt_test): Likewise.
17449         (ccos_test): Likewise.
17450         (ccosh_test): Likewise.
17451         (ceil_test): Likewise.
17452         (cexp_test): Likewise.
17453         (cimag_test): Likewise.
17454         (clog_test): Likewise.
17455         (clog10_test): Likewise.
17456         (conj_test): Likewise.
17457         (copysign_test): Likewise.
17458         (cos_test): Likewise.
17459         (cos_test_tonearest): Likewise.
17460         (cos_test_towardzero): Likewise.
17461         (cos_test_downward): Likewise.
17462         (cos_test_upward): Likewise.
17463         (cosh_test): Likewise.
17464         (cosh_test_tonearest): Likewise.
17465         (cosh_test_towardzero): Likewise.
17466         (cosh_test_downward): Likewise.
17467         (cosh_test_upward): Likewise.
17468         (cpow_test): Likewise.
17469         (cproj_test): Likewise.
17470         (creal_test): Likewise.
17471         (csin_test): Likewise.
17472         (csinh_test): Likewise.
17473         (csqrt_test): Likewise.
17474         (ctan_test): Likewise.
17475         (ctan_test_tonearest): Likewise.
17476         (ctan_test_towardzero): Likewise.
17477         (ctan_test_downward): Likewise.
17478         (ctan_test_upward): Likewise.
17479         (ctanh_test): Likewise.
17480         (ctanh_test_tonearest): Likewise.
17481         (ctanh_test_towardzero): Likewise.
17482         (ctanh_test_downward): Likewise.
17483         (ctanh_test_upward): Likewise.
17484         (erf_test): Likewise.
17485         (erfc_test): Likewise.
17486         (exp_test): Likewise.
17487         (exp_test_tonearest): Likewise.
17488         (exp_test_towardzero): Likewise.
17489         (exp_test_downward): Likewise.
17490         (exp_test_upward): Likewise.
17491         (exp10_test): Likewise.
17492         (exp10_test_tonearest): Likewise.
17493         (exp10_test_towardzero): Likewise.
17494         (exp10_test_downward): Likewise.
17495         (exp10_test_upward): Likewise.
17496         (pow10_test): Likewise.
17497         (exp2_test): Likewise.
17498         (expm1_test): Likewise.
17499         (expm1_test_tonearest): Likewise.
17500         (expm1_test_towardzero): Likewise.
17501         (expm1_test_downward): Likewise.
17502         (expm1_test_upward): Likewise.
17503         (fabs_test): Likewise.
17504         (fdim_test): Likewise.
17505         (floor_test): Likewise.
17506         (fma_test): Likewise.
17507         (fma_test_towardzero): Likewise.
17508         (fma_test_downward): Likewise.
17509         (fma_test_upward): Likewise.
17510         (fmax_test): Likewise.
17511         (fmin_test): Likewise.
17512         (fmod_test): Likewise.
17513         (fpclassify_test): Likewise.
17514         (frexp_test): Likewise.
17515         (hypot_test): Likewise.
17516         (ilogb_test): Likewise.
17517         (isfinite_test): Likewise.
17518         (finite_test): Likewise.
17519         (isgreater_test): Likewise.
17520         (isgreaterequal_test): Likewise.
17521         (isinf_test): Likewise.
17522         (isless_test): Likewise.
17523         (islessequal_test): Likewise.
17524         (islessgreater_test): Likewise.
17525         (isnan_test): Likewise.
17526         (isnormal_test): Likewise.
17527         (issignaling_test): Likewise.
17528         (isunordered_test): Likewise.
17529         (j0_test): Likewise.
17530         (j1_test): Likewise.
17531         (jn_test): Likewise.
17532         (ldexp_test): Likewise.
17533         (lgamma_test): Likewise.
17534         (gamma_test): Likewise.
17535         (lrint_test): Likewise.
17536         (lrint_test_tonearest): Likewise.
17537         (lrint_test_towardzero): Likewise.
17538         (lrint_test_downward): Likewise.
17539         (lrint_test_upward): Likewise.
17540         (llrint_test): Likewise.
17541         (llrint_test_tonearest): Likewise.
17542         (llrint_test_towardzero): Likewise.
17543         (llrint_test_downward): Likewise.
17544         (llrint_test_upward): Likewise.
17545         (log_test): Likewise.
17546         (log10_test): Likewise.
17547         (log1p_test): Likewise.
17548         (log2_test): Likewise.
17549         (logb_test): Likewise.
17550         (logb_test_downward): Likewise.
17551         (lround_test): Likewise.
17552         (llround_test): Likewise.
17553         (modf_test): Likewise.
17554         (nearbyint_test): Likewise.
17555         (nextafter_test): Likewise.
17556         (nexttoward_test): Likewise.
17557         (pow_test): Likewise.
17558         (pow_test_tonearest): Likewise.
17559         (pow_test_towardzero): Likewise.
17560         (pow_test_downward): Likewise.
17561         (pow_test_upward): Likewise.
17562         (remainder_test): Likewise.
17563         (drem_test): Likewise.
17564         (remainder_test_tonearest): Likewise.
17565         (drem_test_tonearest): Likewise.
17566         (remainder_test_towardzero): Likewise.
17567         (drem_test_towardzero): Likewise.
17568         (remainder_test_downward): Likewise.
17569         (drem_test_downward): Likewise.
17570         (remainder_test_upward): Likewise.
17571         (drem_test_upward): Likewise.
17572         (remquo_test): Likewise.
17573         (rint_test): Likewise.
17574         (rint_test_tonearest): Likewise.
17575         (rint_test_towardzero): Likewise.
17576         (rint_test_downward): Likewise.
17577         (rint_test_upward): Likewise.
17578         (round_test): Likewise.
17579         (scalb_test): Likewise.
17580         (scalbn_test): Likewise.
17581         (scalbln_test): Likewise.
17582         (signbit_test): Likewise.
17583         (sin_test): Likewise.
17584         (sin_test_tonearest): Likewise.
17585         (sin_test_towardzero): Likewise.
17586         (sin_test_downward): Likewise.
17587         (sin_test_upward): Likewise.
17588         (sincos_test): Likewise.
17589         (sinh_test): Likewise.
17590         (sinh_test_tonearest): Likewise.
17591         (sinh_test_towardzero): Likewise.
17592         (sinh_test_downward): Likewise.
17593         (sinh_test_upward): Likewise.
17594         (sqrt_test): Likewise.
17595         (sqrt_test_tonearest): Likewise.
17596         (sqrt_test_towardzero): Likewise.
17597         (sqrt_test_downward): Likewise.
17598         (sqrt_test_upward): Likewise.
17599         (tan_test): Likewise.
17600         (tan_test_tonearest): Likewise.
17601         (tan_test_towardzero): Likewise.
17602         (tan_test_downward): Likewise.
17603         (tan_test_upward): Likewise.
17604         (tanh_test): Likewise.
17605         (tgamma_test): Likewise.
17606         (trunc_test): Likewise.
17607         (y0_test): Likewise.
17608         (y1_test): Likewise.
17609         (yn_test): Likewise.
17610         (significand_test): Likewise.
17612         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17613         individual tests in comment.
17614         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17615         (prev_max_error): New variable.
17616         (prev_real_max_error): Likewise.
17617         (prev_imag_max_error): Likewise.
17618         (compare_ulp_data): Don't refer to test names in comment.
17619         (find_test_ulps): Remove function.
17620         (find_function_ulps): Likewise.
17621         (find_complex_function_ulps): Likewise.
17622         (init_max_error): Take function name as argument.  Look up ulps
17623         for that function.
17624         (print_ulps): Remove function.
17625         (print_max_error): Use prev_max_error instead of calling
17626         find_function_ulps.
17627         (print_complex_max_error): Use prev_real_max_error and
17628         prev_imag_max_error instead of calling find_complex_function_ulps.
17629         (check_float_internal): Take max_ulp parameter instead of calling
17630         find_test_ulps.  Don't call print_ulps.
17631         (check_float): Update call to check_float_internal.
17632         (check_complex): Update calls to check_float_internal.
17633         (START): Pass argument to init_max_error.
17634         * math/gen-libm-test.pl (%results): Don't include "kind"
17635         information.
17636         (parse_ulps): Don't handle ulps of individual tests.
17637         (print_ulps_file): Likewise.
17638         (output_ulps): Likewise.
17639         * math/README.libm-test: Update.
17640         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17641         individual tests.
17642         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17643         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17644         * sysdeps/arm/libm-test-ulps: Likewise.
17645         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17646         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17647         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17648         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17649         * sysdeps/microblaze/libm-test-ulps: Likewise.
17650         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17651         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17652         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17653         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17654         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17655         * sysdeps/sh/libm-test-ulps: Likewise.
17656         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17657         * sysdeps/tile/libm-test-ulps: Likewise.
17658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17660 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17662         * math/libm-test.inc (print_complex_max_error): Check separately
17663         whether real and imaginary errors are within allowed range and
17664         pass 0 to print_complex_function_ulps instead of value within
17665         allowed range.
17667 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17669         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17670         formatting.
17671         (get_handles_fopen): Likewise.
17672         (do_write_test): Likewise.
17674         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17676         * libio/fileops.c (do_ftell): Use cached offset when
17677         available.
17678         * libio/iofwide.c (do_ftell_wide): Likewise.
17679         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17680         _IO_file_attach.
17681         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17683         [BZ #16532]
17684         * libio/libioP.h (get_file_offset): New function.
17685         * libio/fileops.c (get_file_offset): Likewise.
17686         (do_ftell): Likewise.
17687         (_IO_new_file_seekoff): Split out ftell logic.
17688         * libio/wfileops.c (do_ftell_wide): Likewise.
17689         (_IO_wfile_seekoff): Split out ftell logic.
17690         * libio/tst-ftell-active-handler.c: New test case.
17691         * libio/Makefile (tests): Add it.
17693 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17695         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17696         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17698 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17700         [BZ #16639]
17701         * nscd/connections.c (nscd_init): Call do_exit.
17702         (start_threads): Call do_exit and notify_parent.
17703         (begin_drop_privileges): Call do_exit.
17704         (finish_drop_privileges): Likewise.
17705         * nscd/selinux.c (preserve_capabilities): Likewise.
17706         (install_real_capabilities): Likewise.
17707         (nscd_selinux_enabled): Likewise.
17708         (avc_create_thread): Likewise.
17709         (avc_alloc_lock): Likewise.
17710         (nscd_avc_init): Likewise.
17711         * nscd/nscd.c (parent_fd): New static variable.
17712         (main): Create a pipe between parent and child processes.
17713         Skip closing parent_fd.
17714         (monitor_child): New function.
17715         (do_exit): Likewise.
17716         (notify_parent): Likewise.
17717         * nscd/nscd.h (notify_parent): Likewise.
17718         (do_exit): Likewise.
17720 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17722         * malloc/malloc.c (__libc_calloc): Revert last change.
17724 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17728 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17730         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17732         implementation.
17733         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17734         (__libc_ifunc_impl_list): Likewise.
17735         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17736         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17737         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17738         * string/strrchr.c: Define STRRCHR.
17740 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17742         * benchtest/bench-strtok.c (simple_strtok): Delete.
17743         (strtok_string): Use as benchmark.
17744         * string/strtok (STRTOK): New macro.
17746 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17748         * manual/threads.texi: Add header and standard comments to all
17749         functions.
17751         * elf/dl-lookup.c (check_match): New function.
17752         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17753         (do_lookup_x): Remove nested function check_match. Use non-nested
17754         function check_match.
17756 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17758         * csu/Makefile (generated, before-compile): Use += rather than =.
17759         * catgets/Makefile (generated, generated-dirs): Likewise.
17760         * debug/Makefile (generated): Likewise.
17761         * dlfcn/Makefile (generated): Likewise.
17762         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17763         * iconvdata/Makefile (before-compile, generated): Likewise.
17764         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17765         * libio/Makefile (generated): Likewise.
17766         * malloc/Makefile (generated): Likewise.
17767         * manual/Makefile (generated, generated-dirs): Likewise.
17768         * misc/Makefile (generated): Likewise.
17769         * posix/Makefile (generated): Likewise.
17770         * resolv/Makefile (generated): Likewise.
17771         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17772         * timezone/Makefile (generated, generated-dirs): Likewise.
17774         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17776 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17778         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17779         power8 implementation.
17780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17781         file: POWER8 llround ifunc implementation.
17782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17783         (__lllround): Add POWER8 implementation.
17784         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17785         POWER8 llround implementation.
17787         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17788         power8 implementation.
17789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17790         file: POWER8 llrint ifunc implementation.
17791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17792         Add POWER8 implementation.
17793         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17794         POWER8 llrint implementation.
17796         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17797         power8 implementation.
17798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17799         file: POWER8 finite ifunc implementation.
17800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17801         Add POWER8 implementation.
17802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17803         Likewise.
17804         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17805         POWER8 finite implementation.
17806         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17808         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17809         power8 implementation.
17810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17811         file: POWER8 isinf ifunc implementation.
17812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17813         POWER8 implementation.
17814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17815         Likewise.
17816         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17817         isinf implementation.
17818         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17820         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17821         (INIT_ARCH): Add hwcap2 initialization.
17822         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17823         power8 implementation.
17824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17825         file: POWER8 isnan ifunc implementation.
17826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17827         POWER8 implementation.
17828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17829         Likewise.
17830         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17831         isnan implementation.
17832         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17834 2014-02-27  Joey Ye  <joey.ye@arm.com>
17836         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17837         (_FP_NANFRAC_Q): Set to zero.
17839 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17841         [BZ #16623]
17842         * math/auto-libm-test-in: New test inputs.
17843         * math/auto-libm-test-out: Regenerate.
17844         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17845         and DA.
17846         (__cos): Likewise.
17847         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17849 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17851         * scripts/evaluate-test.sh: Take new argument indicating whether
17852         failure is expected.
17853         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17854         indicating whether failure is expected.
17855         * conform/Makefile (test-xfail-run-conformtest): New variable.
17856         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17857         level.
17858         * posix/Makefile (test-xfail-annexc): New variable.
17859         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17861 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17863         * argp/Makefile: Include Makeconfig immediately after defining
17864         subdir.
17865         * assert/Makefile: Likewise.
17866         * benchtests/Makefile: Likewise.
17867         * catgets/Makefile: Likewise.
17868         * conform/Makefile: Likewise.
17869         * crypt/Makefile: Likewise.
17870         * csu/Makefile: Likewise.
17871         (all): Remove target.
17872         * ctype/Makefile: Include Makeconfig immediately after defining
17873         subdir.
17874         * debug/Makefile: Likewise.
17875         * dirent/Makefile: Likewise.
17876         * dlfcn/Makefile: Likewise.
17877         * gmon/Makefile: Likewise.
17878         * gnulib/Makefile: Likewise.
17879         * grp/Makefile: Likewise.
17880         * gshadow/Makefile: Likewise.
17881         * hesiod/Makefile: Likewise.
17882         * hurd/Makefile: Likewise.
17883         (all): Remove target.
17884         * iconvdata/Makefile: Include Makeconfig immediately after
17885         defining subdir.
17886         * inet/Makefile: Likewise.
17887         * intl/Makefile: Likewise.
17888         * io/Makefile: Likewise.
17889         * libio/Makefile: Likewise.
17890         (all): Remove target.
17891         * locale/Makefile: Include Makeconfig immediately after defining
17892         subdir.
17893         * login/Makefile: Likewise.
17894         * mach/Makefile: Likewise.
17895         (all): Remove target.
17896         * malloc/Makefile: Include Makeconfig immediately after defining
17897         subdir.
17898         (all): Remove target.
17899         * manual/Makefile: Include Makeconfig immediately after defining
17900         subdir.
17901         * math/Makefile: Likewise.
17902         * misc/Makefile: Likewise.
17903         * nis/Makefile: Likewise.
17904         * nss/Makefile: Likewise.
17905         * po/Makefile: Likewise.
17906         (all): Remove target.
17907         * posix/Makefile: Include Makeconfig immediately after defining
17908         subdir.
17909         * pwd/Makefile: Likewise.
17910         * resolv/Makefile: Likewise.
17911         * resource/Makefile: Likewise.
17912         * rt/Makefile: Likewise.
17913         * setjmp/Makefile: Likewise.
17914         * shadow/Makefile: Likewise.
17915         * signal/Makefile: Likewise.
17916         * socket/Makefile: Likewise.
17917         * soft-fp/Makefile: Likewise.
17918         * stdio-common/Makefile: Likewise.
17919         * stdlib/Makefile: Likewise.
17920         * streams/Makefile: Likewise.
17921         * string/Makefile: Likewise.
17922         * sunrpc/Makefile: Likewise.
17923         (all): Remove target.
17924         * sysvipc/Makefile: Include Makeconfig immediately after defining
17925         subdir.
17926         * termios/Makefile: Likewise.
17927         * time/Makefile: Likewise.
17928         * timezone/Makefile: Likewise.
17929         (all): Remove target.
17930         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17931         subdir.
17932         * wctype/Makefile: Likewise.
17934 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17936         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17937         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17938         (libc_feholdexcept_setround_mips): Ditto.
17939         (libc_feholdsetround): New.
17940         (libc_feholdsetroundf): New.
17941         (libc_feholdsetroundl): New.
17942         (libc_feupdateenv_test_mips): New.
17943         (libc_feupdateenv_test): New.
17944         (libc_feupdateenv_testf): New.
17945         (libc_feupdateenv_testl): New.
17946         (libc_feresetround): New.
17947         (libc_feresetroundf): New.
17948         (libc_feresetroundl): New.
17949         (libc_fetestexcept_mips): New.
17950         (libc_fetestexcept): New.
17951         (libc_fetestexceptf): New.
17952         (libc_fetestexceptl): New.
17953         (HAVE_RM_CTX): New.
17954         (libc_feholdexcept_setround_mips_ctx): New.
17955         (libc_feholdexcept_setround_ctx): New.
17956         (libc_feholdexcept_setroundf_ctx): New.
17957         (libc_feholdexcept_setroundl_ctx): New.
17958         (libc_fesetenv_mips_ctx): New.
17959         (libc_fesetenv_ctx): New.
17960         (libc_fesetenv_ctxf): New.
17961         (libc_fesetenv_ctxl): New.
17962         (libc_feupdateenv_mips_ctx): New.
17963         (libc_feupdateenv_ctx): New.
17964         (libc_feupdateenvf_ctx): New.
17965         (libc_feupdateenvl_ctx): New.
17966         (libc_feholdsetround_mips_ctx): New.
17967         (libc_feholdsetround_ctx): New.
17968         (libc_feholdsetroundf_ctx): New.
17969         (libc_feholdsetroundl_ctx): New.
17970         (libc_feresetround_mips_ctx): New.
17971         (libc_feresetround_ctx): New.
17972         (libc_feresetroundf_ctx): New.
17973         (libc_feresetroundl_ctx): New.
17975 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17977         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17979         * manual/ipc.texi: New file.
17980         * manual/Makefile (chapters): Add ipc.
17981         * manual/job.texi: Add "Inter-Process Communication" to next.
17982         * manual/process.texi: Add "Inter-Process Communication" to prev.
17984 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17986         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17988 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17990         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17992         * manual/arith.texi: Fix spaces after sentences.
17993         * manual/charset.texi: Likewise.
17994         * manual/errno.texi: Likewise.
17995         * manual/install.texi: Likewise.
17996         * manual/llio.texi: Likewise.
17997         * manual/locale.texi: Likewise.
17998         * manual/maint.texi: Likewise.
17999         * manual/math.texi: Likewise.
18000         * manual/memory.texi: Likewise.
18001         * manual/message.texi: Likewise.
18002         * manual/probes.texi: Likewise.
18003         * manual/resource.texi: Likewise.
18004         * manual/signal.texi: Likewise.
18005         * manual/socket.texi: Likewise.
18006         * manual/stdio.texi: Likewise.
18007         * manual/string.texi: Likewise.
18008         * manual/time.texi: Likewise.
18009         * manual/users.texi: Likewise.
18011 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18013         [BZ #16632]
18014         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18015         _DEFAULT_SOURCE is defined.
18017 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18018             Carlos O'Donell  <carlos@redhat.com>
18020         [BZ #16613]
18021         * elf/dl-tls.c (_dl_count_modids): New function.
18022         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18023         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18024         audit library and increment generation counter.
18025         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18026         * elf/tst-audit9.c: New file.
18027         * elf/tst-auditmod9a.c: New file.
18028         * elf/tst-auditmod9b.c: New file.
18029         * elf/Makefile: Add rules to build and run tst-audit9.
18031 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18033         [BZ #15347]
18034         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18036 2014-02-25  Will Newton  <will.newton@linaro.org>
18038         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18039         (__longjmp): Restore sp and lr before restoring callee
18040         saved registers.  Add longjmp and longjmp_target
18041         SystemTap probe point.
18042         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18043         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18044         Define to zero to match jmpbuf layout.
18045         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18046         (__sigsetjmp): Save sp and lr before saving callee
18047         saved registers.  Add setjmp SystemTap probe point.
18049 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18051         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18053 2014-02-24  Andreas Schwab  <schwab@suse.de>
18055         [BZ #15804]
18056         * elf/pldd.c (wait_for_ptrace_stop): New function.
18057         (main): Call it after attaching.
18059 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18061         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18062         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18063         Versions files is now verboten.
18064         * hurd/Versions (libc: GLIBC_2.0):
18065         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18066         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18067         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18068         * mach/Versions: Likewise.
18070         * csu/Versions: Remove unused %include.
18071         * resolv/Versions: Likewise.
18073 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18075         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18076         ($(objpfx)check-local-headers.out): Likewise.
18077         ($(objpfx)begin-end-check.out): Likewise.
18078         * Makerules (check-abi-%.out): Likewise.
18079         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18080         ($(objpfx)test2.cat): Likewise.
18081         ($(objpfx)de/libc.cat): Likewise.
18082         ($(objpfx)test-gencat.out): Likewise.
18083         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18084         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18085         ($(objpfx)noload-mem): Likewise.
18086         ($(objpfx)tst-pathopt.out): Likewise.
18087         ($(objpfx)tst-rtld-load-self.out): Likewise.
18088         ($(objpfx)tst-array1-cmp.out): Likewise.
18089         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18090         ($(objpfx)tst-array2-cmp.out): Likewise.
18091         ($(objpfx)tst-array3-cmp.out): Likewise.
18092         ($(objpfx)tst-array4-cmp.out): Likewise.
18093         ($(objpfx)tst-array5-cmp.out): Likewise.
18094         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18095         ($(objpfx)check-textrel.out): Likewise.
18096         ($(objpfx)check-execstack.out): Likewise.
18097         ($(objpfx)check-localplt.out): Likewise.
18098         ($(objpfx)order2-cmp.out): Likewise.
18099         ($(objpfx)tst-leaks1-mem): Likewise.
18100         ($(objpfx)tst-leaks1-static-mem): Likewise.
18101         ($(objpfx)tst-initorder-cmp.out): Likewise.
18102         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18103         ($(objpfx)tst-unused-dep.out): Likewise.
18104         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18105         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18106         * iconv/Makefile (test-iconvconfig): Likewise.
18107         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18108         ($(objpfx)iconv-test.out): Likewise.
18109         ($(objpfx)tst-tables.out): Likewise.
18110         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18111         ($(objpfx)tst-gettext.out): Likewise.
18112         ($(objpfx)tst-translit.out): Likewise.
18113         ($(objpfx)tst-gettext2.out): Likewise.
18114         ($(objpfx)tst-gettext4.out): Likewise.
18115         ($(objpfx)tst-gettext6.out): Likewise.
18116         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18117         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18118         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18119         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18120         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18121         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18122         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18123         ($(objpfx)wordexp-tst.out): Likewise.
18124         ($(objpfx)annexc.out): Likewise.
18125         ($(objpfx)tst-fnmatch-mem): Likewise.
18126         ($(objpfx)bug-regex2-mem): Likewise.
18127         ($(objpfx)bug-regex14-mem): Likewise.
18128         ($(objpfx)bug-regex21-mem): Likewise.
18129         ($(objpfx)bug-regex31-mem): Likewise.
18130         ($(objpfx)tst-vfork3-mem): Likewise.
18131         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18132         ($(objpfx)tst-pcre-mem): Likewise.
18133         ($(objpfx)tst-boost-mem): Likewise.
18134         ($(objpfx)tst-getconf.out): Likewise.
18135         ($(objpfx)bug-ga2-mem): Likewise.
18136         ($(objpfx)bug-glob2-mem): Likewise.
18137         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18138         ($(objpfx)mtrace-tst-leaks2): Likewise.
18139         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18140         ($(objpfx)tst-printf.out): Likewise.
18141         ($(objpfx)tst-setvbuf1.out): Likewise.
18142         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18143         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18144         ($(objpfx)tst-fmtmsg.out): Likewise.
18145         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18146         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18148         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18149         * bits/sigaction.h [__USE_MISC]: Likewise.
18150         * bits/waitstatus.h: Update #endif comments.
18151         * ctype/ctype.h: Likewise.
18152         * dirent/dirent.h: Likewise.
18153         [__USE_MISC]: Remove redundant conditionals.
18154         * grp/grp.h: Update #endif comments.
18155         [__USE_GNU]: Remove redundant conditionals.
18156         [__USE_MISC]: Likewise.
18157         * inet/netinet/in.h [__USE_GNU]: Likewise.
18158         * io/sys/stat.h [__USE_MISC]: Likewise.
18159         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18160         * libio/bits/stdio.h: Update #endif comments.
18161         [__USE_MISC]: Remove redundant conditionals.
18162         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18163         * libio/stdio.h: Update #endif comments.
18164         [__USE_MISC]: Remove redundant conditionals.
18165         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18166         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18167         * math/math.h: Update #else and #endif comments.
18168         [__USE_MISC]: Remove redundant conditionals.
18169         * misc/sys/uio.h: Update #endif comments.
18170         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18171         * posix/glob.h [__USE_MISC]: Likewise.
18172         * posix/sys/types.h: Update #endif comments.
18173         [__USE_MISC]: Remove redundant conditionals.
18174         * posix/sys/wait.h: Update #endif comments.
18175         [__USE_MISC]: Remove redundant conditionals.
18176         * posix/unistd.h: Update #endif comments.
18177         [__USE_MISC]: Remove redundant conditionals.
18178         * pwd/pwd.h [__USE_GNU]: Likewise.
18179         [__USE_MISC]: Likewise.
18180         * resolv/netdb.h [__USE_GNU]: Likewise.
18181         * signal/signal.h: Update #endif comments.
18182         [__USE_MISC]: Remove redundant conditionals.
18183         * stdlib/stdlib.h: Update #else and #endif comments.
18184         [__USE_MISC]: Remove redundant conditionals.
18185         [__USE_GNU]: Likewise.
18186         * string/bits/string2.h [__USE_MISC]: Likewise.
18187         * string/string.h: Update #endif comments.
18188         [__USE_MISC]: Remove redundant conditionals.
18189         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18190         Likewise.
18191         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18192         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18193         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18194         Likewise.
18195         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18196         Likewise.
18197         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18198         comments.
18199         [__USE_MISC]: Remove redundant conditionals.
18200         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18201         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18202         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18203         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18204         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18205         Likewise.
18206         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18207         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18208         Likewise.
18209         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18210         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18211         Likewise.
18212         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18213         Likewise.
18214         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18215         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18216         Likewise.
18217         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18218         Likewise.
18219         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18220         * sysdeps/x86/bits/string.h: Update #endif comments.
18221         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18222         conditionals.
18223         * time/sys/time.h: Update #endif comments.
18224         * time/time.h: Likewise.
18225         [__USE_MISC]: Remove redundant conditionals.
18227 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18229         [BZ #16600]
18230         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18232 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18234         * Versions.def (librt): Add GLIBC_2.17.
18236 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18238         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18239         synonym for _SYS_AUXV_H to allow direct inclusion.
18240         * sysdeps/sparc/bits/hwcap.h: Likewise.
18241         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18242         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18243         * sysdeps/sparc/sysdep.h: Likewise.
18245 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18247         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18249 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18251         * benchtests/bench-strrchr.c: Print length instead of position.
18253 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18255         [BZ #16611]
18256         * sysdeps/unix/sysv/linux/kernel-features.h
18257         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18258         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18259         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18260         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18261         Likewise.
18262         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18263         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18264         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18265         (__ASSUME_SENDMMSG): Define instead of using previous
18266         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18267         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18268         (__ASSUME_SENDMMSG_SYSCALL): Define.
18269         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18270         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18271         Likewise.
18272         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18273         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18274         Likewise.
18275         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18276         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18277         Likewise.
18278         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18279         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18280         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18281         [__ASSUME_SENDMMSG]: Change conditionals to
18282         [__ASSUME_SENDMMSG_SOCKETCALL].
18283         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18284         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18285         Define.
18286         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18287         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18288         Likewise.
18289         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18290         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18291         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18292         [!__ASSUME_SENDMMSG]: Change conditional to
18293         [!__ASSUME_SENDMMSG_SOCKETCALL].
18294         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18295         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18296         Define.
18298         [BZ #16610]
18299         * sysdeps/unix/sysv/linux/kernel-features.h
18300         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18301         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18302         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18303         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18304         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18305         [__i386__ || __sparc__]
18306         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18307         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18308         (__ASSUME_RECVMMSG): Define instead of using previous
18309         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18310         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18311         (__ASSUME_RECVMMSG_SYSCALL): Define.
18312         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18313         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18314         Likewise.
18315         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18316         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18317         Likewise.
18318         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18319         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18320         Likewise.
18321         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18322         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18323         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18324         [__ASSUME_RECVMMSG]: Change condition to
18325         [__ASSUME_RECVMMSG_SOCKETCALL].
18326         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18327         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18328         Define.
18329         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18330         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18331         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18332         Likewise.
18333         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18334         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18335         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18336         [!__ASSUME_RECVMMSG]: Change condition to
18337         [!__ASSUME_RECVMMSG_SOCKETCALL].
18338         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18339         (__ASSUME_RECVMMSG_SYSCALL): Define.
18341         [BZ #16609]
18342         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18343         __powerpc__ || __s390__ || __sh__ || __sparc__]
18344         (__ASSUME_SOCKETCALL): Define.
18345         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18346         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18347         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18348         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18349         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18350         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18351         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18352         (__ASSUME_ACCEPT4): Define instead of using previous
18353         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18354         __powerpc__ || __sparc__ || __s390__)] condition.
18355         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18356         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18357         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18358         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18359         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18360         [!__ASSUME_ACCEPT4]: Change condition to
18361         [!__ASSUME_ACCEPT4_SOCKETCALL].
18362         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18363         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18364         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18365         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18366         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18367         __ASSUME_ACCEPT4_SYSCALL.
18368         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18369         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18370         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18371         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18372         __ASSUME_ACCEPT4_SYSCALL.
18373         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18374         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18375         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18376         [__ASSUME_ACCEPT4]: Change condition to
18377         [__ASSUME_ACCEPT4_SOCKETCALL].
18378         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18379         (__ASSUME_SOCKETCALL): Define.
18380         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18381         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18382         (__ASSUME_SOCKETCALL): Define.
18383         (__ASSUME_ACCEPT4): Remove.
18384         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18385         Define.
18386         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18387         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18388         Likewise.
18389         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18390         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18392         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18393         macro.
18394         (HWCAP_ARM_LPAE): Likewise.
18395         (HWCAP_ARM_EVTSTRM): Likewise.
18396         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18397         Add vpfd32, lpae and evtstrm.
18398         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18399         Increase to 22.
18401 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18403         * math/auto-libm-test-in: Add tests of clog10.
18404         * math/auto-libm-test-out: Regenerated.
18405         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18406         * sysdeps/i386/fpu/libm-test-ulps: Update.
18407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18409 2014-02-18  Andreas Schwab  <schwab@suse.de>
18411         [BZ #16574]
18412         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18413         Store non-zero if the second buffer was newly allocated.
18414         (send_dg): Likewise.
18415         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18416         to send_vc and send_dg.
18417         (res_nsend): Pass NULL for ansp2_malloced.
18418         * resolv/res_query.c (__libc_res_nquery): Add parameter
18419         answerp2_malloced and pass it down to __libc_res_nsend.
18420         (res_nquery): Pass additional NULL to __libc_res_nquery.
18421         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18422         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18423         second answer buffer if answerp2_malloced was set.
18424         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18425         (__libc_res_nquerydomain): Add parameter
18426         answerp2_malloced and pass it down to __libc_res_nquery.
18427         (res_nquerydomain): Pass additional NULL to
18428         __libc_res_nquerydomain.
18429         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18430         additional NULL to __libc_res_nsend and __libc_res_nquery.
18431         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18432         additional NULL to __libc_res_nsearch.
18433         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18434         parameter of __libc_res_nsearch to check for separately allocated
18435         second buffer.
18436         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18437         __libc_res_nquery.
18438         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18439         additional NULL to __libc_res_nquery.
18440         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18441         __libc_res_nsearch.
18442         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18443         * include/resolv.h: Update prototypes of __libc_res_nquery,
18444         __libc_res_nsearch, __libc_res_nsend.
18446 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18448         * math/auto-libm-test-in: Add tests of fma.
18449         * math/auto-libm-test-out: Regenerated.
18450         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18451         (fma_towardzero_test_data): Likewise.
18452         (fma_downward_test_data): Likewise.
18453         (fma_upward_test_data): Likewise.
18454         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18455         mpc_mode.
18456         (rounding_modes): Add values for new field.
18457         (func_calc_method): Add value mpfr_fff_f.
18458         (func_calc_desc): Add mpfr_fff_f union field.
18459         (test_function): Add field exact_args.
18460         (FUNC): Add macro argument EXACT_ARGS.
18461         (FUNC_mpfr_f_f): Update call to FUNC.
18462         (FUNC_mpfr_f_f): Likewise.
18463         (FUNC_mpfr_ff_f): Likewise.
18464         (FUNC_mpfr_if_f): Likewise.
18465         (FUNC_mpc_c_f): Likewise.
18466         (FUNC_mpc_c_c): Likewise.
18467         (test_functions): Add fma.  Update calls to FUNC.
18468         (handle_input_arg): Add argument exact_args.
18469         (add_test): Update call to handle_input_arg.
18470         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18471         (output_for_one_input_case): Update call to calc_generic_results.
18472         Recalculate exact zero results in each rounding mode.
18474         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18475         non-negative before setting low bit.
18476         * math/auto-libm-test-in: Mark one asin test possibly having
18477         spurious underflow.
18478         * math/auto-libm-test-out: Regenerated.
18479         * sysdeps/i386/fpu/libm-test-ulps: Update.
18480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18482 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18484         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18485         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18486         ports/sysdeps/unix/sysv/linux/microblaze.
18487         * README: Add missing listing for microblaze*-*-linux-gnu.
18489 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18491         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18492         duplicate code
18494 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18496         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18497         * sysdeps/unix/sysv/linux/ia64: Move directory from
18498         ports/sysdeps/unix/sysv/linux/ia64.
18499         * README: Update listing for ia64-*-linux-gnu.
18501 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18502             Joseph Myers  <joseph@codesourcery.com>
18504         * Makeconfig (test-name): New variable.
18505         (evaluate-test): Likewise.
18506         * Makerules (do-test-clean): Remove .test-result files.
18507         (common-mostlyclean): Likewise.
18508         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18509         * scripts/evaluate-test.sh: New file.
18511 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18513         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18514         separate $(objpfx)tst-fopenloc-cmp.out and
18515         $(objpfx)tst-fopenloc-mem.out targets.
18516         (tests): Update dependencies.
18517         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18518         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18519         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18520         (tst-rxspencer-no-utf8-ARGS): New variable.
18521         (tst-rxspencer-no-utf8-ENV): Likewise.
18522         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18523         instead of $(objpfx)tst-rxspencer-mem.
18524         ($(objpfx)tst-rxspencer-mem): Change target to
18525         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18526         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18527         * posix/tst-rxspencer-no-utf8.c: New file.
18529         * elf/Makefile ($(objpfx)order.out): Remove rule.
18530         [$(run-built-tests) = yes] (tests): Depend on
18531         $(objpfx)order-cmp.out.
18532         ($(objpfx)order-cmp.out): New rule.
18533         [$(run-built-tests) = yes] (tests): Depend on
18534         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18535         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18536         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18537         $(objpfx)tst-array5-static-cmp.out.
18538         ($(objpfx)tst-array1.out): Remove rule.
18539         ($(objpfx)tst-array1-cmp.out): New rule.
18540         ($(objpfx)tst-array1-static.out): Remove rule.
18541         ($(objpfx)tst-array1-static-cmp.out): New rule.
18542         ($(objpfx)tst-array2.out): Remove rule.
18543         ($(objpfx)tst-array2-cmp.out): New rule.
18544         ($(objpfx)tst-array3.out): Remove rule.
18545         ($(objpfx)tst-array3-cmp.out): New rule.
18546         ($(objpfx)tst-array4.out): Remove rule.
18547         ($(objpfx)tst-array4-cmp.out): New rule.
18548         ($(objpfx)tst-array5.out): Remove rule.
18549         ($(objpfx)tst-array5-cmp.out): New rule.
18550         ($(objpfx)tst-array5-static.out): Remove rule.
18551         ($(objpfx)tst-array5-static-cmp.out): New rule.
18552         [$(run-built-tests) = yes] (tests): Depend on
18553         $(objpfx)order2-cmp.out.
18554         ($(objpfx)order2.out): Remove rule.
18555         ($(objpfx)order2-cmp.out): New rule.
18556         ($(objpfx)tst-initorder.out): Remove rule.
18557         [$(run-built-tests) = yes] (tests): Depend on
18558         $(objpfx)tst-initorder-cmp.out.
18559         ($(objpfx)tst-initorder-cmp.out): New rule.
18560         ($(objpfx)tst-initorder2.out): Remove rule.
18561         [$(run-built-tests) = yes] (tests): Depend on
18562         $(objpfx)tst-initorder2-cmp.out.
18563         ($(objpfx)tst-initorder2-cmp.out): New rule.
18564         [$(run-built-tests) = yes] (tests): Depend on
18565         $(objpfx)tst-unused-dep-cmp.out.
18566         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18567         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18568         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18569         on $(objpfx)tst-setvbuf1-cmp.out.
18570         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18571         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18572         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18573         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18574         ($(objpfx)tst-svc.out): Remove rule.
18575         ($(objpfx)tst-svc-cmp.out): New rule.
18577 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18579         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18580         * ctype/ctype.h [__USE_MISC]: Likewise.
18581         * dirent/dirent.h [__USE_MISC]: Likewise.
18582         * grp/grp.h [__USE_MISC]: Likewise.
18583         * io/fcntl.h [__USE_MISC]: Likewise.
18584         * io/sys/stat.h [__USE_MISC]: Likewise.
18585         * libio/stdio.h [__USE_MISC]: Likewise.
18586         * posix/unistd.h [__USE_MISC]: Likewise.
18587         * pwd/pwd.h [__USE_MISC]: Likewise.
18588         * stdlib.h [__USE_MISC]: Likewise.
18589         * string/bits/string2.h [__USE_MISC]: Likewise.
18590         * string/string.h [__USE_MISC]: Likewise.
18591         * time/time.h [__USE_MISC]: Likewise.
18593 2014-02-13  Andreas Schwab  <schwab@suse.de>
18595         [BZ #16574]
18596         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18597         second answer buffer if it was separately allocated.
18599 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18601         * sysdeps/mips/math-tests.h: Include <features.h>.
18602         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18603         (ROUNDING_TESTS_long_double): Do not define.
18604         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18605         (EXCEPTION_TESTS_long_double): Likewise.
18606         * sysdeps/mips/mips64/libm-test-ulps: Update.
18608         * include/features.h (__USE_BSD): Remove macro definitions.
18609         (__USE_SVID): Likewise.
18610         (_BSD_SOURCE): Likewise.
18611         (_SVID_SOURCE): Likewise.
18612         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18613         from definition of _DEFAULT_SOURCE.
18614         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18615         [_DEFAULT_SOURCE].
18616         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18617         * bits/mman.h [__USE_BSD]: Likewise.
18618         * bits/termios.h [__USE_BSD]: Likewise.
18619         * bits/waitstatus.h [__USE_BSD]: Likewise.
18620         * ctype/ctype.h [__USE_SVID]: Likewise.
18621         * dirent/dirent.h [__USE_BSD]: Likewise.
18622         * grp/grp.h [__USE_SVID]: Likewise.
18623         [__USE_BSD]: Likewise.
18624         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18625         * io/fcntl.h [__USE_BSD]: Likewise.
18626         * io/ftw.h [__USE_BSD]: Likewise.
18627         * io/sys/stat.h [__USE_BSD]: Likewise.
18628         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18629         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18630         * libio/stdio.h [__USE_SVID]: Likewise.
18631         [__USE_BSD]: Likewise.
18632         * math/math.h [__USE_SVID]: Likewise.
18633         [__USE_BSD]: Likewise.
18634         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18635         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18636         * misc/search.h [__USE_SVID]: Likewise.
18637         * misc/sys/mman.h [__USE_BSD]: Likewise.
18638         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18639         * misc/sys/uio.h [__USE_BSD]: Likewise.
18640         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18641         * posix/glob.h [__USE_BSD]: Likewise.
18642         * posix/regex.h [__USE_BSD]: Likewise.
18643         * posix/sys/types.h [__USE_BSD]: Likewise.
18644         [__USE_SVID]: Likewise.
18645         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18646         * posix/sys/wait.h [__USE_BSD]: Likewise.
18647         [__USE_SVID]: Likewise.
18648         * posix/unistd.h [__USE_BSD]: Likewise.
18649         [__USE_SVID]: Likewise.
18650         * pwd/pwd.h [__USE_SVID]: Likewise.
18651         * resolv/netdb.h [__USE_BSD]: Likewise.
18652         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18653         * signal/signal.h [__USE_BSD]: Likewise.
18654         [__USE_SVID]: Likewise.
18655         * socket/sys/socket.h [__USE_BSD]: Likewise.
18656         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18657         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18658         [__USE_SVID]: Likewise.
18659         * string/bits/string2.h [__USE_BSD]: Likewise.
18660         [__USE_SVID]: Likewise.
18661         * string/bits/string3.h [__USE_BSD]: Likewise.
18662         * string/endian.h [__USE_BSD]: Likewise.
18663         * string/string.h [__USE_SVID]: Likewise.
18664         [__USE_BSD]: Likewise.
18665         * string/strings.h [__USE_BSD]: Likewise.
18666         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18667         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18668         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18669         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18670         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18671         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18672         Likewise.
18673         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18674         Likewise.
18675         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18676         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18677         Likewise.
18678         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18679         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18680         Likewise.
18681         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18682         Likewise.
18683         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18684         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18685         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18686         Likewise.
18687         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18688         Likewise.
18689         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18690         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18691         * termios/termios.h [__USE_BSD]: Likewise.
18692         * time/sys/time.h [__USE_BSD]: Likewise.
18693         * time/time.h [__USE_BSD]: Likewise.
18694         [__USE_SVID]: Likewise.
18696         * Makefile (subdir_targets): Remove subdir_lint.out.
18698         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18699         (do-tst-printf): Likewise.
18700         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18701         $(objpfx)tst-printf.out.
18703         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18705         * Makerules (check-abi-%): Change target to
18706         $(objpfx)check-abi-%.out.
18707         (check-abi target): Update dependencies.
18708         (check-abi-pattern variable): Redirect output of diff to $@.
18709         (check-abi variable): Likewise.
18710         * elf/Makefile (check-abi): Update dependencies.
18712         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18713         unused.
18714         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18715         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18716         subnormal range.
18717         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18718         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18719         value has largest subnormal exponent.
18720         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18721         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18722         * sysdeps/aarch64/soft-fp/sfp-machine.h
18723         (_FP_TININESS_AFTER_ROUNDING): New macro.
18724         * sysdeps/alpha/soft-fp/sfp-machine.h
18725         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18726         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18727         Likewise.
18728         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18729         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18730         * sysdeps/mips/soft-fp/sfp-machine.h
18731         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18732         * sysdeps/powerpc/soft-fp/sfp-machine.h
18733         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18734         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18735         Likewise.
18736         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18737         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18738         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18739         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18740         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18741         Likewise.
18743 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18745         [BZ #16545]
18746         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18747         model 1.
18749 2014-02-12  Richard Henderson  <rth@redhat.com>
18751         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18752         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18753         * sysdeps/unix/sysv/linux/alpha: Move directory from
18754         ports/sysdeps/unix/sysv/linux/alpha.
18755         * README: Update listing for alpha-*-linux-gnu.
18757 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18759         * include/features.h: Update comment documenting feature test
18760         macros.
18761         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18762         _DEFAULT_SOURCE.
18763         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18764         (_SVID_SOURCE): Likewise.
18765         (_DEFAULT_SOURCE): Update description of default features.
18766         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18767         with _GNU_SOURCE.
18768         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18769         (S_ISVTX): Likewise.
18770         * manual/math.texi (Mathematical Constants): Likewise.
18771         * manual/signal.texi (Interrupted Primitives): Likewise.
18772         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18773         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18774         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18775         Don't refer to _SVID_SOURCE in warning text.
18777         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18779         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18780         already defined.
18781         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18782         * sysdeps/mips/dl-lookup.c: Remove.
18783         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18785 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18787         [BZ #16447]
18788         * math/auto-libm-test-in: Add testcase for expl.
18789         * math/auto-libm-test-out: Regenerate.
18790         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18791         calculation of unsafe.
18792         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18794 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18796         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18797         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18798         ports/sysdeps/unix/sysv/linux/aarch64.
18799         * README: Update listing for aarch64*-*-linux-gnu.
18801 2014-02-11  Will Newton  <will.newton@linaro.org>
18803         * manual/probes.texi (Mathematical Function Probes): Use
18804         "triggered" instead of "hit".
18806         * manual/probes.texi (Internal Probes): Add documentation
18807         of setjmp, longjmp and longjmp_target probes.
18809         * include/stap-probe.h: Add comment about probe argument
18810         format.
18812         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18813         definition.  (tr_where, tr_freehook, tr_mallochook,
18814         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18816 2014-02-11  David S. Miller  <davem@davemloft.net>
18818         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18819         processing int_tests.
18821 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18823         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18824         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18825         * sysdeps/unix/sysv/linux/mips: Move directory from
18826         ports/sysdeps/unix/sysv/linux/mips.
18827         * README: Update listing for mips-*-linux-gnu and
18828         mips64-*-linux-gnu.
18830 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18832         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18833         * sysdeps/unix/sysv/linux/m68k: Move directory from
18834         ports/sysdeps/unix/sysv/linux/m68k.
18835         * README: Update listing for m68k-*-linux-gnu.
18837 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18839         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18840         * sysdeps/unix/sysv/linux/generic: Move directory from
18841         ports/sysdeps/unix/sysv/linux/generic.
18842         * sysdeps/unix/sysv/linux/tile: Move directory from
18843         ports/sysdeps/unix/sysv/linux/tile.
18844         * README: Update listing for tile*-*-linux-gnu.
18846 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18848         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18849         __builtin_expect.
18850         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18851         * catgets/open_catalog.c (__open_catalog): Likewise.
18852         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18853         * debug/confstr_chk.c: Likewise.
18854         * debug/fread_chk.c (__fread_chk): Likewise.
18855         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18856         * debug/getgroups_chk.c: Likewise.
18857         * debug/mbsnrtowcs_chk.c: Likewise.
18858         * debug/mbsrtowcs_chk.c: Likewise.
18859         * debug/mbstowcs_chk.c: Likewise.
18860         * debug/memcpy_chk.c: Likewise.
18861         * debug/memmove_chk.c: Likewise.
18862         * debug/mempcpy_chk.c: Likewise.
18863         * debug/memset_chk.c: Likewise.
18864         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18865         * debug/strcat_chk.c (__strcat_chk): Likewise.
18866         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18867         * debug/strncat_chk.c (__strncat_chk): Likewise.
18868         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18869         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18870         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18871         * debug/wcpncpy_chk.c: Likewise.
18872         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18873         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18874         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18875         * debug/wcsncpy_chk.c: Likewise.
18876         * debug/wcsnrtombs_chk.c: Likewise.
18877         * debug/wcsrtombs_chk.c: Likewise.
18878         * debug/wcstombs_chk.c: Likewise.
18879         * debug/wmemcpy_chk.c: Likewise.
18880         * debug/wmemmove_chk.c: Likewise.
18881         * debug/wmempcpy_chk.c: Likewise.
18882         * debug/wmemset_chk.c: Likewise.
18883         * dirent/scandirat.c (SCANDIRAT): Likewise.
18884         * dlfcn/dladdr1.c (dladdr1): Likewise.
18885         * dlfcn/dladdr.c (dladdr): Likewise.
18886         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18887         * dlfcn/dlerror.c (__dlerror): Likewise.
18888         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18889         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18890         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18891         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18892         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18893         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18894         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18895         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18896         Likewise.
18897         * elf/dl-conflict.c: Likewise.
18898         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18899         * elf/dl-dst.h: Likewise.
18900         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18901         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18902         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18903         * elf/dl-init.c (call_init, _dl_init): Likewise.
18904         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18905         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18906         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18907         Likewise.
18908         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18909         Likewise.
18910         * elf/dl-minimal.c (__libc_memalign): Likewise.
18911         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18912         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18913         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18914         * elf/dl-sym.c (do_sym): Likewise.
18915         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18916         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18917         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18918         * elf/dl-writev.h (_dl_writev): Likewise.
18919         * elf/ldconfig.c (search_dir): Likewise.
18920         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18921         (dl_main): Likewise.
18922         * elf/setup-vdso.h (setup_vdso): Likewise.
18923         * grp/compat-initgroups.c (compat_call): Likewise.
18924         * grp/fgetgrent.c (fgetgrent): Likewise.
18925         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18926         * grp/putgrent.c (putgrent): Likewise.
18927         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18928         Likewise.
18929         * hurd/hurdinit.c: Likewise.
18930         * iconvdata/8bit-gap.c (struct): Likewise.
18931         * iconvdata/ansi_x3.110.c : Likewise.
18932         * iconvdata/big5.c : Likewise.
18933         * iconvdata/big5hkscs.c : Likewise.
18934         * iconvdata/cp1255.c: Likewise.
18935         * iconvdata/cp1258.c : Likewise.
18936         * iconvdata/cp932.c : Likewise.
18937         * iconvdata/euc-cn.c: Likewise.
18938         * iconvdata/euc-jisx0213.c : Likewise.
18939         * iconvdata/euc-jp.c: Likewise.
18940         * iconvdata/euc-jp-ms.c : Likewise.
18941         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18942         * iconvdata/gb18030.c : Likewise.
18943         * iconvdata/gbbig5.c (const): Likewise.
18944         * iconvdata/gbgbk.c: Likewise.
18945         * iconvdata/gbk.c : Likewise.
18946         * iconvdata/ibm1364.c : Likewise.
18947         * iconvdata/ibm930.c : Likewise.
18948         * iconvdata/ibm932.c: Likewise.
18949         * iconvdata/ibm933.c : Likewise.
18950         * iconvdata/ibm935.c : Likewise.
18951         * iconvdata/ibm937.c : Likewise.
18952         * iconvdata/ibm939.c : Likewise.
18953         * iconvdata/ibm943.c: Likewise.
18954         * iconvdata/iso_11548-1.c: Likewise.
18955         * iconvdata/iso-2022-cn.c : Likewise.
18956         * iconvdata/iso-2022-cn-ext.c : Likewise.
18957         * iconvdata/iso-2022-jp-3.c: Likewise.
18958         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18959         * iconvdata/iso-2022-kr.c : Likewise.
18960         * iconvdata/iso646.c (gconv_end): Likewise.
18961         * iconvdata/iso_6937-2.c : Likewise.
18962         * iconvdata/iso_6937.c : Likewise.
18963         * iconvdata/iso8859-1.c: Likewise.
18964         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18965         * iconvdata/shift_jisx0213.c : Likewise.
18966         * iconvdata/sjis.c : Likewise.
18967         * iconvdata/t.61.c : Likewise.
18968         * iconvdata/tcvn5712-1.c : Likewise.
18969         * iconvdata/tscii.c: Likewise.
18970         * iconvdata/uhc.c : Likewise.
18971         * iconvdata/unicode.c (gconv_end): Likewise.
18972         * iconvdata/utf-16.c (gconv_end): Likewise.
18973         * iconvdata/utf-32.c (gconv_end): Likewise.
18974         * iconvdata/utf-7.c (base64): Likewise.
18975         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18976         * iconv/gconv_close.c (__gconv_close): Likewise.
18977         * iconv/gconv_open.c (__gconv_open): Likewise.
18978         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18979         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18980         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18981         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18982         (ucs4le_internal_loop_single): Likewise.
18983         * iconv/iconv.c (iconv): Likewise.
18984         * iconv/iconv_close.c: Likewise.
18985         * iconv/loop.c (SINGLE): Likewise.
18986         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18987         * include/atomic.h: Likewise.
18988         * inet/inet6_option.c (option_alloc): Likewise.
18989         * intl/bindtextdom.c (set_binding_values): Likewise.
18990         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18991         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18992         * intl/localealias.c (read_alias_file): Likewise.
18993         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18994         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18995         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18996         * libio/fmemopen.c (fmemopen): Likewise.
18997         * libio/iofgets.c (_IO_fgets): Likewise.
18998         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18999         * libio/iofgetws.c (fgetws): Likewise.
19000         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19001         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19002         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19003         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19004         * locale/findlocale.c (_nl_find_locale): Likewise.
19005         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19006         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19007         Likewise.
19008         * locale/setlocale.c (setlocale): Likewise.
19009         * login/programs/pt_chown.c (main): Likewise.
19010         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19011         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19012         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19013         (mmap, mmap64, mremap, munmap): Likewise.
19014         * math/e_exp2l.c: Likewise.
19015         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19016         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19017         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19018         * math/s_catan.c (__catan): Likewise.
19019         * math/s_catanf.c (__catanf): Likewise.
19020         * math/s_catanh.c (__catanh): Likewise.
19021         * math/s_catanhf.c (__catanhf): Likewise.
19022         * math/s_catanhl.c (__catanhl): Likewise.
19023         * math/s_catanl.c (__catanl): Likewise.
19024         * math/s_ccosh.c (__ccosh): Likewise.
19025         * math/s_ccoshf.c (__ccoshf): Likewise.
19026         * math/s_ccoshl.c (__ccoshl): Likewise.
19027         * math/s_cexp.c (__cexp): Likewise.
19028         * math/s_cexpf.c (__cexpf): Likewise.
19029         * math/s_cexpl.c (__cexpl): Likewise.
19030         * math/s_clog10.c (__clog10): Likewise.
19031         * math/s_clog10f.c (__clog10f): Likewise.
19032         * math/s_clog10l.c (__clog10l): Likewise.
19033         * math/s_clog.c (__clog): Likewise.
19034         * math/s_clogf.c (__clogf): Likewise.
19035         * math/s_clogl.c (__clogl): Likewise.
19036         * math/s_csin.c (__csin): Likewise.
19037         * math/s_csinf.c (__csinf): Likewise.
19038         * math/s_csinh.c (__csinh): Likewise.
19039         * math/s_csinhf.c (__csinhf): Likewise.
19040         * math/s_csinhl.c (__csinhl): Likewise.
19041         * math/s_csinl.c (__csinl): Likewise.
19042         * math/s_csqrt.c (__csqrt): Likewise.
19043         * math/s_csqrtf.c (__csqrtf): Likewise.
19044         * math/s_csqrtl.c (__csqrtl): Likewise.
19045         * math/s_ctan.c (__ctan): Likewise.
19046         * math/s_ctanf.c (__ctanf): Likewise.
19047         * math/s_ctanh.c (__ctanh): Likewise.
19048         * math/s_ctanhf.c (__ctanhf): Likewise.
19049         * math/s_ctanhl.c (__ctanhl): Likewise.
19050         * math/s_ctanl.c (__ctanl): Likewise.
19051         * math/w_pow.c: Likewise.
19052         * math/w_powf.c: Likewise.
19053         * math/w_powl.c: Likewise.
19054         * math/w_scalb.c (sysv_scalb): Likewise.
19055         * math/w_scalbf.c (sysv_scalbf): Likewise.
19056         * math/w_scalbl.c (sysv_scalbl): Likewise.
19057         * misc/error.c (error_tail): Likewise.
19058         * misc/pselect.c (__pselect): Likewise.
19059         * nis/nis_callback.c (__nis_create_callback): Likewise.
19060         * nis/nis_call.c (__nisfind_server): Likewise.
19061         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19062         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19063         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19064         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19065         * nis/nis_lookup.c (nis_lookup): Likewise.
19066         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19067         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19068         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19069         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19070         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19071         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19072         * nis/nss_compat/compat-initgroups.c (add_group)
19073         (internal_getgrent_r): Likewise.
19074         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19075         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19076         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19077         (internal_getspnam_r): Likewise.
19078         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19079         (_nss_nis_getaliasbyname_r): Likewise.
19080         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19081         (_nss_nis_getntohost_r): Likewise.
19082         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19083         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19084         (_nss_nis_getgrgid_r): Likewise.
19085         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19086         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19087         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19088         (_nss_nis_gethostbyname4_r): Likewise.
19089         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19090         (initgroups_netid): Likewise.
19091         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19092         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19093         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19094         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19095         (_nss_nis_getprotobynumber_r): Likewise.
19096         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19097         (_nss_nis_getsecretkey): Likewise.
19098         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19099         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19100         (_nss_nis_getpwuid_r): Likewise.
19101         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19102         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19103         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19104         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19105         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19106         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19107         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19108         Likewise.
19109         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19110         (_nss_nisplus_getntohost_r): Likewise.
19111         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19112         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19113         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19114         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19115         Likewise.
19116         * nis/nss_nisplus/nisplus-initgroups.c
19117         (_nss_nisplus_initgroups_dyn): Likewise.
19118         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19119         (_nss_nisplus_getnetbyaddr_r): Likewise.
19120         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19121         (_nss_nisplus_getprotobynumber_r): Likewise.
19122         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19123         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19124         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19125         Likewise.
19126         * nis/nss_nisplus/nisplus-service.c
19127         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19128         (_nss_nisplus_getservbyport_r): Likewise.
19129         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19130         (_nss_nisplus_getspnam_r): Likewise.
19131         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19132         Likewise.
19133         * nscd/aicache.c (addhstaiX): Likewise.
19134         * nscd/cache.c (cache_search, prune_cache): Likewise.
19135         * nscd/connections.c (register_traced_file, send_ro_fd)
19136         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19137         (main_loop_epoll): Likewise.
19138         * nscd/grpcache.c (addgrbyX): Likewise.
19139         * nscd/hstcache.c (addhstbyX): Likewise.
19140         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19141         * nscd/mem.c (gc, mempool_alloc): Likewise.
19142         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19143         (addinnetgrX): Likewise.
19144         * nscd/nscd-client.h (__nscd_acquire_maplock)
19145         (__nscd_drop_map_ref): Likewise.
19146         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19147         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19148         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19149         Likewise.
19150         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19151         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19152         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19153         (__nscd_get_map_ref): Likewise.
19154         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19155         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19156         Likewise.
19157         * nscd/pwdcache.c (addpwbyX): Likewise.
19158         * nscd/selinux.c (preserve_capabilities): Likewise.
19159         * nscd/servicescache.c (addservbyX): Likewise.
19160         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19161         * posix/fnmatch.c (fnmatch): Likewise.
19162         * posix/getopt.c (_getopt_internal_r): Likewise.
19163         * posix/glob.c (glob, glob_in_dir): Likewise.
19164         * posix/wordexp.c (exec_comm_child): Likewise.
19165         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19166         (getanswer_r, gaih_getanswer_slice): Likewise.
19167         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19168         * resolv/res_init.c: Likewise.
19169         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19170         * resolv/res_query.c (__libc_res_nquery): Likewise.
19171         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19172         Likewise.
19173         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19174         * stdio-common/perror.c (perror): Likewise.
19175         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19176         * stdio-common/tmpnam.c (tmpnam): Likewise.
19177         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19178         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19179         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19180         Likewise.
19181         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19182         * stdlib/putenv.c (putenv): Likewise.
19183         * stdlib/setenv.c (__add_to_environ): Likewise.
19184         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19185         * stdlib/strtol_l.c (INTERNAL): Likewise.
19186         * string/memmem.c (memmem): Likewise.
19187         * string/strerror.c (strerror): Likewise.
19188         * string/strnlen.c (__strnlen): Likewise.
19189         * string/test-memmem.c (simple_memmem): Likewise.
19190         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19191         * sunrpc/pm_getport.c (__get_socket): Likewise.
19192         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19193         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19194         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19195         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19196         Likewise.
19197         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19198         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19199         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19200         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19201         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19202         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19203         Likewise.
19204         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19205         Likewise.
19206         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19207         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19208         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19209         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19210         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19211         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19212         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19213         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19214         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19215         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19216         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19217         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19218         Likewise.
19219         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19220         Likewise.
19221         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19222         Likewise.
19223         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19224         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19225         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19226         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19227         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19228         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19229         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19230         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19231         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19232         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19233         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19234         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19235         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19236         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19237         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19238         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19239         Likewise.
19240         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19241         Likewise.
19242         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19243         Likewise.
19244         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19245         Likewise.
19246         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19247         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19248         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19249         Likewise.
19250         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19251         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19252         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19253         * sysdeps/posix/sleep.c: Likewise.
19254         * sysdeps/posix/tempname.c: Likewise.
19255         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19256         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19257         Likewise.
19258         * sysdeps/powerpc/powerpc32/dl-machine.h
19259         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19260         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19261         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19262         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19263         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19264         Likewise.
19265         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19266         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19267         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19268         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19269         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19270         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19271         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19272         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19273         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19274         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19275         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19276         (elf_machine_lazy_rel): Likewise.
19277         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19278         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19279         (elf_machine_lazy_rel): Likewise.
19280         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19281         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19282         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19283         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19284         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19285         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19286         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19287         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19288         Likewise.
19289         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19290         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19291         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19292         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19293         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19294         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19295         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19296         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19297         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19298         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19299         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19300         Likewise.
19301         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19302         (__posix_fallocate64_l64): Likewise.
19303         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19304         (posix_fallocate): Likewise.
19305         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19306         Likewise.
19307         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19308         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19309         (getifaddrs_internal): Likewise.
19310         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19311         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19312         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19313         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19314         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19315         (__posix_fallocate64_l64): Likewise.
19316         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19317         Likewise.
19318         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19319         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19320         (__get_clockfreq): Likewise.
19321         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19322         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19323         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19324         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19325         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19326         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19327         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19328         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19329         Likewise.
19330         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19331         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19332         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19333         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19334         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19335         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19336         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19337         Likewise.
19338         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19339         (posix_fallocate): Likewise.
19340         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19341         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19342         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19343         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19344         (elf_machine_rela, elf_machine_rela_relative)
19345         (elf_machine_lazy_rel): Likewise.
19346         * time/asctime.c (asctime_internal): Likewise.
19347         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19348         * time/tzset.c (__tzset_parse_tz): Likewise.
19349         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19350         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19351         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19352         * wcsmbs/wcsmbsload.h: Likewise.
19354         [BZ #15894]
19355         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19357         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19358         (arena_get2): Remove THREAD_STATS conditionals.
19359         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19360         (__malloc_stats, int): Likewise.
19362 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19364         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19365         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19367         * manual/setjmp.texi: Fix typos/grammar errors.
19369         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19370         Only return early when n is <= 0.  Delete unused return statement.
19372         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19373         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19374         * debug/tst-longjmp_chk3.c: New file.
19376         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19377         (test_main): Replace code with set_fortify_handler call.
19378         * debug/test-strcpy_chk.c: Likewise.
19379         * debug/tst-chk1.c: Likewise.
19380         * debug/tst-longjmp_chk.c: Likewise.
19381         * test-skeleton.c: Include fcntl.h & paths.h
19382         (set_fortify_handler): Define.
19384         * debug/tst-longjmp_chk.c: Add header comment and include
19385         ../test-skeleton.c.
19386         (do_test): Mark static.
19387         (TEST_FUNCTION): Define.
19389         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19390         (IP_PMTUDISC_INTERFACE): Likewise.
19391         (IP_MULTICAST_IF): Likewise.
19392         (IP_MULTICAST_TTL): Likewise.
19393         (IP_MULTICAST_LOOP): Likewise.
19394         (IP_ADD_MEMBERSHIP): Likewise.
19395         (IP_DROP_MEMBERSHIP): Likewise.
19396         (IP_UNBLOCK_SOURCE): Likewise.
19397         (IP_BLOCK_SOURCE): Likewise.
19398         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19399         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19400         (IP_MSFILTER): Likewise.
19401         (MCAST_JOIN_GROUP): Likewise.
19402         (MCAST_BLOCK_SOURCE): Likewise.
19403         (MCAST_UNBLOCK_SOURCE): Likewise.
19404         (MCAST_LEAVE_GROUP): Likewise.
19405         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19406         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19407         (MCAST_MSFILTER): Likewise.
19408         (IP_MULTICAST_ALL): Likewise.
19409         (IP_UNICAST_IF): Likewise.
19411         * timezone/Makefile: Delete $(have-ksh) check.
19412         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19413         * timezone/tzselect.ksh: Add +x mode bits.
19415         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19416         (ANON_INODE_FS_MAGIC): Likewise.
19417         (BDEVFS_MAGIC): Likewise.
19418         (BINFMTFS_MAGIC): Likewise.
19419         (BTRFS_TEST_MAGIC): Likewise.
19420         (CRAMFS_MAGIC_WEND): Likewise.
19421         (DEBUGFS_MAGIC): Likewise.
19422         (ECRYPTFS_SUPER_MAGIC): Likewise.
19423         (EXT3_SUPER_MAGIC): Likewise.
19424         (EXT4_SUPER_MAGIC): Likewise.
19425         (FUTEXFS_SUPER_MAGIC): Likewise.
19426         (HOSTFS_SUPER_MAGIC): Likewise.
19427         (HUGETLBFS_MAGIC): Likewise.
19428         (MINIX3_SUPER_MAGIC): Likewise.
19429         (MTD_INODE_FS_MAGIC): Likewise.
19430         (NILFS_SUPER_MAGIC): Likewise.
19431         (OPENPROM_SUPER_MAGIC): Likewise.
19432         (PIPEFS_MAGIC): Likewise.
19433         (PSTOREFS_MAGIC): Likewise.
19434         (QNX6_SUPER_MAGIC): Likewise.
19435         (RAMFS_MAGIC): Likewise.
19436         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19437         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19438         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19439         (SECURITYFS_MAGIC): Likewise.
19440         (SELINUX_MAGIC): Likewise.
19441         (SMACK_MAGIC): Likewise.
19442         (SOCKFS_MAGIC): Likewise.
19443         (SQUASHFS_MAGIC): Likewise.
19444         (STACK_END_MAGIC): Likewise.
19445         (TMPFS_MAGIC): Likewise.
19446         (USBDEVICE_SUPER_MAGIC): Likewise.
19447         (V9FS_MAGIC): Likewise.
19448         (XENFS_SUPER_MAGIC): Likewise.
19449         (CRAMFS_MAGIC): Fix typo in comment.
19450         (EXT2_SUPER_MAGIC): Update comment.
19451         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19453 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19455         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19456         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19457         * sysdeps/unix/sysv/linux/arm: Move directory from
19458         ports/sysdeps/unix/sysv/linux/arm.
19459         * README: Update listing for arm-*-linux-gnueabi.
19461         * README: Remove mention of am33.
19463 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19465         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19466         than the comma operator, to avoid "rhs of comma has no effect"
19467         compiler warnings.
19468         (__sigfillset, __sigandset, __sigorset): Likewise.
19469         * include/signal.h (__sigemptyset): Likewise.
19470         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19472 2014-02-07  Allan McRae  <allan@archlinux.org>
19474         * version.h (RELEASE): Set to "development".
19475         (VERSION): Set to "2.19.90"
19476         * NEWS: Add 2.20 section.
19478 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19480         [BZ #16529]
19481         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19483 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19485         * manual/contrib.texi: Update entry for Carlos O'Donell,
19486         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19488 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19490         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19492         * sysdeps/unix/sysv/linux/kernel-features.h
19493         [__LINUX_KERNEL_VERSION >= 0x020621]
19494         (__ASSUME_PROC_PID_TASK_COMM): Define.
19496 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19498         [BZ #16398]
19499         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19500         conversion when destination buffer does not have enough space.
19501         * libio/tst-ftell-partial-wide.c: New test case.
19502         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19504         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19505         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19506         Leonard and Allan McRae.
19508 2014-02-04  David S. Miller  <davem@davemloft.net>
19510         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19511         32-bit.
19513 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19516         New file
19517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19518         New file
19519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19520         New file.
19521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19522         New file.
19523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19524         New file.
19525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19526         New file.
19527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19528         New file.
19529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19530         New file.
19531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19532         New file.
19533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19534         New file.
19535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19536         New file.
19537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19538         New file.
19539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19540         New file.
19542 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19544         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19545         * shlib-versions: Likewise.
19547 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19548             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19550         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19551         (abilist-pattern): New variable, set to %-le.abilist.
19553         * Makerules (abilist-pattern): New variable.
19554         (vpath): Use $(abilist-pattern) in place of %.abilist.
19555         (check-abi-% pattern rule): Likewise.
19556         (check-abi, update-abi): Likewise.
19558 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19560         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19562 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19564         * manual/startup.texi: Add next, previous, and top entries for
19565         the `Program Arguments' and `Environment Variables' nodes.
19567 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19569         * manual/macros.texi: Add comments before MTASC-safety macros.
19571         * manual/users.texi: Document MTASC-safety properties.
19573         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19574         (pthread_getspecific, pthread_setspecific): Format with
19575         @deftypefun, and add @safety note.
19576         * manual/signal.texi: Move comments that analyze the above
19577         functions to their home place.
19579 2014-02-03  Allan McRae  <allan@archlinux.org>
19581         * po/sl.po: Update Slovenian translation from translation project.
19583 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19585         * manual/time.texi (timegm): Add missing blank after @c.
19586         Reported by Joseph Myers <joseph@codesourcery.com>.
19588 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19590         * manual/check-safety.sh: New.
19591         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19593         * manual/terminal.texi: Document MTASC-safety properties.
19595         * manual/filesys.texi: Document MTASC-safety properties.
19597         * manual/errno.texi: Document MTASC-safety properties.
19599         * manual/intro.texi: Document safety identifiers and
19600         conditionals.
19602         * manual/string.texi (wcstok): Fix prototype.
19603         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19605         * manual/time.texi: Document MTASC-safety properties.
19607         * manual/string.texi: Document MTASC-safety properties.
19609         * manual/threads.texi: Document MTASC-safety properties.
19611         * manual/stdio.texi: Document MTASC-safety properties.
19613         * manual/syslog.texi: Document MTASC-safety properties.
19615         * manual/sysinfo.texi: Document MTASC-safety properties.
19617         * manual/startup.texi: Document MTASC-safety properties.
19619         * manual/socket.texi: Document MTASC-safety properties.
19621         * manual/signal.texi: Document MTASC-safety properties.
19623 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19625         * manual/setjmp.texi: Document MTASC-safety properties.
19627         * manual/search.texi: Document MTASC-safety properties.
19629         * manual/resource.texi: Document MTASC-safety properties.
19631         * manual/process.texi: Document MTASC-safety properties.
19633         * manual/platform.texi: Document MTASC-safety properties.
19635         * manual/pipe.texi: Document MTASC-safety properties.
19637         * manual/pattern.texi: Document MTASC-safety properties.
19639         * manual/message.texi: Document MTASC-safety properties.
19641         [BZ #12751]
19642         * manual/memory.texi: Document MTASC-safety properties.
19644         * manual/math.texi: Document MTASC-safety properties.
19646         * manual/locale.texi: Document MTASC-safety properties.
19648         * manual/llio.texi: Document MTASC-safety properties.
19650         * manual/libdl.texi: New.
19652         * manual/lang.texi: Document MTASC-safety properties.
19654         * manual/job.texi: Document MTASC-safety properties.
19656         * manual/getopt.texi: Document MTASC-safety properties.
19658         * manual/ctype.texi: Document MTASC-safety properties.
19660 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19662         [BZ #16046]
19663         * csu/libc-tls.c (static_map): Remove variable.
19664         (__libc_setup_tls): Use main executable's link map for TLS data.
19665         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19666         casing for LM_ID_BASE and GL(dl_nns).
19667         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19668         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19669         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19670         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19671         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19672         member.
19673         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19674         l_phnum members.
19676 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19678         * manual/debug.texi: Document MTASC-safety properties.
19680 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19682         [BZ #16510]
19683         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19684         of __x86_64__ when disabling x87 inline functions.
19686 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19688         * manual/charset.texi: Document MTASC-safety properties.
19690         * manual/crypt.texi: Document MTASC-safety properties.
19692         * manual/conf.texi: Document MTASC-safety properties.
19694         * manual/arith.texi: Document MTASC-safety properties.
19696         * manual/argp.texi: Document MTASC-safety properties.
19698         * manual/macros.texi: Introduce macros to document multi
19699         thread, asynchronous signal and asynchronous cancellation
19700         safety properties.
19701         * manual/intro.texi: Introduce the properties themselves.
19703 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19705         * sysdeps/sh/sh4/Makefile: New file.
19707 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19709         * math/gen-libm-test.pl ($srcdir): New variable.
19710         ($auto_input): Use it.
19712 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19714         [BZ #16506]
19715         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19716         access beyond array bounds when parsing netgroups file.
19718         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19719         the old buffer before realloc.
19721 2014-01-27  Allan McRae  <allan@archlinux.org>
19723         * po/fr.po: Update French translation from translation project.
19725 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19727         * sysdeps/sh/libm-test-ulps: Regenerate.
19729 2014-01-24  David S. Miller  <davem@davemloft.net>
19731         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19733 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19735         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19736         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19738 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19740         [BZ #16474]
19741         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19742         string pointers after reallocation.
19744 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19746         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19747         __SH4A__ instead of __SH_FPU_ANY__.
19749 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19751         * sysdeps/sh/fpu_control.h: New file.
19752         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19753         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19754         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19755         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19756         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19757         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19758         * sysdeps/sh/sys/ucontext.h: Remove.
19759         * sysdeps/sh/sys: Remove directory.
19761 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19763         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19764         s390/sys/ucontext.h.
19765         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19766         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19768 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19770         [BZ #15605]
19771         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19773 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19775         [BZ#16431]
19776         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19777         Adjust the vDSO correctly for internal calls.
19778         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19780 2014-01-20  Allan McRae  <allan@archlinux.org>
19782         * po/ca.po: Update Catalan translation from translation project.
19784 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19786         * sysdeps/s390/sotruss-lib.c: New file.
19788 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19790         [BZ#16430]
19791         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19792         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19793         local calls issues by not having a PLT stub required for IFUNC calls.
19794         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19796 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19798         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19799         * math/test-fpucw-static.c: Likewise.
19801 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19803         [BZ #16453]
19804         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19806 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19808         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19809         implementation for powerpc.
19811 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19813         [BZ #14782]
19814         * sysdeps/posix/system.c (__libc_system): Do not enable
19815         asynchronous cancellation.
19817 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19819         [BZ #16427]
19820         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19821         handling only for numbers special also in the IEEE case.
19823 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19825         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19827 2014-01-11  Allan McRae  <allan@archlinux.org>
19829         * po/bg.po: Update Bulgarian translation from translation project.
19831         * po/de.po: Update German translation from translation project.
19833 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19835         * sysdeps/generic/gcc-compat.h: New file.
19837 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19839         * benchtests/asin-inputs: Correct slow inputs.
19840         * benchtests/acos-inputs: Likewise.
19842 2014-01-10  Allan McRae  <allan@archlinux.org>
19844         * po:sv.po: Update Swedish translation from translation project.
19846         * po/vi.po: Update Vietnamese translation from translation project.
19848         * po/eo.po: Update Esperanto translation from translation project.
19850         * po/cs.po: Update Czech translation from translation project.
19852         * po/nl.po: Update Dutch translation from translation project.
19854         * po/pl.po: Update Polish translation from translation project.
19856         * po/ru.po: Update Russian translation from translation project.
19858         * po/uk.po: Update Ukrainian translation from translation project.
19860 2014-01-08  Brooks Moses  <bmoses@google.com>
19862         * elf/dl-load.c: Fix comment typo.
19864 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19866         * po/header.pot: Rename to...
19867         * po/pot.header: ... this.
19868         * po/Makefile: Use pot.header.
19870 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19871             Maxim Kuvyrkov  <maxim@kugelworks.com>
19873         [BZ #16394]
19874         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19875         SRC and DEST against LEN.
19877 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19879         [BZ #16414]
19880         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19881         implementation.
19882         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19884 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19888 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19890         [BZ #16408]
19891         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19892         for large positive arguments.
19894 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19896         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19898         * math/auto-libm-test-in: Mark various tests with
19899         xfail-rounding:ldbl-128ibm.
19900         * math/auto-libm-test-out: Regenerated.
19902         [BZ #16407]
19903         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19904         Increase overflow threshold.
19906 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19908         [BZ #14286]
19909         * stdio-common/vfprintf.c: Check for integer overflow.
19911 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19913         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19914         the first argument and return value of __tls_get_addr_internal.
19916 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19918         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19919         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19921 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19923         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19924         * sysdeps/s390/rtld-global-offsets.sym: New file.
19925         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19926         GLIBC_2.19 symbol.
19927         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19928         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19929         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19930         ... this.
19931         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19932         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19933         ... this.
19934         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19935         Regenerate.
19936         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19937         Regenerate.
19938         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19939         halfs of GPRs for high_gprs contexts.
19940         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19941         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19942         field.
19943         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19944         uc_flags field.
19945         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19946         64 bit versions:
19947         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19948         for high GPRs (uc_high_gprs) and for future extensions
19949         (__reserved).
19950         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19951         for future extensions (__reserved).
19952         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19953         64 bit versions:
19954         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19955         SC_HIGHGPRS offset definition.
19956         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19957         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19959         * Versions.def: Add GLIBC_2.19 for libpthread.
19960         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19961         siglongjmp for libpthread with GLIBC_2.19 symver.
19962         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19963         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19964         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19965         * sysdeps/s390/__longjmp.c: New file.
19966         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19967         * sysdeps/s390/longjmp.c: New file.
19968         * sysdeps/s390/setjmp.S: New file.
19969         * sysdeps/s390/sigjmp.S: New file.
19970         * sysdeps/s390/v1-longjmp.c: New file.
19971         * sysdeps/s390/v1-setjmp.h: New file.
19972         * sysdeps/s390/v1-sigjmp.c: New file.
19973         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19974         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19975         GLIBC_2.19 version.
19976         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19977         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19978         versioned symbols for ____longjmp_chk.
19979         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19980         Likewise.
19981         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19982         Regenerate.
19983         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19984         Regenerate.
19985         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19986         Regenerate.
19987         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19988         Regenerate.
19989         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19990         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19991         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19992         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19993         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19994         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19995         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19996         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19997         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19998         * sysdeps/s390/rtld-__longjmp.c: New file.
19999         * sysdeps/s390/rtld-setjmp.S: New file.
20001 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20003         [BZ #16400]
20004         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20005         Return -__logl (x) for small positive arguments without evaluating
20006         a polynomial.
20008 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20010         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20011         Rename to ...
20012         (__ptrace_peeksiginfo_args): ... this.
20013         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20014         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20015         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20017 2014-01-06  Allan McRae  <allan@archlinux.org>
20019         * inet/netinet/in.h: Fix typo in comment.
20021 2014-01-05  Andreas Jaeger  <aj@suse.de>
20023         * sysdeps/i386/fpu/libm-test-ulps: Update.
20025 2014-01-05  Allan McRae  <allan@archlinux.org>
20027         * po/libc.pot: Regenerated.
20029         * malloc/memusagestat.c: Fix gettext call formatting.
20031 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20033         * nscd/nscd.c: Improve usage() output.
20035 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20037         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20038         * sysdeps/unix/sysv/linux/configure: Regenerated.
20039         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20040         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20042 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20044         [BZ #16390]
20045         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20046         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20048 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20050         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20051         extra tokens at end of #undef directive.
20052         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20053         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20054         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20056 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20058         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20060         * math/auto-libm-test-in: Mark various tests with
20061         xfail-rounding:ldbl-128ibm.
20062         * math/auto-libm-test-out: Regenerated.
20064 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20066         [BZ #16386]
20067         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20068         numbers with subnormal high part when calculating exponent.
20070         [BZ #16385]
20071         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20072         fabs.
20074         [BZ #16384]
20075         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20076         M_LN2l.
20077         (__ieee754_acoshl): Use __log1pl not __log1p.
20079 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20081         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20082         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20083         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20084         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20085         (reused_arena, arena_get2): Convert to GNU style.
20086         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20087         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20088         (memalign_check, __malloc_set_state): Likewise.
20089         * malloc/mallocbug.c (main): Likewise.
20090         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20091         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20092         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20093         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20094         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20095         (__posix_memalign, malloc_info): Likewise.
20096         * malloc/malloc.h: Likewise.
20097         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20098         (mallochook, memalignhook, reallochook, mabort): Likewise.
20099         * malloc/mcheck.h: Likewise.
20100         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20101         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20102         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20103         * malloc/morecore.c (__default_morecore): Likewise.
20104         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20105         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20106         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20107         (print_and_abort): Likewise.
20108         * malloc/obstack.h: Likewise.
20109         * malloc/set-freeres.c (__libc_freeres): Likewise.
20110         * malloc/tst-mallocstate.c (main): Likewise.
20111         * malloc/tst-mtrace.c (main): Likewise.
20112         * malloc/tst-realloc.c (do_test): Likewise.
20114 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20116         [BZ #16366]
20117         * nscd/netgroupcache.c (do_notfound): New function.
20118         (addgetnetgrentX): Use it.
20120         [BZ # 16365]
20121         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20122         NSS_STATUS_NOTFOUND.
20124 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20126         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20129 2014-01-01  Allan McRae  <allan@archlinux.org>
20131         * scripts/update-copyrights: Update configure input file suffix.
20133         * NEWS: Update copyright year.
20134         * catgets/gencat.c: Likewise.
20135         * csu/version.c: Likewise.
20136         * debug/catchsegv.sh: Likewise.
20137         * debug/pcprofiledump.c: Likewise.
20138         * debug/xtrace.sh: Likewise.
20139         * elf/ldconfig.c: Likewise.
20140         * elf/ldd.bash.in: Likewise.
20141         * elf/pldd.c: Likewise.
20142         * elf/sotruss.ksh: Likewise.
20143         * elf/sprof.c: Likewise.
20144         * iconv/iconv_prog.c: Likewise.
20145         * iconv/iconvconfig.c: Likewise.
20146         * locale/programs/locale.c: Likewise.
20147         * locale/programs/localedef.c: Likewise.
20148         * login/programs/pt_chown.c: Likewise.
20149         * malloc/memusage.sh: Likewise.
20150         * malloc/memusagestat.c: Likewise.
20151         * malloc/mtrace.pl: Likewise.
20152         * manual/libc.texinfo: Likewise.
20153         * nscd/nscd.c: Likewise.
20154         * nss/getent.c: Likewise.
20155         * nss/makedb.c: Likewise.
20156         * posix/getconf.c: Likewise.
20157         * scripts/test-installation.pl: Likewise.
20159         * All files with FSF copyright notices: Update copyright dates
20160         using scripts/update-copyrights.
20161         * intl/plural.c: Regenerated.
20162         * locale/programs/charmap-kw.h: Likewise.
20163         * locale/programs/locfile-kw.h: Likewise.
20165 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20167         * sysdeps/unix/sysv/linux/configure: Regenerated.
20168         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20169         the linux/fanotify.h header.
20170         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20171         HAVE_LINUX_FANOTIFY_H is defined.
20173 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20175         * benchtests/cos-inputs: New inputs.
20176         * benchtests/sin-inputs: Likewise.
20178         * benchtests/atan-inputs: New inputs. Fix name of multiple
20179         precision fallback inputs.
20181         * benchtests/atanh-inputs: New inputs.
20182         * benchtests/tanh-inputs: Likewise.
20184         * benchtests/acosh-inputs: New inputs.
20185         * benchtests/asinh-inputs: Likewise.
20187         * benchtests/cosh-inputs: New inputs.
20188         * benchtests/sinh-inputs: Likewise.
20190         * benchtests/acos-inputs: Add more inputs.
20191         * benchtests/asin-inputs: Likewise.
20193 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20195         [BZ #16375]
20196         * manual/arith.texi: Fix spelling.
20197         * manual/charset.texi: Likewise.
20198         * manual/errno.texi: Likewise.
20199         * manual/filesys.texi: Likewise.
20200         * manual/lang.texi: Likewise.
20201         * manual/llio.texi: Likewise.
20202         * manual/locale.texi: Likewise.
20203         * manual/message.texi: Likewise.
20204         * manual/resource.texi: Likewise.
20205         * manual/search.texi: Likewise.
20206         * manual/setjmp.texi: Likewise.
20207         * manual/stdio.texi: Likewise.
20208         * manual/string.texi: Likewise.
20209         * manual/sysinfo.texi: Likewise.
20210         * manual/time.texi: Likewise.
20212 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20214         * po/sl.po: New file.
20216 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20218         * .gitignore: Add core/.gdbinit/.gdb_history.
20220 2013-12-27  Allan McRae  <allan@archlinux.org>
20222         [BZ #16369]
20223         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20224         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20226 2013-12-24  Brooks Moses  <bmoses@google.com>
20228         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20229         all compilers that claim C++98 compliance, not just GCC.
20230         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20231         Likewise.
20233 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20235         * NEWS: Restore accidentally deleted bug-fix entries.
20237 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20238             Ondřej Bílka  <neleai@seznam.cz>
20240         [BZ #15073]
20241         * malloc/malloc.c (_int_free): Perform sanity check only if we
20242         have_lock.
20244 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20246         [BZ #12986]
20247         * manual/stdio.texi (String Input Conversions): Clarify that character
20248         classes are not supported.
20250 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20252         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20254 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20256         [BZ #16337]
20257         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20258         Calculate results for small negative arguments directly rather
20259         than using reflection formula with special underflow handling.
20261         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20262         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20263         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20264         (fchflags): Likewise.
20265         (revoke): Likewise.
20266         (setlogin): Likewise.
20267         (sigaltstack): Likewise.
20268         (wait4): Likewise.
20269         (sigblock): Remove.
20270         (sigsetmask): Likewise.
20271         (wait3): Likewise.
20272         (waitpid): Likewise.
20273         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20274         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20275         file.
20276         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20277         * sysdeps/unix/bsd/Makefile: ... here.
20278         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20279         * sysdeps/unix/bsd/Versions: ... here.
20280         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20281         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20282         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20283         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20284         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20285         * sysdeps/unix/bsd/sigblock.c: ... here.
20286         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20287         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20288         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20289         * sysdeps/unix/bsd/sigvec.c: ... here.
20290         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20291         * sysdeps/unix/bsd/tcdrain.c: ... here.
20292         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20293         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20294         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20295         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20296         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20297         * sysdeps/unix/bsd/wait.c: ... here.
20298         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20299         * sysdeps/unix/bsd/wait3.c: ... here.
20300         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20301         * sysdeps/unix/bsd/waitpid.c: ... here.
20303 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20305         [BZ #16356]
20306         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20307         round-to-nearest for [!USE_AS_EXPM1L].
20308         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20309         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20310         more tests of exp and exp10.  Expect some exp10 tests to miss
20311         exceptions or fail in directed rounding modes.
20312         * math/auto-libm-test-out: Regenerated.
20313         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20314         (exp10_test_tonearest): New function.
20315         (exp10_towardzero_test_data): New array.
20316         (exp10_test_towardzero): New function.
20317         (exp10_downward_test_data): New array.
20318         (exp10_test_downward): New function.
20319         (exp10_upward_test_data): New array.
20320         (exp10_test_upward): New function.
20321         (main): Call the new functions.
20322         * sysdeps/i386/fpu/libm-test-ulps: Update.
20323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20325 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20327         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20328         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20329         * math/auto-libm-test-out: Regenerated.
20330         * math/libm-test.inc (acosh_test_data): Add more tests.
20331         (atanh_test_data): Likewise.
20332         (ceil_test_data): Likewise.
20333         (copysign_test_data): Likewise.
20334         * sysdeps/i386/fpu/libm-test-ulps: Update.
20335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20337         * timezone/checktab.awk: Update from tzcode 2013i.
20338         * timezone/private.h: Likewise.
20339         * timezone/scheck.c: Likewise.
20340         * timezone/tzfile.h: Likewise.
20341         * timezone/tzselect.ksh: Likewise.
20342         * timezone/zdump.c: Likewise.
20343         * timezone/zic.c: Likewise.
20345         * math/auto-libm-test-in: Add tests of cpow.
20346         * math/auto-libm-test-out: Regenerated.
20347         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20348         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20349         mpc_cc_c.
20350         (func_calc_desc): Add mpc_cc_c union field.
20351         (test_functions): Add cpow.
20352         (special_fill_2pi): New function.
20353         (special_real_inputs): Add 2pi.
20354         (calc_generic_results): Handle mpc_cc_c.
20355         * sysdeps/i386/fpu/libm-test-ulps: Update.
20356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20358         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20359         csqrt, ctan and ctanh.
20360         * math/auto-libm-test-out: Regenerated.
20361         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20362         (TEST_COND_x86): Likewise.
20363         (ccos_test_data): Use AUTO_TESTS_c_c.
20364         (ccosh_test_data): Likewise.
20365         (cexp_test_data): Likewise.
20366         (clog_test_data): Likewise.
20367         (csqrt_test_data): Likewise.
20368         (ctan_test_data): Likewise.
20369         (ctan_tonearest_test_data): Likewise.
20370         (ctan_towardzero_test_data): Likewise.
20371         (ctan_downward_test_data): Likewise.
20372         (ctan_upward_test_data): Likewise.
20373         (ctanh_test_data): Likewise.
20374         (ctanh_tonearest_test_data): Likewise.
20375         (ctanh_towardzero_test_data): Likewise.
20376         (ctanh_downward_test_data): Likewise.
20377         (ctanh_upward_test_data): Likewise.
20378         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20379         mpc_c_c.
20380         (func_calc_desc): Add mpc_c_c union field.
20381         (FUNC_mpc_c_c): New macro.
20382         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20383         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20384         ctanh.
20385         (special_fill_min_subnorm_p120): New function.
20386         (special_real_inputs): Add min_subnorm_p120.
20387         (calc_generic_results): Handle mpc_c_c.
20388         * sysdeps/i386/fpu/libm-test-ulps: Update.
20389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20391 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20393         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20394         (do_sin_slow): New functions.
20395         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20396         (cslow2, csloww1, csloww2): Use the new functions.
20398         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20399         Use M to change sign of result instead of X.  Assume X is
20400         positive.
20401         (csloww1): Likewise.
20402         (__sin): Adjust.
20403         (__cos): Adjust.
20405         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20406         arguments A and DA.
20407         (__sin): Adjust.
20408         (__cos): Likewise.
20410         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20411         (__cos): Likewise.
20412         (sloww1): Don't adjust sign of DX.
20413         (csloww1): Likewise.
20414         (sloww2): Use X directly and don't adjust sign of DX.
20415         (csloww2): Likewise.
20417 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20419         * math/auto-libm-test-in: Add tests of cabs and carg.
20420         * math/auto-libm-test-out: Regenerated.
20421         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20422         (carg_test_data): Likewise.
20423         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20424         mpc_c_f.
20425         (func_calc_desc): Add mpc_c_f union field.
20426         (test_functions): Add cabs and carg.
20427         (calc_generic_results): Handle mpc_c_f.
20429         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20430         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20431         as a macro and a compat symbol.
20432         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20433         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20434         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20435         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20436         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20437         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20438         not use .hidden.
20439         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20440         Likewise.
20441         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20442         Likewise.
20443         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20444         Likewise.
20445         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20446         Likewise.
20447         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20448         Likewise.
20449         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20450         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20451         from GLIBC_2.3.2.
20453 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20455         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20457 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20459         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20460         trailing whitespace removed.
20461         * scripts/config.guess: Update to version 2013-11-29.
20462         * scripts/config.sub: Update to version 2013-10-01.
20464         * math/auto-libm-test-in: Add tests of sincos.
20465         * math/auto-libm-test-out: Regenerated.
20466         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20467         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20468         mpfr_f_11.
20469         (func_calc_desc): Add mpfr_f_11 union field.
20470         (test_functions): Add sincos.
20471         (calc_generic_results): Handle mpfr_f_11.
20472         * sysdeps/i386/fpu/libm-test-ulps: Update.
20473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20475 2013-12-19  Andreas Schwab  <schwab@suse.de>
20477         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20478         CALL_MCOUNT.
20479         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20480         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20481         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20483 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20485         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20486         * sysdeps/i386/fpu/libm-test-ulps: Update.
20487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20489         [BZ #16293]
20490         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20491         round-to-nearest mode when using frndint.
20492         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20493         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20494         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20495         Likewise.
20496         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20497         sinh test to fail.
20498         * math/auto-libm-test-out: Regenerated.
20499         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20500         (TEST_COND_x86): Likewise.
20501         (expm1_tonearest_test_data): New array.
20502         (expm1_test_tonearest): New function.
20503         (expm1_towardzero_test_data): New array.
20504         (expm1_test_towardzero): New function.
20505         (expm1_downward_test_data): New array.
20506         (expm1_test_downward): New function.
20507         (expm1_upward_test_data): New array.
20508         (expm1_test_upward): New function.
20509         (main): Run the new test functions.
20510         * sysdeps/i386/fpu/libm-test-ulps: Update.
20511         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20513         * include/features.h: Update comment documenting feature test
20514         macros.  Mention _DEFAULT_SOURCE in comment.
20515         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20516         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20517         _BSD_SOURCE and _SVID_SOURCE.
20518         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20519         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20520         !_SVID_SOURCE]: Likewise.
20521         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20522         (__USE_POSIX_IMPLICITLY): Define.
20523         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20524         (_POSIX_SOURCE): Undefine and redefine.
20525         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20526         (_POSIX_C_SOURCE): Likewise.
20527         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20528         (Feature Test Macros): Update documentation of default features.
20530 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20532         * benchtests/Makefile: Add bench-strtok.
20533         * benchtests/bench-strtok.c: New file: strtok benchtest.
20535 2013-12-19  Allan McRae  <allan@archlinux.org>
20537         * manual/install.texi: Suppress menu for plain text output.
20538         * INSTALL: Regenerated.
20540 2013-12-18  Brooks Moses  <bmoses@google.com>
20542         [BZ #15846]
20543         * misc/getauxval.c: Include errno.h.
20544         (__getauxval): Set errno to ENOENT if the requested type is not
20545         found.
20546         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20547         don't declare with __attribute_const__.
20548         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20549         * manual/startup.texi: Document that getauxval sets errno.
20551 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20553         * math/auto-libm-test-in: Add tests of jn and yn.
20554         * math/auto-libm-test-out: Regenerated.
20555         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20556         (yn_test_data): Likewise.
20557         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20558         mpfr_if_f.
20559         (func_calc_desc): Add mpfr_if_f union field.
20560         (FUNC_mpfr_if_f): New macro.
20561         (test_functions): Add jn and yn.
20562         (calc_generic_results): Assert type of second input for
20563         mpfr_ff_f.  Handle mpfr_if_f.
20564         (output_for_one_input_case): Disable all checking for arguments
20565         fitting floating-point types in case of an integer argument.
20566         * sysdeps/i386/fpu/libm-test-ulps: Update.
20567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20570         Don't expect fegetround reference in libm.so.
20572 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20574         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20575         $(config-cflags-nofma).
20577 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20579         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20580         * math/auto-libm-test-out: Regenerated.
20582         [BZ #16338]
20583         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20584         to determine exponent and adjust argument to have exponent of -1.
20585         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20586         log2.
20587         * math/auto-libm-test-out: Regenerated.
20588         * sysdeps/i386/fpu/libm-test-ulps: Update.
20589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20591 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20593         * manual/probes.texi: Remove cases when per-thread arenas are
20594         disabled.
20596 2013-12-18  Andreas Schwab  <schwab@suse.de>
20598         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20599         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20600         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20601         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20602         * sysdeps/i386/i686/multiarch/Makefile: Update.
20603         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20605 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20607         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20608         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20610 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20612         [BZ #15968]
20613         Support TZ transition times < 00:00:00.
20614         This is needed for version-3 tz-format files; it supports time
20615         stamps past 2037 for America/Godthab (the only entry in the tz
20616         database for which this change is relevant).
20617         * manual/time.texi (TZ Variable): Document transition times
20618         from -167:59:59 through -00:00:01.
20619         * time/tzset.c (tz_rule): Time of day is now signed.
20620         (__tzset_parse_tz): Parse negative time of day.
20622         Document TZ transition times >= 25:00:00.
20623         * manual/time.texi (TZ Variable): Document transition times from
20624         25:00:00 through 167:59:59.  These are already supported, and this
20625         support will help with version-3 tz-format files.
20627         * manual/time.texi (TZ Variable): Modernize North America example
20628         to reflect current (i.e., 2007-and-later) daylight saving rules.
20630         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20632 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20634         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20635         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20636         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20637         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20638         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20639         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20640         * sysdeps/unix/bsd/clock.c: Likewise.
20641         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20642         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20643         * sysdeps/unix/bsd/init-posix.c: Likewise.
20644         * sysdeps/unix/bsd/poll.c: Likewise.
20645         * sysdeps/unix/bsd/ptsname.c: Likewise.
20646         * sysdeps/unix/bsd/seekdir.c: Likewise.
20647         * sysdeps/unix/bsd/setegid.c: Likewise.
20648         * sysdeps/unix/bsd/seteuid.c: Likewise.
20649         * sysdeps/unix/bsd/setgid.c: Likewise.
20650         * sysdeps/unix/bsd/setrgid.c: Likewise.
20651         * sysdeps/unix/bsd/setruid.c: Likewise.
20652         * sysdeps/unix/bsd/setsid.c: Likewise.
20653         * sysdeps/unix/bsd/setuid.c: Likewise.
20654         * sysdeps/unix/bsd/sigaction.c: Likewise.
20655         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20656         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20657         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20658         * sysdeps/unix/bsd/telldir.c: Likewise.
20659         * sysdeps/unix/bsd/times.c: Likewise.
20660         * sysdeps/unix/bsd/usleep.c: Likewise.
20662         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20663         ($(objpfx)libbsd-compat.a): Remove rule.
20665         * include/features.h (__FAVOR_BSD): Do not define.
20666         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20667         features conflicting with POSIX.
20668         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20669         (_BSD_SOURCE): Remove description of not being a subset of other
20670         feature test macros.
20671         * manual/job.texi (getpgrp): Do not document BSD version.
20672         (getpgid): Do not document by reference to BSD getpgrp.
20673         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20674         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20675         * signal/signal.h [__FAVOR_BSD]: Likewise.
20676         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20677         instead of making contents conditional on [__FAVOR_BSD].
20678         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20680 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20682         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20684 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20686         [BZ #16314]
20687         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20688         values below 2**-450, not 2**-500.
20689         * math/auto-libm-test-in: Don't allow spurious underflow from
20690         hypot.
20691         * math/auto-libm-test-out: Regenerated.
20693         [BZ #16316]
20694         [BZ #16330]
20695         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20696         values of ha and hb and sort them after adjusting subnormal
20697         arguments.
20698         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20699         Likewise.
20700         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20701         values of ea and eb and sort them after adjusting subnormal
20702         arguments.
20703         * math/auto-libm-test-in: Do not expect some hypot tests of
20704         subnormals to fail.  Add more hypot tests.
20705         * math/auto-libm-test-out: Regenerated.
20707 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20709         [BZ #13304]
20710         * sysdeps/sh/s_fma.c: New file.
20711         * sysdeps/sh/s_fmaf.c: New file.
20712         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20713         version.
20714         * sysdeps/sh/Implies: Add sh/soft-fp.
20716 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20718         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20719         level of indirection to members `objname', `errstring', `malloced'.
20720         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20721         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20722         it as the __longjmp argument (just pass 1 instead).
20723         (_dl_catch_error): Initialize C with argument pointers and address of
20724         volatile local ERRCODE rather than copying values out of C at return.
20726 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20728         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20729         * math/auto-libm-test-out: Regenerated.
20730         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20731         (hypot_test_data): Likewise.
20732         (pow_test_data): Likewise.
20733         (pow_tonearest_test_data): Likewise.
20734         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20735         mpfr_ff_f.
20736         (func_calc_desc): Add mpfr_ff_f union field.
20737         (FUNC_mpfr_ff_f): New macro.
20738         (test_functions): Add atan2, hypot and pow.
20739         (special_fill_min): New function.
20740         (special_fill_minus_min): Likewise.
20741         (special_fill_min_subnorm): Likewise.
20742         (special_fill_minus_min_subnorm): Likewise.
20743         (special_real_inputs): Add min, -min, min_subnorm and
20744         -min_subnorm.
20745         (calc_generic_results): Handle mpfr_ff_f.
20746         * sysdeps/i386/fpu/libm-test-ulps: Update.
20747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20749 2013-12-16  Will Newton  <will.newton@linaro.org>
20751         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20752         (Aligned Memory Blocks): Add documentation for aligned_alloc
20753         and suggest it as an alternative to posix_memalign.
20754         (Hooks for Malloc): Document __memalign_hook is also called
20755         for aligned_alloc.  (Summary of Malloc): Add summary for
20756         aligned alloc.  Document __memalign_hook is also called
20757         for aligned_alloc.
20759 2013-12-16  Will Newton  <will.newton@linaro.org>
20761         * manual/memory.texi (Malloc Examples): Clarify default
20762         alignment documentation.  Suggest posix_memalign rather
20763         than memalign or valloc.
20764         (Aligned Memory Blocks): Remove suggestion to use memalign
20765         or valloc.  Remove obsolete comment about BSD.
20766         Document memalign errno values and mark the function obsolete.
20767         Document posix_memalign returned error codes.  Mark valloc
20768         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20769         called for posix_memalign and valloc.
20770         (Summary of Malloc): Add posix_memalign to function summary.
20771         __memalign_hook is also called for posix_memalign and valloc.
20773 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20775         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20776         TAYLOR_SIN.
20777         (__sin): Adjust.
20778         (__cos): Likewise.
20779         (sloww): Use mynumber union.  Expand ternary operator into
20780         if-else statements.
20781         (cslow): use mynumber union.
20783 2013-12-16  Allan McRae  <allan@archlinux.org>
20785         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20786         * configure: Regenerated.
20788         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20790         [BZ #14120]
20791         * configure.ac: Added --enable-maintainer-mode. Check for
20792         autoconf when enabled.
20793         * configure: Regenerated.
20795         * nscd/nscd.service: New file.
20796         * nscd/nscd.tmpfiles: New file.
20798 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20800         [BZ #12100]
20801         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20802         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20803         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20804         (strstr): Add __strstr_sse2_unaligned ifunc.
20805         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20806         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20807         (strcasestr): Remove __strcasestr_sse42 ifunc.
20808         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20809         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20810         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20812 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20814         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20815         * sysdeps/sh/bits/fenv.h: ... here.
20816         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20818 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20820         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20822         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20823         hypotf multiarch implementations.
20824         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20825         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20826         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20827         multiarch hypot for PPC64.
20828         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20829         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20830         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20831         multiarch hypotf for PPC64.
20833         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20834         modff multiarch implementations.
20835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20838         multiarch modf for PPC64.
20839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20842         multiarch modff for PPC64.
20844         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20845         and logl multiarch implementations.
20846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20849         multiarch logb for PPC64.
20850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20853         multiarch logb for PPC64.
20854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20857         multiarch logb for PPC64.
20859         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20860         isinff multiarch implementation.
20861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20862         file.
20863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20865         multiarch isinf for PPC64.
20866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20867         file.
20868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20869         multiarch isinff for PPC64.
20871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20872         finitef multiarch implementation.
20873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20874         file.
20875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20877         multiarch finite for PPC64.
20878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20879         file.
20880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20881         multiarch finitef for PPC64.
20883         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20884         lrint multiarch implementation.
20885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20886         file.
20887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20889         multiarch llrint for PPC64.
20890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20891         multiarch lrint for PPC64.
20893         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20894         copysignf multiarch implementation.
20895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20896         file.
20897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20898         file.
20899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20900         multiarch copysign for PPC64.
20901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20902         multiarch copysignf for PPC64.
20904         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20905         multiarch implementation.
20906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20907         file.
20908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20909         file.
20910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20911         file.
20912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20913         file.
20914         multiarch llround for PPC64.
20915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20916         multiarch trunc for PPC64.
20917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20918         multiarch truncf for PPC64.
20920         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20921         multiarch implementation.
20922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20923         file.
20924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20925         file.
20926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20927         file.
20928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20929         file.
20930         multiarch llround for PPC64.
20931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20932         multiarch round for PPC64.
20933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20934         multiarch roundf for PPC64.
20936         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20937         multiarch implementation.
20938         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20939         file.
20940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20941         file.
20942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20943         file.
20944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20945         file.
20946         multiarch llround for PPC64.
20947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20948         multiarch floor for PPC64.
20949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20950         multiarch floorf for PPC64.
20952         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20953         multiarch implementation.
20954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20955         file.
20956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20957         file.
20958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20959         file.
20960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20961         file.
20962         multiarch llround for PPC64.
20963         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20964         multiarch ceil for PPC64.
20965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20966         multiarch ceilf for PPC64.
20968         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20969         multiarch implementation.
20970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20971         file.
20972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20973         file.
20974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20975         file.
20976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20977         multiarch llround for PPC64.
20978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20979         multiarch lround for PPC64.
20981         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20982         multiarch implementation.
20983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20986         file.
20987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20990         multiarch isnan for PPC64.
20991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20992         multiarch isnanf for PPC64.
20994         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20995         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20996         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20997         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20998         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21001         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21002         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21003         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21004         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21007         multiarch implementations.
21008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21009         (__libc_ifunc_impl_list): Likewise.
21010         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21011         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21012         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21013         multiarch stpcpy for PPC64.
21015         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21016         multiarch implementations.
21017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21018         (__libc_ifunc_impl_list): Likewise.
21019         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21020         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21021         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21022         multiarch strcpy for PPC64.
21024         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21025         redefine function name.
21026         (_wordcopy_fwd_dest_aligned): Likewise.
21027         (_wordcopy_bwd_aligned): Likewise.
21028         (_wordcopy_bwd_dest_aligned): Likewise.
21029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21030         multiarch implementations.
21031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21032         (__libc_ifunc_impl_list): Likewise.
21033         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21034         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21035         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21036         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21037         multiarch wcscpy for PPC64.
21039         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21040         multiarch implementations.
21041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21042         (__libc_ifunc_impl_list): Likewise.
21043         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21044         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21045         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21046         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21047         multiarch wcscpy for PPC64.
21049         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21050         multiarch implementations.
21051         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21052         (__libc_ifunc_impl_list): Likewise.
21053         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21054         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21055         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21056         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21057         multiarch wcsrchr for PPC64.
21059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21060         multiarch implementations.
21061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21062         (__libc_ifunc_impl_list): Likewise.
21063         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21064         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21065         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21066         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21067         multiarch wcschr for PPC64.
21069         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21070         multiarch implementations.
21071         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21072         (__libc_ifunc_impl_list): Likewise.
21073         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21074         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21075         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21076         multiarch strchrnul for PPC64.
21078         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21079         implementations.
21080         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21081         (__libc_ifunc_impl_list): Likewise.
21082         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21083         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21084         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21085         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21086         strchr for PPC64.
21088         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21089         implementations.
21090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21091         (__libc_ifunc_impl_list): Likewise.
21092         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21093         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21094         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21095         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21096         strncmp for PPC64.
21098         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21099         multiarch implementations.
21100         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21101         (__libc_ifunc_impl_list): Likewise.
21102         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21103         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21104         strncasecmp for PPC64.
21105         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21106         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21107         multiarch strncasecmp_l for PPC64.
21109         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21110         multiarch implementations.
21111         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21112         (__libc_ifunc_impl_list): Likewise.
21113         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21114         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21115         multiarch strcasecmp for PPC64.
21116         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21117         file.
21118         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21119         multiarch strcasecmp_l for PPC64.
21121         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21122         implementations.
21123         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21124         (__libc_ifunc_impl_list): Likewise.
21125         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21126         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21127         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21128         strnlen for PPC64.
21130         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21131         implementations.
21132         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21133         (__libc_ifunc_impl_list): Likewise.
21134         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21135         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21136         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21137         strlen for PPC64.
21139         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21140         implementations.
21141         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21142         (__libc_ifunc_impl_list): Likewise.
21143         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21144         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21145         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21146         rawmemrchr for PPC64.
21148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21149         implementation.
21150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21151         (__libc_ifunc_impl_list): Likewise.
21152         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21153         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21154         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21155         memrchr for PPC64.
21157         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21158         implementation.
21159         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21160         (__libc_ifunc_impl_list): Likewise.
21161         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21162         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21163         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21164         memchr for PPC64.
21166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21167         implementation.
21168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21169         (__libc_ifunc_impl_list): Likewise.
21170         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21171         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21172         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21173         mempcpy for PPC64.
21175         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21176         avoid cretion of __bzero symbol.
21177         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21178         Likewise.
21179         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21180         Likewise.
21181         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21182         Likewise.
21183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21184         multiarch implementations.
21185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21186         (__libc_ifunc_impl_list): Likewise.
21187         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21188         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21189         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21190         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21191         bzero for PPC32.
21192         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21193         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21194         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21195         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21196         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21197         memset for PPC64.
21198         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21200         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21202         implementations.
21203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21204         (__libc_ifunc_impl_list): Likewise.
21205         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21206         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21207         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21208         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21209         memcmp for PPC64.
21211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21212         multiarch for POWER/PPC64.
21213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21214         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21215         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21216         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21217         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21218         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21219         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21220         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21221         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21222         memcpy for PPC64.
21224         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21225         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21226         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21227         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21228         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21229         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21230         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21231         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21232         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21233         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21234         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21235         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21236         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21237         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21238         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21247 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21249         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21251 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21253         * benchtests/Makefile (bench): Add exp2 and log2.
21254         (LDLIBS-bench-exp2): Add -lm.
21255         (LDLIBS-bench-log2): Likewise.
21256         * benchtests/exp2-inputs: New inputs file.
21257         * benchtests/log2-inputs: New inputs file.
21258         * benchtests/log-inputs: Add new inputs.
21259         * benchtests/tan-inputs: Likewise.
21261 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21263         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21264         definition...
21265         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21266         (csloww2): ... from here.
21268         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21269         instead of structures.
21270         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21271         (POLYNOMIAL): Likewise.
21272         (TAYLOR_SLOW): Likewise.
21273         (__sin): Likewise.
21274         (__cos): Likewise.
21275         (slow1): Likewise.
21276         (slow2): Likewise.
21277         (sloww): Likewise.
21278         (sloww1); Likewise.
21279         (sloww2): Likewise.
21280         (bsloww1): Likewise.
21281         (bsloww2): Likewise.
21282         (cslow2): Likewise.
21283         (csloww): Likewise.
21284         (csloww1): Likewise.
21285         (csloww2): Likewise.
21287 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21289         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21290         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21291         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21292         * malloc/hooks.c (realloc_check): Likewise.
21294         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21295         * malloc/arena.c: Remove PER_THREAD conditional.
21296         [!PER_THREAD]: Remove code.
21297         (ptmalloc_unlock_all2): Likewise.
21298         (ptmalloc_init): Likewise.
21299         (_int_new_arena): Likewise.
21300         (arena_get2): Likewise.
21301         * malloc/hooks.c (__malloc_get_state): Likewise.
21302         (__malloc_set_state): Likewise.
21303         * malloc/malloc.c: Likewise.
21304         (struct malloc_state): Likewise.
21305         (struct malloc_par): Likewise.
21306         (__libc_realloc): Likewise.
21307         (__libc_mallopt): Likewise.
21309 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21311         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21313 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21315         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21316         macro to a function.  Check for zero perturb_byte.
21317         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21319         * malloc/malloc.c: (force_reg): Remove.
21320         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21321         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21322         force_reg by atomic_forced_read.
21323         * malloc/arena.c (ptmalloc_init): Likewise.
21324         * malloc/hooks.c (top_check): Likewise.
21326 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21330 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21332         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21334 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21336         * math/auto-libm-test-in: Add tests of lgamma.
21337         * math/auto-libm-test-out: Regenerated.
21338         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21339         (M_LOG_2_SQRT_PIl): Likewise.
21340         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21341         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21342         mpfr_f_f1.
21343         (func_calc_desc): Add mpfr_f_f1 union field.
21344         (ARGS1): New macro.
21345         (ARGS2): Likewise.
21346         (ARGS3): Likewise.
21347         (ARGS4): Likewise.
21348         (RET1): Likewise.
21349         (RET2): Likewise.
21350         (CALC): Likewise.
21351         (FUNC): Likewise.
21352         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21353         (test_functions): Add lgamma.
21354         (calc_generic_results): Handle mpfr_f_f1.
21355         * sysdeps/i386/fpu/libm-test-ulps: Update.
21356         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21358 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21360         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21361         __mpn_add_n for PowerPC64/POWER7.
21362         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21363         __mpn_sub_n for PowerPC64/POWER7.
21365         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21366         __mpn_addmul_1 for PowerPC64.
21367         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21368         __mpn_submul_1 for PowerPC64.
21369         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21370         for PowerPC64.
21371         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21372         for PowerPC64.
21374 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21376         [BZ #15089]
21377         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21379 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21381         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21383         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21384         add multiarch folders.
21385         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21386         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21387         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21388         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21389         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21390         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21391         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21392         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21393         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21394         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21395         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21404         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21406         New file.
21407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21408         New file.
21409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21410         multiarch __ieee754_hypot for PowerPC32.
21411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21412         New file.
21413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21414         New file.
21415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21416         multiarch __ieee754_hypotf for PowerPC32.
21418         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21419         long_double_symbol only if __logbl is defined.
21420         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21421         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21422         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21423         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21424         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21425         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21426         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21427         path for implementation.
21428         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21429         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21431         logb, and logbl multiarch implementations for PowerPC32.
21432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21433         file.
21434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21435         file.
21436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21437         multiarch logb for PowerPC32.
21438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21439         file.
21440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21441         file.
21442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21443         multiarch logbf for PowerPC32.
21444         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21446         file.
21447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21448         multiarch logbl implementation for PowerPC32.
21450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21451         and modff multiarch implementations.
21452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21453         New file.
21454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21455         New file.
21456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21457         multiarch modf for PowerPC32.
21458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21459         New file.
21460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21461         New file.
21462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21463         multiarch modff for PowerPC32.
21465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21466         and lrintf multiarch implementations.
21467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21468         New file.
21469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21470         New file.
21471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21472         multiarch lrint for PowerPC32.
21473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21474         file: multiarch lrintf for PowerPC32.
21476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21477         and lroundf multiarch implementations.
21478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21479         New file.
21480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21481         New file.
21482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21483         New file.
21484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21485         multiarch lround for PowerPC32.
21486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21487         file: multiarch lroundf for PowerPC32.
21489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21490         copysign and copysignf multiarch implementations.
21491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21492         New file.
21493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21494         New file.
21495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21496         file: multiarch copysign for PowerPC32.
21497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21498         file: multiarch copysignf for PowerPC32.
21500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21501         and truncf multiarch implementations.
21502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21503         New file.
21504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21505         file.
21506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21507         multiarch trunc for PowerPC32.
21508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21509         New file.
21510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21511         New file.
21512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21513         multiarch truncf for PowerPC32.
21515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21516         and roundf multiarch implementations.
21517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21518         New file.
21519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21520         file.
21521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21522         multiarch round for PowerPC32.
21523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21524         New file.
21525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21526         New file.
21527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21528         multiarch roundf for PowerPC32.
21530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21531         and floorf multiarch implementations.
21532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21533         New file.
21534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21535         file.
21536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21537         multiarch floor for PowerPC32.
21538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21539         New file.
21540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21541         New file.
21542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21543         multiarch floorf for PowerPC32.
21545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21546         and ceilf multiarch implementations.
21547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21548         New file.
21549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21550         file.
21551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21552         multiarch ceil for PowerPC32.
21553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21554         New file.
21555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21556         file.
21557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21558         multiarch ceilf for PowerPC32.
21560         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21561         is defined.
21562         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21563         FINITEF is defined.
21564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21565         and finitef multiarch implementations.
21566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21567         New file.
21568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21569         file.
21570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21571         multiarch finite for PowerPC32.
21572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21573         New file.
21574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21575         file: multiarch finitef for PowerPC32.
21577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21578         and isinff multiarch implementations.
21579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21580         file.
21581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21582         file.
21583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21584         multiarch isinf for PowerPC32.
21585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21586         New file.
21587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21588         multiarch isinff for PowerPC32.
21590         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21591         alias when __isnan is defined.
21592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21593         and isnanf multiarch implementations.
21594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21595         file.
21596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21597         file.
21598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21599         file.
21600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21601         file.
21602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21603         multiarch isnan for PowerPC32.
21604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21605         New file.
21606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21607         New file.
21608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21609         multiarch isnanf for PowerPC32.
21611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21612         and sqrtf multiarch implementations.
21613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21614         file.
21615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21616         file.
21617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21618         multiarch sqrt for PowerPC32.
21619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21620         file.
21621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21622         file.
21623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21624         multiarch sqrtf for PowerPC32.
21626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21627         and llroundf multiarch implementations.
21628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21629         New file.
21630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21631         New file.
21632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21633         New file.
21634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21635         file: multiarch llround for PowerPC32.
21636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21637         file: multiarch llroundf for PowerPC32.
21639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21640         multiarch PowerPC32 fpu implementations.
21641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21642         New file.
21643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21644         New file.
21645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21646         multiarch llrint for PowerPC32.
21647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21648         New file.
21649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21650         New file.
21651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21652         file.
21654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21656         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21657         file.
21658         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21659         file.
21660         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21661         file.
21662         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21663         multiarch wordcopy for PPC32.
21664         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21665         wordcopy objects.
21666         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21667         (__libc_ifunc_impl_list): Likewise.
21668         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21669         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21670         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21671         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21672         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21673         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21675         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21676         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21677         file.
21678         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21679         file.
21680         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21681         file.
21682         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21683         multiarch wcscpy for PPC32.
21684         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21685         multiarch objects.
21686         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21687         (__libc_ifunc_impl_list): Likewise.
21688         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21689         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21690         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21691         sysdeps/powerpc/power6/wcscpy.c.
21693         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21694         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21695         file.
21696         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21697         file.
21698         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21699         file.
21700         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21701         multiarch wcsrchr for PPC32.
21702         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21703         multiarch objects.
21704         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21705         (__libc_ifunc_impl_list): Likewise.
21706         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21707         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21708         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21709         sysdeps/powerpc/power6/wcsrchr.c.
21711         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21712         file.
21713         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21714         file.
21715         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21716         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21717         multiarch wcschr for PPc32.
21718         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21719         multiarch objects.
21720         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21721         (__libc_ifunc_impl_list): Likewise.
21722         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21723         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21724         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21725         sysdeps/powerpc/power6/wcschr.c.
21727         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21728         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21729         file.
21730         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21731         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21732         file: multiarch strchr for PPC32.
21733         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21734         multiarch objects.
21735         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21736         (__libc_ifunc_impl_list): Likewise.
21738         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21739         name.
21740         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21741         file.
21742         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21743         file.
21744         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21745         multiarch strchrnul for PPC32.
21746         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21747         multiarch objects.
21748         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21749         (__libc_ifunc_impl_list): Likewise.
21751         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21752         file.
21753         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21754         multiarch strncasecmp for PPC32.
21755         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21756         file.
21757         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21758         multiarch strncasecmp_l for PPC32.
21759         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21760         strncasecmp multiarch objects.
21761         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21762         (__libc_ifunc_impl_list): Likewise.
21764         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21765         file.
21766         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21767         multiarch strncasecmp for PPC32.
21768         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21769         New file.
21770         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21771         multiarch strcasecmp_l for PPC32.
21772         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21773         multiarch objects.
21774         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21775         (__libc_ifunc_impl_list): Likewise.
21777         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21778         file.
21779         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21780         file.
21781         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21782         multiarch strncmp for PPC32.
21783         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21784         multiarch objects.
21785         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21786         (__libc_ifunc_impl_list): Likewise.
21788         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21789         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21790         file.
21791         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21792         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21793         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21794         multiarch objects.
21795         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21796         (__libc_ifunc_impl_list): Likewise.
21798         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21799         file.
21800         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21801         file.
21802         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21803         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21804         multiarch objects.
21805         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21806         (__libc_ifunc_impl_list): Likewise.
21808         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21809         file.
21810         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21811         file.
21812         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21813         multiarch rawmemchr for PPC32.
21814         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21815         multiarch objects.
21816         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21817         (__libc_ifunc_impl_list): Likewise.
21819         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21820         file.
21821         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21822         file.
21823         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21824         file: memrchr multiarch for PPC32.
21825         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21826         multiarch objects.
21827         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21828         (__libc_ifunc_impl_list): Likewise.
21830         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21831         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21832         file.
21833         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21834         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21835         multiarch memchr for PPC32.
21836         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21837         multiarch objects.
21838         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21839         (__libc_ifunc_impl_list): Likewise.
21841         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21842         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21843         file.
21844         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21845         file.
21846         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21847         file: multiarch mempcpy for PPC32.
21848         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21849         multiarch objects.
21850         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21851         (__libc_ifunc_impl_list): Likewise.
21853         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21854         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21855         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21856         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21857         multiarch bzero for PPC32.
21858         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21859         file.
21860         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21861         file.
21862         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21863         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21864         file: multiarch memset for PPC32.
21865         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21867         memset multiarch objects.
21868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21869         (__libc_ifunc_impl_list): Likewise.
21871         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21872         file.
21873         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21874         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21875         memcmp for PPC32.
21876         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21877         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21878         multiarch objects.
21879         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21880         (__libc_ifunc_impl_list): Likewise.
21882         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21883         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21884         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21885         file.
21886         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21887         file.
21888         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21889         file.
21890         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21891         multiarch memcpy for PPC32.
21892         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21893         multiarch objects.
21894         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21895         (__libc_ifunc_impl_list): Likewise.
21897         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21898         support multiarch for POWER/PPC32.
21899         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21900         Likewise.
21901         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21903         Implies file to make multiarch folder appers before the fpu and
21904         default folder for power4 configuration.
21906 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21908         * scripts/bench.pl: Append volatile keyword to type.
21910 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21912         * sysdeps/sh/sotruss-lib.c: New file.
21913         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21915 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21917         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21919 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21921         [BZ #6810]
21922         * math/w_tgamma.c: Include <errno.h>.
21923         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21924         * math/w_tgammaf.c: Include <errno.h>.
21925         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21926         * math/w_tgammal.c: Include <errno.h>.
21927         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21928         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21929         underflow.  Add more tgamma tests.
21930         * math/auto-libm-test-out: Regenerated.
21931         * sysdeps/i386/fpu/libm-test-ulps: Update.
21932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21934         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21935         sin, sinh, tan, tanh, tgamma, y0 and y1.
21936         * math/auto-libm-test-out: Regenerated.
21937         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21938         (TEST_COND_x86): Likewise.
21939         (M_E2l): Remove macro.
21940         (M_E3l): Likewise.
21941         (M_2_SQRT_PIl): Likewise.
21942         (M_SQRT_PIl): Likewise.
21943         (M_1_DIV_El): Likewise.
21944         (log_test_data): Use AUTO_TESTS_f_f.
21945         (log10_test_data): Likewise.
21946         (log1p_test_data): Likewise.
21947         (log2_test_data): Likewise.
21948         (sin_test_data): Likewise.
21949         (sin_tonearest_test_data): Likewise.
21950         (sin_towardzero_test_data): Likewise.
21951         (sin_downward_test_data): Likewise.
21952         (sin_upward_test_data): Likewise.
21953         (sinh_test_data): Likewise.
21954         (sinh_tonearest_test_data): Likewise.
21955         (sinh_towardzero_test_data): Likewise.
21956         (sinh_downward_test_data): Likewise.
21957         (sinh_upward_test_data): Likewise.
21958         (tan_test_data): Likewise.
21959         (tan_tonearest_test_data): Likewise.
21960         (tan_towardzero_test_data): Likewise.
21961         (tan_downward_test_data): Likewise.
21962         (tan_upward_test_data): Likewise.
21963         (tanh_test_data): Likewise.
21964         (tgamma_test_data): Likewise.
21965         (y0_test_data): Likewise.
21966         (y1_test_data): Likewise.
21967         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21968         (special_real_inputs): Add pi/4.
21969         * sysdeps/i386/fpu/libm-test-ulps: Update.
21970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21972 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21974         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21975         "longjmp_target" static probes.
21976         (__longjmp): Rename to __longjmp_symbol.
21977         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21978         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21979         on which longjmp to generate.
21980         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21981         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21982         probe.
21983         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21984         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21985         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21986         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21987         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21988         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21990         __longjmp_symbol based on which __longjmp to generate.
21991         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21992         probe.
21993         (setjmp): Rename to setjmp_symbol.
21994         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21995         (_setjmp): Rename to _setjmp_symbol.
21996         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21997         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21998         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21999         which setjmp to generate.
22000         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22001         "longjmp_target" static probes.
22003 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22005         * benchtests/README: Add note about output arguments.
22006         * benchtests/bench-sincos.c: Remove file.
22007         * benchtests/sincos-inputs: New file.
22008         * scripts/bench.pl: Identify output arguments and define
22009         static variables for them.
22011         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22013         [BZ #15941]
22014         * Makefile (INSTALL): Add install-plain.texi as the primary
22015         dependency.
22016         * manual/install-plain.texi: New file.
22017         * manual/install.texi: Include node directive only for
22018         non-plaintext output.
22020 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22022         * stdlib/longlong.h: Update from GCC.
22024         [BZ #6807]
22025         [BZ #15901]
22026         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22027         * math/w_j0f.c (y0f): Likewise.
22028         * math/w_j0l.c (__y0l): Likewise.
22029         * math/w_j1.c (y1): Likewise.
22030         * math/w_j1f.c (y1f): Likewise.
22031         * math/w_j1l.c (__y1l): Likewise
22032         * math/w_jn.c (yn): Likewise.
22033         * math/w_jnf.c (ynf): Likewise.
22034         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22035         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22036         value for Bessel function domain errors outside _SVID_ mode.
22037         Adjust sign of return value for yn (negative integer, 0).
22038         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22039         by zero in return for negative x and set sign appropriately for
22040         negative n.
22041         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22042         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22043         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22044         expectations in error cases.
22045         (y1_test_data): Likewise.
22046         (yn_test_data): Likewise.
22047         * sysdeps/i386/fpu/libm-test-ulps: Update.
22048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22050 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22052         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22053         "64" to "64-v1".  Add "64-v2".
22054         (abi-64-options): Rename to ...
22055         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22056         (abi-64-condition): Rename to ...
22057         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22058         (abi-64-ld-soname): Rename to ...
22059         (abi-64-v1-ld-soname): ... this.
22060         (abi-64-v2-options): Define.
22061         (abi-64-v2-condition): Likewise.
22062         (abi-64-v2-ld-soname): Likewise.
22063         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22064         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22069 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22070             Alan Modra  <amodra@gmail.com>
22072         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22073         New versions for use with the ELFv2 ABI.
22074         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22075         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22076         declaration.
22077         (struct La_ppc64v2_retval): Likewise.
22078         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22079         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22080         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22081         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22082         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22083         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22084         Do not save or restore CR.
22085         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22086         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22087         return values for ELFv2 ABI.  Fix location of FPR return registers.
22088         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22089         updated values for _CALL_ELF == 2.
22090         (La_regs, La_retval, int_retval): Likewise.
22092 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22094         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22095         (FRAME_MIN_SIZE_PARM): Likewise.
22096         (FRAME_BACKCHAIN): Likewise.
22097         (FRAME_CR_SAVE): Likewise.
22098         (FRAME_LR_SAVE): Likewise.
22099         (FRAME_TOC_SAVE): Likewise.
22100         (FRAME_PARM_SAVE): Likewise.
22101         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22102         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22103         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22104         (call_mcount_parm_offset): New macro.
22105         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22106         (PROF): Use symbolic stack frame offsets.
22107         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22108         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22109         Redefine in terms of FRAME_MIN_SIZE.
22110         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22111         (_dl_profile_resolve): Likewise.  Update comment.
22112         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22113         symbols stack frame offsets.
22114         (__sigsetjmp): Likewise.
22115         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22116         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22117         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22118         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22121         (FRAME_BACKCHAIN): Remove.
22122         (FRAME_CR_SAVE): Likewise.
22123         (FRAME_LR_SAVE): Likewise.
22124         (FRAME_COMPILER_DW): Likewise.
22125         (FRAME_LINKER_DW): Likewise.
22126         (FRAME_TOC_SAVE): Likewise.
22127         (FRAME_PARM_SAVE): Likewise.
22128         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22129         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22130         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22132         (CHECK_SP): Use symbolic stack frame offsets.
22133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22134         zone" instead of caller's parameter save area for temp storage.
22135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22136         Likewise.  Also, use symbolic stack frame offsets.
22137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22138         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22139         our own stack frame instead of the caller's.
22140         (__socket): Use symbolic stack frame offsets.
22142 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22143             Alan Modra  <amodra@gmail.com>
22145         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22146         Define.
22147         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22148         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22149         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22150         New function.
22151         (elf_machine_fixup_plt): Call it.
22152         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22153         reloc arguments.
22154         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22155         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22156         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22157         r2 before calling target.
22159 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22160             Alan Modra  <amodra@gmail.com>
22162         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22163         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22164         versions of macros to support ELFv2 ABI.
22165         (LOCALENTRY): New macro.
22166         (ENTRY, EALIGN): Use it.
22167         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22168         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22169         fall through into ENTRY entry point.
22170         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22171         Only define if _CALL_ELF != 2.
22173         (elf_machine_matches_host): Verify ABI version matches.
22174         (RTLD_START): Use LOCALENTRY.
22175         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22176         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22177         (PLT_ENTRY_WORDS): New macro.
22178         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22179         (elf_machine_runtime_setup): Support ELFv2 ABI.
22180         (elf_machine_fixup_plt): Likewise.
22181         (elf_machine_plt_conflict): Likewise.
22182         (resolve_ifunc): Likewise.
22183         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22184         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22185         Likewise.
22186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22187         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22189         (makecontext): Support ELFv2 ABI.
22190         * elf/elf.h (EF_PPC64_ABI): Define.
22192 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22194         * sysdeps/powerpc/powerpc64/sysdep.h
22195         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22196         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22197         (ENTRY) [ASSEMBLER]: ... but instead here ...
22198         (EALIGN) [ASSEMBLER]: ... and here.
22199         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22200         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22201         (ENTRY_2) [!ASSEMBLER]: Use it.
22202         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22203         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22204         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22205         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22206         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22208         Use PPC64_LOAD_FUNCPTR.
22210         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22212 2013-12-04  Alan Modra  <amodra@gmail.com>
22214         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22215         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22216         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22217         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22219         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22220         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22221         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22222         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22223         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22224         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22226 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22229         (__makecontext): Fix incorrect CFI when backtracing out of
22230         context created via makecontext.
22231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22232         (__setcontext): Fix incorrect CFI during switch to new context.
22233         (__novec_setcontext): Likewise.
22235 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22237         [BZ #4772]
22238         * time/strptime_l.c (__strptime_internal): Allow modifiers
22239         in strptime.
22240         * time/tst-strptime.c (day_tests): Add testcase.
22242 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22244         * scripts/bench.pl: Skip over blank lines.
22246 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22248         [BZ #926]
22249         * manual/time.texi (Calendar Time): Clarify what timezone functions
22250         use.
22252 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22256 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22258         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22259         implementation.
22260         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22261         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22262         * debug/memset_chk.c (__memset_chk): Likewise.
22263         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22264         * debug/strncpy_chk.c: Likewise.
22266 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22268         [BZ #15268]
22269         [BZ #15425]
22270         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22271         (__ieee754_exp): For possibly underflowing results, check size of
22272         result and force underflow exception if required.
22273         * math/auto-libm-test-in: Add more tests of exp.
22274         * math/auto-libm-test-out: Regenerated.
22275         * sysdeps/i386/fpu/libm-test-ulps: Update.
22276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22278         [BZ #16283]
22279         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22280         * math/w_exp2f.c (__exp2f): Likewise.
22281         * math/w_exp2l.c (__exp2l): Likewise.
22282         * math/auto-libm-test-in: Do not allow missing errno on exp2
22283         underflow.
22284         * math/auto-libm-test-out: Regenerated.
22286 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22288         [BZ #16274]
22289         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22290         handle filename validation.
22291         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22292         (do_open): Delete.
22294 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22296         [BZ #6786]
22297         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22298         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22299         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22300         <float.h>.
22301         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22302         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22303         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22304         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22305         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22306         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22307         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22308         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22309         Add more erfc tests.
22310         * math/auto-libm-test-out: Regenerated.
22311         * sysdeps/i386/fpu/libm-test-ulps: Update.
22312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22314         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22315         exp2, expm1, j0 and j1.
22316         * math/auto-libm-test-out: Regenerated.
22317         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22318         (erfc_test_data): Likewise.
22319         (exp_test_data): Likewise.
22320         (exp_tonearest_test_data): Likewise.
22321         (exp_towardzero_test_data): Likewise.
22322         (exp_downward_test_data): Likewise.
22323         (exp_upward_test_data): Likewise.
22324         (exp10_test_data): Likewise.
22325         (exp2_test_data): Likewise.
22326         (expm1_test_data): Likewise.
22327         (j0_test_data): Likewise.
22328         (j1_test_data): Likewise.
22329         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22330         (input_flag_type): Add flag_xfail_rounding.
22331         (input_flags): Add xfail-rounding.
22332         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22333         (output_for_one_input_case): Handle flag_xfail_rounding.
22334         * sysdeps/i386/fpu/libm-test-ulps: Update.
22335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22337 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22339         [BZ #16289]
22340         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22341         division by 0.
22343 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22345         [BZ #16195]
22346         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22347         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22348         (STAP_PROBE0): New macro.
22349         (STAP_PROBE1): Likewise.
22350         (STAP_PROBE2): Likewise.
22351         (STAP_PROBE3): Likewise.
22352         (STAP_PROBE4): Likewise.
22354 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22356         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22358 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22360         * benchtests/Makefile (bench): Add sqrt.
22361         (LDLIBS-bench-sqrt): New.
22362         * benchtests/sqrt-input: New.
22364 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22366         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22367         (GAIH_EAI): Likewise.
22368         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22369         (gaih_inet): Likewise.
22370         (getaddrinfo): Don't use GAIH_EAI.
22372         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22373         (struct gaih): Remove definition.
22375 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22377         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22378         Use HERRNOP directly.
22380 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22382         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22384 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22386         * math/gen-auto-libm-tests.c (test_functions): Add more
22387         single-argument functions.
22388         (special_fill_pi_2): New function.
22389         (special_fill_minus_pi_2): Likewise.
22390         (special_fill_pi_6): Likewise.
22391         (special_fill_minus_pi_6): Likewise.
22392         (special_fill_pi_3): Likewise.
22393         (special_fill_2pi_3): Likewise.
22394         (special_fill_e): Likewise.
22395         (special_fill_1_e): Likewise.
22396         (special_fill_e_minus_1): Likewise.
22397         (special_real_inputs): Add more special inputs.
22398         (output_for_one_input_case): Do not require ERANGE on underflow to
22399         zero if round-to-nearest result does not underflow to zero, unless
22400         exact results required.
22401         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22402         atan, atanh, cbrt, cos and cosh.
22403         * math/auto-libm-test-out: Regenerated.
22404         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22405         (acos_tonearest_test_data): Likewise.
22406         (acos_towardzero_test_data): Likewise.
22407         (acos_downward_test_data): Likewise.
22408         (acos_upward_test_data): Likewise.
22409         (acosh_test_data): Likewise.
22410         (asin_test_data): Likewise.
22411         (asin_tonearest_test_data): Likewise.
22412         (asin_towardzero_test_data): Likewise.
22413         (asin_upward_test_data): Likewise.
22414         (asinh_test_data): Likewise.
22415         (atan_test_data): Likewise.
22416         (atanh_test_data): Likewise.
22417         (cbrt_test_data): Likewise.
22418         (cos_test_data): Likewise.
22419         (cos_tonearest_test_data): Likewise.
22420         (cos_towardzero_test_data): Likewise.
22421         (cos_downward_test_data): Likewise.
22422         (cos_upward_test_data): Likewise.
22423         (cosh_test_data): Likewise.
22424         (cosh_tonearest_test_data): Likewise.
22425         (cosh_towardzero_test_data): Likewise.
22426         (cosh_downward_test_data): Likewise.
22427         (cosh_upward_test_data): Likewise.
22428         * sysdeps/i386/fpu/libm-test-ulps: Update.
22429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22431 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22433         [BZ #6787]
22434         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22435         * math/w_exp10f.c (__exp10f): Likewise.
22436         * math/w_exp10l.c (__exp10l): Likewise.
22437         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22438         errno settings in existing tests.
22440         [BZ #14032]
22441         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22442         precision control set to double precision.
22443         * sysdeps/i386/fpu/w_sqrt.c: New file.
22444         * math/auto-libm-test-in: Add more tests.
22445         * math/auto-libm-test-out: Update.
22447         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22448         (sqrt_test_tonearest): New function.
22449         (sqrt_towardzero_test_data): New variable.
22450         (sqrt_test_towardzero): New function.
22451         (sqrt_downward_test_data): New variable.
22452         (sqrt_test_downward): New function.
22453         (sqrt_upward_test_data): New variable.
22454         (sqrt_test_upward): New function.
22455         (main): Call the new functions.
22457         * math/gen-auto-libm-tests.c: New file.
22458         * math/auto-libm-test-in: Likewise.
22459         * math/auto-libm-test-out: New generated file.
22460         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22461         variables.
22462         (%beautify): Add generated representations of zero.
22463         (top level): Set $auto_input and call parse_auto_input.
22464         (beautify): Remove trailing "f" from hex float constants.
22465         (parse_args): Handle XFAIL_TEST.
22466         (convert_condition): New function.
22467         (or_value): Likewise.
22468         (or_cond_value): Likewise.
22469         (generate_testfile): Handle AUTO_TESTS_* lines.
22470         (parse_auto_input): New function.
22471         * math/libm-test.inc (XFAIL_TEST): New macro.
22472         (ERRNO_UNCHANGED): Update value.
22473         (ERRNO_EDOM): Likewise.
22474         (ERRNO_ERANGE): Likewise.
22475         (IGNORE_RESULT): Likewise.
22476         (TEST_COND_flt_32): New macro.
22477         (TEST_COND_dbl_64): Likewise.
22478         (TEST_COND_ldbl_96_intel): Likewise.
22479         (TEST_COND_ldbl_96_m68k): Likewise.
22480         (TEST_COND_ldbl_128): Likewise.
22481         (TEST_COND_ldbl_128ibm): Likewise.
22482         (TEST_COND_long32): Likewise.
22483         (TEST_COND_long64): Likewise.
22484         (TEST_COND_before_rounding): Likewise.
22485         (TEST_COND_after_rounding): Likewise.
22486         (enable_test): Handle XFAIL_TEST flag.
22487         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22488         with finite results.
22489         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22490         auto-libm-test-out.
22492 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22493             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22495         [BZ #16214]
22496         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22497         __tls_get_addr_internal instead of __tls_get_offset in order to
22498         avoid GOT pointer dependency.  Make rtld export
22499         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22500         __tls_get_addr since we are a __tls_get_offset platform.
22501         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22502         GOT pointer being set up before.
22503         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22505 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22507         * manual/math.texi (Errors in Math Functions): Document accuracy
22508         goals.
22510         [BZ #15004]
22511         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22512         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22513         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22514         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22515         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22516         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22517         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22518         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22519         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22520         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22521         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22522         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22523         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22524         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22525         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22526         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22528         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22529         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22530         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22531         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22532         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22533         Likewise.
22534         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22535         Likewise.
22536         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22537         Likewise.
22538         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22539         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22540         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22541         atomic-feupdateenv and flt-rounds.
22542         * sysdeps/powerpc/nofpu/Versions (libc): Add
22543         __atomic_feholdexcept, __atomic_feclearexcept,
22544         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22545         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22546         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22547         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22548         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22549         here.
22550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22551         Update.
22553         * manual/arith.texi (FP Exceptions): Document that exceptions may
22554         not be raised when matherr is used.
22555         (Math Error Reporting): Document overflow in directed rounding
22556         modes.  Document that errno may not be set when finite values are
22557         returned on overflow.  Document intent to set errno on underflow
22558         only for underflow to zero.
22560         [BZ #16271]
22561         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22562         round-to-nearest then adjust result for other rounding modes.
22563         * include/fenv.h (fegetround): Use libm_hidden_proto.
22564         * math/fegetround.c (fegetround): Use libm_hidden_def.
22565         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22566         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22567         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22568         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22569         Likewise.
22570         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22571         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22572         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22573         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22575 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22577         [BZ #16077]
22578         * nss/Versions (libnss_files): Add
22579         _nss_files_gethostbyname3_r.
22580         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22581         New function.
22582         (HOST_DB_LOOKUP): Remove macro.
22583         (_nss_files_gethostbyname_r): Implement function without the
22584         HOST_DB_LOOKUP macro.
22585         (_nss_files_gethostbyname2_r): Likewise.
22587 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22589         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22591 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22593         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22594         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22595         warning.
22597 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22599         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22600         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22601         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22602         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22603         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22604         __fe_nomask_env_priv and attribute_hidden.
22605         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22606         (libc_feupdateenv_test_ppc): Likewise.
22607         (libc_feresetround_ppc): Likewise.
22608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22609         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22610         compat_symbol macro.
22611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22612         (__fe_nomask_env): Likewise.
22613         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22615 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22617         * string/Makefile: Remove ifunc tests.
22618         * string/test-string.h: Define TEST_IFUNC.
22619         * string/test-bcopy-ifunc.c: Remove.
22620         * string/test-bzero-ifunc.c: Likewise.
22621         * string/test-memccpy-ifunc.c: Likewise.
22622         * string/test-memchr-ifunc.c: Likewise.
22623         * string/test-memcmp-ifunc.c: Likewise.
22624         * string/test-memcpy-ifunc.c: Likewise.
22625         * string/test-memmem-ifunc.c: Likewise.
22626         * string/test-memmove-ifunc.c: Likewise.
22627         * string/test-mempcpy-ifunc.c: Likewise.
22628         * string/test-memrchr-ifunc.c: Likewise.
22629         * string/test-memset-ifunc.c: Likewise.
22630         * string/test-rawmemchr-ifunc.c: Likewise.
22631         * string/test-stpcpy-ifunc.c: Likewise.
22632         * string/test-stpncpy-ifunc.c: Likewise.
22633         * string/test-strcasecmp-ifunc.c: Likewise.
22634         * string/test-strcasestr-ifunc.c: Likewise.
22635         * string/test-strcat-ifunc.c: Likewise.
22636         * string/test-strchr-ifunc.c: Likewise.
22637         * string/test-strchrnul-ifunc.c: Likewise.
22638         * string/test-strcmp-ifunc.c: Likewise.
22639         * string/test-strcpy-ifunc.c: Likewise.
22640         * string/test-strcspn-ifunc.c: Likewise.
22641         * string/test-strlen-ifunc.c: Likewise.
22642         * string/test-strncasecmp-ifunc.c: Likewise.
22643         * string/test-strncat-ifunc.c: Likewise.
22644         * string/test-strncmp-ifunc.c: Likewise.
22645         * string/test-strncpy-ifunc.c: Likewise.
22646         * string/test-strnlen-ifunc.c: Likewise.
22647         * string/test-strpbrk-ifunc.c: Likewise.
22648         * string/test-strrchr-ifunc.c: Likewise.
22649         * string/test-strspn-ifunc.c: Likewise.
22650         * string/test-strstr-ifunc.c: Likewise.
22652 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22654         * benchtests/Makefile: Remove ifunc tests.
22655         * benchtests/bench-string.h: Define TEST_IFUNC.
22656         * benchtests/bench-bcopy-ifunc.c: Remove.
22657         * benchtests/bench-bzero-ifunc.c: Likewise.
22658         * benchtests/bench-memccpy-ifunc.c: Likewise.
22659         * benchtests/bench-memchr-ifunc.c: Likewise.
22660         * benchtests/bench-memcmp-ifunc.c: Likewise.
22661         * benchtests/bench-memcpy-ifunc.c: Likewise.
22662         * benchtests/bench-memmem-ifunc.c: Likewise.
22663         * benchtests/bench-memmove-ifunc.c: Likewise.
22664         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22665         * benchtests/bench-memrchr-ifunc.c: Likewise.
22666         * benchtests/bench-memset-ifunc.c: Likewise.
22667         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22668         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22669         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22670         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22671         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22672         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22673         * benchtests/bench-strcat-ifunc.c: Likewise.
22674         * benchtests/bench-strchr-ifunc.c: Likewise.
22675         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22676         * benchtests/bench-strcmp-ifunc.c: Likewise.
22677         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22678         * benchtests/bench-strcpy-ifunc.c: Likewise.
22679         * benchtests/bench-strcspn-ifunc.c: Likewise.
22680         * benchtests/bench-strlen-ifunc.c: Likewise.
22681         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22682         * benchtests/bench-strncat-ifunc.c: Likewise.
22683         * benchtests/bench-strncmp-ifunc.c: Likewise.
22684         * benchtests/bench-strncpy-ifunc.c: Likewise.
22685         * benchtests/bench-strnlen-ifunc.c: Likewise.
22686         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22687         * benchtests/bench-strrchr-ifunc.c: Likewise.
22688         * benchtests/bench-strsep-ifunc.c: Likewise.
22689         * benchtests/bench-strspn-ifunc.c: Likewise.
22690         * benchtests/bench-strstr-ifunc.c: Likewise.
22692 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22694         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22696 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22698         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22699         * rt/aio.h: Likewise.
22700         * sysdeps/gnu/bits/utmp.h: Likewise.
22701         * sysdeps/gnu/bits/utmpx.h: Likewise.
22702         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22703         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22704         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22705         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22706         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22707         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22708         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22709         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22710         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22711         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22712         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22713         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22714         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22716         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22717         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22718         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22719         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22720         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22721         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22722         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22723         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22724         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22725         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22726         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22727         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22728         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22729         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22730         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22731         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22732         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22733         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22734         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22735         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22736         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22737         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22738         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22739         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22740         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22741         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22742         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22743         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22745 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22747         [BZ #16245]
22748         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22749         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22751 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22753         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22754         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22755         Likewise.
22757 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22759         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22760         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22761         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22762         (__fesetround): Remove define.
22763         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22764         rounding and exceptions handling.
22765         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22766         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22767         (__fe_nomask_env): Likewise.
22768         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22769         __fegetround instead of fegetround.
22770         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22771         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22773 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22775         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22776         it's there.
22778         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22780 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22782         [BZ #11157]
22783         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22784         (encrypt_r): Likewise.
22785         * malloc/obstack.h (obstack_free): Likewise.
22786         * posix/unistd.h (encrypt): Likewise.
22788 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22790         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22791         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22792         DL_CALL_DT_FINI() that call the functions directly.
22793         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22794         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22795         * elf/dl-fini.c: Likewise.
22797 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22799         * malloc/hooks.c (memalign_check): Add alignment rounding.
22800         * malloc/malloc.c (_mid_memalign): New function.
22801         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22802         Implement by calling _mid_memalign.
22803         * manual/probes.texi (Memory Allocation Probes): Remove
22804         memory_valloc_retry and memory_pvalloc_retry.
22806 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22808         * locale/programs/locarchive.c (open_archive): Add const
22809         qualifier to ARCHIVEFNAME and copy default fname to
22810         DEFAULT_FNAME.
22812         [BZ #15601]
22813         * libio/tst-widetext.input: Rename Oriya to Odia.
22814         * locale/iso-639.def: Likewise.
22816         * manual/probes.texi (Mathematical Function Probes): Add
22817         documentation for sin, cos, asin and acos probes.
22818         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22819         (__sin32): Add slowasin probe.
22820         (__cos32): Add slowacos probe.
22821         (__mpsin): Add slowsin probe.
22822         (__mpcos): Add slowcos probe.
22824 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22826         [BZ #15483]
22827         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22828         thread-local __sim_exceptions_thread and global
22829         __sim_exceptions_global.
22830         (__sim_disabled_exceptions): Change to thread-local
22831         __sim_disabled_exceptions_thread and global
22832         __sim_disabled_exceptions_global.
22833         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22834         and global __sim_round_mode_global.
22835         (__simulate_exceptions): Use thread-local floating-point state and
22836         set global state from it as needed.
22837         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22838         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22839         __sim_round_mode_thread.
22840         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22841         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22842         and global __sim_exceptions_global.
22843         (__sim_disabled_exceptions): Change to thread-local
22844         __sim_disabled_exceptions_thread and global
22845         __sim_disabled_exceptions_global.
22846         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22847         and global __sim_round_mode_global.
22848         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22849         (SIM_SET_GLOBAL): Likewise.
22850         * sysdeps/powerpc/soft-fp/sfp-machine.h
22851         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22852         __sim_round_mode_thread.
22853         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22854         __sim_disabled_exceptions_thread.
22855         (__sim_exceptions): Change to __sim_exceptions_thread.
22856         (__sim_disabled_exceptions): Change to
22857         __sim_disabled_exceptions_thread.
22858         (__sim_round_mode): Change to __sim_round_mode_thread.
22859         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22860         thread-local floating-point state and set global state from it as
22861         needed.
22862         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22863         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22864         (__sim_disabled_exceptions): Remove extern declaration.
22865         (feenableexcept): Use thread-local floating-point state and set
22866         global state from it as needed.
22867         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22868         extern declaration.
22869         (__sim_disabled_exceptions): Likewise.
22870         (__sim_round_mode): Likewise.
22871         (__fegetenv): Use thread-local floating-point state.
22872         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22873         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22874         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22875         floating-point state and set global state from it as needed.
22876         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22877         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22878         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22879         Likewise.
22880         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22881         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22882         Likewise.
22883         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22884         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22885         Use __sim_round_mode_thread.
22886         * math/test-fenv-tls.c: New file.
22887         * math/Makefile (tests): Add test-fenv-tls.
22888         ($(objpfx)test-fenv-tls): Depend on
22889         $(common-objpfx)nptl/libpthread.so.
22891 2013-11-19  Andreas Schwab  <schwab@suse.de>
22893         * locale/programs/locale.c (show_info): Decode wordarray elements.
22894         * locale/categories.def (LC_MONETARY): Add element for
22895         _NL_MONETARY_CRNCYSTR.
22896         * locale/C-monetary.c (conversion_rate): New variable.
22897         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22898         element.
22900 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22902         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22903         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22905 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22907         * elf/Makefile (tst-auxv): New test.
22908         * elf/tst-auxv.c: New
22909         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22911 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22913         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22914         (hidden_proto): Caller changed.
22915         (hidden_tls_proto): New macro.
22916         (libc_hidden_tls_proto): Likewise.
22917         (rtld_hidden_tls_proto): Likewise.
22918         (libm_hidden_tls_proto): Likewise.
22919         (libresolv_hidden_tls_proto): Likewise.
22920         (librt_hidden_tls_proto): Likewise.
22921         (libdl_hidden_tls_proto): Likewise.
22922         (libnss_files_hidden_tls_proto): Likewise.
22923         (libnsl_hidden_tls_proto): Likewise.
22924         (libnss_nisplus_hidden_tls_proto): Likewise.
22925         (libutil_hidden_tls_proto): Likewise.
22927 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22929         [BZ #10253]
22930         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22931         (decompose_rpath): Defer expansion to fillin_rpath.
22932         (_dl_init_paths): Pass linkmap to fillin_rpath.
22934 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22936         * benchtests/Makefile: Add strsep.
22937         * benchtests/bench-strsep.c: New file: strsep benchtest.
22938         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22940 2013-11-18  Andreas Schwab  <schwab@suse.de>
22942         * locale/programs/locale.c (show_info) [case byte]: Check for
22943         '\377' instead of '\177'.
22944         * locale/C-monetary.c (not_available): Always use "\377".
22945         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22946         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22947         detect unavailable sign_posn locale elements.
22948         * locale/localeconv.c (__localeconv): For grouping and
22949         mon_grouping handle "\177" and "\377" like no grouping.
22950         (INT_ELEM): New macro.  Use it to set all numeric members.
22951         * locale/programs/ld-monetary.c (monetary_read)
22952         <tok_mon_grouping>: Normalize single -1 to the empty string.
22953         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22954         Likewise.
22956 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22958         [BZ #16055]
22959         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22960         when we match (nil).
22961         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22963 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22965         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22966         (NO_TEST_INLINE): Update value.
22967         (ERRNO_UNCHANGED): Likewise.
22968         (ERRNO_EDOM): Likewise.
22969         (ERRNO_ERANGE): Likewise.
22970         (IGNORE_RESULT): Likewise.
22971         (check_float_internal): Check signs of NaN results if
22972         TEST_NAN_SIGN used.
22973         (check_complex): Pass TEST_NAN_SIGN flag through to second
22974         check_float_internal call.
22975         (copysign_test_data): Add tests with quiet NaNs as second
22976         argument.  Use TEST_NAN_SIGN.
22977         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22978         TEST_NAN_SIGN.
22979         (signbit_test_data): Add tests of quiet NaN argument.
22980         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22982         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22983         $ignore_result.
22984         (parse_args): Handle function results specified as IGNORE.
22985         * math/libm-test.inc (IGNORE_RESULT): New macro.
22986         (check_float_internal): Do not check numerical result if flag
22987         IGNORE_RESULT set.
22988         (check_complex): Pass through IGNORE_RESULT to second
22989         check_float_internal call.
22990         (check_int): Do not check numerical result if flag IGNORE_RESULT
22991         set.
22992         (check_long): Likewise.
22993         (check_bool): Likewise.
22994         (check_longlong): Likewise.
22995         (lrint_test_data): Add tests of infinite and NaN arguments.
22996         (lrint_tonearest_test_data): Likewise.
22997         (lrint_towardzero_test_data): Likewise.
22998         (lrint_downward_test_data): Likewise.
22999         (lrint_upward_test_data): Likewise.
23000         (llrint_test_data): Likewise.
23001         (llrint_tonearest_test_data): Likewise.
23002         (llrint_towardzero_test_data): Likewise.
23003         (llrint_downward_test_data): Likewise.
23004         (llrint_upward_test_data): Likewise.
23005         (lround_test_data): Likewise.
23006         (llround_test_data): Likewise.
23008         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23009         (ERRNO_UNCHANGED): Update value.
23010         (ERRNO_EDOM): Likewise.
23011         (ERRNO_ERANGE): Likewise.
23012         (NO_TEST_INLINE_FLOAT): New macro.
23013         (NO_TEST_INLINE_DOUBLE): Likewise.
23014         (enable_test): New function.
23015         (RUN_TEST_f_f): Check enable_test before running test.
23016         (RUN_TEST_2_f): Likewise.
23017         (RUN_TEST_fff_f): Likewise.
23018         (RUN_TEST_c_f): Likewise.
23019         (RUN_TEST_f_f1): Likewise.
23020         (RUN_TEST_fF_f1): Likewise.
23021         (RUN_TEST_fI_f1): Likewise.
23022         (RUN_TEST_ffI_f1): Likewise.
23023         (RUN_TEST_c_c): Likewise.
23024         (RUN_TEST_cc_c): Likewise.
23025         (RUN_TEST_f_i): Likewise.
23026         (RUN_TEST_f_i_tg): Likewise.
23027         (RUN_TEST_ff_i_tg): Likewise.
23028         (RUN_TEST_f_b): Likewise.
23029         (RUN_TEST_f_b_tg): Likewise.
23030         (RUN_TEST_f_l): Likewise.
23031         (RUN_TEST_f_L): Likewise.
23032         (RUN_TEST_fFF_11): Likewise.
23033         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23034         conditionals.
23035         (cosh_test_data): Likewise.
23036         (exp_test_data): Likewise.
23037         (expm1_test_data): Likewise.
23038         (hypot_test_data): Likewise.
23039         (pow_test_data): Likewise.
23040         (sinh_test_data): Likewise.
23041         (tanh_test_data): Likewise.
23042         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23043         flags argument.
23045         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23046         tests with quiet NaN input and output.
23047         (acosh_test_data): Likewise.
23048         (asin_test_data): Likewise.
23049         (asinh_test_data): Likewise.
23050         (atan_test_data): Likewise.
23051         (atanh_test_data): Likewise.
23052         (atan2_test_data): Likewise.
23053         (cbrt_test_data): Likewise.
23054         (cos_test_data): Likewise.
23055         (cosh_test_data): Likewise.
23056         (erf_test_data): Likewise.
23057         (erfc_test_data): Likewise.
23058         (exp_test_data): Likewise.
23059         (exp10_test_data): Likewise.
23060         (exp2_test_data): Likewise.
23061         (expm1_test_data): Likewise.
23062         (hypot_test_data): Likewise.
23063         (j0_test_data): Likewise.
23064         (j1_test_data): Likewise.
23065         (jn_test_data): Likewise.
23066         (lgamma_test_data): Likewise.
23067         (log_test_data): Likewise.
23068         (log10_test_data): Likewise.
23069         (log1p_test_data): Likewise.
23070         (log2_test_data): Likewise.
23071         (pow_test_data): Likewise.
23072         (scalb_test_data): Likewise.
23073         (sin_test_data): Likewise.
23074         (sincos_test_data): Likewise.
23075         (sinh_test_data): Likewise.
23076         (tan_test_data): Likewise.
23077         (tanh_test_data): Likewise.
23078         (tgamma_test_data): Likewise.
23079         (y0_test_data): Likewise.
23080         (y1_test_data): Likewise.
23081         (yn_test_data): Likewise.
23083         [BZ #16167]
23084         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23085         argument being NaN and avoid computations with second argument in
23086         that case.
23087         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23088         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23089         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23091 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23093         * locale/iso-639.def: Add Chitwani Tharu (the).
23095 2013-11-14  Andreas Schwab  <schwab@suse.de>
23097         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23098         word instead of empty string.
23100 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23103         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23105         (__fe_nomask_env): Likewise.
23107 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23109         * benchtests/bench-timing.h: Include time.h.
23111 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23113         [BZ #15997]
23114         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23115         to 3.4.0 for x32.
23116         * sysdeps/unix/sysv/linux/configure: Regenerated.
23118 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23120         [BZ #16151]
23121         * stdlib/strtod_l.c (round_and_return): Do not consider
23122         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23123         exponent one less than half the least subnormal exponent.
23124         * stdlib/test-strtod-round-data: Add more tests.
23125         * stdlib/tst-strtod-round.c (tests): Regenerated.
23127 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23129         [BZ #14143]
23130         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23131         (__fe_mask_env): Likewise.
23132         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23133         libm_hidden_proto and add function prototype.
23134         (__fe_mask_env): Add function prototype.
23135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23136         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23138         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23140         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23142 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23144         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23145         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23147 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23149         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23150         of htab_find_slot().
23152 2013-11-11  David S. Miller  <davem@davemloft.net>
23154         [BZ #16150]
23155         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23156         symbol in the non-vis3 case in static builds.
23157         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23158         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23159         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23160         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23162 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23164         [BZ #387]
23165         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23166         it is empty.
23168 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23170         * benchtests/Makefile: Add bench-strtod.
23171         * benchtests/bench-strtod.c: New file: strtod benchtest
23173 2013-11-11  Andreas Schwab  <schwab@suse.de>
23175         [BZ #16153]
23176         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23177         terminating NUL in key length.
23179 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23181         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23182         Add artificial ODP entry for vDSO symbol for PPC64.
23183         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23184         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23186 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23188         [BZ #15374]
23189         * nss/getent.c (services_keys): Recognize services starting with digit.
23191 2013-11-06  David S. Miller  <davem@davemloft.net>
23193         [BZ #15985]
23194         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23195         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23197 2013-11-06  Will Newton  <will.newton@linaro.org>
23199         * manual/memory.texi (Malloc Examples): Remove register
23200         keyword from examples.
23202 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23204         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23206 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23208         [BZ #6981]
23209         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23210         depending on [__GCC_IEC_559 > 0].
23211         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23212         depending on [__GCC_IEC_559_COMPLEX > 0].
23214 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23216         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23217         to iso-639.def.
23219 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23221         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23223 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23225         [BZ #16112]
23226         * malloc/malloc (malloc_info): Do not handle first bin as
23227         special case.
23229 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23231         * locale/iso-639.def: Add Central Nahuatl (nhn).
23233 2013-11-01  Bruno Haible  <bruno@clisp.org>
23235         [BZ #7003]
23236         * manual/math.texi (BSD Random): Specify range upper bound as
23237         in POSIX.
23239 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23241         * locale/iso-639.def: Add Meadow Mari (mhr).
23243 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23245         [BZ #14752], [BZ #15763]
23246         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23247         Validate name.
23248         * rt/tst_shm.c: Add test for escaping directory.
23250 2013-10-31  Andreas Schwab  <schwab@suse.de>
23252         [BZ #15917]
23253         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23254         followed by 'x' as part of digit sequence.
23255         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23257 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23259         [BZ #16037]
23260         * configure.ac: allow GNU Make 4.0 and greater.
23261         * configure: Regenerated.
23263 2013-10-30  Will Newton  <will.newton@linaro.org>
23265         [BZ #16038]
23266         * malloc/hooks.c (memalign_check): Limit alignment to the
23267         maximum representable power of two.
23268         * malloc/malloc.c (__libc_memalign): Likewise.
23269         * malloc/tst-memalign.c (do_test): Add test for very
23270         large alignment values.
23271         * malloc/tst-posix_memalign.c (do_test): Likewise.
23273 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23275         [BZ #11087]
23276         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23277         (munmap_chunk): Likewise.
23278         (mremap_chunk): Likewise.
23280 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23282         [BZ #15799]
23283         * stdlib/div.c (div): Remove obsolete code.
23284         * stdlib/ldiv.c (ldiv): Likewise.
23285         * stdlib/lldiv.c (lldiv): Likewise.
23287 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23289         [BZ #16071]
23290         * nss/nss_files/files-XXX.c (get_contents_ret): New
23291         enumerator.
23292         (get_contents): New function.
23293         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23295 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23297         * configure.in: Moved to ...
23298         * configure.ac: ... here. Change reference to configure.in
23299         to configure.ac.
23300         * sysdeps/arm/preconfigure.ac: ... here.
23301         configure.in to configure.ac.
23302         * sysdeps/gnu/configure.in: Moved to ...
23303         * sysdeps/gnu/configure.ac: ... here.
23304         * sysdeps/i386/configure.in: Moved to ...
23305         * sysdeps/i386/configure.ac: ... here.
23306         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23307         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23308         * sysdeps/mach/configure.in: Moved to ...
23309         * sysdeps/mach/configure.ac: ... here.
23310         * sysdeps/mach/hurd/configure.in: Moved to ...
23311         * sysdeps/mach/hurd/configure.ac: ... here.
23312         * sysdeps/powerpc/configure.in: Moved to ...
23313         * sysdeps/powerpc/configure.ac: ... here.
23314         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23315         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23316         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23317         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23318         * sysdeps/s390/s390-32/configure.in: Moved to ...
23319         * sysdeps/s390/s390-32/configure.ac: ... here.
23320         * sysdeps/s390/s390-64/configure.in: Moved to ...
23321         * sysdeps/s390/s390-64/configure.ac: ... here.
23322         * sysdeps/sh/configure.in: Moved to ...
23323         * sysdeps/sh/configure.ac: ... here.
23324         * sysdeps/sparc/configure.in: Moved to ...
23325         * sysdeps/sparc/configure.ac: ... here.
23326         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23327         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23328         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23329         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23330         * sysdeps/x86_64/configure.in: Moved to ...
23331         * sysdeps/x86_64/configure.ac: ... here.
23332         * sysdeps/x86_64/preconfigure.in: Moved to ...
23333         * sysdeps/x86_64/preconfigure.ac: ... here.
23334         * aclocal.m4: Change reference to configure.in to configure.ac.
23335         * config.h.in: Likewise.
23336         * manual/install.texi: Likewise.
23337         * manual/maint.texi: Likewise.
23338         * Makefile: Likewise.
23339         * malloc/Makefile: Likewise.
23340         * nscd/Makefile: Likewise.
23341         * Makeconfig: Change reference to configure.in and
23342         preconfigure.in to configure.ac and preconfigure.ac
23343         respectively.
23344         * INSTALL: Regenerated.
23345         * configure: Likewise.
23346         * sysdeps/gnu/configure: Likewise.
23347         * sysdeps/i386/configure: Likewise.
23348         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23349         * sysdeps/mach/configure: Likewise.
23350         * sysdeps/mach/hurd/configure: Likewise.
23351         * sysdeps/powerpc/configure: Likewise.
23352         * sysdeps/powerpc/powerpc32/configure: Likewise.
23353         * sysdeps/powerpc/powerpc64/configure: Likewise.
23354         * sysdeps/s390/s390-32/configure: Likewise.
23355         * sysdeps/s390/s390-64/configure: Likewise.
23356         * sysdeps/sh/configure: Likewise.
23357         * sysdeps/sparc/configure: Likewise.
23358         * sysdeps/unix/sysv/linux/configure: Likewise.
23359         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23360         * sysdeps/x86_64/configure: Likewise.
23361         * sysdeps/x86_64/preconfigure: Likewise.
23363 2013-10-29  Andreas Schwab  <schwab@suse.de>
23365         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23367 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23369         * benchtests/pow-inputs: Add new inputs.
23371         * benchtests/exp-inputs: Add new inputs.
23373         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23374         conditional check for return value.
23375         (__cos32): Likewise.
23377 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23379         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23380         to provide a boost for large inputs with word alignment.
23381         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23382         implementation based on optimized PPC64 strcpy.
23383         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23384         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23385         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23386         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23388 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23390         [BZ #2801]
23391         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23393 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23395         [BZ #14876]
23396         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23397         * time/tst-strptime.c (day_tests): Add testcase.
23399 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23401         [BZ #14029]
23402         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23404 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23406         [BZ #16074]
23407         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23408         MAP_FAILED on error.
23410 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23412         [BZ #16072]
23413         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23414         heap for large requests.
23416 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23418         [BZ #9954]
23419         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23420         result if the result has no associated interface.
23421         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23422         interface for all 127.X.Y.Z addresses.
23424 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23426         * locale/iso-639.def: Add Ligurian (lij)
23428 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23430         [BZ #15825]
23431         * sunrpc/rpc_main.c: Document rpcgen -5.
23433 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23435         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23437 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23439         [BZ #10278]
23440         * posix/glob.c: Match only directories when trailing slash is present.
23441         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23442         (main): Add testcase.
23444 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23446         [BZ #15670]
23447         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23449 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23451         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23452         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23453         AUTH_DES and cindex for FIPS 140-2.
23454         (DES Encryption): Add cindex FIPS 46-3.
23456         * locale/locarchive.h (struct locarhandle): Add fname.
23457         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23458         if an optional argument was specified to --list-archive,
23459         otherwise NULL.
23460         * locale/programs/locarchive.c (show_archive_content): Take new
23461         argument fname and pass it via ah.fname to open_archive.
23462         * locale/programs/localedef.h: Update decl.
23463         (open_archive): If AH->fname is non-null, open that file
23464         rather than the default file name, and don't ignore ENOENT.
23465         (create_archive): Set AH.fname to NULL.
23466         (delete_locales_from_archive): Likewise.
23467         (add_locales_to_archive): Likewise.
23468         * locale/programs/locfile.c (write_all_categories): Likewise.
23470 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23471             Aldy Hernandez  <aldyh@redhat.com>
23473         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23474         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23475         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23476         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23477         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23478         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23479         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23480         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23481         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23482         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23483         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23484         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23485         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23486         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23487         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23488         Likewise.
23489         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23490         Likewise.
23491         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23492         Likewise.
23493         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23494         Likewise.
23495         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23496         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23497         Likewise.
23498         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23499         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23500         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23501         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23502         Likewise.
23503         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23504         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23505         * sysdeps/powerpc/preconfigure: Likewise.
23506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23507         Likewise.
23508         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23509         Replace contents of file by #include of <fenv_libc.h>.
23510         * sysdeps/powerpc/soft-fp/sfp-machine.h
23511         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23512         and <sys/prctl.h>.
23513         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23514         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23515         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23516         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23517         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23518         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23519         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23520         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23521         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23522         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23523         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23524         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23526         Allow copysignl PLT reference to be missing.
23528 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23529             Joseph Myers  <joseph@codesourcery.com
23531         [BZ #15948]
23532         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23533         single character.
23534         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23536 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23538         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23539         * elf/tst-tls1.c: Likewise.
23540         * elf/tst-tls10.h: Likewise.
23541         * elf/tst-tls14.c: Likewise.
23542         * elf/tst-tls2.c: Likewise.
23543         * elf/tst-tls3.c: Likewise.
23544         * elf/tst-tls4.c: Likewise.
23545         * elf/tst-tls5.c: Likewise.
23546         * elf/tst-tls6.c: Likewise.
23547         * elf/tst-tls7.c: Likewise.
23548         * elf/tst-tls8.c: Likewise.
23549         * elf/tst-tls9.c: Likewise.
23550         * elf/tst-tlsmod1.c: Likewise.
23551         * elf/tst-tlsmod13.c: Likewise.
23552         * elf/tst-tlsmod13a.c: Likewise.
23553         * elf/tst-tlsmod14a.c: Likewise.
23554         * elf/tst-tlsmod16a.c: Likewise.
23555         * elf/tst-tlsmod16b.c: Likewise.
23556         * elf/tst-tlsmod2.c: Likewise.
23557         * elf/tst-tlsmod3.c: Likewise.
23558         * elf/tst-tlsmod4.c: Likewise.
23559         * elf/tst-tlsmod5.c: Likewise.
23560         * elf/tst-tlsmod6.c: Likewise.
23562 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23564         [BZ #12486]
23565         * malloc/malloc.c: remove checks for statistics.
23567 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23569         [BZ #15277]
23570         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23571         * inet/tst-network.c: Add testcase.
23573 2013-10-17  Andreas Schwab  <schwab@suse.de>
23575         [BZ #15218]
23576         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23577         to determine canonical name.
23579 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23581         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23582         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23583         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23584         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23585         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23586         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23587         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23588         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23589         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23590         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23591         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23592         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23593         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23594         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23595         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23596         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23597         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23598         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23599         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23600         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23601         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23602         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23603         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23604         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23605         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23606         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23607         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23608         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23609         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23610         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23611         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23612         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23613         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23614         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23615         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23616         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23617         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23618         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23619         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23620         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23621         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23622         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23623         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23624         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23625         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23626         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23627         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23628         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23629         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23630         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23631         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23632         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23633         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23634         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23635         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23636         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23637         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23638         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23640 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23642         [BZ #16041]
23643         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23644         make result into a quiet NaN.
23646 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23648         * soft-fp/adddf3.c: Fix horizontal whitespace.
23649         * soft-fp/addsf3.c: Likewise.
23650         * soft-fp/addtf3.c: Likewise.
23651         * soft-fp/divdf3.c: Likewise.
23652         * soft-fp/divsf3.c: Likewise.
23653         * soft-fp/divtf3.c: Likewise.
23654         * soft-fp/double.h: Likewise.
23655         * soft-fp/eqdf2.c: Likewise.
23656         * soft-fp/eqsf2.c: Likewise.
23657         * soft-fp/eqtf2.c: Likewise.
23658         * soft-fp/extenddftf2.c: Likewise.
23659         * soft-fp/extended.h: Likewise.
23660         * soft-fp/extendsfdf2.c: Likewise.
23661         * soft-fp/extendsftf2.c: Likewise.
23662         * soft-fp/extendxftf2.c: Likewise.
23663         * soft-fp/fixdfdi.c: Likewise.
23664         * soft-fp/fixdfsi.c: Likewise.
23665         * soft-fp/fixdfti.c: Likewise.
23666         * soft-fp/fixsfdi.c: Likewise.
23667         * soft-fp/fixsfsi.c: Likewise.
23668         * soft-fp/fixsfti.c: Likewise.
23669         * soft-fp/fixtfdi.c: Likewise.
23670         * soft-fp/fixtfsi.c: Likewise.
23671         * soft-fp/fixtfti.c: Likewise.
23672         * soft-fp/fixunsdfdi.c: Likewise.
23673         * soft-fp/fixunsdfsi.c: Likewise.
23674         * soft-fp/fixunsdfti.c: Likewise.
23675         * soft-fp/fixunssfdi.c: Likewise.
23676         * soft-fp/fixunssfsi.c: Likewise.
23677         * soft-fp/fixunssfti.c: Likewise.
23678         * soft-fp/fixunstfdi.c: Likewise.
23679         * soft-fp/fixunstfsi.c: Likewise.
23680         * soft-fp/fixunstfti.c: Likewise.
23681         * soft-fp/floatdidf.c: Likewise.
23682         * soft-fp/floatdisf.c: Likewise.
23683         * soft-fp/floatditf.c: Likewise.
23684         * soft-fp/floatsidf.c: Likewise.
23685         * soft-fp/floatsisf.c: Likewise.
23686         * soft-fp/floatsitf.c: Likewise.
23687         * soft-fp/floattidf.c: Likewise.
23688         * soft-fp/floattisf.c: Likewise.
23689         * soft-fp/floattitf.c: Likewise.
23690         * soft-fp/floatundidf.c: Likewise.
23691         * soft-fp/floatundisf.c: Likewise.
23692         * soft-fp/floatunditf.c: Likewise.
23693         * soft-fp/floatunsidf.c: Likewise.
23694         * soft-fp/floatunsisf.c: Likewise.
23695         * soft-fp/floatunsitf.c: Likewise.
23696         * soft-fp/floatuntidf.c: Likewise.
23697         * soft-fp/floatuntisf.c: Likewise.
23698         * soft-fp/floatuntitf.c: Likewise.
23699         * soft-fp/fmadf4.c: Likewise.
23700         * soft-fp/fmasf4.c: Likewise.
23701         * soft-fp/fmatf4.c: Likewise.
23702         * soft-fp/gedf2.c: Likewise.
23703         * soft-fp/gesf2.c: Likewise.
23704         * soft-fp/getf2.c: Likewise.
23705         * soft-fp/ledf2.c: Likewise.
23706         * soft-fp/lesf2.c: Likewise.
23707         * soft-fp/letf2.c: Likewise.
23708         * soft-fp/muldf3.c: Likewise.
23709         * soft-fp/mulsf3.c: Likewise.
23710         * soft-fp/multf3.c: Likewise.
23711         * soft-fp/negdf2.c: Likewise.
23712         * soft-fp/negsf2.c: Likewise.
23713         * soft-fp/negtf2.c: Likewise.
23714         * soft-fp/op-1.h: Likewise.
23715         * soft-fp/op-2.h: Likewise.
23716         * soft-fp/op-4.h: Likewise.
23717         * soft-fp/op-8.h: Likewise.
23718         * soft-fp/op-common.h: Likewise.
23719         * soft-fp/quad.h: Likewise.
23720         * soft-fp/single.h: Likewise.
23721         * soft-fp/soft-fp.h: Likewise.
23722         * soft-fp/sqrtdf2.c: Likewise.
23723         * soft-fp/sqrtsf2.c: Likewise.
23724         * soft-fp/sqrttf2.c: Likewise.
23725         * soft-fp/subdf3.c: Likewise.
23726         * soft-fp/subsf3.c: Likewise.
23727         * soft-fp/subtf3.c: Likewise.
23728         * soft-fp/truncdfsf2.c: Likewise.
23729         * soft-fp/trunctfdf2.c: Likewise.
23730         * soft-fp/trunctfsf2.c: Likewise.
23731         * soft-fp/trunctfxf2.c: Likewise.
23732         * soft-fp/unorddf2.c: Likewise.
23733         * soft-fp/unordsf2.c: Likewise.
23734         * soft-fp/unordtf2.c: Likewise.
23736 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23738         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23739         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23741 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23743         * elf/dl-libc.c: Clear initfini list after freeing.
23745 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23747         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23748         * soft-fp/addsf3.c: Likewise.
23749         * soft-fp/addtf3.c: Likewise.
23750         * soft-fp/divdf3.c: Likewise.
23751         * soft-fp/divsf3.c: Likewise.
23752         * soft-fp/divtf3.c: Likewise.
23753         * soft-fp/double.h: Likewise.
23754         * soft-fp/eqdf2.c: Likewise.
23755         * soft-fp/eqsf2.c: Likewise.
23756         * soft-fp/eqtf2.c: Likewise.
23757         * soft-fp/extenddftf2.c: Likewise.
23758         * soft-fp/extended.h: Likewise.
23759         * soft-fp/extendsfdf2.c: Likewise.
23760         * soft-fp/extendsftf2.c: Likewise.
23761         * soft-fp/extendxftf2.c: Likewise.
23762         * soft-fp/fixdfdi.c: Likewise.
23763         * soft-fp/fixdfsi.c: Likewise.
23764         * soft-fp/fixdfti.c: Likewise.
23765         * soft-fp/fixsfdi.c: Likewise.
23766         * soft-fp/fixsfsi.c: Likewise.
23767         * soft-fp/fixsfti.c: Likewise.
23768         * soft-fp/fixtfdi.c: Likewise.
23769         * soft-fp/fixtfsi.c: Likewise.
23770         * soft-fp/fixtfti.c: Likewise.
23771         * soft-fp/fixunsdfdi.c: Likewise.
23772         * soft-fp/fixunsdfsi.c: Likewise.
23773         * soft-fp/fixunsdfti.c: Likewise.
23774         * soft-fp/fixunssfdi.c: Likewise.
23775         * soft-fp/fixunssfsi.c: Likewise.
23776         * soft-fp/fixunssfti.c: Likewise.
23777         * soft-fp/fixunstfdi.c: Likewise.
23778         * soft-fp/fixunstfsi.c: Likewise.
23779         * soft-fp/fixunstfti.c: Likewise.
23780         * soft-fp/floatdidf.c: Likewise.
23781         * soft-fp/floatdisf.c: Likewise.
23782         * soft-fp/floatditf.c: Likewise.
23783         * soft-fp/floatsidf.c: Likewise.
23784         * soft-fp/floatsisf.c: Likewise.
23785         * soft-fp/floatsitf.c: Likewise.
23786         * soft-fp/floattidf.c: Likewise.
23787         * soft-fp/floattisf.c: Likewise.
23788         * soft-fp/floattitf.c: Likewise.
23789         * soft-fp/floatundidf.c: Likewise.
23790         * soft-fp/floatundisf.c: Likewise.
23791         * soft-fp/floatunsidf.c: Likewise.
23792         * soft-fp/floatunsisf.c: Likewise.
23793         * soft-fp/floatuntidf.c: Likewise.
23794         * soft-fp/floatuntisf.c: Likewise.
23795         * soft-fp/floatuntitf.c: Likewise.
23796         * soft-fp/fmadf4.c: Likewise.
23797         * soft-fp/fmasf4.c: Likewise.
23798         * soft-fp/fmatf4.c: Likewise.
23799         * soft-fp/gedf2.c: Likewise.
23800         * soft-fp/gesf2.c: Likewise.
23801         * soft-fp/getf2.c: Likewise.
23802         * soft-fp/ledf2.c: Likewise.
23803         * soft-fp/lesf2.c: Likewise.
23804         * soft-fp/letf2.c: Likewise.
23805         * soft-fp/muldf3.c: Likewise.
23806         * soft-fp/mulsf3.c: Likewise.
23807         * soft-fp/multf3.c: Likewise.
23808         * soft-fp/negdf2.c: Likewise.
23809         * soft-fp/negsf2.c: Likewise.
23810         * soft-fp/negtf2.c: Likewise.
23811         * soft-fp/op-1.h: Likewise.
23812         * soft-fp/op-2.h: Likewise.
23813         * soft-fp/op-4.h: Likewise.
23814         * soft-fp/op-8.h: Likewise.
23815         * soft-fp/op-common.h: Likewise.
23816         * soft-fp/quad.h: Likewise.
23817         * soft-fp/single.h: Likewise.
23818         * soft-fp/soft-fp.h: Likewise.
23819         * soft-fp/sqrtdf2.c: Likewise.
23820         * soft-fp/sqrtsf2.c: Likewise.
23821         * soft-fp/sqrttf2.c: Likewise.
23822         * soft-fp/subdf3.c: Likewise.
23823         * soft-fp/subsf3.c: Likewise.
23824         * soft-fp/subtf3.c: Likewise.
23825         * soft-fp/truncdfsf2.c: Likewise.
23826         * soft-fp/trunctfdf2.c: Likewise.
23827         * soft-fp/trunctfsf2.c: Likewise.
23828         * soft-fp/trunctfxf2.c: Likewise.
23829         * soft-fp/unorddf2.c: Likewise.
23830         * soft-fp/unordsf2.c: Likewise.
23831         * soft-fp/unordtf2.c: Likewise.
23833 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23835         [BZ #15672]
23836         * misc/error.c (error_tail): Fix possible buffer overflow.
23838 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23840         [BZ #13028]
23841         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23842         address.
23844 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23846         [BZ #832]
23847         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23848         testing pipefail option.
23850 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23852         * soft-fp/double.h: Indent preprocessor directives inside #if.
23853         * soft-fp/extended.h: Likewise.
23854         * soft-fp/op-2.h: Likewise.
23855         * soft-fp/op-4.h: Likewise.
23856         * soft-fp/op-common.h: Likewise.
23857         * soft-fp/quad.h: Likewise.
23858         * soft-fp/single.h: Likewise.
23859         * soft-fp/soft-fp.h: Likewise.
23861 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23863         * iconv/iconv_prog.c: Fix typos.
23864         * stdio-common/psiginfo-data.h: Likewise.
23866 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23868         [BZ #15764]
23869         * locale/setlocale.c: Fix typo.
23871 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23873         [BZ #16036]
23874         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23875         signaling NaN arguments.
23876         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23877         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23879         [BZ #14910]
23880         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23881         unordered operands.
23882         * soft-fp/gesf2.c (__gesf2): Likewise.
23883         * soft-fp/getf2.c (__getf2): Likewise.
23884         * soft-fp/ledf2.c (__ledf2): Likewise.
23885         * soft-fp/lesf2.c (__lesf2): Likewise.
23886         * soft-fp/letf2.c (__letf2): Likewise.
23888         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23889         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23890         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23891         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23892         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23893         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23894         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23895         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23896         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23897         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23898         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23899         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23900         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23901         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23902         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23903         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23904         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23905         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23906         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23907         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23908         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23909         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23910         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23911         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23912         * soft-fp/floattidf.c (__floattidf): Likewise.
23913         * soft-fp/floattisf.c (__floattisf): Likewise.
23914         * soft-fp/floattitf.c (__floattitf): Likewise.
23915         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23916         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23917         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23918         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23919         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23920         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23921         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23922         * soft-fp/gesf2.c (__gesf2): Likewise.
23923         * soft-fp/getf2.c (__getf2): Likewise.
23924         * soft-fp/ledf2.c (__ledf2): Likewise.
23925         * soft-fp/lesf2.c (__lesf2): Likewise.
23926         * soft-fp/letf2.c (__letf2): Likewise.
23928         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23929         Undefine and redefine.
23930         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23931         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23932         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23933         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23934         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23935         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23936         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23937         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23938         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23939         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23940         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23941         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23942         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23943         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23944         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23946         [BZ #16032]
23947         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23948         without decrementing exponent if mantissa >= that for the
23949         denominator, not >.
23950         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23951         denominator, not >.  Decrement exponent in < case instead of
23952         incrementing in >= case.
23953         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23954         without decrementing exponent if mantissa >= that for the
23955         denominator, not >.
23957         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23958         computing saturated result for unsigned overflow.
23960 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23961             Jeff Law  <law@redhat.com>
23963         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23964         (atan2Mp): Add systemtap probe marker.
23965         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23966         (__ieee754_log): Add systemtap probe marker.
23967         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23968         (atanMp): Add systemtap probe marker.
23969         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23970         (tanMp): Add systemtap probe marker.
23971         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23972         (__slowexp): Add systemtap probe marker.
23973         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23974         (__slowpow): Add systemtap probe marker.
23975         * manual/probes.texi: Document probes.
23977 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23979         [BZ #15362]
23980         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23981         written.
23982         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23983         written.
23984         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23985         written to buffer but not flushed.
23986         * libio/iofwrite_u.c:  Likewise.
23987         * libio/iopadn.c:  Return bytes returned even if EOF was
23988         encountered.
23989         * libio/iowpadn.c:  Likewise.
23990         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23991         if _IO_padn does not write the whole buffer.
23992         [!COMPILE_WPRINTF] (PAD): Likewise.
23994 2013-10-10  David S. Miller  <davem@davemloft.net>
23996         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23997         directory block.
23999 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24001         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24002         instead of FSF address.
24003         * soft-fp/fixdfti.c: Likewise.
24004         * soft-fp/fixsfti.c: Likewise.
24005         * soft-fp/fixtfti.c: Likewise.
24006         * soft-fp/fixunsdfti.c: Likewise.
24007         * soft-fp/fixunssfti.c: Likewise.
24008         * soft-fp/fixunstfti.c: Likewise.
24009         * soft-fp/floattidf.c: Likewise.
24010         * soft-fp/floattisf.c: Likewise.
24011         * soft-fp/floattitf.c: Likewise.
24012         * soft-fp/floatuntidf.c: Likewise.
24013         * soft-fp/floatuntisf.c: Likewise.
24014         * soft-fp/floatuntitf.c: Likewise.
24015         * soft-fp/trunctfxf2.c: Likewise.
24017         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24018         * soft-fp/fixdfti.c: Likewise.
24019         * soft-fp/fixsfti.c: Likewise.
24020         * soft-fp/fixtfti.c: Likewise.
24021         * soft-fp/fixunsdfti.c: Likewise.
24022         * soft-fp/fixunssfti.c: Likewise.
24023         * soft-fp/fixunstfti.c: Likewise.
24024         * soft-fp/floattidf.c: Likewise.
24025         * soft-fp/floattisf.c: Likewise.
24026         * soft-fp/floattitf.c: Likewise.
24027         * soft-fp/floatuntidf.c: Likewise.
24028         * soft-fp/floatuntisf.c: Likewise.
24029         * soft-fp/floatuntitf.c: Likewise.
24030         * soft-fp/trunctfxf2.c: Likewise.
24032 2013-10-10  David S. Miller  <davem@davemloft.net>
24034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24036 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24038         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24039         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24040         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24041         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24042         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24043         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24044         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24046         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24047         for NaNs before doing comparisons on argument.
24048         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24049         Likewise.
24051 2013-10-10  Will Newton  <will.newton@linaro.org>
24053         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24054         passed to _int_memalign does not overflow.
24056 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24058         * scripts/bench.pl: Add include-sources directive.
24059         * benchtests/README: Update documentation.
24061 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24063         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24064         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24065         instead of FP_INIT_ROUNDMODE.
24066         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24067         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24069         [BZ #16034]
24070         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24071         copy class of input value.
24072         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24073         not handle exceptions.
24074         * soft-fp/negsf2.c (__negsf2): Likewise.
24075         * soft-fp/negtf2.c (__negtf2): Likewise.
24076         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24078 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24080         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24081         semicolon.  From Linux kernel.
24083 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24085         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24087 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24089         [BZ #156]
24090         * manual/socket.texi: Added statement about buffer
24091         for gethostbyname2_r.
24093 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24095         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24096         Use .p2align directive instead, throughout.
24097         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24098         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24099         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24100         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24101         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24102         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24103         * sysdeps/x86_64/strchr.S: Likewise.
24104         * sysdeps/x86_64/strrchr.S: Likewise.
24106 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24108         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24110         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24112         * sysdeps/generic/math_private.h (__mpsin1): Remove
24113         declaration.
24114         (__mpcos1): Likewise.
24115         (__mpsin): New argument __range_reduce.
24116         (__mpcos): Likewise.
24117         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24118         (slow): Use __mpsin and __mpcos.
24119         (slow1): Likewise.
24120         (slow2): Likewise.
24121         (sloww): Likewise.
24122         (sloww1): Likewise.
24123         (sloww2): Likewise.
24124         (bsloww): Likewise.
24125         (bsloww1): Likewise.
24126         (bsloww2): Likewise.
24127         (cslow2): Likewise.
24128         (csloww): Likewise.
24129         (csloww1): Likewise.
24130         (csloww2): Likewise.
24131         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24132         range_reduce.  Merge in __mpsin1.
24133         (__mpcos): Likewise.
24134         (__mpsin1): Remove.
24135         (__mpcos1): Likewise.
24137 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24139         * locale/loadlocale.c (_nl_intern_locale_data): Use
24140         LOCFILE_ALIGNED_P.
24141         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24142         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24143         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24144         obstack data is appropriately aligned.
24145         (obstack_int32_grow_fast): Likewise.
24146         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24147         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24148         (add_locale_uint32_array): Likewise.
24150 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24152         * benchtests/Makefile: Remove ARGLIST and RET variables.
24153         ($(objpfx)bench-%.c): Pass only function name to the script.
24154         * benchtests/README: Update documentation.
24155         * benchtests/acos-inputs: Add new directives.
24156         * benchtests/acosh-inputs: Likewise.
24157         * benchtests/asin-inputs: Likewise.
24158         * benchtests/asinh-inputs: Likewise.
24159         * benchtests/atan-inputs: Likewise.
24160         * benchtests/atanh-inputs: Likewise.
24161         * benchtests/cos-inputs: Likewise.
24162         * benchtests/cosh-inputs: Likewise.
24163         * benchtests/exp-inputs: Likewise.
24164         * benchtests/log-inputs: Likewise.
24165         * benchtests/pow-inputs: Likewise.
24166         * benchtests/rint-inputs: Likewise.
24167         * benchtests/sin-inputs: Likewise.
24168         * benchtests/sinh-inputs: Likewise.
24169         * benchtests/tan-inputs: Likewise.
24170         * benchtests/tanh-inputs: Likewise.
24171         * scripts/bench.pl: Add support for new directives.
24173 2013-10-07  Alan Modra  <amodra@gmail.com>
24175         * README: Fix careless merge.
24177 2013-10-05  Alan Modra  <amodra@gmail.com>
24179         * NEWS: Mention powerpc64le support and bugs fixed.
24180         * README: Both big-endian and little-endian powerpc64 supported.
24182 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24184         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24185         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24186         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24187         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24189 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24191         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24192         match prototype.
24194 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24196         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24197         Move -mhard-float appending from
24198         ports/sysdeps/powerpc/powerpc32/Makefile.
24199         [$(with-fp) = yes] (ASFLAGS): Likewise.
24200         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24201         * sysdeps/powerpc/nofpu: Move directory from
24202         ports/sysdeps/powerpc/nofpu.
24203         * sysdeps/powerpc/soft-fp: Move directory from
24204         ports/sysdeps/powerpc/soft-fp.
24205         * sysdeps/powerpc/powerpc32/405: Move directory from
24206         ports/sysdeps/powerpc/powerpc32/405.
24207         * sysdeps/powerpc/powerpc32/440: Move directory from
24208         ports/sysdeps/powerpc/powerpc32/440.
24209         * sysdeps/powerpc/powerpc32/464: Move directory from
24210         ports/sysdeps/powerpc/powerpc32/464.
24211         * sysdeps/powerpc/powerpc32/476: Move directory from
24212         ports/sysdeps/powerpc/powerpc32/476.
24213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24214         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24216         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24218         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24220         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24222         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24223         * README: Update for powerpc-*-linux-gnu software floating point
24224         support in libc.
24226         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24227         case to powerpc/powerpc32*.
24228         * sysdeps/unix/sysv/linux/configure: Regenerated.
24230         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24231         (_FPU_MASK_OM): Define as 0x04.
24232         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24233         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24234         0x00c10080.
24235         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24236         0x0000003c.
24237         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24240         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24241         getcontext_e500.
24242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24243         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24244         setcontext_e500.
24245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24246         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24247         and setcontext_e500.
24249 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24251         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24253 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24255         * manual/threads.texi (Default Thread Attributes): Fix typo.
24257 2013-10-04  Will Newton  <will.newton@linaro.org>
24259         * malloc/Makefile: Add tst-memalign.
24260         * malloc/tst-memalign.c: New file.
24262         * malloc/tst-posix_memalign.c: Add comments.
24263         (do_test): Add comments and call free on all potentially
24264         allocated pointers. Add space after cast.
24266         * malloc/tst-pvalloc.c: Add comments.
24267         (do_test): Add comments and call free on all potentially
24268         allocated pointers. Remove duplicate check for NULL pointer.
24269         Add space after cast.
24271         * malloc/tst-valloc.c: Add comments.
24272         (do_test): Add comments and call free on all potentially
24273         allocated pointers. Remove duplicate check for NULL pointer.
24274         Add space after cast.
24276 2013-10-04  Alan Modra  <amodra@gmail.com>
24278         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24279         Use stdint types in rather than __attribute__((mode())).
24280         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24282 2013-10-04  Alan Modra  <amodra@gmail.com>
24284         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24285         Correct handling of unaligned relocs for little-endian.
24286         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24288 2013-10-04  Alan Modra  <amodra@gmail.com>
24290         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24291         * configure: Regenerate.
24292         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24293         * shlib-versions: Likewise.
24295 2013-10-04  Alan Modra  <amodra@gmail.com>
24297         * string/tester.c (test_memrchr): Increment reported test cycle.
24299 2013-10-04  Alan Modra  <amodra@gmail.com>
24301         * string/test-memcpy.c (do_one_test): When reporting errors, print
24302         string address and don't overrun end of string.
24304 2013-10-04  Alan Modra  <amodra@gmail.com>
24306         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24307         insrdi.  Make better use of reg selection to speed exit slightly.
24308         Schedule entry path a little better.  Remove useless "are we done"
24309         checks on entry to main loop.  Handle wrapping around zero address.
24310         Correct main loop count.  Handle single left-over word from main
24311         loop inline rather than by using loop_small.  Remove extra word
24312         case in loop_small caused by wrong loop count.  Add little-endian
24313         support.
24314         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24315         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24316         cache hint.
24317         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24318         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24319         support.  Avoid rlwimi.
24320         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24322 2013-10-04  Alan Modra  <amodra@gmail.com>
24324         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24325         insrdi.  Formatting.
24326         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24327         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24328         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24329         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24330         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24331         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24333 2013-10-04  Alan Modra  <amodra@gmail.com>
24335         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24336         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24337         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24338         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24339         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24340         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24341         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24342         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24343         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24344         use of regs.  Use power7 mtocrf.  Tidy function tails.
24346 2013-10-04  Alan Modra  <amodra@gmail.com>
24348         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24349         Formatting.  Consistently use rXXX register defines or rN defines.
24350         Use early exit labels that avoid restoring unused non-volatile regs.
24351         Make cr field use more consistent with rWORDn compares.  Rename
24352         regs used as shift registers for unaligned loop, using rN defines
24353         for short lifetime/multiple use regs.
24354         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24355         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24356         addi 1,1,64 to pop stack frame.  Simplify return value code.
24357         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24359 2013-10-04  Alan Modra  <amodra@gmail.com>
24361         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24362         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24363         rather than rlwimi.
24364         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24365         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24366         little-endian support.  Correct typos.
24367         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24368         rather than rlwimi.
24369         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24370         in loop and entry code to keep "and." results.
24371         (strchr): Add little-endian support.  Comment.  Move cntlzd
24372         earlier in tail.
24373         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24375 2013-10-04  Alan Modra  <amodra@gmail.com>
24377         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24378         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24379         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24380         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24382 2013-10-04  Alan Modra  <amodra@gmail.com>
24384         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24385         (rTMP): Define as r11.
24386         (strcmp): Add little-endian support.  Optimise tail.
24387         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24388         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24389         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24390         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24391         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24392         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24393         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24395 2013-10-04  Alan Modra  <amodra@gmail.com>
24397         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24398         little-endian support.  Remove unnecessary "are we done" tests.
24399         Handle "s" wrapping around zero and extremely large "size".
24400         Correct main loop count.  Handle single left-over word from main
24401         loop inline rather than by using small_loop.  Correct comments.
24402         Delete "zero" tail, use "end_max" instead.
24403         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24405 2013-10-04  Alan Modra  <amodra@gmail.com>
24407         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24408         support.  Don't branch over align.
24409         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24410         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24411         support.  Rearrange tmp reg use to suit.  Comment.
24412         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24414 2013-10-04  Alan Modra  <amodra@gmail.com>
24416         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24418 2013-10-04  Alan Modra  <amodra@gmail.com>
24420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24421         conditional form of branch and link when obtaining pc.
24422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24424 2013-10-04  Alan Modra  <amodra@gmail.com>
24426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24427         HIWORD/LOWORD.
24428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24431 2013-10-04  Alan Modra  <amodra@gmail.com>
24433         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24434         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24435         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24436         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24437         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24438         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24439         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24440         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24441         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24442         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24444 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24445             Alistair Popple <alistair@ozlabs.au.ibm.com>
24446             Alan Modra <amodra@gmail.com>
24448         [BZ #15723]
24449         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24450         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24451         _dl_hwcap access for little-endian.
24452         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24453         destroy vmx regs when saving unaligned.
24454         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24455         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24456         destroy vmx regs when saving unaligned.
24458 2013-10-04  Alan Modra  <amodra@gmail.com>
24460         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24461         Don't use a union to pack hi/low value.
24463 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24465         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24466         for little-endian.
24467         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24468         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24469         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24470         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24471         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24473 2013-10-04  Alan Modra  <amodra@gmail.com>
24475         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24476         constants to usual value for .cst8 section, and remove redundant
24477         high address load.
24478         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24479         constant for 0x1p52.  Load little-endian words of double from
24480         correct stack offsets.
24482 2013-10-04  Alan Modra  <amodra@gmail.com>
24484         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24485         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24486         words of double from correct stack offsets.
24487         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24488         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24489         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24490         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24491         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24492         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24493         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24494         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24495         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24496         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24497         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24498         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24499         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24500         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24501         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24502         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24503         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24505 2013-10-04  Alan Modra  <amodra@gmail.com>
24507         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24508         64-bit int/double union.
24509         (_FPU_SETCW): Likewise.
24510         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24511         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24513 2013-10-04  Alan Modra  <amodra@gmail.com>
24515         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24516         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24518 2013-10-04  Alan Modra  <amodra@gmail.com>
24520         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24521         use vector int constants.
24522         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24524 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24526         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24527         array with long long.
24528         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24529         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24530         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24531         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24532         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24533         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24534         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24535         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24536         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24537         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24538         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24539         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24540         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24542 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24544         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24545         (__signbit): Likewise.  Correct for little-endian.
24546         (__signbitl): Call __signbit.
24547         (lrint): Correct for little-endian.
24548         (lrintf): Call lrint.
24550 2013-10-04  Alan Modra  <amodra@gmail.com>
24552         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24553         union 32-bit int array member with 64-bit int array.
24554         (t515, tm256): Double rather than long double.
24555         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24557 2013-10-04  Alan Modra  <amodra@gmail.com>
24559         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24560         Delete.
24561         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24562         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24563         version of math_ldbl.h.
24565 2013-10-04  Alan Modra  <amodra@gmail.com>
24567         [BZ #15734], [BZ #15735]
24568         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24569         all uses of ieee875 long double macros and unions.  Simplify test
24570         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24571         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24572         normalize after ldbl_extract_mantissa, and don't add hidden bit
24573         already handled.  Don't treat low word of ieee854 mantissa like
24574         low word of IBM long double and mask off bit when testing for
24575         zero.
24576         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24577         all uses of ieee875 long double macros and unions.  Simplify tests
24578         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24579         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24580         two1022, instead use their values.  Recognise that tests for large
24581         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24582         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24583         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24584         test for 0.0L and nan.  Correct negation.
24585         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24586         ieee875 long double macros and unions.  Correct output for large
24587         magnitude x.  Correct absolute value calculation.
24588         (__erfcl): Likewise.
24589         * math/libm-test.inc: Add tests for errors discovered in IBM long
24590         double versions of fmodl, remainderl, erfl and erfcl.
24592 2013-10-04  Alan Modra  <amodra@gmail.com>
24594         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24595         all uses of ieee854 long double macros and unions.  Simplify tests
24596         for long doubles that are fully specified by the high double.
24597         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24598         Likewise.
24599         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24600         Remove dead code too.
24601         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24602         (__ieee754_ynl): Likewise.
24603         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24604         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24605         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24606         Remove dead code too.
24607         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24608         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24609         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24610         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24611         Simplify.
24612         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24613         Simplify.
24614         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24615         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24616         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24617         Comment on variable precision.
24618         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24619         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24620         Likewise.
24621         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24622         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24623         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24624         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24625         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24627 2013-10-04  Alan Modra  <amodra@gmail.com>
24629         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24630         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24631         all uses of ieee854 long double macros and unions.
24632         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24633         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24634         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24635         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24636         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24637         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24638         Likewise.
24639         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24640         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24641         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24642         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24643         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24644         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24645         Simplify sign and nan test too.
24646         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24647         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24648         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24649         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24650         Likewise.
24651         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24652         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24653         Likewise.
24654         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24655         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24656         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24657         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24658         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24659         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24661 2013-10-04  Alan Modra  <amodra@gmail.com>
24663         * stdio-common/printf_size.c (__printf_size): Don't use
24664         union ieee854_long_double in fpnum union.
24665         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24666         signbit macro to retrieve sign from long double.
24667         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24668         retrieve sign from long double.
24669         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24670         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24671         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24672         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24673         * math/test-misc.c (main): Don't use union ieee854_long_double.
24675 2013-10-04  Alan Modra  <amodra@gmail.com>
24677         [BZ #15680]
24678         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24679         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24680         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24681         calculation.  Remove unnecessary test for denormal exponent.
24682         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24683         Correct handling of denormals.  Avoid undefined shift behaviour.
24684         Correct normalisation of low mantissa when low double is denormal.
24685         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24686         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24687         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24688         Correct normalisation of low mantissa.  Test for overflow of high
24689         mantissa and normalise.
24690         (ldbl_nearbyint): Use more readable constant for two52.
24691         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24692         (__mpn_construct_long_double): Fix test for overflow of high
24693         mantissa and correct normalisation.  Avoid undefined shift.
24695 2013-10-04  Alan Modra  <amodra@gmail.com>
24697         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24698         (union ibm_extended_long_double): Define as an array of ieee754_double.
24699         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24700         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24701         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24702         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24703         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24704         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24705         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24706         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24707         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24708         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24709         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24711 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24713         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24714         page size instead of calling getpagesize.
24716         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24717         (LOCFILE_ALIGN_MASK): Likewise.
24718         (LOCFILE_ALIGN_UP): Likewise.
24719         (LOCFILE_ALIGNED_P): Likewise.
24720         * locale/programs/ld-collate.c (collate_output): Use the new
24721         macros instead of __alignof__ (int32_t).
24722         * locale/weight.h (findidx): Likewise.
24724 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24726         [BZ #431]
24727         * manual/string.texi: Fix strncat and wcsncat.
24729 2013-10-03  Brooks Moses  <bmoses@google.com>
24731         [BZ #15915]
24732         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24733         * Makerules: ...here, and adjust associated comments.
24735 2013-10-02  Will Newton  <will.newton@linaro.org>
24737         * malloc/Makefile: Add tst-pvalloc.
24738         * malloc/tst-pvalloc.c: New file.
24740 2013-10-02  Will Newton  <will.newton@linaro.org>
24742         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24743         improve test coverage.
24745 2013-10-02  Will Newton  <will.newton@linaro.org>
24747         * malloc/Makefile: Add tst-posix_memalign.
24748         * malloc/tst-posix_memalign.c: New file.
24750 2013-10-01  Eric Blake  <eblake@redhat.com>
24752         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24753         Use __THROWNL rather than __THROW on static functions.
24755 2013-09-30  Petr Machata  <pmachata@redhat.com>
24757         * elf/elf.h (R_AARCH64_ABS16): New macro.
24758         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24759         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24760         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24761         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24762         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24763         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24764         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24765         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24766         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24767         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24768         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24769         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24770         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24771         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24772         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24773         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24774         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24775         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24776         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24777         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24778         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24779         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24780         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24781         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24782         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24783         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24784         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24785         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24786         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24787         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24788         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24789         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24790         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24791         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24792         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24793         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24794         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24795         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24796         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24797         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24798         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24799         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24800         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24801         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24802         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24803         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24804         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24805         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24806         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24807         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24808         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24809         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24810         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24811         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24812         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24813         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24814         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24815         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24816         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24817         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24818         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24819         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24820         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24821         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24822         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24823         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24824         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24825         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24826         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24827         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24828         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24829         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24830         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24831         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24832         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24833         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24834         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24835         (R_AARCH64_TLSDESC_LDR): Likewise.
24836         (R_AARCH64_TLSDESC_ADD): Likewise.
24837         (R_AARCH64_TLSDESC_CALL): Likewise.
24839 2013-09-30  Andreas Schwab  <schwab@suse.de>
24841         [BZ #15048]
24842         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24843         the nss database lookup.
24844         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24845         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24847 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24849         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24851 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24853         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24854         ${Bash-specific parameter/pattern/string} parameter expansion.
24855         * sysdeps/unix/make-syscalls.sh: Likewise.
24857 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24859         * sysdeps/sh/stackguard-macros.h: New file.
24861 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24863         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24864         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24865         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24866         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24867         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24868         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24870 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24872         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24873         Fix thread ID register.
24875 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24877         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24878         [POSIX || UNIX98]: Require rather than permitting all symbols from
24879         <time.h>.
24880         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24881         element of struct sched_param.
24882         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24883         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24884         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24885         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24886         constant.
24888 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24890         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24891         argument calculation.
24893 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24895         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24896         Expect macro.
24897         [POSIX] (pthread_attr_t): Do not require type.
24898         [POSIX] (pthread_cond_t): Likewise.
24899         [POSIX] (pthread_condattr_t): Likewise.
24900         [POSIX] (pthread_key_t): Likewise.
24901         [POSIX] (pthread_mutex_t): Likewise.
24902         [POSIX] (pthread_mutexattr_t): Likewise.
24903         [POSIX] (pthread_once_t): Likewise.
24904         [POSIX] (pthread_t): Likewise.
24905         [POSIX-based standards] (pthread_atfork): Expect function.
24907 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24908             Richard Sandiford  <richard@codesourcery.com>
24910         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24911         (swap_endianness_p): New extern variable.
24912         (set_big_endian): New inline function.
24913         (maybe_swap_uint32): Likewise.
24914         (maybe_swap_uint32_array): Likewise.
24915         (maybe_swap_uint32_obstack): Likewise.
24916         * locale/programs/locfile.c: Include <stdbool.h>.
24917         (swap_endianness_p): New variable.
24918         (add_locale_uint32): Call maybe_swap_uint32.
24919         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24920         (write_locale_data): Call maybe_swap_uint32_array.
24921         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24922         maybe_swap_uint32.
24923         (obstack_int32_grow_fast): Likewise.
24924         (output_weightwc): Call maybe_swap_uint32_obstack.
24925         (collate_output): Likewise.
24926         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24927         (OPT_LITTLE_ENDIAN): Likewise.
24928         (options): Add --little-endian and --big-endian options.
24929         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24930         * locale/programs/locarchive.c: Include "locfile.h".
24931         (GET): New macro.
24932         (SET): Likewise.
24933         (INC): Likewise.
24934         (create_archive): Use the new macros to access fields of
24935         structures directly mapped from or written to locale archives.
24936         (oldlocrecentcmp): Likewise.
24937         (enlarge_archive): Likewise.
24938         (insert_name): Likewise.
24939         (add_alias): Likewise.
24940         (add_locale): Likewise.
24941         (delete_locales_from_archive): Likewise.
24942         (show_archive_content): Likewise.
24943         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24944         locale data.
24946 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24948         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24949         http://www.gnu.org/doc/freemanuals.texi.
24950         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24952 2013-09-24  Will Newton  <will.newton@linaro.org>
24954         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24955         macro.
24957 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24959         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24960         unsigned char.
24962 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24964         * manual/threads.texi (POSIX Threads): Fix a typo.
24966 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24968         [BZ #14547]
24969         * string/tst-strcoll-overflow.c: New test case.
24970         * string/Makefile (xtests): Add tst-strcoll-overflow.
24971         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24972         cache if string sizes may cause integer overflow.
24974         [BZ #14547]
24975         * string/strcoll_l.c (coll_seq): New members rule, idx,
24976         save_idx and back_us.
24977         (get_next_seq_nocache): New function.
24978         (do_compare_nocache): New function.
24979         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24980         when malloc fails.
24982 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24984         [BZ #15754]
24985         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24986         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24987         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24989         [BZ #15754]
24990         * elf/Makefile (tests): Add tst-ptrguard1.
24991         (tests-static): Add tst-ptrguard1-static.
24992         (tst-ptrguard1-ARGS): Define.
24993         (tst-ptrguard1-static-ARGS): Define.
24994         * elf/tst-ptrguard1.c: New file.
24995         * elf/tst-ptrguard1-static.c: New file.
24996         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24997         * sysdeps/i386/stackguard-macros.h: Likewise.
24998         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24999         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25000         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25001         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25002         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25003         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25005 2013-09-23  Hector Marco  <hecmargi@upv.es>
25006             Ismael Ripoll  <iripoll@disca.upv.es>
25007             Carlos O'Donell  <carlos@redhat.com>
25009         [BZ #15754]
25010         * sysdeps/generic/stackguard-macros.h: Define
25011         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25012         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25013         Define __pointer_chk_guard_local.
25014         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25015         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25017 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25019         [BZ #15859]
25020         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25022 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25024         * include/string.h (__ffs): Declare as hidden.
25025         * string/ffs.c (__ffs): Define as hidden.
25026         * sysdeps/i386/ffs.c (__ffs): Likewise.
25027         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25028         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25029         * sysdeps/s390/ffs.c (__ffs): Likewise.
25030         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25032 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25034         * NEWS: Mention malloc probes.
25036         * malloc/arena.c (new_heap): New memory_heap_new probe.
25037         (grow_heap): New memory_heap_more probe.
25038         (shrink_heap): New memory_heap_less probe.
25039         (heap_trim): New memory_heap_free probe.
25040         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25041         (systrim): New memory_sbrk_less probe.
25042         * manual/probes.texi: Document them.
25044         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25045         * manual/probes.texi: Document it.
25047         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25048         (__libc_realloc): Add memory_realloc_retry probe.
25049         (__libc_memalign): Add memory_memalign_retry probe.
25050         (__libc_valloc): Add memory_valloc_retry probe.
25051         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25052         (__libc_calloc): Add memory_calloc_retry probe.
25053         * manual/probes.texi: Document them.
25055         * malloc/arena.c (get_free_list): Add probe
25056         memory_arena_reuse_free_list.
25057         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25058         and memory_arena_reuse.
25059         (arena_get2) [!PER_THREAD]: Likewise.
25060         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25061         memory_arena_reuse_realloc.
25062         * manual/probes.texi: Document them.
25064         * malloc/malloc.c (__libc_free): Add
25065         memory_mallopt_free_dyn_thresholds probe.
25066         (__libc_mallopt): Add multiple memory_mallopt probes.
25067         * manual/probes.texi: Document them.
25069         * malloc/malloc.c: Include stap-probe.h.
25070         (__libc_mallopt): Add memory_mallopt probe.
25071         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25072         * manual/probes.texi: New.
25073         * manual/Makefile (chapters): Add probes.
25074         * manual/threads.texi: Set next node.
25076 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25078         [BZ #15963, #13985]
25079         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25080         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25081         Add `Chinese' to `nan' entry name.
25083 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25085         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25086         (POLYNOMIAL): Likewise.
25087         (TAYLOR_SINCOS): Likewise.
25088         (TAYLOR_SLOW): Likewise.
25089         (__sin): Use TAYLOR_SINCOS.
25090         (__cos): Likewise.
25091         (slow): Use TAYLOR_SLOW.
25092         (sloww): Likewise.
25093         (bsloww): Likewise.
25094         (csloww): Likewise.
25096 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25098         * stdlib/strtod_l.c: Fix buffer overrun.
25100 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25102         * benchtests/Makefile (bench): Add sincos.
25103         * benchtests/bench-sincos.c: New file.
25105         * math/libm-test.inc (cos_test_data): New test inputs.
25106         (sin_test_data): Likewise.
25108         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25109         macro.
25110         (__sin): Use it.
25111         (__cos): Likewise.
25112         (slow1): Likewise.
25113         (slow2): Likewise.
25114         (sloww1): Likewise.
25115         (sloww2): Likewise.
25116         (bsloww1): Likewise.
25117         (bsloww2): Likewise.
25118         (cslow2): Likewise.
25119         (csloww1): Likewise.
25120         (csloww2): Likewise.
25122         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25123         function.
25124         (__sin): Use it.
25125         (__cos): Likewise.
25127         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25128         gotos.
25129         (__cos): Likewise.
25131 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25133         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25134         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25135         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25136         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25137         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25138         * elf/cache.c (print_entry): Handle the new cache flags.
25140 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25141             Aldy Hernandez  <aldyh@redhat.com>
25143         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25144         Change condition to [_SOFT_FLOAT].
25145         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25147         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25148         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25149         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25150         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25151         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25152         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25153         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25154         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25155         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25156         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25157         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25158         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25159         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25160         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25161         declaration.
25163 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25165         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25166         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25167         (__longjmp): Use LOAD_GP to load saved GPRs.
25168         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25169         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25170         (__sigsetjmp): Use SAVE_GP to save GPRs.
25172         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25173         Do not append -msoft-float.
25174         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25176 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25178         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25180 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25182         [BZ #15966]
25183         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25184         (_FPU_GETCW): Use initial "__" on variable and field names but not
25185         on macro parameter name.
25186         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25187         parentheses around reference to macro parameter.
25189 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25191         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25192         prototype.
25193         (ctype_startup): Use uint32_t in cast and sizeof for
25194         ctype->charnames.
25196 2013-09-11  Jia Liu  <proljc@gmail.com>
25198         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25199         __daddr_t_defined.
25200         [__FreeBSD__]: Likewise.
25202 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25204         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25205         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25206         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25207         (strchr): Remove __strchr_sse42 ifunc selection.
25208         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25209         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25211 2013-09-11  Will Newton  <will.newton@linaro.org>
25213         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25214         parameter to RES. Remove hardcoded 1000 value.
25215         * benchtests/bench-skeleton.c (main): Pass RES parameter
25216         to TIMING_INIT and multiply result by 1000.
25218 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25220         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25222 2013-09-11  Andreas Schwab  <schwab@suse.de>
25224         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25225         if not defined.
25226         (O_TMPFILE) [__USE_GNU]: Define.
25227         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25228         Define.
25230 2013-09-11  Will Newton  <will.newton@linaro.org>
25232         [BZ #15857]
25233         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25234         does not overflow.
25236 2013-09-11  Will Newton  <will.newton@linaro.org>
25238         [BZ #15856]
25239         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25240         does not overflow.
25242 2013-09-11  Will Newton  <will.newton@linaro.org>
25244         [BZ #15855]
25245         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25246         does not overflow.
25248 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25250         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25251         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25252         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25253         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25254         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25256 2013-09-10  Allan McRae  <allan@archlinux.org>
25258         [BZ #15748]
25259         * manual/arith.texi (Parsing of Floats): Clarify
25260         cross-reference.
25262         [BZ #15849]
25263         * manual/install.texi (Running make install): Mention
25264         --enable-pt-chown.
25265         * INSTALL: Regenerated.
25267 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25269         * csu/init-first.c (_init): Remove the !SHARED condition around
25270         FPU control word initialization.
25271         * elf/dl-support.c (_dl_fpu_control): New variable.
25272         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25273         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25274         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25275         * math/test-fpucw-static.c: New file.
25276         * math/test-fpucw-ieee.c: New file.
25277         * math/test-fpucw-ieee-static.c: New file.
25278         * math/Makefile (tests): Add `test-fpucw-ieee' and
25279         `$(tests-static)'.
25280         (tests-static): New variable.
25281         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25282         dependency to...
25283         [($(build-shared),yes)]
25284         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25285         ... this.
25286         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25287         New dependency.
25289 2013-09-09  Allan McRae  <allan@archlinux.org>
25291         [BZ #15939]
25292         * manual/string.texi (Collation Functions): Fix typo in
25293         strcoll example.
25294         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25296         [BZ #15893]
25297         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25299         [BZ #15892]
25300         * libio/memstream.c (open_memstream): Fix memory leak.
25301         * libio/wmemstream.c (open_wmemstream): Likewise.
25303         [BZ #15895]
25304         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25306 2013-09-09  Will Newton  <will.newton@linaro.org>
25308         * malloc/Makefile: Add tst-realloc to tests.
25309         * malloc/tst-realloc.c: New file.
25311 2013-09-09  Allan McRae  <allan@archlinux.org>
25313         [BZ #15844]
25314         * COPYING: Update from GNU website to fix FSF address.
25315         * COPYING.LIB: Likewise.
25317 2013-09-06  David S. Miller  <davem@davemloft.net>
25319         * po/zh_TW.po: Update Chinese (traditional) translation from
25320         translation project.
25322 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25323             Joseph Myers  <joseph@codesourcery.com>
25325         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25326         "localeinfo.h".
25327         (obstack_chunk_alloc): New macro.
25328         (obstack_chunk_free): Likewise.
25329         (record_offset): New function.
25330         (init_locale_data): Likewise.
25331         (align_locale_data): Likewise.
25332         (add_locale_empty): Likewise.
25333         (add_locale_raw_data): Likewise.
25334         (add_locale_raw_obstack): Likewise.
25335         (add_locale_string): Likewise.
25336         (add_locale_wstring): Likewise.
25337         (add_locale_uint32): Likewise.
25338         (add_locale_uint32_array): Likewise.
25339         (add_locale_char): Likewise.
25340         (start_locale_structure): Likewise.
25341         (end_locale_structure): Likewise.
25342         (start_locale_prelude): Likewise.
25343         (end_locale_prelude): Likewise.
25344         (write_locale_data): Take locale_file structure rather than an
25345         iovec.
25346         * locale/programs/locfile.h: Include "obstack.h".
25347         (struct locale_file): Change to store locale file contents instead
25348         of header.
25349         (init_locale_data): New prototype.
25350         (align_locale_data): Likewise.
25351         (add_locale_empty): Likewise.
25352         (add_locale_raw_data): Likewise.
25353         (add_locale_raw_obstack): Likewise.
25354         (add_locale_string): Likewise.
25355         (add_locale_wstring): Likewise.
25356         (add_locale_uint32): Likewise.
25357         (add_locale_uint32_array): Likewise.
25358         (add_locale_char): Likewise.
25359         (start_locale_structure): Likewise.
25360         (end_locale_structure): Likewise.
25361         (start_locale_prelude): Likewise.
25362         (end_locale_prelude): Likewise.
25363         (write_locale_data): Update prototype.
25364         * locale/programs/3level.h (struct TABLE): Remove result field.
25365         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25366         Use new locale_file interface.
25367         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25368         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25369         * locale/programs/ld-address.c (address_output): Use new
25370         locale_file interface.
25371         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25372         NO_ADD_LOCALE.
25373         (collate_finish): Don't call collseq_table_finalize.
25374         (collate_output): Use new locale_file interface.
25375         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25376         in file.
25377         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25378         (TABLE): Move defines earlier in file.
25379         (ELEMENT): Likewise.
25380         (DEFAULT): Likewise.
25381         (wctrans_table_add): Move macro and inline function earlier in
25382         file.
25383         (struct wctype_table): Move type earlier in file.
25384         (add_locale_wctype_table): New static prototype.
25385         (struct locale_ctype_t): Use logical types instead of struct iovec
25386         pointers for members.
25387         (ctype_output): Use new locale_file interface.
25388         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25389         new locale_file interface.
25390         (allocate_arrays): Update for use of new locale_file interface.
25391         * locale/programs/ld-identification.c (identification_output): Use
25392         new locale_file interface.
25393         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25394         * locale/programs/ld-messages.c (messages_output): Likewise.
25395         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25396         * locale/programs/ld-name.c (name_output): Likewise.
25397         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25398         * locale/programs/ld-paper.c (paper_output): Likewise.
25399         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25400         * locale/programs/ld-time.c (time_output): Likewise.
25402 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25404         * benchtests/Makefile: Add memrchr benchmark.
25405         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25406         benchmark as memrchr.
25407         * benchtests/bench-memrchr-ifunc.c: New file.
25408         * benchtests/bench-memrchr.c: New file.
25410 2013-09-06   Will Newton  <will.newton@linaro.org>
25412         * benchtests/Makefile (string-bench): Add memcpy.
25414 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25415             Cong Wang  <amwang@redhat.com>
25417         [BZ #15850]
25418         * sysdeps/unix/sysv/linux/bits/in.h
25419         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25420         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25421         before __USE_KERNEL_IPV6_DEFS uses.
25422         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25423         IPPROTO_BEETPH.
25424         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25425         sockaddr_in6, or ipv6_mreq.
25427 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25429         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25430         memory access for final bytes in some large inputs.
25431         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25433 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25435         * string/test-memrchr.c: New file.
25436         * string/test-memrchr-ifunc.c: New file.
25437         * string/Makefile: Add new memrchr testcase.
25439 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25441         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25442         fanotify_init returns EPERM.
25444 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25446         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25447         errors.
25448         (top level): Treat second token from macro or constant entries for
25449         allowed headers as allowed.
25450         * include/complex.h: Condition internal declarations on
25451         [!_ISOMAC].
25452         * include/fenv.h: Condition include of <stdbool.h> and internal
25453         declarations on [!_ISOMAC].
25455 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25457         [BZ #15923]
25458         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25460 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25462         * configure.in (--enable-versioning): Remove configure option.
25463         (libc_cv_asm_symver_directive): Remove configure test.
25464         (libc_cv_ld_version_script_option): Likewise.
25465         (VERSIONING): Remove variable and AC_SUBST.
25466         (DO_VERSIONING): Remove AC_DEFINE.
25467         * configure: Regenerated.
25468         * config.h.in (DO_VERSIONING): Remove macro.
25469         * Makerules [$(versioning) = yes]: Change conditionals to
25470         [$(build-shared) = yes].
25471         * config.make.in (versioning): Remove variable.
25472         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25473         [$(build-shared) = yes].
25474         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25475         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25476         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25477         [$(build-shared) = yes].
25478         * extra-lib.mk [$(versioning) = yes]: Likewise.
25479         * hurd/Makefile [$(versioning) = yes]: Likewise.
25480         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25481         [SHARED].
25482         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25483         [SHARED].
25484         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25485         [SHARED && !NO_HIDDEN].
25486         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25487         [SHARED].
25488         [SHARED && DO_VERSIONING]: Likewise..
25489         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25490         [$(build-shared) = yes].
25491         * manual/install.texi (--disable-versioning): Remove
25492         documentation.
25493         * INSTALL: Regenerated.
25494         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25495         to [SHARED].
25496         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25497         [$(build-shared) = yes].
25498         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25499         * sysdeps/i386/i686/multiarch/strstr-c.c
25500         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25501         [SHARED && !NO_HIDDEN].
25502         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25503         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25504         * sysdeps/powerpc/powerpc32/dl-machine.c
25505         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25506         * sysdeps/powerpc/powerpc32/sysdep.h
25507         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25508         to [SHARED && PIC && !NO_HIDDEN].
25509         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25510         conditional to [SHARED].
25512 2013-09-04   Will Newton  <will.newton@linaro.org>
25514         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25515         * benchtests/bench-string.h: Include bench-timing.h instead
25516         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25517         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25518         call to HP_TIMING_DIFF_INIT.
25519         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25520         instead of hp-timing.h macros.
25521         * benchtests/bench-memchr.c: Likewise.
25522         * benchtests/bench-memcmp.c: Likewise.
25523         * benchtests/bench-memcpy.c: Likewise.
25524         * benchtests/bench-memmem.c: Likewise.
25525         * benchtests/bench-memmove.c: Likewise.
25526         * benchtests/bench-memset.c: Likewise.
25527         * benchtests/bench-rawmemchr.c: Likewise.
25528         * benchtests/bench-strcasecmp.c: Likewise.
25529         * benchtests/bench-strcasestr.c: Likewise.
25530         * benchtests/bench-strcat.c: Likewise.
25531         * benchtests/bench-strchr.c: Likewise.
25532         * benchtests/bench-strcmp.c: Likewise.
25533         * benchtests/bench-strcpy.c: Likewise.
25534         * benchtests/bench-strcpy_chk.c: Likewise.
25535         * benchtests/bench-strlen.c: Likewise.
25536         * benchtests/bench-strncasecmp.c: Likewise.
25537         * benchtests/bench-strncat.c: Likewise.
25538         * benchtests/bench-strncmp.c: Likewise.
25539         * benchtests/bench-strncpy.c: Likewise.
25540         * benchtests/bench-strnlen.c: Likewise.
25541         * benchtests/bench-strpbrk.c: Likewise.
25542         * benchtests/bench-strrchr.c: Likewise.
25543         * benchtests/bench-strspn.c: Likewise.
25544         * benchtests/bench-strstr.c: Likewise.
25546 2013-09-04  Will Newton  <will.newton@linaro.org>
25548         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25550 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25552         [BZ #15427]
25553         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25554         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25555         * math/libm-test.inc (lgamma_test_data): Add more tests.
25556         * sysdeps/i386/fpu/libm-test-ulps: Update.
25557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25559 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25561         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25562         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25563         Add ifunc.
25564         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25565         Add strcmp-sse2-unaligned
25566         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25568 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25570         * Versions.def (libc): Add GLIBC_2.19.
25572 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25574         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25575         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25577 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25579         [BZ #14155]
25580         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25581         intermediate calculations in recurrence.
25582         (__ieee754_ynf): Likewise.
25583         * math/libm-test.inc (jn_test_data): Do not allow spurious
25584         underflow exception.  Add more tests.
25585         (yn_test_data): Add more tests.
25586         * sysdeps/i386/fpu/libm-test-ulps: Update.
25587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25589 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25591         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25593 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25595         * csu/init-first.c: Fix then/than typos.
25596         * locale/programs/ld-collate.c: Likewise.
25597         * locale/programs/linereader.h: Likewise.
25598         * manual/charset.texi: Likewise.
25599         * manual/filesys.texi: Likewise.
25600         * manual/stdio.texi: Likewise.
25601         * manual/string.texi: Likewise.
25602         * stdlib/fmtmsg.c: Likewise.
25603         * sysdeps/i386/stpncpy.S: Likewise.
25604         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25605         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25606         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25607         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25609 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25611         * elf/dl-open.c: Fix typos.
25612         * iconvdata/gbbig5.c: Likewise.
25613         * iconvdata/iso-2022-jp.c: Likewise.
25614         * iconv/gconv_int.h: Likewise.
25615         * iconv/loop.c: Likewise.
25616         * nis/rpcsvc/nis.h: Likewise.
25617         * resolv/ns_name.c: Likewise.
25618         * stdio-common/vfscanf.c: Likewise.
25619         * streams/stropts.h: Likewise.
25620         * sunrpc/rpc_thread.c: Likewise.
25621         * sysdeps/i386/strpbrk.S: Likewise.
25622         * sysdeps/ieee754/k_standard.c: Likewise.
25623         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25624         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25625         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25626         * sysdeps/mach/hurd/profil.c: Likewise.
25627         * sysdeps/s390/dl-procinfo.h: Likewise.
25628         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25629         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25630         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25631         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25632         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25634 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25636         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25637         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25639 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25641         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25642         aix specific files.
25643         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25644         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25645         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25646         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25647         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25648         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25649         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25650         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25652 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25653             Roland McGrath  <roland@hack.frob.com>
25655         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25656         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25658 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25660         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25661         __executable_start symbol instead of _start.
25663 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25665         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25666         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25667         Move macros to...
25668         * sysdeps/gnu/ldsodefs.h: ... this new file.
25670         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25671         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25672         instead of ELFOSABI_LINUX.
25674         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25675         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25676         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25677         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25678         Likewise.
25679         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25680         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25681         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25682         Likewise.
25683         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25684         (ibm_extended_long_double): Add ieee_nan member.
25685         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25686         (do_test): New function.
25688         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25689         TEST_TRUNC.
25690         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25691         functions, renamed from truncdfsf_test, trunctfsf_test,
25692         trunctfdf_test.
25693         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25694         functions.
25695         (do_test): Run all these.
25697 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25699         * argp/argp-help.c: Fix typos.
25700         * argp/argp-parse.c: Likewise.
25701         * debug/backtracesyms.c: Likewise.
25702         * elf/elf.h: Likewise.
25703         * malloc/malloc.c: Likewise.
25704         * nis/nis_print.c: Likewise.
25705         * resolv/res_comp.c: Likewise.
25706         * stdlib/stdlib.h: Likewise.
25707         * sunrpc/clnt_tcp.c: Likewise.
25708         * sunrpc/clnt_udp.c: Likewise.
25709         * sunrpc/clnt_unix.c: Likewise.
25710         * sysdeps/unix/bsd/ptsname.c: Likewise.
25711         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25712         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25714         Likewise.
25715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25716         Likewise.
25717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25718         Likewise.
25719         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25721 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25723         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25724         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25726 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25728         [BZ #15897]
25729         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25730         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25731         ($(objpfx)bug-dl-leaf): New rule.
25732         ($(objpfx)bug-dl-leaf.so): Likewise.
25733         ($(objpfx)bug-dl-leaf.out): Likewise.
25734         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25735         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25736         * dlfcn/bug-dl-leaf.c: New test.
25737         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25738         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25739         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25740         (dlclose): Likewise.
25741         (dlmopen): Likewise.
25743 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25745         * include/netdb.h [!_ISOMAC]:
25746         Don't include <tls.h>.
25747         (h_errno, __libc_h_errno): Move declaration and macros out of
25748         [_LIBC_REENTRANT].
25750         * include/resolv.h [_RESOLV_H_]:
25751         Don't include <tls.h>.
25752         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25753         * resolv/res_libc.c: Don't include <tls.h>.
25754         (_res): Use __attribute__ ((nocommon)) in place of
25755         __attribute__ ((section (".bss"))).
25757         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25758         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25760         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25762         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25763         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25765         * resolv/res_mkquery.c: Include <sys/time.h>.
25767         * inet/ifreq.c: Moved to ...
25768         * sysdeps/unix/ifreq.c: ... here.
25769         * inet/ifreq.c: New file, true stub version.
25771         * socket/sa_len.c: New file.
25772         * socket/Makefile (aux): Add it.
25773         * sysdeps/unix/sysv/linux/Makefile
25774         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25775         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25776         and #include <socket/sa_len.c>.
25777         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25778         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25780         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25781         * bits/socket.h: ... here.
25783         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25784         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25785         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25787 2013-08-27  Andreas Schwab  <schwab@suse.de>
25789         [BZ #15736]
25790         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25791         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25792         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25793         * string/test-strcasecmp.c (test_main): Run tests in several
25794         locales.
25795         * string/test-strncasecmp.c (test_main): Likewise.
25797         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25798         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25799         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25800         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25801         (__strncasecmp_ssse3) [PIC]: Likewise.
25803 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25805         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25807         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25808         instead of explicitly declaring xdecrypt.
25809         * nis/nss_nis/nis-publickey.c: Likewise.
25811 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25813         [BZ #15890]
25814         * nscd/aicache.c: Include res_hconf.h.
25815         (addhstaiX): Initialize res_hconf.
25817 2013-08-26  Andreas Schwab  <schwab@suse.de>
25819         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25820         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25822 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25824         * nscd/aicache.c (addhstaiX): Fix indentation.
25826 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25828         * configure.ac: Quote $build_pt_chown test.
25829         * configure: Regenerated.
25831 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25833         [BZ #15532]
25834         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25835         * math/s_cexpf.c (__cexpf): Likewise.
25836         * math/s_cexpl.c (__cexpl): Likewise.
25837         * math/libm-test.inc (cexp_test_data): Correct expected return
25838         value for NaN + i0.  Add another test.
25840 2013-08-22  David S. Miller  <davem@davemloft.net>
25842         * po/ca.po: Update Catalan translation from translation project.
25843         * po/uk.po: Add Ukrainian translations from translation project.
25845 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25847         [BZ #15797]
25848         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25849         is infinite, not alongside NaN test.
25850         * math/s_fdimf.c (__fdimf): Likewise.
25851         * math/s_fdiml.c (__fdiml): Likewise.
25852         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25853         errno is unchanged.
25855 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25857         * argp/argp-help.c: Fix typos.
25858         * crypt/speeds.c: Likewise.
25859         * csu/check_fds.c: Likewise.
25860         * elf/dl-load.c: Likewise.
25861         * elf/dl-open.c: Likewise.
25862         * elf/reldep3.c: Likewise.
25863         * elf/reldep.c: Likewise.
25864         * elf/sprof.c: Likewise.
25865         * iconv/iconv_charmap.c: Likewise.
25866         * iconv/skeleton.c: Likewise.
25867         * iconv/strtab.c: Likewise.
25868         * io/lockf64.c: Likewise.
25869         * libio/libioP.h: Likewise.
25870         * resolv/gai_notify.c: Likewise.
25871         * resolv/ns_name.c: Likewise.
25872         * resolv/ns_samedomain.c: Likewise.
25873         * resolv/res_send.c: Likewise.
25874         * stdlib/random.c: Likewise.
25875         * sunrpc/rpc/xdr.h: Likewise.
25876         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25877         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25878         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25879         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25880         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25881         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25882         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25883         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25884         * sysdeps/mach/hurd/check_fds.c: Likewise.
25885         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25886         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25887         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25888         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25889         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25890         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25891         * sysdeps/pthread/aio_notify.c: Likewise.
25892         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25893         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25894         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25895         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25896         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25898 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25900         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25901         version if bit_Slow_SSE4_2 is set.
25902         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25903         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25905 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25907         [BZ #15867]
25908         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25909         trampoline stack frame information.
25910         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25911         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25912         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25913         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25914         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25915         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25916         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25917         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25918         sa_flags value.
25919         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25920         interrupting a syscall and set with option SA_SIGINFO.
25922 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25924         [BZ #15531]
25925         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25926         argument is infinite.
25927         * math/s_cprojf.c (__cprojf): Likewise.
25928         * math/s_cprojl.c (__cprojl): Likewise.
25929         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25930         * math/libm-test.inc (cproj_test_data): Add more tests.
25932         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25934         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25935         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25936         size.  Use __ffs to determine corresponding shift.
25938 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25939             Roland McGrath  <roland@hack.frob.com>
25941         * Makefile (INSTALL): Remove trailing blank lines from output of
25942         makeinfo.
25944 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25946         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25947         Align 32 bit compat elf_greg to 8 bytes.
25949 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25951         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25953 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25955         * string/strcoll_l.c (coll_seq): New structure.
25956         (get_next_seq_cached): New function.
25957         (get_next_seq): New function.
25958         (do_compare): New function.
25959         (STRCOLL): Use GNU style definition.  Simplify implementation
25960         by using get_next_seq, get_next_seq_cached and do_compare.
25962 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25964         [BZ #14699]
25965         CVE-2013-4237
25966         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25967         member.
25968         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25969         member.
25970         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25971         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25972         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25973         conditional.
25974         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25975         GETDENTS_64BIT_ALIGNED.
25976         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25977         * manual/filesys.texi (Reading/Closing Directory): Document
25978         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25979         strongly.
25980         * manual/conf.texi (Limits for Files): Add portability note to
25981         NAME_MAX, PATH_MAX.
25982         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25984 2013-08-13  Andreas Schwab  <schwab@suse.de>
25986         [BZ #15749]
25987         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25988         of fabs.
25989         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25990         LDBL_MAX_EXP >= 16384]: Add tests for it.
25992 2013-08-12  David S. Miller  <davem@davemloft.net>
25994         * version.h (RELEASE): Set to "development".
25995         (VERSION): Set to "2.18.90".
25996         * NEWS: Add 2.19 section.
25998 2013-08-03  David S. Miller  <davem@davemloft.net>
26000         * po/ko.po: Update Korean translation from translation project.
26002 2013-08-01  David S. Miller  <davem@davemloft.net>
26004         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26005         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26006         Bilka.
26008 2013-07-30  David S. Miller  <davem@davemloft.net>
26010         * po/fr.po: Update French translation from translation project.
26012 2013-07-28  David S. Miller  <davem@davemloft.net>
26014         * po/cs.po: Update Czech translation from translation project.
26016         * po/sv.po: Update Swedish translation from translation project.
26018 2013-07-27  David S. Miller  <davem@davemloft.net>
26020         * po/eo.po: Update Esperanto translation from translation project.
26022         * po/vi.po: Update Vietnamese translation from translation project.
26024         * po/de.po: Update German translation from translation project.
26026 2013-07-26  David S. Miller  <davem@davemloft.net>
26028         * po/bg.po: Update Bulgarian translation from translation project.
26030         * po/nl.po: Update Dutch translation from translation project.
26031         * po/pl.po: Update Polish translation from translation project.
26032         * po/ru.po: Update Russian translation from translation project.
26034 2013-07-24  David S. Miller  <davem@davemloft.net>
26036         * po/libc.pot: Update.
26038 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26040         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26041         variable page size.
26042         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26043         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26044         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26046 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26048         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26050 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26051             Andreas Schwab  <schwab@suse.de>
26052             Roland McGrath  <roland@hack.frob.com>
26053             Joseph Myers  <joseph@codesourcery.com>
26054             Carlos O'Donell  <carlos@redhat.com>
26056         [BZ #15755]
26057         * config.h.in: Define HAVE_PT_CHOWN.
26058         * config.make.in (build-pt-chown): New variable.
26059         * configure.in (--enable-pt_chown): New configure option.
26060         * configure: Regenerate.
26061         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26062         build-pt-chown is enabled.
26063         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26064         pt_chown to fix pty ownership.
26065         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26066         CLOSE_ALL_FDS.
26067         * manual/install.texi (Configuring and compiling): Mention
26068         --enable-pt_chown. Add @findex for grantpt.
26069         * INSTALL: Regenerate.
26071 2013-07-20  David S. Miller  <davem@davemloft.net>
26073         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26074         difference between 32-bit and 64-bit.
26076 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26078         [BZ #15711]
26079         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26080         Avoid system header dependency with -ffreestanding.
26081         ($(objpfx)bits/syscall%d): Likewise.
26083 2013-07-13  David S. Miller  <davem@davemloft.net>
26085         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26086         underflows from atanl/atan2l due to bug 15319.
26087         (casinh_test_data): Likewise.
26089 2013-07-07  David S. Miller  <davem@davemloft.net>
26091         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26093 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26095         * sysdeps/i386/fpu/libm-test-ulps: Update.
26096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26098 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26100         * configure.in (--enable-lock-elision): Fix message text.
26101         * INSTALL: Regenerate.
26102         * configure: Regenerate.
26104 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26106         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26108 2013-07-03  Andreas Jaeger  <aj@suse.de>
26110         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26111         define.
26112         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26113         (ptrace_peeksiginfo_args): Add.
26114         (__ptrace_peeksiginfo_flags): Add.
26115         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26116         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26117         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26119 2013-07-03  Allan McRae  <allan@archlinux.org>
26121         * sysdeps/i386/fpu/libm-test-ulps: Update.
26123 2013-07-02  David S. Miller  <davem@davemloft.net>
26125         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26127 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26129         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26131 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26133         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26136 2013-07-02  Andi Kleen <ak@linux.intel.com>
26138         * config.h.in (ENABLE_LOCK_ELISION): Add.
26139         * configure.in (--enable-lock-elision): Add option.
26140         * manual/install.texi: Document --enable lock elision.
26141         * configure: Regenerate
26142         * INSTALL: Regenerate.
26144 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26146         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26147         SSE4.2 strcasecmp for libc.a.
26148         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26150 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26152         [BZ #13304]
26153         * soft-fp/op-common.h (_FP_FMA): New macro.
26154         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26155         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26156         (_FP_MUL_MEAT_1_imm): ... here.
26157         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26158         (_FP_MUL_MEAT_1_wide): ... here.
26159         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26160         (_FP_MUL_MEAT_1_hard): ... here.
26161         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26162         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26163         (_FP_MUL_MEAT_2_wide): ... here.
26164         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26165         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26166         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26167         (_FP_MUL_MEAT_2_gmp): ... here.
26168         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26169         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26170         (_FP_MUL_MEAT_4_wide): ... here.
26171         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26172         (_FP_MUL_MEAT_4_gmp): ... here.
26173         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26174         (_FP_WFRACBITS_DW_S): Likewise.
26175         (_FP_WFRACXBITS_DW_S): Likewise.
26176         (_FP_HIGHBIT_DW_S): Likewise.
26177         (FP_FMA_S): Likewise.
26178         (_FP_FRAC_HIGH_DW_S): Likewise.
26179         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26180         (_FP_WFRACBITS_DW_D): Likewise.
26181         (_FP_WFRACXBITS_DW_D): Likewise.
26182         (_FP_HIGHBIT_DW_D): Likewise.
26183         (FP_FMA_D): Likewise.
26184         (_FP_FRAC_HIGH_DW_D): Likewise.
26185         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26186         (_FP_WFRACBITS_DW_E): Likewise.
26187         (_FP_WFRACXBITS_DW_E): Likewise.
26188         (_FP_HIGHBIT_DW_E): Likewise.
26189         (FP_FMA_E): Likewise.
26190         (_FP_FRAC_HIGH_DW_E): Likewise.
26191         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26192         (_FP_WFRACBITS_DW_Q): Likewise.
26193         (_FP_WFRACXBITS_DW_Q): Likewise.
26194         (_FP_HIGHBIT_DW_Q): Likewise.
26195         (FP_FMA_Q): Likewise.
26196         (_FP_FRAC_HIGH_DW_Q): Likewise.
26197         * soft-fp/fmasf4.c: New file.
26198         * soft-fp/fmadf4.c: Likewise.
26199         * soft-fp/fmatf4.c: Likewise.
26201 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26203         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26204         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26205         Silvermont.
26206         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26207         macro.
26208         (index_Slow_SSE4_2): Likewise.
26209         (index_Prefer_PMINUB_for_stringop): Likewise.
26210         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26211         bit_Slow_SSE4_2 is set.
26212         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26213         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26215 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26217         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26218         rtld_global._dl_hwcap2.
26219         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26220         POWER8.
26221         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26222         POWER8 feature descriptions defined in _dl_hwcap2.
26223         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26224         string handling for POWER8 feature bits.
26225         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26226         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26227         _dl_powerpc_cap_flags.
26228         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26229         * sysdeps/powerpc/rtld-global-offsets.sym
26230         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26231         _dl_hwcap2 in the rtld_global_ro structure.
26233 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26235         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26236         hardware capabilities in support of AT_HWCAP2.
26237         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26238         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26239         GLRO(dl_hwcap2).
26240         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26241         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26242         explicitly the unknown a_type display mechanism is used.
26243         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26244         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26245         struct member.
26246         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26247         to macro prototype for AT_HWCAP2 support.
26248         * sysdeps/i386/dl-procinfo.h: Likewise.
26249         * sysdeps/s390/dl-procinfo.h: Likewise.
26250         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26251         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26252         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26253         return -1 for unknown a_type display fallback.
26254         * sysdeps/sparc/dl-procinfo.h: Likewise.
26255         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26256         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26258 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26260         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26261         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26263 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26265         [BZ #12492]
26266         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26267         mprotect making __stack_prot writable.
26269 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26270             Joseph Myers  <joseph@codesourcery.com>
26272         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26273         as being properly aligned.
26275 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26277         * dlfcn/modstatic5.c: New file.
26278         * dlfcn/tststatic5.c: New file.
26279         * dlfcn/Makefile (tests): Add tststatic5.
26280         (tests-static): Likewise.
26281         (modules-names): Add modstatic5.
26282         (tststatic5-ENV): New variable.
26283         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26285         [BZ #15022]
26286         * elf/dl-support.c (_dl_main_map): New variable.
26287         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26288         (_dl_nns, _dl_load_adds): Set to 1.
26289         (_dl_initial_searchlist): Refer to _dl_main_map.
26290         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26291         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26292         call to _dl_get_origin.
26293         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26294         around call_map.
26295         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26296         * dlfcn/modstatic3.c: New file.
26297         * dlfcn/tststatic3.c: New file.
26298         * dlfcn/tststatic4.c: New file.
26299         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26300         (tests-static): Likewise.
26301         (modules-names): Add modstatic3.
26302         (tststatic3-ENV, tststatic4-ENV): New variables.
26303         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26304         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26306 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26308         * configure.in (CC): Require GCC version 4.4 or later.
26309         * configure: Regenerated.
26310         * manual/install.texi (Tools for Compilation): Update GCC version
26311         requirement.
26312         * INSTALL: Regenerated.
26314 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26316         [BZ #15674]
26317         * string/test-memcmp.c (check2): New.
26318         (main): Call check2.
26320         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26322 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26324         [BZ #15022]
26325         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26326         over to...
26327         (dl_open_worker) [!SHARED]: ... here.
26329 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26331         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26333 2013-06-25  Richard Henderson  <rth@redhat.com>
26335         * locale/programs/locarchive.c: Include <libc-internal.h>
26337 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26339         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26340         trailing whitespace removed.
26342 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26344         [BZ #10283]
26345         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26346         * locale/programs/locarchive.c: Include libc-mmap.h.
26347         (prepare_address_space): Take two new outputs (the mmap base and len).
26348         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26349         values.
26350         (create_archive): Declare new mmap base and len values for
26351         prepare_address_space, and store the result in ah.
26352         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26353         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26354         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26355         Declare new mmap base and len values for
26356         prepare_address_space, and store the result in new_ah.
26357         (open_archive): Declare new mmap base and len values for
26358         prepare_address_space, and store the result in ah.
26359         (close_archive): If ah->mmap_base is not NULL, use that and
26360         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26361         * sysdeps/generic/libc-mmap.h: New file.
26363 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26365         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26366         (ALIGN_UP): Likewise.
26367         (PTR_ALIGN_DOWN): Likewise.
26368         (PTR_ALIGN_UP): Likewise.
26370 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26372         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26373         entry mapped to PPC_PLATFORM_POWER8.
26374         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26375         POWER8.
26376         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26377         (_dl_string_platform): Add case for exporting platform position for
26378         POWER8.
26379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26380         search path to sysdeps/powerpc/powerpc32/power8 directory.
26381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26382         search path to sysdeps/powerpc/powerpc64/power8 directory.
26383         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26384         power7 directories.
26385         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26386         power7 directories.
26388 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26390         * INSTALL: Regenerate.
26392         * nscd/connections.c (nscd_init): Fix comment.
26394 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26396         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26398         [BZ #15667]
26399         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26400         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26402 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26404         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26405         DL_DST_REQ_STATIC.
26406         (DL_DST_REQ_STATIC): Remove macro.
26408 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26410         [BZ #7006]
26411         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26412         with a shift of 0 bits.
26414 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26416         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26417         $(tststatic-ENV).
26419 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26421         [BZ #15655]
26422         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26424 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26426         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26427         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26428         accepts -fno-tree-loop-distribute-patterns.
26429         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26430         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26431         recursive call.
26432         * string/memset.c (memset): Likewise.
26433         * string/test-memmove.c (simple_memmove): Disable loop transformation
26434         to library calls.
26435         * string/test-memset.c (simple_memset): Likewise.
26436         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26437         * benchtests/bench-memset.c (simple_memset): Likewise.
26438         * configure: Regenerated.
26440 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26442         * math/test-misc.c (main): Ignore fesetround failure when failures
26443         of subsequent rounding tests would be ignored.
26445         [BZ #15654]
26446         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26447         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26448         * math/fegetenv.c (__fegetenv): Return 0.
26449         * math/fegetexcept.c (fegetexcept): Return 0.
26450         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26451         FE_TONEAREST.
26452         * math/feholdexcpt.c (feholdexcept): Return 0.
26453         * math/fesetenv.c (__fesetenv): Return 0.
26454         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26455         argument FE_TONEAREST.
26456         * math/feupdateenv.c (__feupdateenv): Return 0.
26457         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26459 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26461         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26462         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26463         ($(objpfx)rtld-%.os rules): Use them.
26465 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26467         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26468         fields.
26470 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26472         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26473         length of target pattern, then descending length of dependency pattern.
26474         * configure.in (AWK): Require gawk 3.1.2 or newer.
26475         * manual/install.texi (Tools for Compilation): Say that we do.
26476         * configure: Regenerated.
26478         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26479         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26480         * scripts/sysd-rules.awk: ... this new script.
26481         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26482         than a glob-style pattern.
26484 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26486         * math/test-misc.c (main): Do not treat incorrectly rounded
26487         conversions as failure unless ROUNDING_TESTS passes.
26489 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26491         [BZ #15631]
26492         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26493         restore exception state around main square root computation, then
26494         check for inexactness explicitly.
26496         * math/libm-test.inc (fma_test_data): Add another test.
26498 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26500         * manual/threads.texi (Non-POSIX Extensions): New document
26501         node.  Document pthread_getattr_default_np and
26502         pthread_setattr_default_np.
26504         * Versions.def (libpthread): Add GLIBC_2.18.
26505         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26507         Likewise.
26508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26509         Likewise.
26510         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26511         Likewise.
26512         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26513         Likewise.
26514         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26515         Likewise.
26516         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26517         Likewise.
26518         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26519         Likewise.
26520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26521         Likewise.
26522         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26523         Likewise.
26525 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26527         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26528         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26530 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26531             H.J. Lu  <hjl.tools@gmail.com>
26533         [BZ #15627]
26534         * sysdeps/x86_64/rtld-memset.c: Remove file.
26535         * sysdeps/x86_64/rtld-memset.S: New file.
26537 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26539         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26540         (test_in_one_mode): Take arguments for whether the rounding mode
26541         is supported for each floating-point type.
26542         (do_test): Pass new arguments to test_in_one_mode using
26543         ROUNDING_TESTS.
26545 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26547         * posix/tst-waitid.c (do_test): Distinguish different instances of
26548         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26549         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26550         before entering the kernel for waitpid.
26552 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26554         * NEWS: Fix note on clock function precision.  Text by Roland
26555         McGrath.
26557 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26559         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26560         it into place only when and if the sanity check passes.
26562 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26564         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26565         output for whether conversion result is exact.  Take argument
26566         indicating whether type is IBM long double.
26567         (round_for_all): Change need_exact field to ibm_ld.
26568         * stdlib/tst-strtod-round.c (struct exactness): New type.
26569         (struct test): Change bool ld_ok field to struct exactness exact.
26570         (TEST): Update all definitions for change to field.
26571         (tests): Regenerate array contents.
26572         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26573         field value.  Check for IBM long double here.
26574         (do_test): Update calls to test_in_one_mode.
26576 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26578         [BZ #12515]
26579         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26580         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26582 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26584         [BZ #15605]
26585         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26586         generated by the compiler on loop optimizations.
26587         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26588         general definitions.
26590 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26592         * math/bug-nextafter.c: Include <math-tests.h>.
26593         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26594         the relevant type.
26595         * math/bug-nexttoward.c: Include <math-tests.h>.
26596         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26597         the relevant type.
26598         * math/test-misc.c: Include <math-tests.h>.
26599         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26600         the relevant type.
26602 2013-06-12  Andreas Jaeger  <aj@suse.de>
26604         * po/ia.po: Update Interlingua translation from translation
26605         project.
26607 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26609         * include/fenv.h: Include stdbool.h.
26610         (struct rm_ctx): New structure.
26611         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26612         Define macro.
26613         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26614         (SET_RESTORE_ROUNDF): Likewise.
26615         (SET_RESTORE_ROUNDL): Likewise.
26616         (SET_RESTORE_ROUND_NOEX): Likewise.
26617         (SET_RESTORE_ROUND_NOEXF): Likewise.
26618         (SET_RESTORE_ROUND_NOEXL): Likewise.
26619         (SET_RESTORE_ROUND_53BIT): Likewise.
26620         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26621         (libc_feresetround_noexf_ctx): Likewise.
26622         (libc_feresetround_noexl_ctx): Likewise.
26623         (libc_feholdsetround_53bit_ctx): Likewise.
26624         (libc_feresetround_53bit_ctx): Likewise.
26625         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26626         (libc_feholdexcept_setround_sse_ctx): New function.
26627         (libc_fesetenv_sse_ctx): Likewise.
26628         (libc_feupdateenv_sse_ctx): Likewise.
26629         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26630         (libc_feholdexcept_setround_387_ctx): Likewise.
26631         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26632         (libc_feholdsetround_387_prec_ctx): Likewise.
26633         (libc_feholdsetround_387_ctx): Likewise.
26634         (libc_feholdsetround_387_53bit_ctx): Likewise.
26635         (libc_feholdsetround_sse_ctx): Likewise.
26636         (libc_feresetround_sse_ctx): Likewise.
26637         (libc_feresetround_387_ctx): Likewise.
26638         (libc_feupdateenv_387_ctx): Likewise.
26639         (libc_feholdexcept_setroundf_ctx): Define macro.
26640         (libc_fesetenvf_ctx): Likewise.
26641         (libc_feupdateenvf_ctx): Likewise.
26642         (libc_feholdsetroundf_ctx): Likewise.
26643         (libc_feresetroundf_ctx): Likewise.
26644         (libc_feholdexcept_setround_ctx): Likewise.
26645         (libc_fesetenv_ctx): Likewise.
26646         (libc_feupdateenv_ctx): Likewise.
26647         (libc_feholdsetround_ctx): Likewise.
26648         (libc_feresetround_ctx): Likewise.
26649         (libc_feholdexcept_setroundl_ctx): Likewise.
26650         (libc_feupdateenvl_ctx): Likewise.
26651         (libc_feholdsetroundl_ctx): Likewise.
26652         (libc_feresetroundl_ctx): Likewise.
26653         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26654         (libc_feresetround_53bit_ctx): Likewise.
26656 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26658         * locale/iso-639.def: Convert to UTF-8.
26660 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26662         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26663         (EXCEPTION_TESTS_double): Likewise.
26664         (EXCEPTION_TESTS_long_double): Likewise.
26665         (EXCEPTION_TESTS): Likewise.
26666         * math/libm-test.inc (test_exceptions): Only test exceptions if
26667         EXCEPTION_TESTS (FLOAT).
26669 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26671         * benchtests/Makefile (string-bench): Add strcpy_chk and
26672         stpcpy_chk.
26673         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26674         * benchtests/bench-stpcpy_chk.c: New file.
26675         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26676         * benchtests/bench-strcpy_chk.c: New file.
26677         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26678         code.
26679         (do_test): Likewise.
26681 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26683         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26684         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26685         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26686         with tabs where appropriate.
26687         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26688         dl-procinfo.h.
26689         [PPC_PLATFORM_PPC440]: Likewise.
26690         [PPC_PLATFORM_PPC464]: Likewise.
26691         [PPC_PLATFORM_PPC476]: Likewise.
26692         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26693         ppc464, and ppc476 platform strings merging from ports/
26694         dl-procinfo.h.
26696 2013-06-11  Andreas Schwab  <schwab@suse.de>
26698         [BZ #14991]
26699         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26700         (from_ucs4_idx): Regenerate.
26701         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26702         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26703         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26704         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26705         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26706         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26707         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26708         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26709         from FROM_LOOP and TO_LOOP specific macros.
26710         (BODY): Handle combining characters.
26711         * iconvdata/BIG5HKSCS.irreversible: Update.
26712         * iconvdata/BIG5HKSCS.precomposed: New file.
26713         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26714         characters.
26715         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26717 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26719         * include/sys/time.h: Fix indentation and add copyright header.
26721         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26722         (do_test): Likewise.
26723         * string/test-memchr.c (do_one_test): Likewise.
26724         (do_test): Likewise.
26725         * string/test-memcmp.c (do_one_test): Likewise.
26726         (do_test): Likewise.
26727         * string/test-memcpy.c (do_one_test): Likewise.
26728         (do_test): Likewise.
26729         * string/test-memmem.c (do_one_test): Likewise.
26730         (do_test): Likewise.
26731         (do_random_tests): Likewise.
26732         * string/test-memmove.c (do_one_test): Likewise.
26733         (do_test): Likewise.
26734         * string/test-memset.c (do_one_test): Likewise.
26735         (do_test): Likewise.
26736         * string/test-rawmemchr.c (do_one_test): Likewise.
26737         (do_test): Likewise.
26738         * string/test-strcasecmp.c (do_one_test): Likewise.
26739         (do_test): Likewise.
26740         * string/test-strcasestr.c (do_one_test): Likewise.
26741         (do_test): Likewise.
26742         * string/test-strcat.c (do_one_test): Likewise.
26743         (do_test): Likewise.
26744         * string/test-strchr.c (do_one_test): Likewise.
26745         (do_test): Likewise.
26746         * string/test-strcmp.c (do_one_test): Likewise.
26747         (do_test): Likewise.
26748         * string/test-strcpy.c (do_one_test): Likewise.
26749         (do_test): Likewise.
26750         * string/test-string.h: Likewise.
26751         (test_init): Likewise.
26752         * string/test-strlen.c (do_one_test): Likewise.
26753         (do_test): Likewise.
26754         * string/test-strncasecmp.c (do_one_test): Likewise.
26755         (do_test): Likewise.
26756         * string/test-strncat.c (do_one_test): Likewise.
26757         (do_test): Likewise.
26758         * string/test-strncmp.c (do_one_test): Likewise.
26759         (do_test_limit): Likewise.
26760         (do_test): Likewise.
26761         * string/test-strncpy.c (do_one_test): Likewise.
26762         (do_test): Likewise.
26763         * string/test-strnlen.c (do_one_test): Likewise.
26764         (do_test): Likewise.
26765         * string/test-strpbrk.c (do_one_test): Likewise.
26766         (do_test): Likewise.
26767         * string/test-strrchr.c (do_one_test): Likewise.
26768         (do_test): Likewise.
26769         * string/test-strspn.c (do_one_test): Likewise.
26770         (do_test): Likewise.
26771         * string/test-strstr.c (do_one_test): Likewise.
26772         (do_test): Likewise.
26774         * benchtests/Makefile (string-bench): Add string benchmarks.
26775         * benchtests/bench-bcopy-ifunc.c: New file.
26776         * benchtests/bench-bcopy.c: New file.
26777         * benchtests/bench-bzero-ifunc.c: New file.
26778         * benchtests/bench-bzero.c: New file.
26779         * benchtests/bench-memccpy-ifunc.c: New file.
26780         * benchtests/bench-memccpy.c: New file.
26781         * benchtests/bench-memchr-ifunc.c: New file.
26782         * benchtests/bench-memchr.c: New file.
26783         * benchtests/bench-memcmp-ifunc.c: New file.
26784         * benchtests/bench-memcmp.c: New file.
26785         * benchtests/bench-memmem-ifunc.c: New file.
26786         * benchtests/bench-memmem.c: New file.
26787         * benchtests/bench-memmove-ifunc.c: New file.
26788         * benchtests/bench-memmove.c: New file.
26789         * benchtests/bench-mempcpy-ifunc.c: New file.
26790         * benchtests/bench-mempcpy.c: New file.
26791         * benchtests/bench-memset-ifunc.c: New file.
26792         * benchtests/bench-memset.c: New file.
26793         * benchtests/bench-rawmemchr-ifunc.c: New file.
26794         * benchtests/bench-rawmemchr.c: New file.
26795         * benchtests/bench-stpcpy-ifunc.c: New file.
26796         * benchtests/bench-stpcpy.c: New file.
26797         * benchtests/bench-stpncpy-ifunc.c: New file.
26798         * benchtests/bench-stpncpy.c: New file.
26799         * benchtests/bench-strcasecmp-ifunc.c: New file.
26800         * benchtests/bench-strcasecmp.c: New file.
26801         * benchtests/bench-strcasestr-ifunc.c: New file.
26802         * benchtests/bench-strcasestr.c: New file.
26803         * benchtests/bench-strcat-ifunc.c: New file.
26804         * benchtests/bench-strcat.c: New file.
26805         * benchtests/bench-strchr-ifunc.c: New file.
26806         * benchtests/bench-strchr.c: New file.
26807         * benchtests/bench-strchrnul-ifunc.c: New file.
26808         * benchtests/bench-strchrnul.c: New file.
26809         * benchtests/bench-strcmp-ifunc.c: New file.
26810         * benchtests/bench-strcmp.c: New file.
26811         * benchtests/bench-strcpy-ifunc.c: New file.
26812         * benchtests/bench-strcpy.c: New file.
26813         * benchtests/bench-strcspn-ifunc.c: New file.
26814         * benchtests/bench-strcspn.c: New file.
26815         * benchtests/bench-strlen-ifunc.c: New file.
26816         * benchtests/bench-strlen.c: New file.
26817         * benchtests/bench-strncasecmp-ifunc.c: New file.
26818         * benchtests/bench-strncasecmp.c: New file.
26819         * benchtests/bench-strncat-ifunc.c: New file.
26820         * benchtests/bench-strncat.c: New file.
26821         * benchtests/bench-strncmp-ifunc.c: New file.
26822         * benchtests/bench-strncmp.c: New file.
26823         * benchtests/bench-strncpy-ifunc.c: New file.
26824         * benchtests/bench-strncpy.c: New file.
26825         * benchtests/bench-strnlen-ifunc.c: New file.
26826         * benchtests/bench-strnlen.c: New file.
26827         * benchtests/bench-strpbrk-ifunc.c: New file.
26828         * benchtests/bench-strpbrk.c: New file.
26829         * benchtests/bench-strrchr-ifunc.c: New file.
26830         * benchtests/bench-strrchr.c: New file.
26831         * benchtests/bench-strspn-ifunc.c: New file.
26832         * benchtests/bench-strspn.c: New file.
26833         * benchtests/bench-strstr-ifunc.c: New file.
26834         * benchtests/bench-strstr.c: New file.
26836         * benchtests/Makefile: Disable parallel execution of targets.
26837         (string-bench): Add memcpy.
26838         (benchset): New variable to store a list of benchmark sets.
26839         (bench-func): Renamed from bench.
26840         (bench-set): New target.
26841         (bench): Depend on bench-func and bench-set.
26842         * benchtests/README: Add section on benchmark sets.
26843         * benchtests/bench-memcpy-ifunc.c: New file.
26844         * benchtests/bench-memcpy.c: New file.
26845         * benchtests/bench-string.h: New file.
26847 2013-06-11  Andreas Schwab  <schwab@suse.de>
26849         [BZ #15577]
26850         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26851         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26852         values in the triple.
26853         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26854         terminator in the group key.
26856 2013-06-11  Andreas Jaeger  <aj@suse.de>
26858         * po/zh_TW.po: Update Chinese (traditional) translation from
26859         translation project.
26861 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26863         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26864         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26865         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26866         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26867         (clock_getcpuclockid): Likewise.
26868         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26869         Add weak_alias and libc_hidden_def.
26870         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26871         * rt/clock_gettime.c (clock_gettime): Rename to
26872         __clock_gettime.  Add weak_alias and libc_hidden_def.
26873         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26874         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26875         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26876         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26877         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26878         Likewise.
26879         * rt/clock_settime.c (clock_settime): Rename to
26880         __clock_settime.  Add weak_alias and libc_hidden_def.
26881         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26883 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26885         * mach/err_boot.sub: Remove trailing whitespace.
26886         * mach/err_ipc.sub: Likewise.
26887         * mach/err_mach.sub: Likewise.
26889         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26890         (ROUNDING_TESTS_double): Likewise.
26891         (ROUNDING_TESTS_long_double): Likewise.
26892         (ROUNDING_TESTS): Likewise.
26893         * math/libm-test.inc: Include <math-tests.h>.
26894         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26895         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26896         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26897         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26899 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26901         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26902         of assigning.
26904 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26906         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26907         otherwise empty TRANS lines.
26908         * sysdeps/gnu/errlist.c: Regenerated.
26910         * catgets/gencat.c (error_print): Use (void) in function
26911         definition.
26912         * crypt/crypt_util.c (__init_des): Likewise.
26913         * crypt/speeds.c (Stop): Likewise.
26914         (main): Likewise.
26915         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26916         * inet/ruserpass.c (token): Likewise.
26917         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26918         * intl/localealias.c (extend_alias_table): Likewise.
26919         * intl/plural-exp.c (init_germanic_plural): Likewise.
26920         * libio/fcloseall.c (__fcloseall): Likewise.
26921         * libio/genops.c (_IO_flush_all): Likewise.
26922         (_IO_flush_all_linebuffered): Likewise.
26923         (_IO_cleanup): Likewise.
26924         (_IO_iter_begin): Likewise.
26925         (_IO_iter_end): Likewise.
26926         (_IO_list_lock): Likewise.
26927         (_IO_list_unlock): Likewise.
26928         (_IO_list_resetlock): Likewise.
26929         * libio/getchar.c (getchar): Likewise.
26930         * libio/getchar_u.c (getchar_unlocked): Likewise.
26931         * libio/getwchar.c (getwchar): Likewise.
26932         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26933         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26934         * login/getpt.c (__getpt): Likewise.
26935         * login/tst-utmp.c (main): Likewise.
26936         * malloc/hooks.c (__malloc_check_init): Likewise.
26937         * malloc/malloc.c (__malloc_stats): Likewise.
26938         * malloc/mtrace.c (tr_break): Likewise.
26939         (mtrace): Likewise.
26940         (muntrace): Likewise.
26941         * misc/fstab.c (endfsent): Likewise.
26942         * misc/getclktck.c (__getclktck): Likewise.
26943         * misc/getdtsz.c (__getdtablesize): Likewise.
26944         * misc/gethostid.c (gethostid): Likewise.
26945         * misc/getpagesize.c (__getpagesize): Likewise.
26946         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26947         (__get_nprocs): Likewise.
26948         (__get_phys_pages): Likewise.
26949         (__get_avphys_pages): Likewise.
26950         * misc/getttyent.c (getttyent): Likewise.
26951         (setttyent): Likewise.
26952         (endttyent): Likewise.
26953         * misc/getusershell.c (getusershell): Likewise.
26954         (endusershell): Likewise.
26955         (setusershell): Likewise.
26956         (initshells): Likewise.
26957         * misc/hsearch.c (__hdestroy): Likewise.
26958         * misc/sync.c (sync): Likewise.
26959         * misc/syslog.c (closelog_internal): Likewise.
26960         (closelog): Likewise.
26961         * misc/ttyslot.c (ttyslot): Likewise.
26962         * misc/vhangup.c (vhangup): Likewise.
26963         * posix/fork.c (__fork): Likewise.
26964         * posix/getegid.c (__getegid): Likewise.
26965         * posix/geteuid.c (__geteuid): Likewise.
26966         * posix/getgid.c (__getgid): Likewise.
26967         * posix/getpid.c (__getpid): Likewise.
26968         * posix/getppid.c (__getppid): Likewise.
26969         * posix/getuid.c (__getuid): Likewise.
26970         * posix/pause.c (pause): Likewise.
26971         * posix/setpgrp.c (setpgrp): Likewise.
26972         * posix/setsid.c (__setsid): Likewise.
26973         * posix/test-vfork.c (noop): Likewise.
26974         * resolv/gethnamaddr.c (_endhtent): Likewise.
26975         (_gethtent): Likewise.
26976         (ht_endhostent): Likewise.
26977         (gethostent): Likewise.
26978         (dns_service): Likewise.
26979         * stdlib/drand48.c (drand48): Likewise.
26980         * stdlib/lrand48.c (lrand48): Likewise.
26981         * stdlib/mrand48.c (mrand48): Likewise.
26982         * stdlib/rand.c (rand): Likewise.
26983         * stdlib/random.c (__random): Likewise.
26984         * stdlib/setenv.c (clearenv): Likewise.
26985         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26986         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26987         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26988         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26989         (__get_nprocs): Likewise.
26990         (__get_phys_pages): Likewise.
26991         (__get_avphys_pages): Likewise.
26992         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26993         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26994         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26995         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26996         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26997         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26998         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26999         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27000         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27001         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27002         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27003         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27004         * sysdeps/posix/clock.c (clock): Likewise.
27005         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27006         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27007         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27008         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27009         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27010         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27011         (__get_nprocs_conf): Likewise.
27012         (__get_phys_pages): Likewise.
27013         (__get_avphys_pages): Likewise.
27014         * time/clock.c (clock): Likewise.
27015         * time/tzset.c (__tzname_max): Likewise.
27017 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27019         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27020         (__bswap_32): Do not use "register".
27021         * crypt/crypt.c (_ufc_doit_r): Likewise.
27022         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27023         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27024         * gmon/gmon.c (__monstartup): Likewise.
27025         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27026         * hurd/hurdmalloc.c (more_memory): Likewise.
27027         (malloc): Likewise.
27028         (free): Likewise.
27029         (realloc): Likewise.
27030         (malloc_fork_prepare): Likewise.
27031         (malloc_fork_parent): Likewise.
27032         (malloc_fork_child): Likewise.
27033         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27034         (_svcauth_des): Likewise.
27035         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27036         * inet/inet_net.c (inet_network): Likewise.
27037         * inet/inet_netof.c (inet_netof): Likewise.
27038         * inet/rcmd.c (__validuser2_sa): Likewise.
27039         * io/fts.c (fts_open): Likewise.
27040         (fts_load): Likewise.
27041         (fts_close): Likewise.
27042         (fts_read): Likewise.
27043         (fts_children): Likewise.
27044         (fts_build): Likewise.
27045         (fts_stat): Likewise.
27046         (fts_sort): Likewise.
27047         (fts_alloc): Likewise.
27048         (fts_lfree): Likewise.
27049         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27050         (_IO_file_xsgetn): Likewise.
27051         (_IO_file_xsgetn_mmap): Likewise.
27052         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27053         (_IO_cookie_write): Likewise.
27054         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27055         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27056         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27057         * malloc/obstack.c (_obstack_begin): Likewise.
27058         (_obstack_begin_1): Likewise.
27059         (_obstack_newchunk): Likewise.
27060         (_obstack_allocated_p): Likewise.
27061         (obstack_free): Likewise.
27062         (_obstack_memory_used): Likewise.
27063         * misc/getttyent.c (getttynam): Likewise.
27064         (getttyent): Likewise.
27065         (skip): Likewise.
27066         (value): Likewise.
27067         * misc/getusershell.c (initshells): Likewise.
27068         * misc/syslog.c (__vsyslog_chk): Likewise.
27069         * misc/ttyslot.c (ttyslot): Likewise.
27070         * nis/nis_hash.c (__nis_hash): Likewise.
27071         * posix/fnmatch_loop.c (FCT): Likewise.
27072         * posix/getconf.c (print_all): Likewise.
27073         (main): Likewise.
27074         * posix/getopt.c (exchange): Likewise.
27075         * posix/glob.c (globfree): Likewise.
27076         (prefix_array): Likewise.
27077         (__glob_pattern_type): Likewise.
27078         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27079         (NS_GET32): Likewise.
27080         (NS_PUT16): Likewise.
27081         (NS_PUT32): Likewise.
27082         * resolv/gethnamaddr.c (getanswer): Likewise.
27083         (gethostbyname2): Likewise.
27084         (gethostbyaddr): Likewise.
27085         (_gethtent): Likewise.
27086         (_gethtbyname2): Likewise.
27087         (_gethtbyaddr): Likewise.
27088         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27089         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27090         * resolv/res_init.c (__res_vinit): Likewise.
27091         (net_mask): Likewise.
27092         * resolv/res_mkquery.c (outchar): Likewise.
27093         (PRINT): Likewise.
27094         * stdio-common/printf_fp.c (outchar): Likewise.
27095         (PRINT): Likewise.
27096         * stdio-common/printf_fphex.c (outchar): Likewise.
27097         (PRINT): Likewise.
27098         * stdio-common/printf_size.c (outchar): Likewise.
27099         (PRINT): Likewise.
27100         * stdio-common/test_rdwr.c (main): Likewise.
27101         * stdio-common/tfformat.c (matches): Likewise.
27102         * stdio-common/vfprintf.c (outchar): Likewise.
27103         (printf_unknown): Likewise.
27104         (buffered_vfprintf): Likewise.
27105         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27106         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27107         (ReadFile): Likewise.
27108         * stdlib/qsort.c (SWAP): Likewise.
27109         (_quicksort): Likewise.
27110         * stdlib/setenv.c (__add_to_environ): Likewise.
27111         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27112         * stdlib/strtol_l.c (__strtol_l): Likewise.
27113         * stdlib/tst-strtod.c (main): Likewise.
27114         * stdlib/tst-strtol.c (main): Likewise.
27115         * stdlib/tst-strtoll.c (main): Likewise.
27116         * string/bits/string2.h (__strcmp_cc): Likewise.
27117         (__strcmp_cg): Likewise.
27118         (__strcspn_c1): Likewise.
27119         (__strcspn_c2): Likewise.
27120         (__strcspn_c3): Likewise.
27121         (__strspn_c1): Likewise.
27122         (__strspn_c2): Likewise.
27123         (__strspn_c3): Likewise.
27124         (__strsep_1c): Likewise.
27125         (__strsep_2c): Likewise.
27126         (__strsep_3c): Likewise.
27127         * string/memccpy.c (__memccpy): Likewise.
27128         * string/stpcpy.c (__stpcpy): Likewise.
27129         * string/strcmp.c (strcmp): Likewise.
27130         * string/strrchr.c (strrchr): Likewise.
27131         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27132         Likewise.
27133         * sysdeps/mach/hurd/getcwd.c
27134         (_hurd_canonicalize_directory_name_internal): Likewise.
27135         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27136         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27137         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27138         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27139         Likewise, in both definitions.
27140         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27141         definitions.
27142         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27143         64] (__bswap_64): Likewise.
27144         * time/test_time.c (main): Likewise.
27145         * time/tzfile.c (__tzfile_read): Likewise.
27146         (__tzfile_compute): Likewise.
27147         * time/tzset.c (__tzset_parse_tz): Likewise.
27148         (tzset_internal): Likewise.
27149         (compute_change): Likewise.
27150         * wcsmbs/wcscat.c (__wcscat): Likewise.
27151         * wcsmbs/wcschr.c (wcschr): Likewise.
27152         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27153         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27154         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27155         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27156         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27157         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27158         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27159         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27160         * wcsmbs/wmemset.c (wmemset): Likewise.
27162 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27164         * scripts/config.guess: Update to version 2013-05-16.
27165         * scripts/config.sub: Update to version 2013-04-24.
27166         * scripts/install-sh: Update to version 2011-11-20.07.
27167         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27168         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27170 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27172         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27173         * elf/sln.c: Likewise.
27174         * hurd/hurd/ioctl.h: Likewise.
27175         * hurd/hurdmalloc.c: Likewise.
27176         * hurd/xattr.c: Likewise.
27177         * include/shlib-compat.h: Likewise.
27178         * inet/ruserpass.c: Likewise.
27179         * libio/iofgets_u.c: Likewise.
27180         * libio/iofgetws_u.c: Likewise.
27181         * locale/programs/ld-identification.c: Likewise.
27182         * locale/programs/ld-time.c: Likewise.
27183         * mach/msg-destroy.c: Likewise.
27184         * nss/nss_files/files-netgrp.c: Likewise.
27185         * resolv/res_data.c: Likewise.
27186         * soft-fp/op-1.h: Likewise.
27187         * soft-fp/op-2.h: Likewise.
27188         * soft-fp/op-4.h: Likewise.
27189         * soft-fp/op-common.h: Likewise.
27190         * stdio-common/printf_fphex.c: Likewise.
27191         * stdlib/strtod_l.c: Likewise.
27192         * sunrpc/rpc/clnt.h: Likewise.
27193         * sysdeps/generic/framestate.c: Likewise.
27194         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27195         * sysdeps/i386/bsd-setjmp.S: Likewise.
27196         * sysdeps/i386/__longjmp.S: Likewise.
27197         * sysdeps/i386/setjmp.S: Likewise.
27198         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27199         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27200         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27201         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27202         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27203         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27204         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27205         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27206         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27207         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27208         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27209         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27210         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27211         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27212         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27213         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27214         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27215         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27216         * sysdeps/ieee754/support.c: Likewise.
27217         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27218         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27219         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27220         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27221         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27222         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27223         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27224         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27225         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27226         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27227         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27228         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27229         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27230         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27231         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27232         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27233         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27236 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27238         * posix/transbug.c: Remove executable mode.
27240 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27242         * crypt/speeds.c: Remove trailing whitespace.
27243         * dlfcn/default.c: Likewise.
27244         * elf/ifuncdep2.c: Likewise.
27245         * elf/ifuncmain1.c: Likewise.
27246         * elf/ifuncmain1vis.c: Likewise.
27247         * elf/testobj.h: Likewise.
27248         * elf/tst-stackguard1.c: Likewise.
27249         * gmon/sys/gmon.h: Likewise.
27250         * hurd/hurdmsg.c: Likewise.
27251         * hurd/new-fd.c: Likewise.
27252         * hurd/ports-get.c: Likewise.
27253         * iconvdata/ibm1008_420.c: Likewise.
27254         * inet/tst-getni1.c: Likewise.
27255         * inet/tst-getni2.c: Likewise.
27256         * libio/ioungetc.c: Likewise.
27257         * libio/wfiledoalloc.c: Likewise.
27258         * manual/libm-err-tab.pl: Likewise.
27259         * math/w_dremf.c: Likewise.
27260         * misc/ftruncate.c: Likewise.
27261         * posix/bug-glob2.c: Likewise.
27262         * posix/tst-pcre.c: Likewise.
27263         * posix/wait4.c: Likewise.
27264         * resolv/README: Likewise.
27265         * resolv/res_debug.h: Likewise.
27266         * resolv/tst-inet_ntop.c: Likewise.
27267         * setjmp/bug269-setjmp.c: Likewise.
27268         * soft-fp/extended.h: Likewise.
27269         * soft-fp/op-1.h: Likewise.
27270         * soft-fp/op-2.h: Likewise.
27271         * soft-fp/op-4.h: Likewise.
27272         * soft-fp/op-8.h: Likewise.
27273         * soft-fp/testit.c: Likewise.
27274         * stdio-common/bug16.c: Likewise.
27275         * stdlib/random.c: Likewise.
27276         * sunrpc/rpcsvc/rquota.x: Likewise.
27277         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27278         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27279         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27280         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27281         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27282         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27283         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27284         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27285         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27286         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27287         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27288         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27289         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27290         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27291         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27292         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27293         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27294         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27295         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27296         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27297         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27298         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27299         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27300         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27301         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27302         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27303         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27304         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27305         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27306         * sysdeps/ieee754/s_lib_version.c: Likewise.
27307         * sysdeps/mach/hurd/check_fds.c: Likewise.
27308         * sysdeps/mach/hurd/getsockname.c: Likewise.
27309         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27310         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27311         * sysdeps/powerpc/bits/link.h: Likewise.
27312         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27313         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27314         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27315         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27316         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27317         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27318         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27319         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27320         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27321         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27322         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27323         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27324         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27325         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27326         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27327         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27328         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27329         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27330         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27331         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27332         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27333         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27334         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27335         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27336         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27337         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27338         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27339         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27340         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27341         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27342         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27343         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27344         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27345         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27346         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27347         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27348         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27349         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27350         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27351         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27352         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27353         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27354         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27355         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27356         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27357         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27358         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27359         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27360         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27361         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27362         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27363         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27364         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27365         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27366         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27367         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27368         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27369         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27370         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27371         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27372         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27373         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27374         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27375         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27376         * sysdeps/powerpc/sysdep.h: Likewise.
27377         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27378         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27379         * sysdeps/sh/dl-trampoline.S: Likewise.
27380         * sysdeps/sh/memset.S: Likewise.
27381         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27382         * sysdeps/sh/strlen.S: Likewise.
27383         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27384         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27385         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27386         * sysdeps/sparc/sparc32/rem.S: Likewise.
27387         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27388         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27389         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27390         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27391         * sysdeps/sparc/sparc32/urem.S: Likewise.
27392         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27393         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27394         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27395         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27396         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27397         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27398         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27399         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27400         * sysdeps/unix/bsd/times.c: Likewise.
27401         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27402         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27406         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27407         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27408         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27409         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27410         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27411         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27412         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27413         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27414         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27415         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27416         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27417         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27418         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27419         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27420         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27421         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27422         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27423         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27424         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27425         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27426         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27427         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27428         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27429         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27430         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27431         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27432         * sysdeps/x86_64/strcspn.S: Likewise.
27434 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27436         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27437         generated file.  Regenerate properly from gen-translit.pl.
27438         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27439         locale/C-translit.h.
27441 2013-06-05  Andreas Schwab  <schwab@suse.de>
27443         [BZ #15100]
27444         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27445         week as 6 instead of -1.
27446         * time/tst-strptime.c (day_tests): Add test case.
27448 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27450         * sysdeps/generic/math_private.h
27451         (libc_feholdexcept_setround_53bit): Replace with
27452         libc_feholdsetround_53bit.
27453         (libc_feupdateenv_53bit): Replace with
27454         libc_feresetround_53bit.
27455         (SET_RESTORE_ROUND_53BIT): Adjust.
27457 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27459         * string/test-strchrnul.c: Add copyright header.
27461         * posix/tst-getaddrinfo4.c: Increase test timeout.
27463 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27465         [BZ #15536]
27466         * math/libm-test.inc (MAX_EXP): Remove
27467         (MIN_EXP): Define.
27468         (ulp): Use MIN_EXP - MANT_DIG.
27469         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27471 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27473         * po/be.po: Revert last change.
27474         * po/zh_CN.po: Likewise.
27475         * po/header.pot: Likewise.
27477 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27479         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27480         link-libc-deps to empty as target-specific variable.
27481         * Makerules (link-libc-args): New variable.
27482         (libc-for-link): Likewise.
27483         (link-libc-deps): Likewise.
27484         (lib%.so): Depend on $(link-libc-deps).  Link with
27485         $(link-libc-args).
27486         (build-module): Link with $(link-libc-args).
27487         (build-module-asneeded): Likewise.
27488         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27489         list of objects.
27490         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27491         target-specific variable.
27492         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27493         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27494         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27495         libc.
27496         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27497         libc and ld.so.
27498         ($(objpfx)libpcprofile.so): Likewise.
27499         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27500         libc_nonshared.a.
27501         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27502         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27503         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27504         $(link-libc-deps).
27505         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27506         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27507         * login/Makefile ($(objpfx)libutil.so): Likewise.
27508         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27509         * math/Makefile ($(objpfx)libm.so): Likewise.
27510         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27511         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27512         variable instead of depending directly on libc.
27513         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27514         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27515         $(link-libc-deps).
27516         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27517         libc.
27518         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27519         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27520         ($(objpfx)libanl.so): Likewise.
27521         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27522         ld.so.
27523         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27524         $(link-libc-deps).
27525         * sysdeps/i386/fpu/Makefile: Remove file.
27526         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27527         ($(objpfx)libm.so): Remove dependency on ld.so.
27529 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27531         [BZ # 15553]
27532         * nis/yp_xdr.c (XDRMAXNAME): Define.
27533         (XDRMAXRECORD): Define.
27534         (xdr_domainname): Use XDRMAXNAME.
27535         (xdr_mapname): Likewise.
27536         (xdr_peername): Likewise.
27537         (xdr_keydat): Use XDRMAXRECORD.
27538         (xdr_valdat): Likewise.
27540 2013-05-30  Jeff Law  <law@redhat.com>
27542         [BZ #14256]
27543         * manual/errno.texi (ESTALE): Update to account for more than
27544         just NFS file systems.
27545         * sysdeps/gnu/errlist.c: Regenerated.
27547 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27549         [BZ #15465]
27550         * elf/Makefile (tests): Add tst-null-argv.
27551         (modules-names):  Add tst-null-argv-lib.
27552         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27553         (tst-null-argv-ENV): Set environment for tst-null-argv.
27554         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27555         (RTLD_PROGNAME): New macro.
27556         * elf/tst-null-argv.c: New test case.
27557         * elf/tst-null-argv-lib.c: Library for test case.
27558         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27559         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27560         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27561         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27562         * elf/dl-init.c (call_init): Likewise.
27563         (_dl_init): Likewise.
27564         * elf/dl-load.c (print_search_path): Likewise.
27565         (_dl_map_object): Likewise.
27566         * elf/dl-lookup.c (do_lookup_x): Likewise.
27567         (add_dependency): Likewise.
27568         (_dl_lookup_symbol_x): Likewise.
27569         (_dl_debug_bindings): Likewise.
27570         * elf/dl-open.c (_dl_show_scope): Likewise.
27571         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27572         * elf/dl-version.c (match_symbol): Likewise.
27573         (_dl_check_map_versions): Likewise.
27574         * elf/rtld.c (dl_main): Likewise.
27575         (print_unresolved): Use RTLD_PROGNAME.
27576         (print_missing_version): Likewise.
27577         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27578         (elf_machine_rela): Likewise.
27579         * sysdeps/powerpc/powerpc32/dl-machine.c
27580         (__process_machine_rela): Likewise.
27581         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27582         Likewise.
27583         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27584         Likewise.
27585         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27586         Likewise.
27587         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27588         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27589         Likewise.
27590         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27591         Likewise.
27592         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27594 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27596         * po/be.po: Add descriptive title.
27597         * po/zh_CN.po: Likewise.
27598         * po/header.pot: Likewise.
27600 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27602         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27603         error message.
27604         (enlarge_archive): Likewise.
27606 2013-05-28  Ben North  <ben@redfrontdoor.org>
27608         * manual/arith.texi (frexp): It is the magnitude of the return
27609         value which lies in [0.5, 1), not the return value itself.
27611 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27613         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27615 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27617         * stdio-common/bug26.c (main): Correct fscanf template.
27619         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27620         declare _dl_skip_args.
27622         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27623         Don't declare.
27625         * manual/platform.texi: Add missing @end deftypefun.
27627 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27629         [BZ #15529]
27630         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27631         bit of mantissa of 2^16382.
27632         * math/libm-test.inc (hypot_test_data): Add more tests.
27634         * math/libm-test.inc: Add drem and pow10 to list of tested
27635         functions.
27636         (pow10_test): New function.
27637         (drem_test): Likewise.
27638         (drem_test_tonearest): Likewise.
27639         (drem_test_towardzero): Likewise.
27640         (drem_test_downward): Likewise.
27641         (drem_test_upward): Likewise.
27642         (main): Call the new functions.
27644         * math/libm-test.inc (finite_test_data): Remove.
27645         (finite_test): Run tests from isfinite_test_data.
27646         (gamma_test_data): Remove.
27647         (gamma_test): Run tests from lgamma_test_data.
27648         * sysdeps/i386/fpu/libm-test-ulps: Update.
27649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27651 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27653         * manual/platform.texi: Add PowerPC PPR function set documentation.
27654         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27655         implementation.
27657 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27659         * math/libm-test.inc (MAX_EXP): Define.
27660         (ULPDIFF): Define.
27661         (ulp): New function.
27662         (check_float_internal): Use ULPDIFF.
27663         (cpow_test): Disable failing test.
27664         (check_ulp): Test ulp() implemetnation.
27665         (main): Call check_ulp before starting tests.
27667 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27669         * math/gen-libm-test.pl (generate_testfile): Do not handle
27670         START_DATA and END_DATA.
27671         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27672         END_DATA.
27673         (acos_tonearest_test_data): Likewise.
27674         (acos_towardzero_test_data): Likewise.
27675         (acos_downward_test_data): Likewise.
27676         (acos_upward_test_data): Likewise.
27677         (acosh_test_data): Likewise.
27678         (asin_test_data): Likewise.
27679         (asin_tonearest_test_data): Likewise.
27680         (asin_towardzero_test_data): Likewise.
27681         (asin_downward_test_data): Likewise.
27682         (asin_upward_test_data): Likewise.
27683         (asinh_test_data): Likewise.
27684         (atan_test_data): Likewise.
27685         (atanh_test_data): Likewise.
27686         (atan2_test_data): Likewise.
27687         (cabs_test_data): Likewise.
27688         (cacos_test_data): Likewise.
27689         (cacosh_test_data): Likewise.
27690         (carg_test_data): Likewise.
27691         (casin_test_data): Likewise.
27692         (casinh_test_data): Likewise.
27693         (catan_test_data): Likewise.
27694         (catanh_test_data): Likewise.
27695         (cbrt_test_data): Likewise.
27696         (ccos_test_data): Likewise.
27697         (ccosh_test_data): Likewise.
27698         (ceil_test_data): Likewise.
27699         (cexp_test_data): Likewise.
27700         (cimag_test_data): Likewise.
27701         (clog_test_data): Likewise.
27702         (clog10_test_data): Likewise.
27703         (conj_test_data): Likewise.
27704         (copysign_test_data): Likewise.
27705         (cos_test_data): Likewise.
27706         (cos_tonearest_test_data): Likewise.
27707         (cos_towardzero_test_data): Likewise.
27708         (cos_downward_test_data): Likewise.
27709         (cos_upward_test_data): Likewise.
27710         (cosh_test_data): Likewise.
27711         (cosh_tonearest_test_data): Likewise.
27712         (cosh_towardzero_test_data): Likewise.
27713         (cosh_downward_test_data): Likewise.
27714         (cosh_upward_test_data): Likewise.
27715         (cpow_test_data): Likewise.
27716         (cproj_test_data): Likewise.
27717         (creal_test_data): Likewise.
27718         (csin_test_data): Likewise.
27719         (csinh_test_data): Likewise.
27720         (csqrt_test_data): Likewise.
27721         (ctan_test_data): Likewise.
27722         (ctan_tonearest_test_data): Likewise.
27723         (ctan_towardzero_test_data): Likewise.
27724         (ctan_downward_test_data): Likewise.
27725         (ctan_upward_test_data): Likewise.
27726         (ctanh_test_data): Likewise.
27727         (ctanh_tonearest_test_data): Likewise.
27728         (ctanh_towardzero_test_data): Likewise.
27729         (ctanh_downward_test_data): Likewise.
27730         (ctanh_upward_test_data): Likewise.
27731         (erf_test_data): Likewise.
27732         (erfc_test_data): Likewise.
27733         (exp_test_data): Likewise.
27734         (exp_tonearest_test_data): Likewise.
27735         (exp_towardzero_test_data): Likewise.
27736         (exp_downward_test_data): Likewise.
27737         (exp_upward_test_data): Likewise.
27738         (exp10_test_data): Likewise.
27739         (exp2_test_data): Likewise.
27740         (expm1_test_data): Likewise.
27741         (fabs_test_data): Likewise.
27742         (fdim_test_data): Likewise.
27743         (finite_test_data): Likewise.
27744         (floor_test_data): Likewise.
27745         (fma_test_data): Likewise.
27746         (fma_towardzero_test_data): Likewise.
27747         (fma_downward_test_data): Likewise.
27748         (fma_upward_test_data): Likewise.
27749         (fmax_test_data): Likewise.
27750         (fmin_test_data): Likewise.
27751         (fmod_test_data): Likewise.
27752         (fpclassify_test_data): Likewise.
27753         (frexp_test_data): Likewise.
27754         (gamma_test_data): Likewise.
27755         (hypot_test_data): Likewise.
27756         (ilogb_test_data): Likewise.
27757         (isfinite_test_data): Likewise.
27758         (isgreater_test_data): Likewise.
27759         (isgreaterequal_test_data): Likewise.
27760         (isinf_test_data): Likewise.
27761         (isless_test_data): Likewise.
27762         (islessequal_test_data): Likewise.
27763         (islessgreater_test_data): Likewise.
27764         (isnan_test_data): Likewise.
27765         (isnormal_test_data): Likewise.
27766         (issignaling_test_data): Likewise.
27767         (isunordered_test_data): Likewise.
27768         (j0_test_data): Likewise.
27769         (j1_test_data): Likewise.
27770         (jn_test_data): Likewise.
27771         (ldexp_test_data): Likewise.
27772         (lgamma_test_data): Likewise.
27773         (lrint_test_data): Likewise.
27774         (lrint_tonearest_test_data): Likewise.
27775         (lrint_towardzero_test_data): Likewise.
27776         (lrint_downward_test_data): Likewise.
27777         (lrint_upward_test_data): Likewise.
27778         (llrint_test_data): Likewise.
27779         (llrint_tonearest_test_data): Likewise.
27780         (llrint_towardzero_test_data): Likewise.
27781         (llrint_downward_test_data): Likewise.
27782         (llrint_upward_test_data): Likewise.
27783         (log_test_data): Likewise.
27784         (log10_test_data): Likewise.
27785         (log1p_test_data): Likewise.
27786         (log2_test_data): Likewise.
27787         (logb_test_data): Likewise.
27788         (logb_downward_test_data): Likewise.
27789         (lround_test_data): Likewise.
27790         (llround_test_data): Likewise.
27791         (modf_test_data): Likewise.
27792         (nearbyint_test_data): Likewise.
27793         (nextafter_test_data): Likewise.
27794         (nexttoward_test_data): Likewise.
27795         (pow_test_data): Likewise.
27796         (pow_tonearest_test_data): Likewise.
27797         (pow_towardzero_test_data): Likewise.
27798         (pow_downward_test_data): Likewise.
27799         (pow_upward_test_data): Likewise.
27800         (remainder_test_data): Likewise.
27801         (remainder_tonearest_test_data): Likewise.
27802         (remainder_towardzero_test_data): Likewise.
27803         (remainder_downward_test_data): Likewise.
27804         (remainder_upward_test_data): Likewise.
27805         (remquo_test_data): Likewise.
27806         (rint_test_data): Likewise.
27807         (rint_tonearest_test_data): Likewise.
27808         (rint_towardzero_test_data): Likewise.
27809         (rint_downward_test_data): Likewise.
27810         (rint_upward_test_data): Likewise.
27811         (round_test_data): Likewise.
27812         (scalb_test_data): Likewise.
27813         (scalbn_test_data): Likewise.
27814         (scalbln_test_data): Likewise.
27815         (signbit_test_data): Likewise.
27816         (sin_test_data): Likewise.
27817         (sin_tonearest_test_data): Likewise.
27818         (sin_towardzero_test_data): Likewise.
27819         (sin_downward_test_data): Likewise.
27820         (sin_upward_test_data): Likewise.
27821         (sincos_test_data): Likewise.
27822         (sinh_test_data): Likewise.
27823         (sinh_tonearest_test_data): Likewise.
27824         (sinh_towardzero_test_data): Likewise.
27825         (sinh_downward_test_data): Likewise.
27826         (sinh_upward_test_data): Likewise.
27827         (sqrt_test_data): Likewise.
27828         (tan_test_data): Likewise.
27829         (tan_tonearest_test_data): Likewise.
27830         (tan_towardzero_test_data): Likewise.
27831         (tan_downward_test_data): Likewise.
27832         (tan_upward_test_data): Likewise.
27833         (tanh_test_data): Likewise.
27834         (tgamma_test_data): Likewise.
27835         (trunc_test_data): Likewise.
27836         (y0_test_data): Likewise.
27837         (y1_test_data): Likewise.
27838         (yn_test_data): Likewise.
27839         (significand_test_data): Likewise.
27841         * math/gen-libm-test.pl (@functions): Remove variable.
27842         (generate_testfile): Don't handle START and END lines.
27843         * math/libm-test.inc (START): New macro.
27844         (END): Likewise.
27845         (END_COMPLEX): Likewise.
27846         (acos_test): Use END macro without arguments.
27847         (acos_test_tonearest): Likewise.
27848         (acos_test_towardzero): Likewise.
27849         (acos_test_downward): Likewise.
27850         (acos_test_upward): Likewise.
27851         (acosh_test): Likewise.
27852         (asin_test): Likewise.
27853         (asin_test_tonearest): Likewise.
27854         (asin_test_towardzero): Likewise.
27855         (asin_test_downward): Likewise.
27856         (asin_test_upward): Likewise.
27857         (asinh_test): Likewise.
27858         (atan_test): Likewise.
27859         (atanh_test): Likewise.
27860         (atan2_test): Likewise.
27861         (cabs_test): Likewise.
27862         (cacos_test): Use END_COMPLEX macro without arguments.
27863         (cacosh_test): Likewise.
27864         (carg_test): Use END macro without arguments.
27865         (casin_test): Use END_COMPLEX macro without arguments.
27866         (casinh_test): Likewise.
27867         (catan_test): Likewise.
27868         (catanh_test): Likewise.
27869         (cbrt_test): Use END macro without arguments.
27870         (ccos_test): Use END_COMPLEX macro without arguments.
27871         (ccosh_test): Likewise.
27872         (ceil_test): Use END macro without arguments.
27873         (cexp_test): Use END_COMPLEX macro without arguments.
27874         (cimag_test): Use END macro without arguments.
27875         (clog_test): Use END_COMPLEX macro without arguments.
27876         (clog10_test): Likewise.
27877         (conj_test): Likewise.
27878         (copysign_test): Use END macro without arguments.
27879         (cos_test): Likewise.
27880         (cos_test_tonearest): Likewise.
27881         (cos_test_towardzero): Likewise.
27882         (cos_test_downward): Likewise.
27883         (cos_test_upward): Likewise.
27884         (cosh_test): Likewise.
27885         (cosh_test_tonearest): Likewise.
27886         (cosh_test_towardzero): Likewise.
27887         (cosh_test_downward): Likewise.
27888         (cosh_test_upward): Likewise.
27889         (cpow_test): Use END_COMPLEX macro without arguments.
27890         (cproj_test): Likewise.
27891         (creal_test): Use END macro without arguments.
27892         (csin_test): Use END_COMPLEX macro without arguments.
27893         (csinh_test): Likewise.
27894         (csqrt_test): Likewise.
27895         (ctan_test): Likewise.
27896         (ctan_test_tonearest): Likewise.
27897         (ctan_test_towardzero): Likewise.
27898         (ctan_test_downward): Likewise.
27899         (ctan_test_upward): Likewise.
27900         (ctanh_test): Likewise.
27901         (ctanh_test_tonearest): Likewise.
27902         (ctanh_test_towardzero): Likewise.
27903         (ctanh_test_downward): Likewise.
27904         (ctanh_test_upward): Likewise.
27905         (erf_test): Use END macro without arguments.
27906         (erfc_test): Likewise.
27907         (exp_test): Likewise.
27908         (exp_test_tonearest): Likewise.
27909         (exp_test_towardzero): Likewise.
27910         (exp_test_downward): Likewise.
27911         (exp_test_upward): Likewise.
27912         (exp10_test): Likewise.
27913         (exp2_test): Likewise.
27914         (expm1_test): Likewise.
27915         (fabs_test): Likewise.
27916         (fdim_test): Likewise.
27917         (finite_test): Likewise.
27918         (floor_test): Likewise.
27919         (fma_test): Likewise.
27920         (fma_test_towardzero): Likewise.
27921         (fma_test_downward): Likewise.
27922         (fma_test_upward): Likewise.
27923         (fmax_test): Likewise.
27924         (fmin_test): Likewise.
27925         (fmod_test): Likewise.
27926         (fpclassify_test): Likewise.
27927         (frexp_test): Likewise.
27928         (gamma_test): Likewise.
27929         (hypot_test): Likewise.
27930         (ilogb_test): Likewise.
27931         (isfinite_test): Likewise.
27932         (isgreater_test): Likewise.
27933         (isgreaterequal_test): Likewise.
27934         (isinf_test): Likewise.
27935         (isless_test): Likewise.
27936         (islessequal_test): Likewise.
27937         (islessgreater_test): Likewise.
27938         (isnan_test): Likewise.
27939         (isnormal_test): Likewise.
27940         (issignaling_test): Likewise.
27941         (isunordered_test): Likewise.
27942         (j0_test): Likewise.
27943         (j1_test): Likewise.
27944         (jn_test): Likewise.
27945         (ldexp_test): Likewise.
27946         (lgamma_test): Likewise.
27947         (lrint_test): Likewise.
27948         (lrint_test_tonearest): Likewise.
27949         (lrint_test_towardzero): Likewise.
27950         (lrint_test_downward): Likewise.
27951         (lrint_test_upward): Likewise.
27952         (llrint_test): Likewise.
27953         (llrint_test_tonearest): Likewise.
27954         (llrint_test_towardzero): Likewise.
27955         (llrint_test_downward): Likewise.
27956         (llrint_test_upward): Likewise.
27957         (log_test): Likewise.
27958         (log10_test): Likewise.
27959         (log1p_test): Likewise.
27960         (log2_test): Likewise.
27961         (logb_test): Likewise.
27962         (logb_test_downward): Likewise.
27963         (lround_test): Likewise.
27964         (llround_test): Likewise.
27965         (modf_test): Likewise.
27966         (nearbyint_test): Likewise.
27967         (nextafter_test): Likewise.
27968         (nexttoward_test): Likewise.
27969         (pow_test): Likewise.
27970         (pow_test_tonearest): Likewise.
27971         (pow_test_towardzero): Likewise.
27972         (pow_test_downward): Likewise.
27973         (pow_test_upward): Likewise.
27974         (remainder_test): Likewise.
27975         (remainder_test_tonearest): Likewise.
27976         (remainder_test_towardzero): Likewise.
27977         (remainder_test_downward): Likewise.
27978         (remainder_test_upward): Likewise.
27979         (remquo_test): Likewise.
27980         (rint_test): Likewise.
27981         (rint_test_tonearest): Likewise.
27982         (rint_test_towardzero): Likewise.
27983         (rint_test_downward): Likewise.
27984         (rint_test_upward): Likewise.
27985         (round_test): Likewise.
27986         (scalb_test): Likewise.
27987         (scalbn_test): Likewise.
27988         (scalbln_test): Likewise.
27989         (signbit_test): Likewise.
27990         (sin_test): Likewise.
27991         (sin_test_tonearest): Likewise.
27992         (sin_test_towardzero): Likewise.
27993         (sin_test_downward): Likewise.
27994         (sin_test_upward): Likewise.
27995         (sincos_test): Likewise.
27996         (sinh_test): Likewise.
27997         (sinh_test_tonearest): Likewise.
27998         (sinh_test_towardzero): Likewise.
27999         (sinh_test_downward): Likewise.
28000         (sinh_test_upward): Likewise.
28001         (sqrt_test): Likewise.
28002         (tan_test): Likewise.
28003         (tan_test_tonearest): Likewise.
28004         (tan_test_towardzero): Likewise.
28005         (tan_test_downward): Likewise.
28006         (tan_test_upward): Likewise.
28007         (tanh_test): Likewise.
28008         (tgamma_test): Likewise.
28009         (trunc_test): Likewise.
28010         (y0_test): Likewise.
28011         (y1_test): Likewise.
28012         (yn_test): Likewise.
28013         (significand_test): Likewise.
28015 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28017         [BZ #15381]
28018         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28020 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28022         [BZ #14894]
28023         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28024         __ppc_mdoio and __ppc_mdoom.
28025         * manual/platform.texi: Document new functions __ppc_yield,
28026         __ppc_mdoio and __ppc_mdoom.
28028 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28030         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28031         (main): Mention "tls" pseudo-hwcap is legacy.
28032         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28034 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28036         * math/gen-libm-test.pl (parse_args): Output only string of
28037         arguments as text for test name, not full call or descriptions of
28038         tests for extra outputs.
28039         (generate_testfile): Do not pass function name to parse_args.
28040         Generate this_func variable from START.
28041         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28042         field to arg_str.
28043         (struct test_ff_f_data): Likewise.
28044         (test_ff_f_data_nexttoward): Likewise.
28045         (struct test_fi_f_data): Likewise.
28046         (struct test_fl_f_data): Likewise.
28047         (struct test_if_f_data): Likewise.
28048         (struct test_fff_f_data): Likewise.
28049         (struct test_c_f_data): Likewise.
28050         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28051         (struct test_fF_f1_data): Likewise.
28052         (struct test_ffI_f1_data): Likewise.
28053         (struct test_c_c_data): Rename test_name field to arg_str.
28054         (struct test_cc_c_data): Likewise.
28055         (struct test_f_i_data): Likewise.
28056         (struct test_ff_i_data): Likewise.
28057         (struct test_f_l_data): Likewise.
28058         (struct test_f_L_data): Likewise.
28059         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28060         and extra2_name.
28061         (COMMON_TEST_SETUP): New macro.
28062         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28063         (COMMON_TEST_CLEANUP): Likewise.
28064         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28065         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28066         macros.
28067         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28068         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28069         macros.
28070         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28071         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28072         cleanup macros.
28073         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28074         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28075         macros.
28076         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28077         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28078         macros.
28079         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28080         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28081         cleanup macros.
28082         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28083         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28084         cleanup macros.
28085         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28086         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28087         cleanup macros.
28088         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28089         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28090         macros.
28091         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28092         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28093         macros.
28094         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28095         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28096         macros.
28097         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28098         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28099         cleanup macros.
28100         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28101         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28102         cleanup macros.
28103         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28104         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28105         macros.
28106         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28107         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28108         cleanup macros.
28109         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28110         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28111         macros.
28112         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28113         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28114         macros.
28115         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28116         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28117         cleanup macros.
28118         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28120 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28122         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28123         to _sifields.sigfault.
28124         (si_addr_lsb): Define new macro.
28125         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28126         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28127         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28129 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28131         [BZ #15441]
28132         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28133         returns -1.
28134         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28135         null return -1.
28136         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28137         loading the domain.
28139 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28141         * math/gen-libm-test.pl (parse_args): Do not include expected
28142         result in test name.
28143         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28144         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28145         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28146         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28147         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28150 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28152         * benchtests/Makefile: Sort function entries.
28154         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28155         tanh, asinh, acosh, atanh.
28156         * benchtests/acos-inputs: New file.
28157         * benchtests/acosh-inputs: New file.
28158         * benchtests/asin-inputs: New file.
28159         * benchtests/asinh-inputs: New file.
28160         * benchtests/atanh-inputs: New file.
28161         * benchtests/cosh-inputs: New file.
28162         * benchtests/log-inputs: New file.
28163         * benchtests/sinh-inputs: New file.
28164         * benchtests/tanh-inputs: New file.
28166 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28168         [BZ #15339]
28169         * posix/tst-getaddrinfo4.c: New test.
28170         * posix/Makefile (tests): Add it.
28172 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28174         [BZ #15339]
28175         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28176         when no services were used.
28177         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28178         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28180 2013-05-21  Andreas Schwab  <schwab@suse.de>
28182         [BZ #15014]
28183         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28184         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28185         successful.
28186         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28187         redundant variable declarations and reallocation of buffer when
28188         parsing as IPv6 address.  Always set NSS status when called from
28189         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28190         buffer too small.  Correct computation of needed size.
28191         * nss/Makefile (tests): Add test-digits-dots.
28192         * nss/test-digits-dots.c: New test.
28194 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28196         * benchtests/Makefile: Remove instructions for adding
28197         benchmark tests.
28198         * benchtests/README: New file to explain how to execute and
28199         enhance the benchmark tests.
28201 2013-05-21  Andreas Schwab  <schwab@suse.de>
28203         [BZ #15493]
28204         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28205         * setjmp/tst-sigsetjmp.c: New test.
28207 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28209         * sysdeps/x86_64/memset.S (memset): New implementation.
28210         (__bzero): Likewise.
28211         (__memset_tail): New function.
28213 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28215         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28216         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28217         __memcpy_sse2_unaligned ifunc selection.
28218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28219         Add memcpy-sse2-unaligned.S.
28220         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28221         Add: __memcpy_sse2_unaligned.
28223 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28225         [BZ #15490]
28226         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28227         math_force_eval before restoring floating-point envrionment.
28228         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28229         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28230         Likewise.
28231         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28232         <math_private.h>.
28233         (__nearbyintl): Use math_force_eval before restoring
28234         floating-point environment.
28235         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28237         * math/gen-libm-test.pl (special_functions): Remove.
28238         (parse_args): Don't handle TEST_extra.  Handle functions with no
28239         return value.
28240         * math/libm-test.inc (struct test_sincos_data): Replace with
28241         struct test_fFF_11_data.
28242         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28243         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28244         (sincos_test_data): Change element type to struct
28245         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28246         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28247         RUN_TEST_LOOP_sincos.
28248         * math/README.libm-test: Don't mention special handling of
28249         individual functions.
28250         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28251         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28252         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28253         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28254         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28255         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28257         * math/gen-libm-test.pl (get_variable): Remove function.
28258         (parse_args): Don't show pointer parameters to call in test
28259         names.  Use "extra output N" in test names for extra outputs
28260         rather than naming variables.
28262 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28264         [BZ #15488]
28265         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28266         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28267         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28268         double tests.
28269         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28270         disable.
28271         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28272         check_long_double.
28274         * math/gen-libm-test.pl (@tests): Remove variable.
28275         ($count): Likewise.
28276         (new_test): Remove function.
28277         (show_exceptions): New function.
28278         (special_functions): Use show_exceptions instead of new_test.
28279         (parse_args): Likewise.
28280         (generate_testfile): Pass only function name in generated call to
28281         print_max_error or print_complex_max_error.
28282         (get_ulps): Do not handle complex tests specially.
28283         (output_test): Rename to ...
28284         (get_all_ulps_for_test): ... this.  Return a string rather than
28285         printing to a file.  Require ulps to be present.
28286         (output_ulps): Generate arrays rather than #defines.
28287         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28288         (struct ulp_data): New type.
28289         (BUILD_COMPLEX_ULP): Remove macro.
28290         (compare_ulp_data): New function.
28291         (find_ulps): Likewise.
28292         (find_test_ulps): Likewise.
28293         (find_function_ulps): Likewise.
28294         (find_complex_function_ulps): Likewise.
28295         (print_max_error): Determine allowed ulps using
28296         find_function_ulps.
28297         (print_complex_max_error): Determine allowed ulps using
28298         find_complex_function_ulps.
28299         (check_float_internal): Determine max ulps using find_test_ulps.
28300         (check_float): Do not take max_ulp parameter.  Update call to
28301         check_float_internal.
28302         (check_complex): Likewise.
28303         (check_int): Do not take max_ulp parameter.
28304         (check_long): Likewise.
28305         (check_bool): Likewise.
28306         (check_longlong): Likewise.
28307         (struct test_f_f_data): Remove max_ulp field.
28308         (struct test_ff_f_data): Likewise.
28309         (struct test_ff_f_data_nexttoward): Likewise.
28310         (struct test_fi_f_data): Likewise.
28311         (struct test_fl_f_data): Likewise.
28312         (struct test_if_f_data): Likewise.
28313         (struct test_fff_f_data): Likewise.
28314         (struct test_c_f_data): Likewise.
28315         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28316         (struct test_fF_f1_data): Likewise.
28317         (struct test_ffI_f1_data): Likewise.
28318         (struct test_c_c_data): Remove max_ulp field.
28319         (struct test_cc_c_data): Likewise.
28320         (struct test_f_i_data): Likewise.
28321         (struct test_ff_i_data): Likewise.
28322         (struct test_f_l_data): Likewise.
28323         (struct test_f_L_data): Likewise.
28324         (struct test_sincos_data): Likewise.
28325         (RUN_TEST_f_f): Do not handle ulps.
28326         (RUN_TEST_LOOP_f_f): Likewise.
28327         (RUN_TEST_2_f): Likewise.
28328         (RUN_TEST_LOOP_2_f): Likewise.
28329         (RUN_TEST_fff_f): Likewise.
28330         (RUN_TEST_LOOP_fff_f): Likewise.
28331         (RUN_TEST_c_f): Likewise.
28332         (RUN_TEST_LOOP_c_f): Likewise.
28333         (RUN_TEST_f_f1): Likewise.
28334         (RUN_TEST_LOOP_f_f1): Likewise.
28335         (RUN_TEST_fF_f1): Likewise.
28336         (RUN_TEST_LOOP_fF_f1): Likewise.
28337         (RUN_TEST_fI_f1): Likewise.
28338         (RUN_TEST_LOOP_fI_f1): Likewise.
28339         (RUN_TEST_ffI_f1): Likewise.
28340         (RUN_TEST_LOOP_ffI_f1): Likewise.
28341         (RUN_TEST_c_c): Likewise.
28342         (RUN_TEST_LOOP_c_c): Likewise.
28343         (RUN_TEST_cc_c): Likewise.
28344         (RUN_TEST_LOOP_cc_c): Likewise.
28345         (RUN_TEST_f_i): Likewise.
28346         (RUN_TEST_LOOP_f_i): Likewise.
28347         (RUN_TEST_f_i_tg): Likewise.
28348         (RUN_TEST_LOOP_f_i_tg): Likewise.
28349         (RUN_TEST_ff_i_tg): Likewise.
28350         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28351         (RUN_TEST_f_b): Likewise.
28352         (RUN_TEST_LOOP_f_b): Likewise.
28353         (RUN_TEST_f_b_tg): Likewise.
28354         (RUN_TEST_LOOP_f_b_tg): Likewise.
28355         (RUN_TEST_f_l): Likewise.
28356         (RUN_TEST_LOOP_f_l): Likewise.
28357         (RUN_TEST_f_L): Likewise.
28358         (RUN_TEST_LOOP_f_L): Likewise.
28359         (RUN_TEST_sincos): Likewise.
28360         (RUN_TEST_LOOP_sincos): Likewise.
28362 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28364         [BZ #15480]
28365         [BZ #15485]
28366         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28367         main case of finite arguments, set rounding mode to FE_TONEAREST
28368         and discard exceptions.
28369         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28370         exceptions.
28371         (remainder_tonearest_test_data): New variable.
28372         (remainder_test_tonearest): New function.
28373         (remainder_towardzero_test_data): New variable.
28374         (remainder_test_towardzero): New function.
28375         (remainder_downward_test_data): New variable.
28376         (remainder_test_downward): New function.
28377         (remainder_upward_test_data): New variable.
28378         (remainder_test_upward): New function.
28379         (main): Call the new test functions.
28381         * math/libm-test.inc (struct test_f_f1_data): Remove field
28382         extra_init.
28383         (struct test_fF_f1_data): Likewise.
28384         (struct test_ffI_f1_data): Likewise.
28385         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28386         based on value of EXTRA_EXPECTED.
28387         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28388         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28389         EXTRA_VAR based on value of EXTRA_EXPECTED.
28390         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28391         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28392         EXTRA_VAR based on value of EXTRA_EXPECTED.
28393         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28394         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28395         EXTRA_VAR based on value of EXTRA_EXPECTED.
28396         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28397         * math/gen-libm-test.pl (parse_args): Don't output initializers
28398         for extra output values.
28400         * math/libm-test.inc (check_int): Expect result to be exactly
28401         equal to expected value and do not handle ulps.
28402         (check_long): Likewise.
28403         (check_longlong): Likewise.
28405         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28406         exceptions.
28407         (cimag_test_data): Likewise.
28408         (conj_test_data): Likewise.
28409         (copysign_test_data): Likewise.
28410         (cproj_test_data): Likewise.
28411         (creal_test_data): Likewise.
28412         (fabs_test_data): Likewise.
28413         (fdim_test_data): Likewise.
28414         (finite_test_data): Likewise.
28415         (floor_test_data): Likewise.
28416         (fmax_test_data): Likewise.
28417         (fmin_test_data): Likewise.
28418         (fmod_test_data): Likewise.
28419         (fpclassify_test_data): Likewise.
28420         (frexp_test_data): Likewise.
28421         (ilogb_test_data): Likewise.
28422         (isfinite_test_data): Likewise.
28423         (isgreater_test_data): Likewise.
28424         (isgreaterequal_test_data): Likewise.
28425         (isinf_test_data): Likewise.
28426         (isless_test_data): Likewise.
28427         (islessequal_test_data): Likewise.
28428         (islessgreater_test_data): Likewise.
28429         (isnan_test_data): Likewise.
28430         (isnormal_test_data): Likewise.
28431         (issignaling_test_data): Likewise.
28432         (isunordered_test_data): Likewise.
28433         (ldexp_test_data): Likewise.
28434         (lrint_test_data): Likewise.
28435         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28436         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28437         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28438         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28439         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28440         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28441         test input.
28442         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28443         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28444         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28445         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28446         that test input.
28447         (lrint_downward_test_data): Test for "inexact" exceptions.
28448         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28449         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28450         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28451         test input.
28452         (lrint_upward_test_data): Test for "inexact" exceptions.
28453         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28454         test input.
28455         (llrint_test_data): Test for "inexact" exceptions.
28456         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28457         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28458         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28459         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28460         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28461         (llrint_downward_test_data): Test for "inexact" exceptions.
28462         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28463         (llrint_upward_test_data): Test for "inexact" exceptions.
28464         (logb_test_data): Likewise.
28465         (logb_downward_test_data): Likewise.
28466         (nextafter_test_data): Likewise.
28467         (nexttoward_test_data): Likewise.
28468         (remainder_test_data): Likewise.
28469         (remquo_test_data): Likewise.
28470         (scalbn_test_data): Likewise.
28471         (scalbln_test_data): Likewise.
28472         (signbit_test_data): Likewise.
28473         (sqrt_test_data): Likewise.
28474         (significand_test_data): Likewise.
28476 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28478         [BZ #15424]
28479         * benchtests/bench-modf.c (struct args): Mark arg0 as
28480         volatile.
28481         * scripts/bench.pl: Mark members of struct args as volatile.
28483 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28485         [BZ # 15497]
28486         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28487         negative infinity on POWER6 or lower.
28488         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28490 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28492         [BZ #15442]
28493         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28494         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28495         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28496         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28497         (_FP_SETQNAN): New macro.
28498         (_FP_SETQNAN_SEMIRAW): Likewise.
28499         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28500         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28501         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28502         (FP_EXTEND): Use _FP_FRAC_SNANP.
28503         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28504         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28505         into account.
28506         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28507         New macro.
28508         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28509         Likewise.
28511 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28513         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28514         with DIVIDE_BY_ZERO_EXCEPTION.
28515         (gamma_test_data): Likewise.
28516         (lgamma_test_data): Likewise.
28517         (log_test_data): Likewise.
28518         (log10_test_data): Likewise.
28519         (log2_test_data): Likewise.
28520         (tgamma_test_data): Likewise.
28522         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28523         (acos_test_tonearest): Likewise.
28524         (acos_test_towardzero): Likewise.
28525         (acos_test_downward): Likewise.
28526         (acos_test_upward): Likewise.
28527         (acosh_test): Likewise.
28528         (asin_test): Likewise.
28529         (asin_test_tonearest): Likewise.
28530         (asin_test_towardzero): Likewise.
28531         (asin_test_downward): Likewise.
28532         (asin_test_upward): Likewise.
28533         (asinh_test): Likewise.
28534         (atan_test): Likewise.
28535         (atanh_test): Likewise.
28536         (atan2_test): Likewise.
28537         (cabs_test): Likewise.
28538         (cacos_test): Likewise.
28539         (cacosh_test): Likewise.
28540         (casin_test): Likewise.
28541         (casinh_test): Likewise.
28542         (catan_test): Likewise.
28543         (catanh_test): Likewise.
28544         (cbrt_test): Likewise.
28545         (ccos_test): Likewise.
28546         (ccosh_test): Likewise.
28547         (cexp_test): Likewise.
28548         (clog_test): Likewise.
28549         (clog10_test): Likewise.
28550         (cos_test): Likewise.
28551         (cos_test_tonearest): Likewise.
28552         (cos_test_towardzero): Likewise.
28553         (cos_test_downward): Likewise.
28554         (cos_test_upward): Likewise.
28555         (cosh_test): Likewise.
28556         (cosh_test_tonearest): Likewise.
28557         (cosh_test_towardzero): Likewise.
28558         (cosh_test_downward): Likewise.
28559         (cosh_test_upward): Likewise.
28560         (cpow_test): Likewise.
28561         (csin_test): Likewise.
28562         (csinh_test): Likewise.
28563         (csqrt_test): Likewise.
28564         (ctan_test): Likewise.
28565         (ctan_test_tonearest): Likewise.
28566         (ctan_test_towardzero): Likewise.
28567         (ctan_test_downward): Likewise.
28568         (ctan_test_upward): Likewise.
28569         (ctanh_test): Likewise.
28570         (ctanh_test_tonearest): Likewise.
28571         (ctanh_test_towardzero): Likewise.
28572         (ctanh_test_downward): Likewise.
28573         (ctanh_test_upward): Likewise.
28574         (erf_test): Likewise.
28575         (erfc_test): Likewise.
28576         (exp_test): Likewise.
28577         (exp_test_tonearest): Likewise.
28578         (exp_test_towardzero): Likewise.
28579         (exp_test_downward): Likewise.
28580         (exp_test_upward): Likewise.
28581         (exp10_test): Likewise.
28582         (exp2_test): Likewise.
28583         (expm1_test): Likewise.
28584         (fmod_test): Likewise.
28585         (gamma_test): Likewise.
28586         (hypot_test): Likewise.
28587         (j0_test): Likewise.
28588         (j1_test): Likewise.
28589         (jn_test): Likewise.
28590         (lgamma_test): Likewise.
28591         (log_test): Likewise.
28592         (log10_test): Likewise.
28593         (log1p_test): Likewise.
28594         (log2_test): Likewise.
28595         (logb_test_downward): Likewise.
28596         (pow_test): Likewise.
28597         (pow_test_tonearest): Likewise.
28598         (pow_test_towardzero): Likewise.
28599         (pow_test_downward): Likewise.
28600         (pow_test_upward): Likewise.
28601         (remainder_test): Likewise.
28602         (remquo_test): Likewise.
28603         (sin_test): Likewise.
28604         (sin_test_tonearest): Likewise.
28605         (sin_test_towardzero): Likewise.
28606         (sin_test_downward): Likewise.
28607         (sin_test_upward): Likewise.
28608         (sincos_test): Likewise.
28609         (sinh_test): Likewise.
28610         (sinh_test_tonearest): Likewise.
28611         (sinh_test_towardzero): Likewise.
28612         (sinh_test_downward): Likewise.
28613         (sinh_test_upward): Likewise.
28614         (sqrt_test): Likewise.
28615         (tan_test): Likewise.
28616         (tan_test_tonearest): Likewise.
28617         (tan_test_towardzero): Likewise.
28618         (tan_test_downward): Likewise.
28619         (tan_test_upward): Likewise.
28620         (tanh_test): Likewise.
28621         (tgamma_test): Likewise.
28622         (y0_test): Likewise.
28623         (y1_test): Likewise.
28624         (yn_test): Likewise.
28626         * math/gen-libm-test.pl (adjust_arg): Remove function.
28627         (special_function): Remove argument $in_func.  Only handle
28628         generating output for tables of tests, not inside functions.
28629         (parse_args): Likewise.
28630         (generate_testfile): Remove variable $in_func.  Update call to
28631         parse_args.
28632         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28633         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28634         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28635         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28636         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28637         (MAX_VALUE_INIT): Rename macro to max_value.
28638         (MIN_VALUE_INIT): Rename macro to min_value.
28639         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28640         (plus_zero): Remove variable.
28641         (minus_zero): Likewise.
28642         (plus_infty): Likewise.
28643         (minus_infty): Likewise.
28644         (qnan_value): Likewise.
28645         (max_value): Likewise.
28646         (min_value): Likewise.
28647         (min_subnorm_value): Likewise.
28649 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28651         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28652         uint64_t or uint32_t usage.
28653         * crypt/sha256-block.c: Likewise.
28654         * crypt/sha256-crypt.c: Likewise.
28655         * crypt/sha256.c: Likewise.
28656         * crypt/sha512-block.c: Likewise.
28657         * crypt/sha512-crypt.c: Likewise.
28658         * crypt/sha512.c: Likewise.
28659         * debug/backtrace-tst.c: Likewise.
28660         * debug/pcprofiledump.c: Likewise.
28661         * elf/cache.c: Likewise.
28662         * elf/dl-cache.c: Likewise.
28663         * elf/dl-misc.c: Likewise.
28664         * elf/dl-profile.c: Likewise.
28665         * elf/dl-support.c: Likewise.
28666         * elf/ldconfig.c: Likewise.
28667         * elf/sprof.c: Likewise.
28668         * iconv/dummy-repertoire.c: Likewise.
28669         * iconv/iconv_charmap.c: Likewise.
28670         * iconv/skeleton.c: Likewise.
28671         * iconvdata/8bit-generic.c: Likewise.
28672         * iconvdata/cp737.h: Likewise.
28673         * iconvdata/cp775.h: Likewise.
28674         * iconvdata/ibm1008.h: Likewise.
28675         * iconvdata/ibm1025.h: Likewise.
28676         * iconvdata/ibm1046.h: Likewise.
28677         * iconvdata/ibm1097.h: Likewise.
28678         * iconvdata/ibm1112.h: Likewise.
28679         * iconvdata/ibm1122.h: Likewise.
28680         * iconvdata/ibm1123.h: Likewise.
28681         * iconvdata/ibm1124.h: Likewise.
28682         * iconvdata/ibm1129.h: Likewise.
28683         * iconvdata/ibm1130.h: Likewise.
28684         * iconvdata/ibm1132.h: Likewise.
28685         * iconvdata/ibm1133.h: Likewise.
28686         * iconvdata/ibm1137.h: Likewise.
28687         * iconvdata/ibm1140.h: Likewise.
28688         * iconvdata/ibm1141.h: Likewise.
28689         * iconvdata/ibm1142.h: Likewise.
28690         * iconvdata/ibm1143.h: Likewise.
28691         * iconvdata/ibm1144.h: Likewise.
28692         * iconvdata/ibm1145.h: Likewise.
28693         * iconvdata/ibm1146.h: Likewise.
28694         * iconvdata/ibm1147.h: Likewise.
28695         * iconvdata/ibm1148.h: Likewise.
28696         * iconvdata/ibm1149.h: Likewise.
28697         * iconvdata/ibm1153.h: Likewise.
28698         * iconvdata/ibm1154.h: Likewise.
28699         * iconvdata/ibm1155.h: Likewise.
28700         * iconvdata/ibm1156.h: Likewise.
28701         * iconvdata/ibm1157.h: Likewise.
28702         * iconvdata/ibm1158.h: Likewise.
28703         * iconvdata/ibm1160.h: Likewise.
28704         * iconvdata/ibm1161.h: Likewise.
28705         * iconvdata/ibm1162.h: Likewise.
28706         * iconvdata/ibm1163.h: Likewise.
28707         * iconvdata/ibm1164.h: Likewise.
28708         * iconvdata/ibm1166.h: Likewise.
28709         * iconvdata/ibm1167.h: Likewise.
28710         * iconvdata/ibm12712.h: Likewise.
28711         * iconvdata/ibm1390.h: Likewise.
28712         * iconvdata/ibm1399.h: Likewise.
28713         * iconvdata/ibm16804.h: Likewise.
28714         * iconvdata/ibm4517.h: Likewise.
28715         * iconvdata/ibm4899.h: Likewise.
28716         * iconvdata/ibm4909.h: Likewise.
28717         * iconvdata/ibm4971.h: Likewise.
28718         * iconvdata/ibm5347.h: Likewise.
28719         * iconvdata/ibm803.h: Likewise.
28720         * iconvdata/ibm856.h: Likewise.
28721         * iconvdata/ibm901.h: Likewise.
28722         * iconvdata/ibm902.h: Likewise.
28723         * iconvdata/ibm9030.h: Likewise.
28724         * iconvdata/ibm9066.h: Likewise.
28725         * iconvdata/ibm921.h: Likewise.
28726         * iconvdata/ibm922.h: Likewise.
28727         * iconvdata/ibm9448.h: Likewise.
28728         * iconvdata/isiri-3342.h: Likewise.
28729         * iconvdata/jis0201.h: Likewise.
28730         * include/link.h: Likewise.
28731         * include/netdb.h: Likewise.
28732         * inet/check_native.c: Likewise.
28733         * inet/check_pf.c: Likewise.
28734         * inet/getipv4sourcefilter.c: Likewise.
28735         * inet/getnameinfo.c: Likewise.
28736         * inet/getsourcefilter.c: Likewise.
28737         * inet/htonl.c: Likewise.
28738         * inet/setipv4sourcefilter.c: Likewise.
28739         * inet/setsourcefilter.c: Likewise.
28740         * inet/test-inet6_opt.c: Likewise.
28741         * inet/tst-network.c: Likewise.
28742         * locale/C-collate.c: Likewise.
28743         * locale/C-ctype.c: Likewise.
28744         * locale/C-time.c: Likewise.
28745         * locale/C-translit.h: Likewise.
28746         * locale/loadarchive.c: Likewise.
28747         * locale/programs/3level.h: Likewise.
28748         * locale/programs/charmap.c: Likewise.
28749         * locale/programs/charmap.h: Likewise.
28750         * locale/programs/ld-address.c: Likewise.
28751         * locale/programs/ld-collate.c: Likewise.
28752         * locale/programs/ld-ctype.c: Likewise.
28753         * locale/programs/ld-identification.c: Likewise.
28754         * locale/programs/ld-measurement.c: Likewise.
28755         * locale/programs/ld-messages.c: Likewise.
28756         * locale/programs/ld-monetary.c: Likewise.
28757         * locale/programs/ld-name.c: Likewise.
28758         * locale/programs/ld-numeric.c: Likewise.
28759         * locale/programs/ld-paper.c: Likewise.
28760         * locale/programs/ld-telephone.c: Likewise.
28761         * locale/programs/ld-time.c: Likewise.
28762         * locale/programs/linereader.c: Likewise.
28763         * locale/programs/locale.c: Likewise.
28764         * locale/programs/locarchive.c: Likewise.
28765         * locale/programs/locfile.h: Likewise.
28766         * locale/programs/repertoire.c: Likewise.
28767         * locale/programs/simple-hash.c: Likewise.
28768         * locale/programs/simple-hash.h: Likewise.
28769         * malloc/memusage.c: Likewise.
28770         * malloc/memusagestat.c: Likewise.
28771         * nis/nis_defaults.c: Likewise.
28772         * nis/nis_hash.c: Likewise.
28773         * nis/nis_print.c: Likewise.
28774         * nis/nis_xdr.c: Likewise.
28775         * nscd/connections.c: Likewise.
28776         * nscd/hstcache.c: Likewise.
28777         * nscd/nscd_gethst_r.c: Likewise.
28778         * nscd/nscd_getserv_r.c: Likewise.
28779         * nscd/nscd_helper.c: Likewise.
28780         * nscd/servicescache.c: Likewise.
28781         * nss/makedb.c: Likewise.
28782         * nss/nss_db/db-XXX.c: Likewise.
28783         * nss/nss_db/db-initgroups.c: Likewise.
28784         * nss/nss_db/db-netgrp.c: Likewise.
28785         * nss/nss_files/files-network.c: Likewise.
28786         * nss/nss_files/files-parse.c: Likewise.
28787         * posix/bug-regex5.c: Likewise.
28788         * posix/fnmatch_loop.c: Likewise.
28789         * posix/regcomp.c: Likewise.
28790         * posix/regexec.c: Likewise.
28791         * posix/tst-rfc3484-2.c: Likewise.
28792         * posix/tst-rfc3484-3.c: Likewise.
28793         * posix/tst-rfc3484.c: Likewise.
28794         * resolv/nss_dns/dns-canon.c: Likewise.
28795         * resolv/nss_dns/dns-network.c: Likewise.
28796         * resolv/res_init.c: Likewise.
28797         * resolv/res_mkquery.c: Likewise.
28798         * resolv/tst-aton.c: Likewise.
28799         * stdlib/cxa_atexit.c: Likewise.
28800         * stdlib/cxa_finalize.c: Likewise.
28801         * stdlib/gen-fpioconst.c: Likewise.
28802         * stdlib/strtol_l.c: Likewise.
28803         * string/tst-endian.c: Likewise.
28804         * sunrpc/auth_des.c: Likewise.
28805         * sunrpc/clnt_udp.c: Likewise.
28806         * sunrpc/rtime.c: Likewise.
28807         * sunrpc/svcauth_des.c: Likewise.
28808         * sunrpc/xdr.c: Likewise.
28809         * sunrpc/xdr_intXX_t.c: Likewise.
28810         * sunrpc/xdr_rec.c: Likewise.
28811         * sysdeps/generic/ldconfig.h: Likewise.
28812         * sysdeps/generic/ldsodefs.h: Likewise.
28813         * sysdeps/generic/memusage.h: Likewise.
28814         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28815         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28816         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28817         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28818         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28819         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28820         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28821         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28822         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28823         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28824         * sysdeps/posix/getaddrinfo.c: Likewise.
28825         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28826         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28827         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28828         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28829         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28830         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28831         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28832         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28833         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28834         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28835         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28836         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28837         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28838         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28839         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28840         * sysdeps/x86_64/dl-tls.h: Likewise.
28841         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28842         * time/alt_digit.c: Likewise.
28843         * time/era.c: Likewise.
28844         * wcsmbs/tst-c16c32-1.c: Likewise.
28846 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28848         * math/libm-test.inc (struct test_sincos_data): New type.
28849         (RUN_TEST_LOOP_sincos): New macro.
28850         (sincos_test_data): New variable.
28851         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28853 2013-05-16  Richard Henderson  <rth@redhat.com>
28855         * math/atest-exp2.c (LIMB64): New macro.
28856         (CONSTSZ): New macro.
28857         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28858         (hexdig): Move ...
28859         (print_mpn_fp): ... to function scope.
28860         (read_mpn_hex): Remove.
28861         (get_log2): Remove.
28862         (exp2_mpn): Use mp_log2.
28863         (main): Use mp_exp1.
28865 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28867         * math/libm-test.inc: Remove comment about not testing "inexact"
28868         exceptions.
28869         (INEXACT_EXCEPTION): New macro.
28870         (NO_INEXACT_EXCEPTION): Likewise.
28871         (INVALID_EXCEPTION_OK): Update value.
28872         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28873         (OVERFLOW_EXCEPTION_OK): Likewise.
28874         (UNDERFLOW_EXCEPTION_OK): Likewise.
28875         (IGNORE_ZERO_INF_SIGN): Likewise.
28876         (ERRNO_UNCHANGED): Likewise.
28877         (ERRNO_EDOM): Likewise.
28878         (ERRNO_ERANGE): Likewise.
28879         (test_exceptions): Handle testing "inexact" exceptions.
28880         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28881         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28882         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28883         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28884         INEXACT_EXCEPTION.
28885         (rint_towardzero_test_data): Likewise.
28886         (rint_downward_test_data): Likewise.
28887         (rint_upward_test_data): Likewise.
28889         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28890         with OVERFLOW_EXCEPTION.
28891         (exp10_test_data): Likewise.
28892         (exp2_test_data): Likewise.
28893         (expm1_test_data): Likewise.
28894         (lgamma_test_data): Likewise.
28895         (pow_test_data): Likewise.
28896         (tgamma_test_data): Likewise.
28897         (yn_test_data): Remove duplicate test of overflow.
28899         * math/libm-test.inc (struct test_cc_c_data): New type.
28900         (RUN_TEST_LOOP_cc_c): New macro.
28901         (cpow_test_data): New variable.
28902         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28904         * math/libm-test.inc (struct test_f_L_data): New type.
28905         (RUN_TEST_LOOP_f_L): New macro.
28906         (llrint_test_data): New variable.
28907         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28908         (llrint_tonearest_test_data): New variable.
28909         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28910         (llrint_towardzero_test_data): New variable.
28911         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28912         (llrint_downward_test_data): New variable.
28913         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28914         (llrint_upward_test_data): New variable.
28915         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28916         (llround_test_data): New variable.
28917         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28919 2013-05-13  Peter Collingbourne  <pcc@google.com>
28921         * math/atest-exp2.c (get_log2): Remove const attribute.
28923 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28925         * math/libm-test.inc (struct test_f_l_data): New type.
28926         (RUN_TEST_LOOP_f_l): New macro.
28927         (lrint_test_data): New variable.
28928         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28929         (lrint_tonearest_test_data): New variable.
28930         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28931         (lrint_towardzero_test_data): New variable.
28932         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28933         (lrint_downward_test_data): New variable.
28934         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28935         (lrint_upward_test_data): New variable.
28936         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28937         (lround_test_data): New variable.
28938         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28940 2013-05-15  Peter Collingbourne  <pcc@google.com>
28942         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28943         (EXTRACT_WORDS64) Use where appropriate.
28944         (INSERT_WORDS64) Likewise.
28946         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28947         constraints with x constraints.
28948         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28950         * malloc/obstack.c (_obstack_compat): Add initializer.
28952 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28954         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28955         si_trapno and add si_addr_lsb to _sifields.sigfault.
28956         (si_trapno): Remove macro.
28957         (si_addr_lsb): Define new macro.
28958         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28960 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28962         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28963         instead of TEST_f_l.
28964         (llrint_test_tonearest): Likewise.
28965         (llrint_test_towardzero): Likewise.
28966         (llrint_test_downward): Likewise.
28967         (llrint_test_upward): Likewise.
28968         (llround_test): Likewise.
28970         * math/libm-test.inc (struct test_f_i_data): Add comment.
28971         (RUN_TEST_LOOP_f_b): New macro.
28972         (RUN_TEST_LOOP_f_b_tg): Likewise.
28973         (finite_test_data): New variable.
28974         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28975         (isfinite_test_data): New variable.
28976         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28977         (isinf_test_data): New variable.
28978         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28979         (isnan_test_data): New variable.
28980         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28981         (isnormal_test_data): New variable.
28982         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28983         (issignaling_test_data): New variable.
28984         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28985         (signbit_test_data): New variable.
28986         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28988         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28989         with INVALID_EXCEPTION.
28990         (acosh_test_data): Likewise.
28991         (asin_test_data): Likewise.
28992         (atanh_test_data): Likewise.
28993         (fmod_test_data): Likewise.
28994         (log_test_data): Likewise.
28995         (log10_test_data): Likewise.
28996         (log2_test_data): Likewise.
28997         (pow_test_data): Likewise.
28998         (sqrt_test_data): Likewise.
28999         (y0_test_data): Likewise.
29000         (y1_test_data): Likewise.
29001         (yn_test_data): Likewise.
29003         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29004         function contents.
29006         * math/libm-test.inc (struct test_ff_i_data): New type.
29007         (RUN_TEST_LOOP_ff_i_tg): New macro.
29008         (isgreater_test_data): New variable.
29009         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29010         (isgreaterequal_test_data): New variable.
29011         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29012         (isless_test_data): New variable.
29013         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29014         (islessequal_test_data): New variable.
29015         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29016         (islessgreater_test_data): New variable.
29017         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29018         (isunordered_test_data): New variable.
29019         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29021 2013-05-14  David S. Miller  <davem@davemloft.net>
29023         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29025 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29027         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29029         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29030         extra_test to int.
29031         (struct test_f_i_data): Change type of max_ulp to int.
29033         * math/libm-test.inc (test_ffI_f1_data): New type.
29034         (RUN_TEST_LOOP_ffI_f1): New macro.
29035         (remquo_test_data): New variable.
29036         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29038         * setjmp/tst-setjmp-fp.c: New file.
29039         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29040         (link-libm): New variable.
29041         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29043         * math/libm-test.inc (struct test_f_i_data): New type.
29044         (RUN_TEST_LOOP_f_i): New macro.
29045         (RUN_TEST_LOOP_f_i_tg): Likewise.
29046         (fpclassify_test_data): New variable.
29047         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29048         (ilogb_test_data): New variable.
29049         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29051         * math/libm-test.inc (scalbln_test): Correct function name in END
29052         call.
29054         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29055         (RUN_TEST_LOOP_fI_f1): New macro.
29056         (frexp_test_data): New variable.
29057         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29059         * math/libm-test.inc (struct test_fF_f1_data): New type.
29060         (RUN_TEST_LOOP_fF_f1): New macro.
29061         (modf_test_data): New variable.
29062         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29064         * math/libm-test.inc (struct test_f_f1_data): New type.
29065         (RUN_TEST_LOOP_f_f1): New macro.
29066         (gamma_test_data): New variable.
29067         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29068         (lgamma_test_data): New variable.
29069         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29071 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29073         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29074         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29075         (main): Comment "tls" pseudo-hwcap.
29077 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29079         * math/libm-test.inc (struct test_fl_f_data): New type.
29080         (RUN_TEST_LOOP_fl_f): New variable.
29081         (scalbln_test_data): New variable.
29082         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29084         * math/libm-test.inc (struct test_fi_f_data): New type.
29085         (RUN_TEST_LOOP_fi_f): New macro.
29086         (ldexp_test_data): New variable.
29087         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29088         (scalbn_test_data): New variable.
29089         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29091         * math/libm-test.inc (struct test_c_f_data): New type.
29092         (RUN_TEST_LOOP_c_f): New macro.
29093         (cabs_test_data): New variable.
29094         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29095         (carg_test_data): New variable.
29096         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29097         (cimag_test_data): New variable.
29098         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29099         (creal_test_data): New variable.
29100         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29102         * math/libm-test.inc (struct test_if_f_data): New type.
29103         (RUN_TEST_LOOP_if_f): New macro.
29104         (jn_test_data): New variable.
29105         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29106         (yn_test_data): New variable.
29107         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29109         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29111 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29113         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29114         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29116 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29118         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29119         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29120         (bench-deps): Add bench-timing.h.
29121         * benchtests-bench-skeleton.c: Include bench-timing.h.
29122         (main): Use TIMING_* macros instead of clock_gettime.
29123         * benchtests/bench-timing.h: New file.
29125         [BZ #14582]
29126         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29127         Renamed from _LIB_VERSION.
29128         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29130 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29132         * math/libm-test.inc (struct test_fff_f_data): New type.
29133         (RUN_TEST_LOOP_fff_f): New macro.
29134         (fma_test_data): New variable.
29135         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29136         (fma_towardzero_test_data): New variable.
29137         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29138         (fma_downward_test_data): New variable.
29139         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29140         (fma_upward_test_data): New variable.
29141         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29143         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29144         (struct test_c_c_data): New type.
29145         (RUN_TEST_LOOP_c_c): New macro.
29146         (cacos_test_data): New variable.
29147         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29148         (cacosh_test_data): New variable.
29149         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29150         (casin_test_data): New variable.
29151         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29152         (casinh_test_data): New variable.
29153         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29154         (catan_test_data): New variable.
29155         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29156         (catanh_test_data): New variable.
29157         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29158         (ccos_test_data): New variable.
29159         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29160         (ccosh_test_data): New variable.
29161         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29162         (cexp_test_data): New variable.
29163         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29164         (clog_test_data): New variable.
29165         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29166         (clog10_test_data): New variable.
29167         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29168         (conj_test_data): New variable.
29169         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29170         (cproj_test_data): New variable.
29171         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29172         (csin_test_data): New variable.
29173         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29174         (csinh_test_data): New variable.
29175         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29176         (csqrt_test_data): New variable.
29177         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29178         (ctan_test_data): New variable.
29179         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29180         (ctan_tonearest_test_data): New variable.
29181         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29182         (ctan_towardzero_test_data): New variable.
29183         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29184         (ctan_downward_test_data): New variable.
29185         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29186         (ctan_upward_test_data): New variable.
29187         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29188         (ctanh_test_data): New variable.
29189         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29190         (ctanh_tonearest_test_data): New variable.
29191         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29192         (ctanh_towardzero_test_data): New variable.
29193         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29194         (ctanh_downward_test_data): New variable.
29195         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29196         (ctanh_upward_test_data): New variable.
29197         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29198         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29199         of BUILD_COMPLEX.
29201         * math/libm-test.inc (struct test_ff_f_data): New type.
29202         (struct test_ff_f_data_nexttoward): Likewise.
29203         (RUN_TEST_LOOP_2_f): New macro.
29204         (RUN_TEST_LOOP_ff_f): Likewise.
29205         (atan2_test_data): New variable.
29206         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29207         (copysign_test_data): New variable.
29208         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29209         (fdim_test_data): New variable.
29210         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29211         (fmax_test_data): New variable.
29212         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29213         (fmin_test_data): New variable.
29214         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29215         (fmod_test_data): New variable.
29216         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29217         (hypot_test_data): New variable.
29218         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29219         (nextafter_test_data): New variable.
29220         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29221         (nexttoward_test_data): New variable.
29222         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29223         (pow_test_data): New variable.
29224         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29225         (pow_tonearest_test_data): New variable.
29226         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29227         (pow_towardzero_test_data): New variable.
29228         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29229         (pow_downward_test_data): New variable.
29230         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29231         (pow_upward_test_data): New variable.
29232         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29233         (remainder_test_data): New variable.
29234         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29235         (scalb_test_data): New variable.
29236         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29237         * sysdeps/i386/fpu/libm-test-ulps: Update.
29239 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29241         * math/libm-test.inc (fma_test): Use max_value instead of local
29242         variable fltmax.
29243         (nextafter_test): Likewise.
29245         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29246         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29247         (acos_downward_test_data): New variable.
29248         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29249         (acos_upward_test_data): New variable.
29250         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29251         (acosh_test_data): New variable.
29252         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29253         (asin_test_data): New variable.
29254         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29255         (asin_tonearest_test_data): New variable.
29256         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29257         (asin_towardzero_test_data): New variable.
29258         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29259         (asin_downward_test_data): New variable.
29260         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29261         (asin_upward_test_data): New variable.
29262         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29263         (asinh_test_data): New variable.
29264         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29265         (atan_test_data): New variable.
29266         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29267         (atanh_test_data): New variable.
29268         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29269         (cbrt_test_data): New variable.
29270         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29271         (ceil_test_data): New variable.
29272         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29273         (cos_test_data): New variable.
29274         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29275         (cos_tonearest_test_data): New variable.
29276         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29277         (cos_towardzero_test_data): New variable.
29278         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29279         (cos_downward_test_data): New variable.
29280         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29281         (cos_upward_test_data): New variable.
29282         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29283         (cosh_test_data): New variable.
29284         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29285         (cosh_tonearest_test_data): New variable.
29286         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29287         (cosh_towardzero_test_data): New variable.
29288         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29289         (cosh_downward_test_data): New variable.
29290         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29291         (cosh_upward_test_data): New variable.
29292         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29293         (erf_test_data): New variable.
29294         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29295         (erfc_test_data): New variable.
29296         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29297         (exp_test_data): New variable.
29298         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29299         (exp_tonearest_test_data): New variable.
29300         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29301         (exp_towardzero_test_data): New variable.
29302         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29303         (exp_downward_test_data): New variable.
29304         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29305         (exp_upward_test_data): New variable.
29306         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29307         (exp10_test_data): New variable.
29308         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29309         (exp2_test_data): New variable.
29310         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29311         (expm1_test_data): New variable.
29312         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29313         (fabs_test_data): New variable.
29314         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29315         (floor_test_data): New variable.
29316         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29317         (j0_test_data): New variable.
29318         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29319         (j1_test_data): New variable.
29320         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29321         (log_test_data): New variable.
29322         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29323         (log10_test_data): New variable.
29324         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29325         (log1p_test_data): New variable.
29326         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29327         (log2_test_data): New variable.
29328         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29329         (logb_test_data): New variable.
29330         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29331         (logb_downward_test_data): New variable.
29332         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29333         (nearbyint_test_data): New variable.
29334         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29335         (rint_test_data): New variable.
29336         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29337         (rint_tonearest_test_data): New variable.
29338         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29339         (rint_towardzero_test_data): New variable.
29340         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29341         (rint_downward_test_data): New variable.
29342         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29343         (rint_upward_test_data): New variable.
29344         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29345         (round_test_data): New variable.
29346         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29347         (sin_test_data): New variable.
29348         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29349         (sin_tonearest_test_data): New variable.
29350         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29351         (sin_towardzero_test_data): New variable.
29352         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29353         (sin_downward_test_data): New variable.
29354         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29355         (sin_upward_test_data): New variable.
29356         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29357         (sinh_test_data): New variable.
29358         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29359         (sinh_tonearest_test_data): New variable.
29360         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29361         (sinh_towardzero_test_data): New variable.
29362         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29363         (sinh_downward_test_data): New variable.
29364         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29365         (sinh_upward_test_data): New variable.
29366         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29367         (sqrt_test_data): New variable.
29368         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29369         (tan_test_data): New variable.
29370         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29371         (tan_tonearest_test_data): New variable.
29372         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29373         (tan_towardzero_test_data): New variable.
29374         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29375         (tan_downward_test_data): New variable.
29376         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29377         (tan_upward_test_data): New variable.
29378         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29379         (tanh_test_data): New variable.
29380         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29381         (tgamma_test_data): New variable.
29382         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29383         (trunc_test_data): New variable.
29384         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29385         (y0_test_data): New variable.
29386         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29387         (y1_test_data): New variable.
29388         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29389         (significand_test_data): New variable.
29390         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29392 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29394         [BZ #12387]
29395         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29397 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29399         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29401 2013-05-10  Andreas Jaeger  <aj@suse.de>
29403         [BZ #15448]
29404         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29405         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29407 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29409         * math/gen-libm-test.pl (adjust_arg): New function.
29410         (special_functions): Handle generating output in both functions
29411         and arrays.
29412         (parse_args): Likewise.
29413         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29414         $in_func argument to parse_args.
29415         * math/libm-test.inc (struct test_f_f_data): New type.
29416         (IF_ROUND_INIT_): New macro.
29417         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29418         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29419         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29420         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29421         (ROUND_RESTORE_): Likewise.
29422         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29423         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29424         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29425         (ROUND_RESTORE_FE_UPWARD): Likewise.
29426         (RUN_TEST_LOOP_f_f): New macro.
29427         (acos_test_data): New variable.
29428         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29429         (acos_tonearest_test_data): New variable.
29430         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29432 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29434         * benchtests/bench-skeleton.c (startup): Fix coding style.
29436 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29438         [BZ #6809]
29439         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29440         negative infinity argument.
29441         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29442         negative infinity argument.
29443         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29444         negative infinity argument.
29445         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29446         domain errors.
29448 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29450         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29451         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29452         * iconv/iconv_prog.c (main): Likewise.
29453         * locale/programs/charmap-dir.c (charmap_readdir)
29454         (fopen_uncompressed): Likewise.
29455         * locale/programs/locfile.c (siblings_uncached)
29456         (write_locale_data): Use lstat64 instead of lstat.
29457         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29458         stat.
29460 2013-05-10  Andreas Jaeger  <aj@suse.de>
29462         [BZ #15395]
29463         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29464         localization.
29465         Include <locale.h>.
29467 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29469         * elf/dl-close.c (_dl_close_worker): Add comments.
29471 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29473         [BZ #15359]
29474         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29475         high part of pi/2.
29476         (__ieee754_rem_pio2l): Update comments.
29478         [BZ #15429]
29479         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29480         high part of pi/2.
29481         (__ieee754_rem_pio2l): Update comments.
29483         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29484         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29486         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29487         M_PI_4l.
29489         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29490         (M_PI_34_LOG10El): Likewise.
29491         (M_PI2_LOG10El): Likewise.
29492         (M_PI4_LOG10El): Likewise.
29493         (M_PI_LOG10El): Likewise.
29495 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29499 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29501         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29502         (MINUS_ZERO_INIT): Likewise.
29503         (PLUS_INFTY_INIT): Likewise.
29504         (MINUS_INFTY_INIT): Likewise.
29505         (QNAN_VALUE_INIT): Likewise.
29506         (MAX_VALUE_INIT): Likewise.
29507         (MIN_VALUE_INIT): Likewise.
29508         (MIN_SUBNORM_VALUE_INIT): Likewise.
29509         (plus_zero): Initialize with PLUS_ZERO_INIT.
29510         (minus_zero): Initialize with MINUS_ZERO_INIT.
29511         (plus_infty): Initialize with PLUS_INFTY_INIT.
29512         (minus_infty): Initialize with MINUS_INFTY_INIT.
29513         (qnan_value): Initialize with QNAN_VALUE_INIT.
29514         (max_value): Initialize with MAX_VALUE_INIT.
29515         (min_value): Initialize with MIN_VALUE_INIT.
29516         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29518         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29519         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29520         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29521         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29523         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29524         (RUN_TEST_2_f): Likewise.
29525         (RUN_TEST_ff_f): Likewise.
29526         (RUN_TEST_fi_f): Likewise.
29527         (RUN_TEST_fl_f): Likewise.
29528         (RUN_TEST_fff_f): Likewise.
29529         (RUN_TEST_c_f): Likewise.
29530         (RUN_TEST_f_f1): Likewise.
29531         (RUN_TEST_fF_f1): Likewise.
29532         (RUN_TEST_fI_f1): Likewise.
29533         (RUN_TEST_ffI_f1): Likewise.
29534         (RUN_TEST_c_c): Likewise.
29535         (RUN_TEST_cc_c): Likewise.
29536         (RUN_TEST_f_i): Likewise.
29537         (RUN_TEST_f_i_tg): Likewise.
29538         (RUN_TEST_ff_i_tg): Likewise.
29539         (RUN_TEST_f_b): Likewise.
29540         (RUN_TEST_f_b_tg): Likewise.
29541         (RUN_TEST_f_l): Likewise.
29542         (RUN_TEST_f_L): Likewise.
29543         (RUN_TEST_sincos): Likewise.
29544         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29545         whether to show exceptions.  Do not include ");\n" in return
29546         value.
29547         (special_functions): Output call to RUN_TEST_sincos instead of
29548         check_float calls.  Update calls to new_test.
29549         (parse_args): Output call to single RUN_TEST_* macro instead of
29550         check_* calls and other assignments.  Update calls to new_test.
29552         [BZ #2546]
29553         [BZ #2560]
29554         [BZ #5159]
29555         [BZ #15426]
29556         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29557         input to result for tgamma overflow.
29558         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29559         (gamma_coeff): New variable.
29560         (NCOEFF): New macro.
29561         (gamma_positive): New function.
29562         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29563         underflow here.  Use gamma_positive instead of exp (lgamma) for
29564         other arguments.
29565         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29566         (gamma_coeff): New variable.
29567         (NCOEFF): New macro.
29568         (gammaf_positive): New function.
29569         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29570         underflow here.  Use gamma_positive instead of exp (lgamma) for
29571         other arguments.
29572         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29573         (gamma_coeff): New variable.
29574         (NCOEFF): New macro.
29575         (gammal_positive): New function.
29576         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29577         underflow here.  Use gamma_positive instead of exp (lgamma) for
29578         other arguments.
29579         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29580         (gamma_coeff): New variable.
29581         (NCOEFF): New macro.
29582         (gammal_positive): New function.
29583         (__ieee754_gammal_r): Handle positive infinity, overflow and
29584         underflow here.  Handle NaN the same as positive infinity.  Remove
29585         check x < 0xffffffff for negative integers.  Use gamma_positive
29586         instead of exp (lgamma) for other arguments.
29587         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29588         (gamma_coeff): New variable.
29589         (NCOEFF): New macro.
29590         (gammal_positive): New function.
29591         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29592         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29593         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29594         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29595         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29596         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29597         * sysdeps/generic/math_private.h (__gamma_productf): New
29598         prototype.
29599         (__gamma_product): Likewise.
29600         (__gamma_productl): Likewise.
29601         * math/Makefile (libm-calls): Add gamma_product.
29602         * math/libm-test.inc (tgamma_test): Add more tests.
29603         * sysdeps/i386/fpu/libm-test-ulps: Update.
29604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29606 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29608         * benchtests/bench-skeleton.c (main): Preheat CPU.
29610 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29612         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29614 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29616         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29617         and _dl_skip_args_internal.
29619 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29621         * manual/message.texi (Message Translation): Talk about users.
29622         Message to key mapping impacts design.
29624 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29626         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29628         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29630         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29631         * sysdeps/wordsize-64/glob64.c: ... here.
29633         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29634         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29635         New macros.
29637         * debug/getlogin_r_chk.c: Moved to ...
29638         * login/getlogin_r_chk.c: ... here.
29639         * debug/Makefile (routines): Move getlogin_r_chk to ...
29640         * login/Makefile (routines): ... here.
29641         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29642         * login/Versions (libc: GLIBC_2.4): ... here.
29644         * io/poll.c (__poll): Renamed from poll.
29645         Add libc_hidden_def.
29646         (poll): Define as weak alias.
29648         * debug/ptsname_r_chk.c: Moved to ...
29649         * login/ptsname_r_chk.c: ... here.
29650         * debug/Makefile (routines): Move ptsname_r_chk to ...
29651         * login/Makefile (routines): ... here.
29652         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29653         * login/Versions (libc: GLIBC_2.4): ... here.
29655         * posix/getlogin.c: Moved to ...
29656         * login/getlogin.c: ... here.
29657         * posix/getlogin_r.c: Moved to ...
29658         * login/getlogin_r.c: ... here.
29659         * posix/getlogin_r.c: Moved to ...
29660         * login/getlogin_r.c: ... here.
29661         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29662         * login/Makefile (routines): ... here.
29663         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29664         * login/Versions (libc: GLIBC_2.0): ... here.
29666         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29667         (setrlimit): Define as weak alias.
29669         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29670         Call __ names for open, ftruncate, and close.
29671         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29672         (truncate): Define as weak alias.
29674 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29676         * math/gen-libm-test.pl (parse_args): Initialize x before each
29677         test of frexp, modf and remquo.
29679         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29680         test signgam value.
29682 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29684         [BZ #15418]
29685         [BZ #15419]
29686         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29687         internal tests.
29688         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29690 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29692         * elf/dl-writev.h: New file.
29693         * elf/dl-misc.c: Include it.
29694         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29695         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29697 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29699         * math/libm-test.inc (noXFails): Remove variable.
29700         (noXPasses): Likewise.
29701         (BUILD_COMPLEX_INT): Remove macro.
29702         (print_screen): Remove xfail argument.
29703         (print_screen_max_error): Likewise.
29704         (update_stats): Likewise.
29705         (print_max_error): Likewise.  Update calls to other affected
29706         functions.
29707         (print_complex_max_error): Likewise.
29708         (test_single_exception): Update calls to print_screen.
29709         (test_single_errno): Likewise.
29710         (check_float_internal): Remove xfail argument.  Update calls to
29711         other affected functions.
29712         (check_float): Likewise.
29713         (check_complex): Likewise.
29714         (check_int): Likewise.
29715         (check_long): Likewise.
29716         (check_bool): Likewise.
29717         (check_longlong): Likewise.
29718         (main): Don't print noXFails and noXPasses.
29719         * math/gen-libm-test.pl (top level): Don't mention expected
29720         failure handling in comment.
29721         (new_test): Don't handle expected failures.
29722         (parse_args): Don't mention expected failure handling in comment.
29723         (generate_testfile): Don't handle expected failures.
29724         (parse_ulps): Likewise.
29725         (print_ulps_file): Likewise.
29726         (get_failure): Remove function.
29727         (output_test): Don't handle expected failures.
29728         * make/README.libm-test: Don't mention expected failure handling.
29730         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29731         (minus_zero): Likewise.
29732         (plus_infty): Likewise.
29733         (minus_infty): Likewise.
29734         (qnan_value): Likewise.
29735         (max_value): Likewise.
29736         (min_value): Likewise.
29737         (min_subnorm_value): Likewise.
29738         (initialize): Do not initialize those variables dynamically.
29740 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29742         * io/open.c (__open_2): Moved to ...
29743         * io/open_2.c: ... this new file.
29744         * io/open64.c (__open64_2): Moved to ...
29745         * io/open64_2.c: ... this new file.
29746         * io/openat.c (__openat_2): Moved to ...
29747         * io/openat_2.c: ... this new file.
29748         * io/openat64.c (__openat64_2): Moved to ...
29749         * io/openat64_2.c: ... this new file.
29750         * io/Makefile (routines): Add them.
29751         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29752         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29753         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29754         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29755         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29756         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29757         (__openat64): Add hidden_ver.
29758         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29759         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29761         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29762         Separately conditionalize setting of GLRO(dl_sysinfo) so
29763         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29764         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29766 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29768         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29769         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29770         definition.
29771         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29772         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29773         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29774         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29775         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29777 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29779         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29780         test signgam value.
29782         * math/libm-test.inc (hypot_test): Do not use
29783         IGNORE_ZERO_INF_SIGN.
29785 2013-05-03  Andreas Jaeger  <aj@suse.de>
29787         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29788         Linux 3.9.
29789         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29790         (PF_MAX): Adjust for VSOCK change.
29792 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29794         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29796 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29798         [BZ #15264]
29799         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29800         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29801         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29803 2013-05-02  David S. Miller  <davem@davemloft.net>
29805         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29807 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29809         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29811 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29813         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29815 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29817         [BZ #14952]
29818         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29819         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29820         Use __attribute__ ((__gnu_inline__)).
29821         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29822         Don't use __attribute__ ((__gnu_inline__)).
29824 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29826         [BZ #15423]
29827         * math/s_catan.c (__catan): Handle small real or imaginary part of
29828         input specially to avoid spurious underflow.
29829         * math/s_catanf.c (__catanf): Likewise.
29830         * math/s_catanh.c (__catanh): Likewise.
29831         * math/s_catanhf.c (__catanhf): Likewise.
29832         * math/s_catanhl.c (__catanhl): Likewise.
29833         * math/s_catanl.c (__catanl): Likewise.
29834         * math/libm-test.inc (catan_test): Add more tests.
29835         (catanh_test): Likewise.
29836         * sysdeps/i386/fpu/libm-test-ulps: Update.
29837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29839 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29841         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29843 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29845         [BZ #15416]
29846         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29847         accurately for denominator in atan2.
29848         * math/s_catanf.c (__catanf): Likewise.
29849         * math/s_catanh.c (__catanh): Likewise.
29850         * math/s_catanhf.c (__catanhf): Likewise.
29851         * math/s_catanhl.c (__catanhl): Likewise.
29852         * math/s_catanl.c (__catanl): Likewise.
29853         * math/libm-test.inc (catan_test): Add more tests.
29854         (catanh_test): Likewise.
29855         * sysdeps/i386/fpu/libm-test-ulps: Update.
29856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29858 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29860         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29862         * benchtests/Makefile (bench): Remove slow benchmarks.
29863         * benchtests/atan-inputs: Add slow benchmark inputs.
29864         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29865         (BENCH_FUNC): Accept variant offset.
29866         (VARIANT): Define.
29867         * benchtests/bench-skeleton.c (main): Run benchmark for each
29868         variant.
29869         * benchtests/cos-inputs: Add slow benchmark inputs.
29870         * benchtests/exp-inputs: Likewise.
29871         * benchtests/pow-inputs: Likewise.
29872         * benchtests/sin-inputs: Likewise.
29873         * benchtests/slowatan-inputs: Remove.
29874         * benchtests/slowatan.c: Remove.
29875         * benchtests/slowcos-inputs: Remove.
29876         * benchtests/slowcos.c: Remove.
29877         * benchtests/slowexp-inputs: Remove.
29878         * benchtests/slowexp.c: Remove.
29879         * benchtests/slowpow-inputs: Remove.
29880         * benchtests/slowpow.c: Remove.
29881         * benchtests/slowsin-inputs: Remove.
29882         * benchtests/slowsin.c: Remove.
29883         * benchtests/slowtan-inputs: Remove.
29884         * benchtests/slowtan.c: Remove.
29885         * benchtests/tan-inputs: Add slow benchmark inputs.
29886         * scripts/bench.pl: Parse comments and directives.
29888         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29889         in CPPFLAGS.
29890         ($(objpfx)bench-%.c): Remove *-ITER.
29891         * benchtests/bench-modf.c: Remove definition of ITER.
29892         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29893         (main): Loop for DURATION seconds instead of fixed number of
29894         iterations.
29895         * scripts/bench.pl: Don't expect iterations in parameters.
29897 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29899         * io/fchdir.c (__fchdir): Renamed from fchdir.
29900         (fchdir): Define as weak alias.
29902 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29904         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29905         (ERRNO_EDOM): Likewise.
29906         (ERRNO_ERANGE): Likewise.
29907         (noErrnoTests): New variable.
29908         (init_max_error): Set errno to 0.
29909         (test_single_errno): New function.
29910         (test_errno): Likewise.
29911         (check_float_internal): Call test_errno.  Set errno to 0.
29912         (check_complex): Refer to errno tests in comment.
29913         (check_int): Call test_errno.  Set errno to 0.
29914         (check_long): Likewise.
29915         (check_bool): Likewise.
29916         (check_longlong): Likewise.
29917         (cos_test): Use ERRNO_* flags for errno tests instead of
29918         check_int.
29919         (expm1_test): Likewise.
29920         (fmod_test): Likewise.
29921         (ilogb_test): Likewise.
29922         (lgamma_test): Likewise.
29923         (pow_test): Likewise.
29924         (remainder_test): Likewise.
29925         (sin_test): Likewise.
29926         (tan_test): Likewise.
29927         (yn_test): Likewise.
29928         (initialize): Set errno to 0.
29929         (main): Print number of errno tests.
29930         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29932 2013-04-29  Andreas Jaeger  <aj@suse.de>
29934         [BZ #15084]
29935         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29936         and RES_USEVC.
29938         [BZ #15085]
29939         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29940         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29941         unimplemented.
29943         [BZ #15380]
29944         * stdlib/random.c (__initstate): Return NULL if
29945         __initstate fails.
29947         [BZ #15086]
29948         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29949         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29950         RES_SNGLKUPREOP.
29952 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29956 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29958         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29959         of individual tests.
29960         (casin_test): Likewise.
29961         (casinh_test): Likewise.
29963 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29965         [BZ #15409]
29966         * math/s_catan.c (__catan): Handle arguments with large real or
29967         imaginary part separately without squaring.
29968         * math/s_catanf.c (__catanf): Likewise.
29969         * math/s_catanh.c (__catanh): Likewise.
29970         * math/s_catanhf.c (__catanhf): Likewise.
29971         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29972         and redefine.
29973         (__catanhl): Handle arguments with large real or imaginary part
29974         separately without squaring.
29975         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29976         and redefine.
29977         (__catanl): Handle arguments with large real or imaginary part
29978         separately without squaring.
29979         * math/libm-test.inc (catan_test): Add more tests.
29980         (catanh_test): Likewise.
29981         * sysdeps/i386/fpu/libm-test-ulps: Update.
29982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29984 2013-04-27  Andreas Jaeger  <aj@suse.de>
29986         [BZ #15007]
29987         * stdlib/stdlib.h: Update guards for qecvt.
29988         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29989         <stdlib.h>.
29991 2013-04-27  Allan McRae  <allan@archlinux.org>
29993         * sysdeps/i386/fpu/libm-test-ulps: Update.
29995 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29997         [BZ #15406]
29998         * math/s_catan.c: Include <float.h>.
29999         (__catan): Ensure underflow exception occurs for underflowed
30000         result.
30001         * math/s_catanf.c: Include <float.h>.
30002         (__catanf): Ensure underflow exception occurs for underflowed
30003         result.
30004         * math/s_catanh.c: Include <float.h>.
30005         (__catanh): Ensure underflow exception occurs for underflowed
30006         result.
30007         * math/s_catanhf.c: Include <float.h>.
30008         (__catanhf): Ensure underflow exception occurs for underflowed
30009         result.
30010         * math/s_catanhl.c: Include <float.h>.
30011         (__catanhl): Ensure underflow exception occurs for underflowed
30012         result.
30013         * math/s_catanl.c: Include <float.h>.
30014         (__catanl): Ensure underflow exception occurs for underflowed
30015         result.
30016         * math/libm-test.inc (catan_test): Add more tests.
30017         (catanh_test): Likewise.
30019         [BZ #15405]
30020         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30021         underflowed result.
30022         * math/s_ccoshf.c (__ccoshf): Likewise.
30023         * math/s_ccoshl.c (__ccoshl): Likewise.
30024         * math/s_csin.c (__csin): Likewise.
30025         * math/s_csinf.c (__csinf): Likewise.
30026         * math/s_csinh.c (__csinh): Likewise.
30027         * math/s_csinhf.c (__csinhf): Likewise.
30028         * math/s_csinhl.c (__csinhl): Likewise.
30029         * math/s_csinl.c (__csinl): Likewise.
30030         * math/libm-test.inc (ccos_test): Add more tests.
30031         (ccosh_test): Likewise.
30032         (csin_test): Likewise.
30033         (csinh_test): Likewise.
30035 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30037         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30038         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30039         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30040         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30041         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30042         powerpc/power5+/fpu folders.
30043         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30046 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30048         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30050 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30052         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30053         additions to variable.
30054         [$(config-machine) = x86_64] (modules-names): Likewise.
30055         ($(objpfx)tst-audit3): Remove dependency.
30056         ($(objpfx)tst-audit3.out): Likewise.
30057         ($(objpfx)tst-audit4): Likewise.
30058         ($(objpfx)tst-audit4.out): Likewise.
30059         ($(objpfx)tst-audit5): Likewise.
30060         ($(objpfx)tst-audit5.out): Likewise.
30061         ($(objpfx)tst-audit6): Likewise.
30062         ($(objpfx)tst-audit6.out): Likewise.
30063         ($(objpfx)tst-audit7): Likewise.
30064         ($(objpfx)tst-audit7.out): Likewise.
30065         (tst-audit3-ENV): Remove variable.
30066         (tst-audit4-ENV): Likewise.
30067         (tst-audit5-ENV): Likewise.
30068         (tst-audit6-ENV): Likewise.
30069         (tst-audit7-ENV): Likewise.
30070         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30071         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30072         addition to variable.
30073         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30074         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30075         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30076         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30077         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30078         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30079         tst-audit3, tst-audit4 and tst-audit5.
30080         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30081         tst-audit6 and tst-audit7.
30082         [$(subdir) = elf] (modules-names): Add audit modules for those
30083         tests.
30084         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30085         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30086         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30087         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30088         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30089         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30090         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30091         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30092         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30093         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30094         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30095         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30096         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30097         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30098         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30099         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30100         Likewise.
30101         [$(subdir) = elf && $(config-cflags-avx) = yes]
30102         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30103         [$(subdir) = elf && $(config-cflags-avx) = yes]
30104         (CFLAGS-tst-auditmod4a.c): Likewise.
30105         [$(subdir) = elf && $(config-cflags-avx) = yes]
30106         (CFLAGS-tst-auditmod4b.c): Likewise.
30107         [$(subdir) = elf && $(config-cflags-avx) = yes]
30108         (CFLAGS-tst-auditmod6b.c): Likewise.
30109         [$(subdir) = elf && $(config-cflags-avx) = yes]
30110         (CFLAGS-tst-auditmod6c.c): Likewise.
30111         [$(subdir) = elf && $(config-cflags-avx) = yes]
30112         (CFLAGS-tst-auditmod7b.c): Likewise.
30113         * elf/tst-audit3.c: Move to ...
30114         * sysdeps/x86_64/tst-audit3.c: ... here.
30115         * elf/tst-audit4.c: Move to ...
30116         * sysdeps/x86_64/tst-audit4.c: ... here.
30117         * elf/tst-audit5.c: Move to ...
30118         * sysdeps/x86_64/tst-audit5.c: ... here.
30119         * elf/tst-audit6.c: Move to ...
30120         * sysdeps/x86_64/tst-audit6.c: ... here.
30121         * elf/tst-audit7.c: Move to ...
30122         * sysdeps/x86_64/tst-audit7.c: ... here.
30123         * elf/tst-auditmod3a.c: Move to ...
30124         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30125         * elf/tst-auditmod3b.c: Move to ...
30126         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30127         * elf/tst-auditmod4a.c: Move to ...
30128         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30129         * elf/tst-auditmod4b.c: Move to ...
30130         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30131         * elf/tst-auditmod5a.c: Move to ...
30132         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30133         * elf/tst-auditmod5b.c: Move to ...
30134         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30135         * elf/tst-auditmod6a.c: Move to ...
30136         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30137         * elf/tst-auditmod6b.c: Move to ...
30138         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30139         * elf/tst-auditmod6c.c: Move to ...
30140         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30141         * elf/tst-auditmod7a.c: Move to ...
30142         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30143         * elf/tst-auditmod7b.c: Move to ...
30144         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30146 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30148         [BZ #15366]
30149         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30150         define unconditionally.
30151         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30152         define unconditionally.
30153         (INT8_C, INT16_C, etc.): Likewise.
30155 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30157         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30158         __ehdr_start with hidden visibility.
30160         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30162 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30164         * math/libm-test.inc (cos_test): Use accurate hex constants.
30165         (sincost_test): Likewise.
30167 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30169         * math/libm-test.inc (catan_test): Add more tests.
30170         (catanh_test): Likewise.
30172         * math/s_catanf.c (__catanf): Use suffixed floating-point
30173         constants.
30174         * math/s_catanhf.c (__catanhf): Likewise.
30175         * math/s_catanhl.c (__catanhl): Likewise.
30176         * math/s_catanl.c (__catanl): Likewise.
30178         [BZ #15394]
30179         * math/s_catan.c (__catan): Calculate imaginary part of result
30180         with log1p not log unless computing log of number close to 0.
30181         * math/s_catanf.c (__catanf): Likewise.
30182         * math/s_catanl.c (__catanl): Likewise.
30183         * math/s_catanh.c (__catanh): Calculate real part of result with
30184         log1p not log unless computing log of number close to 0.
30185         * math/s_catanhf.c (__catanhf): Likewise.
30186         * math/s_catanhl.c (__catanhl): Likewise.
30187         * math/libm-test.inc (catan_test): Add more tests.
30188         (catanh_test): Likewise.
30189         * sysdeps/i386/fpu/libm-test-ulps: Update.
30190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30192 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30194         * benchtests/Makefile: Mention files in which fast and slow
30195         paths of math functions are implemented.
30197 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30199         * sysdeps/posix/timespec_get.c: New file.
30201 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30203         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30204         POWER.
30205         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30206         for POWER.
30207         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30208         powerpc/power5/fpu folders.
30209         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30210         * benchtests/Makefile: Add modf testcase.
30211         * benchtests/bench-modf.c: New file: Benchmark test for mo
30213 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30215         [BZ #14888]
30216         * time/Makefile (tests): Add tst-strptime-whitespace.
30217         * time/strptime_l.c (get_number): Use ISSPACE.
30218         (__strptime_internal): Likewise.
30219         * time/tst-strptime-whitespace.c: New test case.
30221 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30223         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30224         member.
30225         (_nss_files_init): Set it here.
30227 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30229         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30230         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30231         unsigned.
30233 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30235         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30237 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30239         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30240         size just once.
30242 2013-04-21  David S. Miller  <davem@davemloft.net>
30244         * po/ru.po: Update Russion translation from translation project.
30246 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30248         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30249         and setfsgid.
30251 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30253         * configure.in: Remove i386 configure warning. Remove i386 case.
30254         * configure: Regenerate.
30255         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30256         Add example to error message.
30257         * sysdeps/i386/configure: Regenerate.
30259 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30261         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30262         slowtan.
30263         * benchtests/cos-inputs: New file.
30264         * benchtests/slowcos-inputs: New file.
30265         * benchtests/slowcos.c: New file.
30266         * benchtests/slowtan-inputs: New file.
30267         * benchtests/slowtan.c: New file.
30268         * benchtests/tan-inputs: New file.
30270 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30272         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30273         considered kosher.
30275 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30277         * benchtests/Makefile: Include cppflags-iterator.mk to add
30278         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30280         * Makefile.in (bench-clean): New target.
30281         * benchtests/Makefile (bench-clean): Likewise.
30283 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30285         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30287 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30289         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30291 2013-04-15  Andreas Schwab  <schwab@suse.de>
30293         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30294         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30295         * nscd/pwdcache.c (cache_addpw): Likewise.
30296         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30297         more than recsize.
30299 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30301         * benchtests/Makefile (bench): Write all output to
30302         bench-out.tmp together.
30304 2013-04-15  Andreas Schwab  <schwab@suse.de>
30306         * nscd/nscd.c (main): Don't fork again after closing files.
30308 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30310         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30312         * benchtests/Rules (bench-deps): Collect dependencies into a
30313         single variable.  Add Makefile to dependencies.
30314         ($(objpfx)bench-%.c): Depend on bench-deps.
30316 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30317             Xavier Roche  <roche+kml2@exalead.com>
30319         [BZ #15361]
30320         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30321         just that it's a file descriptor.
30322         * manual/llio.texi (Synchronizing AIO Operations): Update description
30323         for EBADF error from aio_fsync.
30325 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30327         * Rules (bench): Move target definition...
30328         * benchtests/Makefile: ... here.
30330 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30332         * math/libm-test.inc (cos_test): Fix PI/2 test.
30333         (sincos_test): Likewise.
30334         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30335         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30337 2013-04-11  Andreas Schwab  <schwab@suse.de>
30339         [BZ #13988]
30340         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30341         accept exponent character only when digits were seen.
30342         * stdio-common/Makefile (tests): Add bug26.
30343         * stdio-common/bug26.c: New file.
30345         [BZ #14293]
30346         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30347         non-freeable.
30349 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30351         * Makeconfig (rtld-prefix): Define built linker prefix.
30352         * Rules (run-bench): Use it.
30353         * math/Makefile (run-regen-ulps): Likewise.
30355         * Rules (bench): Remove eval.
30357 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30358             Roland McGrath  <roland@hack.frob.com>
30359             Ondrej Bilka  <neleai@seznam.cz>
30361         [BZ #15346]
30362         * time/getdate.c: Include ctype.h and alloca.h.
30363         (__getdate_r): Trim leading and trailing spaces of input.
30364         * time/tst-getdate.c (tests): Add tests with leading and
30365         trailing spaces.
30367 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30369         [BZ #14280]
30370         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30371         when computing value.
30373 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30375         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30376         Use testrun.sh to run libm tests.
30378         [BZ #15309]
30379         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30381 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30383         [BZ #15264]
30384         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30386 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30388         * Makefile.in (regen-ulps): New target.
30389         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30390         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30391         [ifneq (no,$(PERL)] (regen-ulps): New target.
30392         [ifeq (no,$(PERL)] (regen-ulps): New target.
30393         * math/libm-test.inc (ulps_file_name): Define.
30394         (output_dir): New variable.
30395         (options): Add "output-dir" option.
30396         (parse_opt): Handle 'o' case.
30397         (main): If output_dir is non-NULL use it as a prefix
30398         otherwise use "".
30399         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30401 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30403         [BZ #10060, #10062]
30404         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30405         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30406         fail configure if __sync_val_compare_and_swap is not inlined.
30407         * sysdeps/i386/configure: Regenerate.
30408         * configure.in: Build for i686 when configured for i386.
30409         * configure: Regenerate.
30410         * README: Remove i386 reference.
30412 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30414         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30415         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30417 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30419         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30420         (lmsnanval): New variables.
30421         (F): Add conversion tests.
30422         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30423         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30425         * stdio-common/tstdiomisc.c (F): Properly collect individual
30426         tests' results.
30428         [BZ #14686, #15336]
30429         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30430         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30431         Instead, use input NaN values or generate a qNaN by arithmetic
30432         operation.  Also fix bugs to comply with the standard.
30433         * math/libm-test.inc (remainder_test): Add more tests.
30435         [BZ #15335, #15342]
30436         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30437         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30438         input NaN values or generate a qNaN by arithmetic operation.
30440         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30441         unreachable code.
30443         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30444         definitions.
30446 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30448         [BZ #14478]
30449         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30450         underflowed result.
30451         * math/s_cexpf.c (__cexpf): Likewise.
30452         * math/s_cexpl.c (__cexpl): Likewise.
30453         * math/libm-test.inc (cexp_test): Add more tests.
30455 2013-04-03  Andreas Schwab  <schwab@suse.de>
30457         [BZ #15330]
30458         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30459         order arrays from heap if bigger than alloca cutoff.
30461 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30463         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30464         (SNAN_TESTS_double): Refer to GCC PR56831.
30465         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30466         GCC PR56828.
30468 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30470         * Rules (bench): Move bench.out after the run is complete.
30472         * Rules (bench): Echo currently running benchmark.
30474         * benchtests/Makefile (bench): Add atan and slowatan.
30475         * benchtests/atan-inputs: New file.
30476         * benchtests/slowatan-inputs: New file.
30477         * benchtests/slowatan.c: New file.
30479         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30480         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30481         its value.
30483         [BZ #15305]
30484         * sysdeps/unix/sysv/linux/kernel-features.h
30485         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30486         __ASSUME_XFS_RESTRICTED_CHOWN.
30487         * sysdeps/unix/sysv/linux/pathconf.c
30488         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30489         Save and restore errno.
30491 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30493         [BZ #15327]
30494         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30495         arguments using __kernel_casinh.
30496         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30497         arguments using __kernel_casinhf.
30498         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30499         arguments using __kernel_casinhl.
30500         * math/libm-test.inc (cacosh_test): Add more tests.
30501         * sysdeps/i386/fpu/libm-test-ulps: Update.
30502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30504 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30506         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30507         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30509         * bench/Makefile (bench): Add sin and slowsin.
30510         * benchtests/sin-inputs: New file.
30511         * benchtests/slowsin-inputs: New file.
30512         * benchtests/slowsin.c: New file.
30514         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30515         (bench): Add slowexp and slowpow.
30516         (exp-ITER): Increase iterations.
30517         (pow-ITER): Likewise.
30518         * benchtests/exp-inputs: Change input.
30519         * benchtests/pow-inputs: Likewise.
30520         * benchtests/slowexp-inputs: New file.
30521         * benchtests/slowexp.c: New file.
30522         * benchtests/slowpow-inputs: New file.
30523         * benchtests/slowpow.c: New file.
30525 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30527         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30528         instructions.
30529         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30530         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30531         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30532         * benchtests/Makefile: Add rint benchtest.
30533         * benchtests/rint-inputs: Input for rint benchtest.
30535 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30537         * Versions.def (libm): Add GLIBC_2.18.
30538         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30539         hidden libm prototypes.
30540         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30541         * math/Makefile (libm-calls): Add s_issignaling.
30542         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30543         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30544         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30545         declaration.
30546         * math/math.h [__USE_GNU] (issignaling): New macro.
30547         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30548         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30549         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30550         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30551         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30552         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30553         * manual/arith.texi (issignaling): New section.
30554         * manual/libm-err-tab.pl (@all_functions): Update comment.
30555         * math/gen-libm-test.pl (parse_args): Apply special handling for
30556         issignaling.
30557         * math/libm-test.inc (print_float, issignaling_test): New
30558         functions.
30559         (check_float_internal): Add issignaling checks.
30560         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30561         default definition.
30562         * sysdeps/powerpc/math-tests.h: New file.
30563         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30564         tests.
30565         * math/test-snan.c (TEST_FUNC): Likewise.
30567 2013-03-30  David S. Miller  <davem@davemloft.net>
30569         * po/de.po: Update from translation team.
30571 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30573         [BZ #10357]
30574         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30575         imaginary part less than 1.0 and real part less than 0.5
30576         specially.
30577         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30578         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30579         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30580         (cacos_test): Add more tests.
30581         (casin_test): Likewise.
30582         (casinh_test): Likewise.
30583         * sysdeps/i386/fpu/libm-test-ulps: Update.
30584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30586 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30588         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30589         ONE with its value.
30591         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30592         (__pow_mp): Replace ONE and MONE with their values.
30593         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30594         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30595         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30596         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30597         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30598         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30600         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30602         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30603         (__pow_mp): Replace ZERO and MZERO with their values.
30604         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30605         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30606         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30607         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30608         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30609         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30610         (__sqr): Likewise.
30612         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30614         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30616 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30618         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30619         Declare with __attribute__ ((weak)).
30620         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30621         Call __call_tls_dtors only if it's not NULL.
30623 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30625         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30626         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30627         magic __ehdr_start linker symbol if it's defined.
30628         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30629         them up here if it was already done.
30631         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30632         (_dl_aux_init): Use const in cast when setting it.
30633         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30634         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30635         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30637         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30638         Declare them here.
30639         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30640         * csu/libc-tls.c: Nor here.
30641         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30643         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30644         (__libc_message): Never call vsyslog.
30646 2013-03-28  Alan Modra  <amodra@gmail.com>
30648         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30649         Define as empty.
30650         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30651         Likewise.
30653 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30655         [BZ #15214]
30656         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30657         underflow.
30658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30660 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30662         [BZ #15304]
30663         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30664         Don't add gid passed as argument.
30666         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30668 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30670         [BZ #15307]
30671         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30672         imaginary part between 1.0 and 1.5 and real part less than 0.5
30673         specially.
30674         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30675         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30676         * math/libm-test.inc (cacos_test): Add more tests.
30677         (casin_test): Likewise.
30678         (casinh_test): Likewise.
30679         * sysdeps/i386/fpu/libm-test-ulps: Update.
30680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30682 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30684         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30685         constants.
30686         (norm): Likewise.
30687         (denorm): Likewise.
30688         (__dbl_mp): Likewise.
30689         (add_magnitudes): Likewise.
30690         (sub_magnitudes): Likewise.
30691         (__add): Likewise.
30692         (__sub): Likewise.
30693         (__mul): Likewise.
30694         (__sqr): Likewise.
30695         (__inv): Likewise.
30696         (__dvd): Likewise.
30698         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30699         commented code.
30700         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30701         (__dubcos): Likewise.
30702         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30703         (__ieee754_acos): Likewise.
30704         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30705         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30706         (__exp1): Likewise.
30707         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30708         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30709         (log1): Likewise.
30710         (my_log2): Likewise.
30711         (checkint): Likewise.
30712         * sysdeps/ieee754/dbl-64/e_remainder.c
30713         (__ieee754_remainder): Likewise.
30714         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30715         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30716         (bsloww): Likewise.
30717         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30719         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30720         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30721         MANTISSA_STORE_T to store computations on mantissa.  Use
30722         macros for rounding and division.
30723         (denorm): Likewise.
30724         (__dbl_mp): Likewise.
30725         (add_magnitudes): Likewise.
30726         (sub_magnitudes): Likewise.
30727         (__mul): Likewise.
30728         (__sqr): Likewise.
30729         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30730         powers of two in terms of TWOPOW macro.
30731         (mp_no): Make type of mantissa as MANTISSA_T.
30732         [!RADIXI]: Define RADIXI.
30733         [!TWO52]: Define TWO52.
30734         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30736 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30738         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30739         llroundl symbol when building for PPC32.
30741 2013-03-24  Mark H Weaver  <mhw@netris.org>
30743         * manual/arith.texi (Normalization Functions): Fix prototypes for
30744         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30746 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30748         [BZ #13889]
30749         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30750         high value to check if expl overflow.
30751         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30752         to check for underflow and overflow.
30753         * math/libm-test.inc: Add exp test.
30755 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30757         [BZ #11120]
30758         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30759         with NOT_IN_libc.
30761 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30763         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30764         symbol.
30766 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30768         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30769         wrap blocks consisting of several statements.
30771         * sysdeps/generic/math-tests.h: New file.
30772         * sysdeps/i386/fpu/math-tests.h: Likewise.
30773         * math/test-snan.c: Include it.
30774         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30776 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30778         [BZ #15285]
30779         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30780         (__ieee754_j0l): Do not improve calculations using cos of twice
30781         input for inputs above LDBL_MAX / 2.0L.
30782         (__ieee754_y0l): Likewise.
30783         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30784         (__ieee754_j1l): Do not improve calculations using cos of twice
30785         input for inputs above LDBL_MAX / 2.0L.
30786         (__ieee754_y1l): Likewise.
30787         * math/libm-test.inc (j0_test): Add another test.
30788         (j1_test): Likewise.
30789         (y0_test): Likewise.
30790         (y1_test): Likewise.
30791         * sysdeps/i386/fpu/libm-test-ulps: Update.
30793 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30795         * Rules ($(objpfx)bench-%.c): Include code from a C source
30796         file.
30798 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30800         [BZ #15287]
30801         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30802         imaginary part 1.0 and real part less than 0.5 specially.
30803         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30804         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30805         * math/libm-test.inc (cacos_test): Add more tests.
30806         (casin_test): Likewise.
30807         (casinh_test): Likewise.
30808         * sysdeps/i386/fpu/libm-test-ulps: Update.
30809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30811 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30813         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30814         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30816 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30818         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30819         * config.make.in (config-cflags-sse4): Remove variable.
30820         (config-cflags-avx): Likewise.
30821         (config-cflags-sse2avx): Likewise.
30822         (config-cflags-novzeroupper): Likewise.
30823         (config-asflags-i686): Likewise.
30824         (have-mfma4): Likewise.
30825         (have-as-vis3): Likewise.
30826         (MIG): Likewise.
30827         * configure.in (MIG): Do not AC_SUBST.
30828         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30829         (libc_cv_cc_sse4): Do not AC_SUBST.
30830         (libc_cv_cc_avx): Likewise.
30831         (libc_cv_cc_sse2avx): Likewise.
30832         (libc_cv_cc_novzeroupper): Likewise.
30833         (libc_cv_cc_fma4): Likewise.
30834         (libc_cv_as_i686): Likewise.
30835         (libc_cv_sparc_as_vis3): Likewise.
30836         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30837         LIBC_CONFIG_VAR.
30838         (config-asflags-i686): Likewise.
30839         (config-cflags-avx): Likewise.
30840         (config-cflags-sse2avx): Likewise.
30841         (have-mfma4): Likewise.
30842         (config-cflags-novzeroupper): Likewise.
30843         * sysdeps/mach/configure.in (MIG): Likewise.
30844         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30845         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30846         LIBC_CONFIG_VAR.
30847         (config-cflags-avx): Likewise.
30848         (config-cflags-sse2avx): Likewise.
30849         (have-mfma4): Likewise.
30850         (config-cflags-novzeroupper): Likewise.
30851         * configure: Regenerated.
30852         * sysdeps/i386/configure: Likewise.
30853         * sysdeps/mach/configure: Likewise.
30854         * sysdeps/sparc/configure: Likewise.
30855         * sysdeps/x86_64/configure: Likewise.
30857 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30859         [BZ #14812]
30860         * locale/programs/localedef.c (options): Put N_ translation marker
30861         on argument names, not just descriptions.
30863 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30865         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30867 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30869         [BZ #14176]
30870         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30872 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30874         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30875         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30876         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30877         [!BEFORE_ABORT] (before_abort): New function.
30878         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30879         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30880         (writev_for_fatal): New function.
30881         (WRITEV_FOR_FATAL): New macro; call that.
30882         (backtrace_and_maps): New function.
30883         (BEFORE_ABORT): New macro; call that.
30884         (struct str_list): Type removed.
30885         (__libc_message, __libc_fatal): Functions removed.
30886         Include <sysdeps/posix/libc_fatal.c> instead.
30888 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30890         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30891         constants.
30892         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30893         double constants.
30895 2013-03-19  Andreas Schwab  <schwab@suse.de>
30897         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30898         * sysdeps/gnu/configure: Regenerate.
30900         * configure.in: Substitute libc_cv_rtlddir.
30901         * configure: Regenerate.
30902         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30903         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30904         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30905         * elf/Makefile (install-others, CFLAGS-interp.c)
30906         (ldso_install, common-ldd-rewrite): Likewise.
30907         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30908         $(inst_slibdir)/$(rtld-installed-name).
30909         * scripts/rellns-sh: Add -p option.
30910         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30911         for source.
30913 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30915         * manual/nptl.texi: Renamed to ...
30916         * manual/threads.texi: ... this.
30917         * manual/Makefile (chapters): Update.
30919 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30921         [BZ #14812]
30922         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30923         on argument names, not just descriptions.
30924         * malloc/memusagestat.c (options): Likewise.
30925         * nss/getent.c (options): Likewise.
30927 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30929         [BZ #14812]
30930         * iconv/iconv_prog.c (options): Put N_ translation marker
30931         on argument names, not just descriptions.
30932         * iconv/iconvconfig.c (options): Likewise.
30934 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30936         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30937         implementation which is faster on all x86_64 architectures.
30938         Tested on AMD, Intel Nehalem, SNB, IVB.
30939         * sysdeps/x86_64/strnlen.S: Likewise.
30941         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30942         Remove all multiarch strlen and strnlen versions.
30943         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30944         Remove strlen and strnlen related parts.
30946         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30947         Inline strlen part.
30948         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30950         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30951         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30952         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30953         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30954         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30955         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30957 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30959         * manual/memory.texi (Malloc Tunable Parameters):
30960         Sort parameters alphabetically. Add comments for missing entries.
30962 2013-03-17  David S. Miller  <davem@davemloft.net>
30964         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30966 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30968         [BZ #15283]
30969         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30970         for arguments at most half maximum finite value.
30971         * math/libm-test.inc (j0_test): Add more tests.
30972         (j1_test): Likewise.
30973         (y0_test): Likewise.
30974         (y1_test): Likewise.
30975         * sysdeps/i386/fpu/libm-test-ulps: Update.
30976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30978         [BZ #14155]
30979         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30980         1 / x and functions P and Q for arguments above 0x1p256L.
30981         (__ieee754_y0l): Likewise.
30982         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30983         (__ieee754_y1l): Likewise.
30984         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30985         (j1_test): Likewise.
30986         (y0_test): Likewise.
30987         (y1_test): Likewise.
30989 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30991         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30992         variable.
30994 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30996         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30997         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30998         zero since it's initialized to EXEC_PAGESIZE.
31000         * sysdeps/unix/sysv/linux/ldsodefs.h
31001         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31002         * sysdeps/generic/ldsodefs.h: ... here.
31004 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31006         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31008         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31009         math/test-snan.c.
31010         * math/test-snan.c: Renamed from
31011         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31012         * math/Makefile (tests): Add test-snan.
31013         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31014         test-powerpc-snan.
31016         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31017         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31018         functions.
31019         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31020         __builtin_nan family of functions.
31021         * math/libm-test.inc (initialize): Initialize qnan_value with
31022         __builtin_nan family of functions.
31023         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31024         Remove variables.
31025         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31026         Remove functions.
31027         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31028         storage class.  Initialize qNaN_var and sNaN_var with
31029         __builtin_nan and __builtin_nans families of functions,
31030         respectively.
31032         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31033         (sqrt_test): Remove duplicate test with qNaN input.
31034         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31035         (round_test, signbit_test, significand_test): Note missing +/-Inf
31036         as well as qNaN tests.
31038         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31039         qNaN_var.  Fix a few strings, too.
31040         * math/libm-test.inc (nan_value): Rename to qnan_value.
31041         * math/gen-libm-test.pl (%beautify): Adjust to that.
31042         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31043         * math/test-misc.c (main): Likewise.
31044         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31045         to __qnan_bytes, and __qnan_union, respectively.
31046         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31047         Likewise.
31048         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31049         and lqnanval, respectively.
31050         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31051         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31052         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31053         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31055         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31056         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31057         doubles.
31059         * math/test-misc.c (main): Fix copy'n'pastos.
31060         * misc/tst-efgcvt.c (special): Likewise.
31062         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31063         Remove declarations.
31065 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31067         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31068         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31069         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31070         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31072 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31074         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31075         macro to return vdso values correctly in IFUNC implementations.
31076         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31077         Optimization by using IFUNC.
31079 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31080             Richard Henderson  <rth@redhat.com>
31081             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31083         * Makefile.in (bench): New target.
31084         * NEWS: Mention the benchmark framework.
31085         * Rules (bench): Likewise.
31086         (binaries-bench): Generate binaries for functions to
31087         benchmark.
31088         * benchtests/Makefile: New makefile for benchmark tests.
31089         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31090         programs.
31091         * benchtests/exp-inputs: New input file for EXP function.
31092         * benchtests/pow-inputs: New input file for POW function.
31093         * scripts/bench.pl: New script to generate source files for
31094         benchmark programs.
31096 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31098         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31099         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31100         computations on mantissa.  Use macros for rounding and
31101         division.
31102         (denorm): Likewise.
31103         (__dbl_mp): Likewise.
31104         (add_magnitudes): Likewise.
31105         (sub_magnitudes): Likewise.
31106         (__mul): Likewise.
31107         (__sqr): Likewise.
31108         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31109         powers of two in terms of TWOPOW macro.
31110         (mp_no): Make type of mantissa as MANTISSA_T.
31111         [!RADIXI]: Define RADIXI.
31112         [!TWO52]: Define TWO52.
31113         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31115         * manual/nptl.texi (cindex): Modify threads to pthreads.
31117 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31119         * sysdeps/x86_64/preconfigure: Regenerated.
31121 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31123         [BZ #14155]
31124         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31125         0x1p28 and above.
31126         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31127         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31128         0x1p28 and above.
31129         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31130         * math/libm-test.inc (j0_test): Do not allow one spurious
31131         underflow exception.
31132         (y1_test): Likewise.
31134 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31136         * manual/Makefile (chapters): Add nptl.
31137         * manual/debug.texi (Debugging Support): Add link to Threads
31138         chapter.
31139         * manual/nptl.texi: New file.
31141         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31143 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31145         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31146         for non-NULL pointer before the memory validity test. Pointed
31147         out by Holger Brunck <holger.brunck@keymile.com>.
31149 2013-03-13  Andreas Schwab  <schwab@suse.de>
31151         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31152         instead of .os.
31154 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31156         * timezone/zic.c: Update from tzcode 2013b.
31158 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31160         * manual/install.texi (Configuring and compiling):
31161         Mention i686 and i586.
31162         * INSTALL: Regenerate.
31164 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31166         * sysdeps/init_array/elf-init.c: New file.
31167         * csu/elf-init.c
31168         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31169         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31171         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31172         __gmon_start__ as global, but as static with a .preinit_array pointer.
31173         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31174         * sysdeps/init_array/crti.S: New file, empty except for comments.
31175         * sysdeps/init_array/crtn.S: Likewise.
31177 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31179         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31180         definining bcopy.
31181         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31182         Remove Prefer_SSE_for_memop.
31183         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31184         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31185         HAS_PREFER_SSE_FOR_MEMOP.
31186         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31187         memset-x86-64.
31188         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31189         Remove bzero, memset ifunc support.
31190         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31191         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31192         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31193         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31195 2013-03-11  Andreas Schwab  <schwab@suse.de>
31197         [BZ #15234]
31198         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31199         by SHLIB_COMPAT.
31200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31201         (GLIBC_2.16): Remove pthread_atfork.
31203 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31205         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31206         (ptestcases.h): Likewise.
31208 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31210         * Makeconfig ($(common-objpfx)config.status): Depend on
31211         sysdeps/*/preconfigure{,.in} too.
31213 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31215         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31216         (__free_hook): Use void * instead of __malloc_ptr_t.
31217         (__malloc_hook): Likewise.
31218         (__realloc_hook): Likewise.
31219         (__memalign_hook): Likewise.
31220         (__after_morecore_hook): Likewise.
31221         * malloc/arena.c (save_malloc_hook): Likewise.
31222         (save_free_hook): Likewise.
31223         * malloc/hooks.c (malloc_hook_ini): Likewise.
31224         (realloc_hook_ini): Likewise.
31225         (memalign_hook_ini): Likewise.
31226         * malloc/malloc.c (malloc_hook_ini): Likewise.
31227         (realloc_hook_ini): Likewise.
31228         (memalign_hook_ini): Likewise.
31229         (__free_hook): Likewise.
31230         (__malloc_hook): Likewise.
31231         (__realloc_hook): Likewise.
31232         (__memalign_hook): Likewise.
31233         (__libc_malloc): Likewise.
31234         (__libc_free): Likewise.
31235         (__libc_realloc): Likewise.
31236         (__libc_memalign): Likewise.
31237         (__libc_valloc): Likewise.
31238         (__libc_pvalloc): Likewise.
31239         (__libc_calloc): Likewise.
31240         (__posix_memalign): Likewise.
31241         * malloc/morecore.c (__sbrk): Likewise.
31242         (__default_morecore): Likewise.
31244         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31246         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31247         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31248         __malloc_ptrdiff_t.
31250         * malloc/malloc.h (__malloc_size_t): Remove macro.
31251         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31252         __malloc_size_t.
31253         (old_memalign_hook): Likewise.
31254         (old_realloc_hook): Likewise.
31255         (struct hdr): Likewise.
31256         (flood): Likewise.
31257         (mallochook): Likewise.
31258         (memalignhook): Likewise.
31259         (reallochook): Likewise.
31260         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31261         (tr_old_realloc_hook): Likewise.
31262         (tr_old_memalign_hook): Likewise.
31263         (tr_mallochook): Likewise.
31264         (tr_reallochook): Likewise.
31265         (tr_memalignhook): Likewise.
31267 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31269         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31270         default_ldbl_pack and using as default implementation.
31271         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31272         implementation.
31273         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31274         redundant definition.
31275         (ldbl_insert_mantissa): Likewise.
31276         (ldbl_canonicalize): Likewise.
31277         (ldbl_nearbyint): Likewise.
31278         (ldbl_pack): Rename to ldbl_pack_ppc.
31279         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31280         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31281         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31283 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31285         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31286         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31287         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31288         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31289         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31290         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31291         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31292         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31294 2013-03-07  Andreas Jaeger  <aj@suse.de>
31296         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31297         bits/mman-linux.h.
31299 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31301         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31302         Include mpa.h and declare __MPEXP.
31303         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31304         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31305         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31306         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31307         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31308         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31309         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31311         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31312         (__slowpow): Use long double EXPL and LOGL functions to
31313         compute POW.
31314         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31315         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31316         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31317         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31318         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31319         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31321         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31322         intermediate variable to calculate exponent.
31323         (__sqr): Likewise.
31324         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31325         Likewise.
31326         (__sqr): Likewise.
31328         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31329         [!NO__SQR]: Define __sqr.
31330         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31331         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31332         sysdeps/ieee754/dbl-64/mpa.c.
31333         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31335         [BZ #12723]
31336         * posix/Makefile (tests): Add tst-pathconf.
31337         * posix/tst-pathconf.c: New test case.
31338         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31339         _PC_PIPE_BUF.
31340         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31342 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31344         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31346 2013-03-06  Andreas Jaeger  <aj@suse.de>
31348         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31349         definition via __MAP_ANONYMOUS.
31351         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31352         it's not part of Linux headers.
31354         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31355         (MAP_HUGE_MASK): Define.
31357         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31358         Define.
31359         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31360         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31361         Define.
31362         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31363         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31364         Define.
31365         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31366         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31367         Define.
31368         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31370         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31371         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31372         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31373         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31374         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31375         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31377         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31378         Handle f2fs.
31380         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31381         Handle f2fs and efivarfs.
31383         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31384         f2fs.
31386         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31387         (EFIVARFS_MAGIC): Add.
31388         (F2FS_LINK_MAX): Add.
31390 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31392         * stdio-common/vfprintf.c: Replace __builtin_expect with
31393         __glibc_unlikely.
31395 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31397         [BZ #13550]
31398         * sysdeps/generic/bp-sym.h: Remove file.
31399         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31400         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31401         <bp-sym.h> and <bp-asm.h>.
31402         (__longjmp): Don't use BP_SYM.
31403         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31404         and <bp-asm.h>.
31405         (memcpy): Don't use BP_SYM.
31406         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31407         <bp-sym.h> and <bp-asm.h>.
31408         (memcpy): Don't use BP_SYM.
31409         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31410         <bp-asm.h>.
31411         (memcpy): Don't use BP_SYM.
31412         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31413         <bp-asm.h>.
31414         (memset): Don't use BP_SYM.
31415         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31416         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31417         (__bzero): Don't use BP_SYM.
31418         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31419         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31420         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31421         <bp-sym.h> and <bp-asm.h>.
31422         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31423         pointers.
31424         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31425         <bp-sym.h> and <bp-asm.h>.
31426         (memcpy): Don't use BP_SYM.
31427         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31428         <bp-sym.h> and <bp-asm.h>.
31429         (memset): Don't use BP_SYM.
31430         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31431         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31432         (__bzero): Don't use BP_SYM.
31433         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31434         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31435         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31436         <bp-sym.h> and <bp-asm.h>.
31437         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31438         pointers.
31439         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31440         <bp-sym.h> and <bp-asm.h>.
31441         (memcpy): Don't use BP_SYM.
31442         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31443         <bp-sym.h> and <bp-asm.h>.
31444         (memset): Don't use BP_SYM.
31445         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31446         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31447         (__bzero): Don't use BP_SYM.
31448         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31449         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31450         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31451         <bp-sym.h> and <bp-asm.h>.
31452         (__memchr): Don't use BP_SYM.
31453         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31454         <bp-sym.h> and <bp-asm.h>.
31455         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31456         pointers.
31457         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31458         <bp-sym.h> and <bp-asm.h>.
31459         (memcpy): Don't use BP_SYM.
31460         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31461         <bp-sym.h> and <bp-asm.h>.
31462         (__mempcpy): Don't use BP_SYM.
31463         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31464         <bp-sym.h> and <bp-asm.h>.
31465         (__memrchr): Don't use BP_SYM.
31466         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31467         <bp-sym.h> and <bp-asm.h>.
31468         (memset): Don't use BP_SYM.
31469         (__bzero): Likewise.
31470         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31471         <bp-sym.h> and <bp-asm.h>.
31472         (__rawmemchr): Don't use BP_SYM.
31473         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31474         <bp-sym.h> and <bp-asm.h>.
31475         (__STRCMP): Don't use BP_SYM.
31476         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31477         <bp-sym.h> and <bp-asm.h>.
31478         (strchr): Don't use BP_SYM.
31479         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31480         <bp-sym.h> and <bp-asm.h>.
31481         (__strchrnul): Don't use BP_SYM.
31482         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31483         <bp-sym.h> and <bp-asm.h>.
31484         (strlen): Don't use BP_SYM.
31485         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31486         <bp-sym.h> and <bp-asm.h>.
31487         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31488         pointers.
31489         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31490         <bp-sym.h> and <bp-asm.h>.
31491         (__strnlen): Don't use BP_SYM.
31492         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31493         <bp-sym.h> and <bp-asm.h>.
31494         (__GI__setjmp): Don't use BP_SYM.
31495         (_setjmp): Likewise.
31496         (__sigsetjmp): Likewise.
31497         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31498         (L(start_addresses)): Don't use BP_SYM.
31499         (_start): Likewise.
31500         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31501         <bp-asm.h>.
31502         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31503         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31504         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31505         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31506         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31507         <bp-asm.h>.
31508         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31509         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31510         about bounded pointers.
31511         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31512         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31513         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31514         <bp-asm.h>.
31515         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31516         about bounded pointers.  Remove GKM FIXME comments.
31517         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31518         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31519         <bp-asm.h>.
31520         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31521         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31522         Remove GKM FIXME comments.
31523         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31524         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31525         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31526         <bp-asm.h>.
31527         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31528         about bounded pointers.  Remove GKM FIXME comment.
31529         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31530         and <bp-asm.h>.
31531         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31532         pointers.
31533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31534         <bp-sym.h> and <bp-asm.h>.
31535         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31537         <bp-sym.h> and <bp-asm.h>.
31538         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31539         comment.
31541 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31543         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31544         call free(NULL).
31546 2013-03-05  David S. Miller  <davem@davemloft.net>
31548         * po/es.po: Update from translation team.
31550 2013-03-05  Andreas Jaeger  <aj@suse.de>
31552         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31553         <bits/mman-linux.h>.
31554         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31555         is fine.
31556         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31557         <bits/mman-linux.h> to end of file.
31558         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31559         is fine.
31560         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31561         <bits/mman-linux.h> to end of file.
31562         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31563         is fine.
31564         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31565         <bits/mman-linux.h> to end of file.
31567         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31568         (MCL_CURRENT, MCL_FUTURE): Define here.
31570 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31572         [BZ #15232]
31573         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31574         attribute_hidden.
31575         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31577 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31579         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31580         fourth parameter needed for rt_sigprocmask syscall.
31581         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31582         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31583         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31584         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31585         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31586         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31588 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31590         [BZ #13550]
31591         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31592         comment about bounded pointers.
31593         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31594         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31596 2013-03-04  Andreas Jaeger  <aj@suse.de>
31598         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31599         common definitions.
31601         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31602         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31603         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31604         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31605         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31606         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31608 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31610         [BZ #15055]
31611         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31612         __ieee754_sqrl instead of __sqrl.
31614 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31616         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31617         * sysdeps/powerpc/fpu_control.h: ... here.
31618         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31619         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31620         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31621         * sysdeps/powerpc/bits/mathinline.h: ... here.
31623 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31625         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31626         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31627         to just [NEED_DL_SYSINFO_DSO].
31628         * elf/dl-support.c: Likewise.
31629         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31630         * elf/rtld.c (dl_main): Likewise.
31631         * elf/setup-vdso.h (setup_vdso): Likewise.
31632         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31633         * sysdeps/unix/sysv/linux/dl-sysdep.c
31634         (_dl_discover_osversion): Likewise.
31636 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31638         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31639         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31641 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31643         * NEWS: Mention libm performance improvements and non-x86 PI
31644         futex support.
31646         * csu/libc-start.c (__pthread_initialize_minimal): Change
31647         function arguments.
31648         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31650 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31652         [BZ #13550]
31653         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31654         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31655         <bp-sym.h> and <bp-asm.h>.
31656         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31657         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31658         and <bp-asm.h>.
31659         (memcpy): Don't use BP_SYM.
31660         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31661         <bp-asm.h>.
31662         (__mpn_add_n): Don't use BP_SYM.
31663         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31664         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31665         and <bp-asm.h>.
31666         (__mpn_addmul_1): Don't use BP_SYM.
31667         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31668         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31669         <bp-sym.h>.
31670         (_setjmp): Don't use BP_SYM.
31671         (__novmx_setjmp): Likewise.
31672         (__GI__setjmp): Likewise.
31673         (__vmx_setjmp): Likewise.
31674         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31675         <bp-sym.h>.
31676         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31677         (__bzero): Don't use BP_SYM.
31678         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31679         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31680         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31681         <bp-sym.h> and <bp-asm.h>.
31682         (memcpy): Don't use BP_SYM.
31683         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31684         <bp-sym.h> and <bp-asm.h>.
31685         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31686         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31687         <bp-sym.h> and <bp-asm.h>.
31688         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31689         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31690         <bp-asm.h>.
31691         (__mpn_lshift): Don't use BP_SYM.
31692         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31693         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31694         <bp-asm.h>.
31695         (memset): Don't use BP_SYM.
31696         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31697         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31698         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31699         <bp-asm.h>.
31700         (__mpn_mul_1): Don't use BP_SYM.
31701         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31702         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31703         <bp-sym.h> and <bp-asm.h>.
31704         (memcmp): Don't use BP_SYM.
31705         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31706         <bp-sym.h> and <bp-asm.h>.
31707         (memcpy): Don't use BP_SYM.
31708         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31709         <bp-sym.h> and <bp-asm.h>.
31710         (memset): Don't use BP_SYM.
31711         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31712         <bp-sym.h> and <bp-asm.h>.
31713         (strncmp): Don't use BP_SYM.
31714         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31715         <bp-sym.h> and <bp-asm.h>.
31716         (memcpy): Don't use BP_SYM.
31717         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31718         <bp-sym.h> and <bp-asm.h>.
31719         (memset): Don't use BP_SYM.
31720         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31721         <bp-sym.h> and <bp-asm.h>.
31722         (__memchr): Don't use BP_SYM.
31723         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31724         <bp-sym.h> and <bp-asm.h>.
31725         (memcmp): Don't use BP_SYM.
31726         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31727         <bp-sym.h> and <bp-asm.h>.
31728         (memcpy): Don't use BP_SYM.
31729         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31730         <bp-sym.h> and <bp-asm.h>.
31731         (__mempcpy): Don't use BP_SYM.
31732         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31733         <bp-sym.h> and <bp-asm.h>.
31734         (__memrchr): Don't use BP_SYM.
31735         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31736         <bp-sym.h> and <bp-asm.h>.
31737         (memset): Don't use BP_SYM.
31738         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31739         <bp-sym.h> and <bp-asm.h>.
31740         (__rawmemchr): Don't use BP_SYM.
31741         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31742         <bp-sym.h> and <bp-asm.h>.
31743         (__STRCMP): Don't use BP_SYM.
31744         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31745         <bp-sym.h> and <bp-asm.h>.
31746         (strchr): Don't use BP_SYM.
31747         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31748         <bp-sym.h> and <bp-asm.h>.
31749         (__strchrnul): Don't use BP_SYM.
31750         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31751         <bp-sym.h> and <bp-asm.h>.
31752         (strlen): Don't use BP_SYM.
31753         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31754         <bp-sym.h> and <bp-asm.h>.
31755         (strncmp): Don't use BP_SYM.
31756         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31757         <bp-sym.h> and <bp-asm.h>.
31758         (__strnlen): Don't use BP_SYM.
31759         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31760         <bp-asm.h>.
31761         (__mpn_rshift): Don't use BP_SYM.
31762         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31763         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31764         <bp-sym.h> and <bp-asm.h>.
31765         (__sigsetjmp): Don't use BP_SYM.
31766         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31767         (L(start_addresses)): Don't use BP_SYM.
31768         (_start): Likewise.
31769         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31770         <bp-asm.h>.
31771         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31772         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31773         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31774         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31775         <bp-asm.h>.
31776         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31777         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31778         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31779         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31780         <bp-asm.h>.
31781         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31782         comments.
31783         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31784         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31785         <bp-asm.h>.
31786         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31787         FIXME comments.
31788         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31789         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31790         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31791         <bp-asm.h>.
31792         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31793         comment.
31794         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31795         and <bp-asm.h>.
31796         (strncmp): Don't use BP_SYM,
31797         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31798         <bp-asm.h>.
31799         (__mpn_sub_n): Don't use BP_SYM.
31800         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31801         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31802         and <bp-asm.h>.
31803         (__mpn_submul_1): Don't use BP_SYM.
31804         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31806         <bp-sym.h> and <bp-asm.h>.
31807         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31809         <bp-sym.h> and <bp-asm.h>.
31810         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31811         comment.
31813 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31815         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31816         Use ZK to minimize writes to Z.
31817         (sub_magnitudes): Simplify code a bit.
31818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31819         Use ZK to minimize writes to Z.
31820         (sub_magnitudes): Simplify code a bit.
31822 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31824         * csu/gmon-start.c: Add special exception to license text.
31826 2013-02-27  Richard Henderson  <rth@redhat.com>
31828         * scripts/config.guess: Update from config.git.
31829         * scripts/config.sub: Likewise.
31831 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31833         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31835         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31837         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31839         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31841         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31843 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31845         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31846         [$(build-shared = yes].
31848 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31850         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31851         (__mul): Reduce iterations for calculating mantissa.
31853         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31854         MPTWO.
31855         (__mpranred): Likewise.
31857         [BZ #15160]
31858         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31859         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31861 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31863         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31864         Define __attribute__.
31866 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31868         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31869         unused.
31870         * posix/regex_internal.h (__attribute): Remove.
31871         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31872         (re_string_context_at): Likewise.
31873         (bitset_not): Use __attribute__ and mark function as possibly
31874         unused.
31875         (bitset_merge): Likewise.
31876         (bitset_mask): Likewise.
31877         (re_string_char_size_at): Likewise.
31878         (re_string_wchar_at): Likewise.
31879         (re_string_elem_size_at): Likewise.
31881 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31883         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31884         code.
31885         (cc32): Likewise.
31887         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31888         (__acr): Likewise.
31889         (__cpy): Likewise.
31890         (norm): Likewise.
31891         (denorm): Likewise.
31892         (__dbl_mp): Likewise.
31893         (add_magnitudes): Likewise.
31894         (sub_magnitudes): Likewise.
31895         (__mul): Likewise.
31896         (__inv): Likewise.
31898         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31899         style.
31901         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31902         style.
31904         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31905         code.
31907         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31908         up changes with default code.
31909         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31910         Likewise.
31912 2013-02-24  Allan McRae  <allan@archlinux.org>
31914         * manual/socket.texi (The Internet Namespace): Order menu items
31915         to match that in the file.
31917         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31918         node listing of the info page menu.
31920 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31922         [BZ #13550]
31923         * sysdeps/i386/bp-asm.h: Remove file.
31924         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31925         (PARMS): Do not use macros from bp-asm.h.
31926         (S1): Likewise.
31927         (S2): Likewise.
31928         (SIZE): Likewise.
31929         (__mpn_add_n): Do not use BP_SYM
31930         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31931         "bp-asm.h".
31932         (PARMS): Do not use macros from bp-asm.h.
31933         (S1): Likewise.
31934         (SIZE): Likewise.
31935         (__mpn_addmul_1): Do not use BP_SYM
31936         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31937         "bp-asm.h".
31938         (PARMS): Do not use macros from bp-asm.h.
31939         (SIGMSK): Likewise.
31940         (_setjmp): Likewise.  Do not use BP_SYM.
31941         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31942         "bp-asm.h".
31943         (PARMS): Do not use macros from bp-asm.h.
31944         (SIGMSK): Likewise.
31945         (setjmp): Likewise.  Do not use BP_SYM.
31946         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31947         "bp-asm.h".
31948         (PARMS): Do not use macros from bp-asm.h.
31949         (__frexp): Do not use BP_SYM.
31950         (frexp): Likewise.
31951         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31952         "bp-asm.h".
31953         (PARMS): Do not use macros from bp-asm.h.
31954         (__frexpf): Do not use BP_SYM.
31955         (frexpf): Likewise.
31956         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31957         "bp-asm.h".
31958         (PARMS): Do not use macros from bp-asm.h.
31959         (__frexpl): Do not use BP_SYM.
31960         (frexpl): Likewise.
31961         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31962         "bp-asm.h".
31963         (PARMS): Do not use macros from bp-asm.h.
31964         (__remquo): Do not use BP_SYM.
31965         (remquo): Likewise.
31966         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31967         "bp-asm.h".
31968         (PARMS): Do not use macros from bp-asm.h.
31969         (__remquof): Do not use BP_SYM.
31970         (remquof): Likewise.
31971         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31972         "bp-asm.h".
31973         (PARMS): Do not use macros from bp-asm.h.
31974         (__remquol): Do not use BP_SYM.
31975         (remquol): Likewise.
31976         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31977         "bp-asm.h".
31978         (PARMS): Do not use macros from bp-asm.h.
31979         (DEST): Likewise.
31980         (SRC): Likewise.
31981         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31982         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31983         "bp-asm.h".
31984         (PARMS): Do not use macros from bp-asm.h.
31985         (strlen): Do not use BP_SYM.
31986         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31987         "bp-asm.h".
31988         (PARMS): Do not use macros from bp-asm.h.
31989         (S1): Likewise.
31990         (S2): Likewise.
31991         (SIZE): Likewise.
31992         (__mpn_add_n): Do not use BP_SYM.
31993         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31994         "bp-asm.h".
31995         (PARMS): Do not use macros from bp-asm.h.
31996         (S1): Likewise.
31997         (SIZE): Likewise.
31998         (__mpn_addmul_1): Do not use BP_SYM.
31999         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32000         weak_alias.
32001         (bzero): Likewise.
32002         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32003         "bp-asm.h".
32004         (PARMS): Do not use macros from bp-asm.h.
32005         (S): Likewise.
32006         (SIZE): Likewise.
32007         (__mpn_lshift): Do not use BP_SYM.
32008         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32009         "bp-asm.h".
32010         (PARMS): Do not use macros from bp-asm.h.
32011         (DEST): Likewise.
32012         (SRC): Likewise.
32013         (LEN): Likewise.
32014         (memcpy): Likewise.  Do not use BP_SYM.
32015         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32016         libc_hidden_def and weak_alias.
32017         (mempcpy): Do not use BP_SYM in weak_alias.
32018         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32019         "bp-asm.h".
32020         (PARMS): Do not use macros from bp-asm.h.
32021         (DEST): Likewise.
32022         (LEN): Likewise.
32023         [!BZERO_P] (CHR): Likewise.
32024         (memset): Likewise.  Do not use BP_SYM.
32025         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32026         "bp-asm.h".
32027         (PARMS): Do not use macros from bp-asm.h.
32028         (S1): Likewise.
32029         (SIZE): Likewise.
32030         (__mpn_mul_1): Do not use BP_SYM.
32031         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32032         "bp-asm.h".
32033         (PARMS): Do not use macros from bp-asm.h.
32034         (S): Likewise.
32035         (SIZE): Likewise.
32036         (__mpn_rshift): Do not use BP_SYM.
32037         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32038         "bp-asm.h".
32039         (PARMS): Do not use macros from bp-asm.h.
32040         (STR): Likewise.
32041         (CHR): Likewise.
32042         (strchr): Likewise.  Do not use BP_SYM.
32043         (index): Do not use BP_SYM in weak_alias.
32044         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32045         "bp-asm.h".
32046         (PARMS): Do not use macros from bp-asm.h.
32047         (DEST): Likewise.
32048         (SRC): Likewise.
32049         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32050         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32051         "bp-asm.h".
32052         (PARMS): Do not use macros from bp-asm.h.
32053         (strlen): Do not use BP_SYM.
32054         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32055         "bp-asm.h".
32056         (PARMS): Do not use macros from bp-asm.h.
32057         (S1): Likewise.
32058         (S2): Likewise.
32059         (SIZE): Likewise.
32060         (__mpn_sub_n): Do not use BP_SYM.
32061         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32062         "bp-asm.h".
32063         (PARMS): Do not use macros from bp-asm.h.
32064         (S1): Likewise.
32065         (SIZE): Likewise.
32066         (__mpn_submul_1): Do not use BP_SYM.
32067         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32068         "bp-asm.h".
32069         (PARMS): Do not use macros from bp-asm.h.
32070         (S1): Likewise.
32071         (S2): Likewise.
32072         (SIZE): Likewise.
32073         (__mpn_add_n): Do not use BP_SYM.
32074         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32075         weak_alias.
32076         (bzero): Likewise.
32077         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32078         "bp-asm.h".
32079         (PARMS): Do not use macros from bp-asm.h.
32080         (BLK2): Likewise.
32081         (LEN): Likewise.
32082         (memcmp): Do not use BP_SYM.
32083         (bcmp): Do not use BP_SYM in weak_alias.
32084         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32085         "bp-asm.h".
32086         (PARMS): Do not use macros from bp-asm.h.
32087         (DEST): Likewise.
32088         (SRC): Likewise.
32089         (LEN): Likewise.
32090         (memcpy): Likewise.  Do not use BP_SYM.
32091         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32092         "bp-asm.h".
32093         (PARMS): Do not use macros from bp-asm.h.
32094         (DEST): Likewise.
32095         (SRC): Likewise.
32096         (LEN): Likewise.
32097         (memmove): Likewise.  Do not use BP_SYM.
32098         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32099         "bp-asm.h".
32100         (PARMS): Do not use macros from bp-asm.h.
32101         (DEST): Likewise.
32102         (SRC): Likewise.
32103         (LEN): Likewise.
32104         (__mempcpy): Likewise.  Do not use BP_SYM.
32105         (mempcpy): Do not use BP_SYM in weak_alias.
32106         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32107         "bp-asm.h".
32108         (PARMS): Do not use macros from bp-asm.h.
32109         (DEST): Likewise.
32110         (LEN): Likewise.
32111         [!BZERO_P] (CHR): Likewise.
32112         (memset): Likewise.  Do not use BP_SYM.
32113         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32114         "bp-asm.h".
32115         (PARMS): Do not use macros from bp-asm.h.
32116         (STR2): Likewise.
32117         (strcmp): Do not use BP_SYM.
32118         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32119         "bp-asm.h".
32120         (PARMS): Do not use macros from bp-asm.h.
32121         (STR): Likewise.
32122         (DELIM): Likewise.
32123         [USE_AS_STRTOK_R] (SAVE): Likewise.
32124         (FUNCTION): Likewise.  Do not use BP_SYM.
32125         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32126         aliases.
32127         (strtok_r): Likewise.
32128         (__GI___strtok_r): Likewise.
32129         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32130         (PARMS): Do not use macros from bp-asm.h.
32131         (S): Likewise.
32132         (SIZE): Likewise.
32133         (__mpn_lshift): Do not use BP_SYM.
32134         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32135         (PARMS): Do not use macros from bp-asm.h.
32136         (STR): Likewise.
32137         (CHR): Likewise.
32138         (__memchr): Do not use BP_SYM.
32139         (memchr): Do not use BP_SYM in weak_alias.
32140         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32141         (PARMS): Do not use macros from bp-asm.h.
32142         (BLK2): Likewise.
32143         (LEN): Likewise.
32144         (memcmp): Do not use BP_SYM.
32145         (bcmp): Do not use BP_SYM in weak_alias.
32146         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32147         (PARMS): Do not use macros from bp-asm.h.
32148         (S1): Likewise.
32149         (SIZE): Likewise.
32150         (__mpn_mul_1): Do not use BP_SYM.
32151         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32152         "bp-asm.h".
32153         (PARMS): Do not use macros from bp-asm.h.
32154         (STR): Likewise.
32155         (CHR): Likewise.
32156         (__rawmemchr): Do not use BP_SYM.
32157         (rawmemchr): Do not use BP_SYM in weak_alias.
32158         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32159         (PARMS): Do not use macros from bp-asm.h.
32160         (S): Likewise.
32161         (SIZE): Likewise.
32162         (__mpn_rshift): Do not use BP_SYM.
32163         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32164         (PARMS): Do not use macros from bp-asm.h.
32165         (SIGMSK): Likewise.
32166         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32167         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32168         (_start): Do not use BP_SYM.
32169         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32170         (PARMS): Do not use macros from bp-asm.h.
32171         (DEST): Likewise.
32172         (SRC): Likewise.
32173         (__stpcpy): Likewise.  Do not use BP_SYM.
32174         (stpcpy): Do not use BP_SYM in weak_alias.
32175         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32176         "bp-asm.h".
32177         (PARMS): Do not use macros from bp-asm.h.
32178         (DEST): Likewise.
32179         (SRC): Likewise.
32180         (LEN): Likewise.
32181         (__stpncpy): Likewise.  Do not use BP_SYM.
32182         (stpncpy): Do not use BP_SYM in weak_alias.
32183         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32184         (PARMS): Do not use macros from bp-asm.h.
32185         (STR): Likewise.
32186         (CHR): Likewise.
32187         (strchr): Likewise.  Do not use BP_SYM.
32188         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32189         "bp-asm.h".
32190         (PARMS): Do not use macros from bp-asm.h.
32191         (STR): Likewise.
32192         (CHR): Likewise.
32193         (__strchrnul): Likewise.  Do not use BP_SYM.
32194         (strchrnul): Do not use BP_SYM in weak_alias.
32195         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32196         "bp-asm.h".
32197         (PARMS): Do not use macros from bp-asm.h.
32198         (STOP): Likewise.
32199         (strcspn): Do not use BP_SYM.
32200         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32201         "bp-asm.h".
32202         (PARMS): Do not use macros from bp-asm.h.
32203         (STR): Likewise.
32204         (STOP): Likewise.
32205         (strpbrk): Likewise.  Do not use BP_SYM.
32206         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32207         "bp-asm.h".
32208         (PARMS): Do not use macros from bp-asm.h.
32209         (STR): Likewise.
32210         (CHR): Likewise.
32211         (strrchr): Likewise.  Do not use BP_SYM.
32212         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32213         (PARMS): Do not use macros from bp-asm.h.
32214         (SKIP): Likewise.
32215         (strspn): Do not use BP_SYM.
32216         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32217         (PARMS): Do not use macros from bp-asm.h.
32218         (STR): Likewise.
32219         (DELIM): Likewise.
32220         (SAVE): Likewise.
32221         (FUNCTION): Likewise.  Do not use BP_SYM.
32222         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32223         aliases.
32224         (strtok_r): Likewise.
32225         (__GI___strtok_r): Likewise.
32226         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32227         (PARMS): Do not use macros from bp-asm.h.
32228         (S1): Likewise.
32229         (S2): Likewise.
32230         (SIZE): Likewise.
32231         (__mpn_sub_n): Do not use BP_SYM.
32232         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32233         "bp-asm.h".
32234         (PARMS): Do not use macros from bp-asm.h.
32235         (S1): Likewise.
32236         (SIZE): Likewise.
32237         (__mpn_submul_1): Do not use BP_SYM.
32238         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32239         <bp-sym.h>.
32240         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32241         and <bp-asm.h>.
32242         (PARMS): Do not use macros from bp-asm.h.
32243         (FLAGS): Likewise.
32244         (PTID): Likewise.
32245         (TLS): Likewise.
32246         (CTID): Likewise.
32247         (__clone): Do not use BP_SYM.
32248         (clone): Do not use BP_SYM in weak_alias.
32249         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32250         and <bp-asm.h>.
32251         (PARMS): Do not use macros from bp-asm.h.
32252         (LEN): Likewise.
32253         (__mmap64): Do not use BP_SYM.
32254         (mmap64): Do not use BP_SYM in weak_alias.
32255         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32256         <bp-sym.h> and <bp-asm.h>.
32257         (PARMS): Do not use macros from bp-asm.h.
32258         (__posix_fadvise64_l64): Do not use BP_SYM.
32259         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32260         (PARMS): Do not use macros from bp-asm.h.
32261         (NSOPS): Likewise.
32262         (semtimedop): Do not use BP_SYM.
32263         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32264         and <bp-asm.h>.
32266 2013-02-21  Allan McRae  <allan@archlinux.org>
32268         * manual/message.texi (Charset conversion in gettext):
32269         Move @end statement to beginning of line.
32271 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32273         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32274         static.
32275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32276         Likewise.
32278         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32279         (denorm): Likewise.
32280         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32281         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32283 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32285         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32286         tail-call to the resolved function if pltexit isn't needed.
32288 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32290         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32291         or Y being zero as being unlikely.
32292         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32293         Likewise.
32295 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32297         * manual/nss.texi (System Databases and Name Service Switch):
32298         Remove frobnicate @pxref.
32300 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32302         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32303         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32305 2013-02-20  Petr Machata  <pmachata@redhat.com>
32307         * elf/elf.h (R_ARM_TARGET1): New macro.
32308         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32309         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32310         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32311         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32312         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32313         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32314         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32315         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32316         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32317         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32318         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32319         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32320         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32321         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32322         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32323         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32324         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32325         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32326         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32327         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32328         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32329         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32330         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32331         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32332         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32333         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32334         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32335         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32336         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32337         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32338         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32339         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32340         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32341         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32342         (R_ARM_THM_GOT_BREL12): Likewise.
32343         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32344         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32345         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32346         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32347         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32348         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32349         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32350         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32351         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32353 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32355         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32356         __attribute_used__ to __attribute__ ((unused)).
32358 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32360         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32361         powerpc mpa.c.
32362         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32363         comment formatting.
32364         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32366 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32368         [BZ #13550]
32369         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32370         Remove macro.
32371         (ENTER): Remove both macro definitions.
32372         (LEAVE): Likewise.
32373         (CHECK_BOUNDS_LOW): Likewise.
32374         (CHECK_BOUNDS_HIGH): Likewise.
32375         (CHECK_BOUNDS_BOTH): Likewise.
32376         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32377         (RETURN_BOUNDED_POINTER): Likewise.
32378         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32379         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32380         (POP_ERRNO_LOCATION_RETURN): Likewise.
32381         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32382         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32383         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32384         macros.
32385         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32386         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32387         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32388         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32389         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32390         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32391         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32392         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32393         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32394         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32395         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32396         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32397         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32398         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32399         removed macros.
32400         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32401         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32402         macros.
32403         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32404         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32405         * sysdeps/i386/i586/memset.S (memset): Likewise.
32406         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32407         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32408         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32409         macros.
32410         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32411         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32412         Change uses of L(2) to L(out).
32413         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32414         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32415         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32416         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32417         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32418         removed macros.
32419         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32420         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32421         macros.
32422         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32423         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32424         (RETURN): Do not use macro LEAVE.
32425         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32426         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32427         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32428         * sysdeps/i386/i686/memset.S (memset): Likewise.
32429         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32430         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32431         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32432         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32433         Likewise.
32434         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32435         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32436         L(1_2) and L(1_3) into L(1).
32437         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32438         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32439         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32440         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32441         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32442         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32443         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32444         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32445         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32446         macros.
32447         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32448         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32449         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32450         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32451         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32452         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32453         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32454         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32455         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32456         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32457         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32458         * sysdeps/i386/strspn.S (strspn): Likewise.
32459         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32460         conditional code.
32461         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32462         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32463         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32464         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32465         L(1_3) into L(1_1).
32466         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32467         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32468         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32469         macros.
32470         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32472 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32474         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32475         macro.
32477 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32479         * math/atest-exp.c (exp_mpn): Remove ROUND.
32480         * math/atest-exp2.c (exp_mpn): Likewise.
32481         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32483         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32484         * stdlib/tst-tls-atexit-lib.c: Likewise.
32485         * stdlib/tst-tls-atexit.c: Likewise.
32487 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32489         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32490         and __attribute_alloc_size__.
32492 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32494         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32495         __attribute_alloc_size__.
32496         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32497         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32499 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32501         * include/programs/xmalloc.h: New file.
32502         * catgets/gencat.c: Include it.
32503         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32504         * elf/pldd.c: Likewise.
32505         * iconv/iconv_charmap.c: Likewise.
32506         * iconv/iconvconfig.c: Likewise.
32507         * iconv/strtab.c: Likewise.
32508         * locale/programs/locale.c: Likewise.
32509         * locale/programs/localedef.h: Likewise.
32510         * locale/programs/simple-hash.c: Likewise.
32511         * nscd/nscd.h: Likewise.
32512         * nss/makedb.c: Likewise.
32513         * sysdeps/generic/ldconfig.h: Likewise.
32515 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32517         * Versions.def: Add GLIBC_2.18.
32518         * include/link.h (struct link_map): New member l_tls_dtor_count.
32519         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32520         (__call_tls_dtors): Likewise.
32521         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32522         __cxa_thread_atexit_impl.
32523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32524         Likewise.
32525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32526         Likewise.
32527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32528         Likewise.
32529         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32530         Likewise.
32531         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32532         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32533         Likewise.
32534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32535         Likewise.
32536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32537         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32538         Likewise.
32539         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32540         (tests): Add test case tst-tls-atexit.
32541         (modules-names): Add shared library for tst-tls-atexit.
32542         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32543         (GLIBC_PRIVATE): Add __call_tls_dtors.
32544         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32545         for libstdc++.
32546         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32547         * stdlib/tst-tls-atexit.c: New test case.
32548         * stdlib/tst-tls-atexit-lib.c: New test case.
32550         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32552         * elf/Versions (ld): Add _dl_find_dso_for_object.
32553         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32554         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32555         (dl_open_worker): Use _dl_find_dso_for_object.
32556         * elf/dl-sym.c (do_sym): Likewise.
32557         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32559 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32561         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32562         Syntactic changes only.
32563         (_dl_runtime_profile): Do a tail-call to the resolved function.
32565 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32567         [BZ #13550]
32568         * sysdeps/x86_64/bp-asm.h: Remove file.
32569         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32570         <bp-sym.h> and <bp-asm.h>.
32571         (__clone): Do not use BP_SYM.
32572         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32573         <bp-sym.h> and <bp-asm.h>.
32574         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32575         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32576         "bp-asm.h".
32577         (_setjmp): Do not use BP_SYM.
32578         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32579         "bp-asm.h".
32580         (setjmp): Do not use BP_SYM.
32581         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32582         libc_hidden_def.
32583         (mempcpy): Do not use BP_SYM in weak_alias.
32584         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32585         "bp-asm.h".
32586         (strchr): Do not use BP_SYM.
32587         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32588         "bp-asm.h".
32589         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32590         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32591         (_start): Do not use BP_SYM.
32592         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32593         "bp-asm.h".
32594         (strcat): Do not use BP_SYM.
32595         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32596         "bp-asm.h".
32597         (STRCMP): Do not use BP_SYM.
32598         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32599         "bp-asm.h".
32600         (STRCPY): Do not use BP_SYM.
32601         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32602         "bp-asm.h".
32603         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32604         "bp-asm.h".
32605         (FUNCTION): Do not use BP_SYM.
32606         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32607         weak_alias.
32608         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32610 2013-02-17  Andreas Jaeger  <aj@suse.de>
32612         * time/Versions: Sort entries.
32613         * string/Versions: Likewise.
32614         * resolv/Versions: Likewise.
32615         * posix/Versions: Likewise.
32616         * iconv/Versions: Likewise.
32617         * elf/Versions: Likewise.
32618         * wcsmbs/Versions: Likewise.
32620 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32622         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32623         loop termination condition.
32625         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32626         variable to calculate EZ.
32627         (__sqr): Likewise.
32629         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32630         the lower precision input.
32632 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32634         [BZ #13550]
32635         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32636         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32637         (run-via-rtld-prefix): Do not handle %-bp tests.
32638         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32639         (all-object-suffixes): Remove .ob.
32640         (bppfx): Remove variable.
32641         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32642         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32643         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32644         [$(build-bounded) = yes] (libtype.ob): Likewise.
32645         * Makerules (elide-routines.ob): Remove variable.
32646         (do-tests-clean): Do not handle *-bp.out.
32647         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32648         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32649         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32650         (tests): Do not include $(tests-bp.out).
32651         (xtests): Do not include $(xtests-bp.out).
32652         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32653         [$(build-bounded) = yes] ($(addprefix
32654         $(objpfx),$(binaries-bounded))): Remove rule.
32655         ($(objpfx)%-bp.out): Remove rule.
32656         * config.make.in (build-bounded): Remove variable.
32657         * crypt/Makefile [$(build-bounded) = yes]
32658         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32659         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32660         append to variable.
32661         [$(build-bounded) = yes] (install-lib): Likewise.
32662         [$(build-bounded) = yes] (generated): Likewise.
32663         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32664         Remove rule.
32665         * intl/Makefile [$(build-bounded) = yes]
32666         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32667         * math/Makefile [$(build-bounded) = yes]
32668         ($(tests:%=$(objpfx)%-bp): Likewise.
32669         * misc/Makefile [$(build-bounded) = yes]
32670         ($(objpfx)tst-tsearch-bp): Likewise.
32671         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32672         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32673         Remove dependency.
32674         * string/Makefile (o-objects.ob): Remove variable.
32675         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32676         (CFLAGS-.ob): Remove variable.
32677         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32678         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32679         both definitions of variable.
32680         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32681         (ASFLAGS-.ob): Remove variable.
32683 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32685         [BZ #13550]
32686         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32687         Remove __BOUNDED_POINTERS__ from condition.
32688         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32689         * string/bits/string2.h [!__NO_STRING_INLINES &&
32690         !__BOUNDED_POINTERS__]: Likewise.
32691         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32692         Likewise.
32693         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32694         Remove conditional code.
32695         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32696         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32697         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32698         condition.
32700         [BZ #13550]
32701         * csu/libc-start.c: Do not include <bp-sym.h>.
32702         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32703         * elf/dl-open.c: Do not include <bp-sym.h>.
32704         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32705         * math/fegetenv.c: Do not include <bp-sym.h>.
32706         (fegetenv): Do not use BP_SYM in versioned symbols.
32707         * nptl/sysdeps/pthread/bits/libc-lockP.h
32708         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32709         <bp-sym.h>.
32710         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32711         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32712         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32713         (__pthread_mutex_destroy): Likewise.
32714         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32715         (__pthread_mutex_lock): Likewise.
32716         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32717         (__pthread_mutex_trylock): Likewise.
32718         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32719         (__pthread_mutex_unlock): Likewise.
32720         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32721         (__pthread_mutexattr_init): Likewise.
32722         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32723         (__pthread_mutexattr_destroy): Likewise.
32724         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32725         (__pthread_mutexattr_settype): Likewise.
32726         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32727         (__pthread_rwlock_init): Likewise.
32728         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32729         (__pthread_rwlock_destroy): Likewise.
32730         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32731         (__pthread_rwlock_rdlock): Likewise.
32732         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32733         (__pthread_rwlock_tryrdlock): Likewise.
32734         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32735         (__pthread_rwlock_wrlock): Likewise.
32736         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32737         (__pthread_rwlock_trywrlock): Likewise.
32738         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32739         (__pthread_rwlock_unlock): Likewise.
32740         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32741         (__pthread_key_create): Likewise.
32742         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32743         (__pthread_setspecific): Likewise.
32744         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32745         (__pthread_getspecific): Likewise.
32746         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32747         Likewise.
32748         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32749         (_pthread_cleanup_push_defer): Likewise.
32750         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32751         (_pthread_cleanup_pop_restore): Likewise.
32752         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32753         (pthread_setcancelstate): Likewise.
32754         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32755         <bp-sym.h>.
32756         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32757         (memchr): Do not use BP_SYM in weak_alias.
32758         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32759         (fegetenv): Do not use BP_SYM in versioned symbols.
32760         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32761         (fesetenv): Do not use BP_SYM in versioned symbols.
32762         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32763         (feupdateenv): Do not use BP_SYM in versioned symbols.
32764         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32765         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32766         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32767         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32768         (open64): Do not use BP_SYM in weak_alias.
32769         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32770         (fegetenv): Do not use BP_SYM in versioned symbols.
32771         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32772         (fesetenv): Do not use BP_SYM in versioned symbols.
32773         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32774         (feupdateenv): Do not use BP_SYM in versioned symbols.
32775         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32776         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32777         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32778         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32779         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32780         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32781         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32782         <bp-sym.h>.
32783         (__libc_start_main): Do not use BP_SYM.
32785 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32787         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32788         redundant return line.
32789         (norm): Likewise.
32790         (denorm): Likewise.
32791         (dbl_mp): Likewise.
32792         (sub_magnitudes): Likewise.
32793         (__add): Likewise.
32794         (__sub): Likewise.
32795         (__mul): Likewise.
32796         (__inv): Likewise.
32797         (__dvd): Likewise.
32798         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32799         (norm): Likewise.
32800         (denorm): Likewise.
32801         (dbl_mp): Likewise.
32802         (sub_magnitudes): Likewise.
32803         (__add): Likewise.
32804         (__sub): Likewise.
32805         (__mul): Likewise.
32806         (__inv): Likewise.
32807         (__dvd): Likewise.
32809         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32810         instead of __mul.
32811         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32812         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32813         (cc32): Likewise.
32815         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32816         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32817         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32818         of __mul for squares.
32819         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32820         function
32821         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32822         Likewise.
32823         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32824         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32826 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32828         [BZ #13550]
32829         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32830         code.
32831         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32832         prototype or function definition.  Rename ubp_* variables and
32833         parameters.  Remove argv definitions conditional on
32834         [__BOUNDED_POINTERS__].
32835         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32836         * elf/dl-runtime.c (_dl_fixup): Likewise.
32837         * include/set-hooks.h (RUN_HOOK): Likewise.
32838         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32839         definition.
32840         * string/strcpy.c (strcpy): Do not use __unbounded.
32841         * sysdeps/generic/frame.h (struct layout): Likewise.
32842         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32843         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32844         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32845         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32846         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32847         (__backtrace): Likewise.
32848         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32849         use __ptrvalue.
32850         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32851         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32852         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32853         Likewise.
32854         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32855         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32856         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32857         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32858         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32859         Do not use __unbounded.
32860         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32861         Rename __unboundedrlimits parameter to rlimits in prototype.
32862         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32863         Do not use __unbounded.
32864         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32865         not use __ptrvalue.
32866         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32867         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32868         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32869         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32870         __ptrvalue or __unbounded.
32871         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32872         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32873         use __unbounded.
32874         (__new_msgctl): Do not use __ptrvalue.
32875         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32876         __unbounded.
32877         (__libc_msgrcv): Do not use __ptrvalue.
32878         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32879         startup_info): Do not use __unbounded.
32880         (__libc_start_main): Likewise.  Rename ubp_* variables and
32881         parameters.  Remove argv definitions conditional on
32882         [__BOUNDED_POINTERS__].
32883         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32884         __ptrvalue.
32885         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32886         use __unbounded.
32887         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32888         or __ptrvalue.
32889         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32890         use __unbounded.
32891         (__new_shmctl): Do not use __ptrvalue.
32892         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32893         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32894         Likewise.
32895         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32896         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32897         (__libc_sigaction): Likewise.
32898         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32899         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32900         Likewise.
32901         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32903 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32905         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32907         * string/mempcpy.c: Implement by calling memcpy.
32909 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32911         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32913         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32914         evaluation.
32916         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32917         values in the mantissa.
32919         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32920         minimize writes to Z.
32921         (sub_magnitudes): Simplify code a bit.
32923 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32925         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32926         from the message.  The linker prefixes all warnings with that already.
32928 2013-02-12  Andreas Schwab  <schwab@suse.de>
32930         [BZ #15078]
32931         * posix/regexec.c (extend_buffers): Add parameter min_len.
32932         (check_matching): Pass minimum needed length.
32933         (clean_state_log_if_needed): Likewise.
32934         (get_subexp): Likewise.
32935         * posix/Makefile (tests): Add bug-regex34.
32936         (bug-regex34-ENV): Define.
32937         * posix/bug-regex34.c: New file.
32939         [BZ #11561]
32940         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32941         elements compare against the byte sequence of it, not its name.
32942         * posix/Makefile (tests): Add bug-regex35.
32943         (bug-regex35-ENV): Define.
32944         * posix/bug-regex35.c: New file.
32946 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32948         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32949         comment.
32950         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32951         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32952         (CHECK_EOL): Add undef.
32954 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32956         * bits/stdlib-bsearch.h: New file.
32957         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32958         * stdlib/stdlib.h: Likewise.
32960 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32962         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32963         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32964         declaration.
32965         * manual/search.texi (Array Search Function): Add missing const in
32966         lfind prototype.
32967         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32968         declaration to use rlim_t.
32969         (Basic Scheduling Functions): Remove erroneous const from
32970         sched_getparam prototype.  Remove erroneous * from
32971         sched_get_priority_max and sched_get_priority_min prototypes.
32972         (Resource Usage): Fix summary @comment on vtimes to refer to
32973         sys/vtimes.h rather than vtimes.h.
32974         Add missing *s in vtimes prototype.
32975         (Limits on Resources): Fix ulimit prototype to return long int.
32976         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32977         prototypes to use long int rather than double.
32978         (BSD Random): Fix initstate and setstate to use char *, not void *.
32979         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32980         prototype to make second argument 'struct aiocb64 *const[]'.
32981         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32982         (Status of AIO Operations): Remove erroneous const in aio_return and
32983         aio_return64 prototypes.
32984         (Synchronizing I/O): Fix sync prototype to return void.
32985         * manual/startup.texi (Suboptions): Remove an erroneous const in
32986         getsubopt prototype.
32987         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32988         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32989         use size_t rather than int.
32990         (Scanning All Users): Likewise for getpwent_r.
32991         (Setting Groups): Add missing const to setgroups prototype.
32992         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32993         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32994         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32995         'const void *' rather than 'const char *'.
32996         (Host Address Functions): Likewise for inet_ntop.
32997         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32998         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32999         ssize_t for return value.
33000         (Sending Data): Likewise for send, sendto, sendmsg.
33001         (Socket Option Functions): Add a missing const in setsockopt prototype.
33002         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33003         use wchar_t for the argument.
33004         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33005         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33006         take no arguments.
33007         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33008         double/float/long double for second argument.
33009         Fix return types of significand, significandf, significandl.
33010         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33011         argument in fchmod prototype.
33012         (File Owner): Use uid_t and gid_t in fchown prototype.
33013         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33014         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33015         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33016         use 'const struct dirent **' as argument types to CMP function pointer
33017         argument.
33018         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33019         (File Times): Fix summary magic @comment for struct utimbuf and utime
33020         to refer to utime.h, not time.h.
33021         * manual/string.texi (Argz Functions): Add missing const in
33022         argz_extract and argz_next prototypes.
33023         (Finding Tokens in a String): Likewise for basename.
33024         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33025         (Copying and Concatenation): Fix typo in wmemmove prototype.
33026         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33027         (Signal Stack): Remove erroneous const in sigstack prototype.
33028         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33029         prototype.
33030         (Simple Calendar Time): Likewise for stime.
33031         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33032         prototype.
33033         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33034         say sys/sysctl.h instead.
33035         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33036         and vsyslog prototypes.
33038 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33040         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33041         Remove.
33043 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33045         * misc/sys/mman.h: Fix typo in mremap comment.
33047 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33049         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33050         the '\0' terminator.
33052 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33054         [BZ #13550]
33055         * debug/segfault.c: Don't include <bp-checks.h>.
33056         * sysdeps/generic/bp-checks.h: Remove file.
33057         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33058         (__GETDENTS): Don't use CHECK_N.
33059         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33060         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33061         (__getgroups): Don't use CHECK_N.
33062         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33063         (setgroups): Don't use CHECK_N.
33064         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33065         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33066         (__libc_msgrcv): Don't use CHECK_N.
33067         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33068         (__libc_msgsnd): Don't use CHECK_N.
33069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33070         <bp-checks.h>.
33071         (__libc_pread): Don't use CHECK_N.
33072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33073         include <bp-checks.h>.
33074         (__libc_pread64): Don't use CHECK_N.
33075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33076         include <bp-checks.h>.
33077         (__libc_pwrite): Don't use CHECK_N.
33078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33079         include <bp-checks.h>.
33080         (__libc_pwrite64): Don't use CHECK_N.
33081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33082         <bp-checks.h>.
33083         (__libc_pread): Don't use CHECK_N.
33084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33085         include <bp-checks.h>.
33086         (__libc_pread64): Don't use CHECK_N.
33087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33088         include <bp-checks.h>.
33089         (__libc_pwrite): Don't use CHECK_N.
33090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33091         include <bp-checks.h>.
33092         (__libc_pwrite64): Don't use CHECK_N.
33093         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33094         (do_pread): Don't use CHECK_N.
33095         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33096         (do_pread64): Don't use CHECK_N.
33097         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33098         (do_pwrite): Don't use CHECK_N.
33099         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33100         (do_pwrite64): Don't use CHECK_N.
33101         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33102         (__libc_readv): Don't use CHECK_N.
33103         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33104         (semop): Don't use CHECK_N.
33105         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33106         <bp-checks.h>.
33107         (semtimedop): Don't use CHECK_N.
33108         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33109         (__libc_pread): Don't use CHECK_N.
33110         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33111         <bp-checks.h>.
33112         (__libc_pread64): Don't use CHECK_N.
33113         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33114         <bp-checks.h>.
33115         (__libc_pwrite): Don't use CHECK_N.
33116         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33117         <bp-checks.h>.
33118         (__libc_pwrite64): Don't use CHECK_N.
33119         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33120         <bp-checks.h>.
33121         (__libc_msgrcv): Don't use CHECK_N.
33122         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33123         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33124         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33125         (__libc_writev): Don't use CHECK_N.
33127 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33129         * string/strcpy.c: Removed unused variable.
33131         * Makeconfig (+sysdep-includes): Define with := rather than =.
33132         Use an existing include/ subdir of each sysdeps dir before it.
33134 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33136         * nscd/connection.c (register_traced_file): Comment function.
33137         [HAVE_INOTIFY] (union __inev): Define.
33138         [HAVE_INOTIFY] (inotify_check_files): New function.
33139         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33140         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33141         clear_db_cache.
33142         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33144 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33146         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33147         loaded if not already and that a failure is permanent.
33149 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33151         [BZ #15006]
33152         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33153         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33155 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33157         [BZ #13550]
33158         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33159         (CHECK_1_NULL_OK): Likewise.
33160         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33161         (__fxstat): Do not use CHECK_1.
33162         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33163         <bp-checks.h>.
33164         (___fxstat64): Do not use CHECK_1.
33165         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33166         <bp-checks.h>.
33167         (__fxstatat): Do not use CHECK_1.
33168         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33169         <bp-checks.h>.
33170         (__fxstatat64): Do not use CHECK_1.
33171         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33172         <bp-checks.h>.
33173         (__fxstat): Do not use CHECK_1.
33174         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33175         <bp-checks.h>.
33176         (__fxstatat): Do not use CHECK_1.
33177         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33178         <bp-checks.h>.
33179         (__getresgid): Do not use CHECK_1.
33180         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33181         <bp-checks.h>.
33182         (__getresuid): Do not use CHECK_1.
33183         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33184         <bp-checks.h>.
33185         (__lxstat): Do not use CHECK_1.
33186         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33187         <bp-checks.h>.
33188         (__old_msgctl): Do not use CHECK_1.
33189         (__new_msgctl): Likewise.
33190         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33191         <bp-checks.h>.
33192         (__new_setrlimit): Do not use CHECK_1.
33193         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33194         <bp-checks.h>.
33195         (__old_shmctl): Do not use CHECK_1.
33196         (__new_shmctl): Likewise.
33197         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33198         <bp-checks.h>.
33199         (__xstat): Do not use CHECK_1.
33200         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33201         (__lxstat): Do not use CHECK_1.
33202         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33203         <bp-checks.h>.
33204         (___lxstat64): Do not use CHECK_1.
33205         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33206         (__old_msgctl): Do not use CHECK_1.
33207         (__new_msgctl): Likewise.
33208         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33209         <bp-checks.h>.
33210         (__gettimeofday): Do not use CHECK_1.
33211         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33212         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33213         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33214         <bp-checks.h>.
33215         (__gettimeofday): Do not use CHECK_1.
33216         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33217         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33218         (__new_shmctl): Do not use CHECK_1.
33219         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33220         <bp-checks.h>.
33221         (do_sigtimedwait): Do not use CHECK_1.
33222         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33223         <bp-checks.h>.
33224         (do_sigwaitinfo): Do not use CHECK_1.
33225         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33226         <bp-checks.h>.
33227         (msgctl): Do not use CHECK_1.
33228         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33229         <bp-checks.h>.
33230         (shmctl): Do not use CHECK_1.
33231         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33232         (ustat): Do not use CHECK_1.
33233         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33234         <bp-checks.h>.
33235         (__fxstat): Do not use CHECK_1.
33236         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33237         <bp-checks.h>.
33238         (__fxstatat): Do not use CHECK_1.
33239         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33240         <bp-checks.h>.
33241         (__lxstat): Do not use CHECK_1.
33242         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33243         <bp-checks.h>.
33244         (__xstat): Do not use CHECK_1.
33245         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33246         (__xstat): Do not use CHECK_1.
33247         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33248         (___xstat64): Do not use CHECK_1.
33250         [BZ #13550]
33251         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33252         definitions.
33253         (CHECK_BOUNDS_HIGH): Likewise.
33254         * string/strcpy.c: Do not include <bp-checks.h>.
33255         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33257 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33259         * nscd/nscd-client.h (__nscd_drop_map_ref):
33260         Add __attribute__ ((unused)).
33261         * nis/nss-nisplus.h (niserr2nss): Likewise.
33263         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33264         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33266         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33267         Remove inline keyword.
33268         * include/rounding-mode.h (round_away): Likewise.
33269         * libio/wfileops.c (adjust_wide_data): Likewise.
33270         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33271         (__m128i_strloadu_tolower): Likewise.
33272         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33273         (__m128i_strloadu_tolower): Likewise.
33274         * time/mktime.c (ydhms_diff): Likewise.
33275         * locale/elem-hash.h (elem_hash): Likewise.
33276         * locale/setlocale.c (setdata): Likewise.
33277         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33278         (re_string_wchar_at): Likewise.
33279         (bitset_not, bitset_merge, bitset_mask): Likewise.
33280         [!(__GNUC__ > 3)] (inline): Remove macro.
33281         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33282         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33283         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33284         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33285         * string/memcmp.c (memcmp_bytes): Likewise.
33286         * locale/programs/locarchive.c (compute_hashval): Likewise.
33287         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33288         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33289         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33290         * nss/getent.c (print_rpc, print_protocols): Likewise.
33291         (print_passwd, print_group, print_aliases): Likewise.
33292         * nis/nss-nisplus.h (niserr2nss): Likewise.
33293         * nscd/connections.c (restart_p): Likewise.
33294         Change return type to bool.
33296 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33298         * Makeconfig (all-Depend-files): Add existing
33299         $(sorted-subdirs:=/Depend) files.
33300         (all-subdirs): Remove nss.
33301         * sysdeps/unix/inet/Subdirs: Add it here instead.
33302         * hesiod/Depend: New file.
33304         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33305         instead of calling alloca.
33307         * io/lseek.c (__lseek): Rename to __libc_lseek.
33308         Define __lseek as an alias.
33310         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33312 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33314         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33315         else clause and remove check for non-standard endianness.
33317 2013-02-04  David S. Miller  <davem@davemloft.net>
33319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33321 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33323         [BZ #13550]
33324         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33325         (__ubp_memchr): Remove prototype.
33326         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33327         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33328         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33329         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33330         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33331         Remove alias.
33332         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33333         (__ubp_memchr): Likewise.
33334         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33335         (__ubp_memchr): Likewise.
33336         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33337         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33338         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33339         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33340         CHECK_STRING.
33341         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33342         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33343         (__getcwd): Do not use CHECK_STRING.
33344         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33345         <bp-checks.h>.
33346         (__real_chown): Do not use CHECK_STRING.
33347         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33348         <bp-checks.h>.
33349         (fchownat): Do not use CHECK_STRING.
33350         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33351         CHECK_STRING.
33352         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33353         <bp-checks.h>.
33354         (__lchown): Do not use CHECK_STRING.
33355         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33356         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33357         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33358         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33360         include <bp-checks.h>.
33361         (truncate64): Do not use CHECK_STRING.
33362         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33363         <bp-checks.h>.
33364         (__real_chown): Do not use CHECK_STRING.
33365         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33366         <bp-checks.h>.
33367         (__lchown): Do not use CHECK_STRING.
33368         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33369         <bp-checks.h>.
33370         (__chown): Do not use CHECK_STRING.
33371         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33372         <bp-checks.h>.
33373         (truncate64): Do not use CHECK_STRING.
33374         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33375         Likewise.
33376         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33377         (__xmknod): Do not use CHECK_STRING.
33378         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33379         <bp-checks.h>.
33380         (__xmknodat): Do not use CHECK_STRING.
33381         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33382         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33384 2013-02-04  Andreas Schwab  <schwab@suse.de>
33386         [BZ #14142]
33387         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33388         * include/netdb.h: Likewise for h_errno.
33389         * elf/tst-stackguard1.c: Include <tls.h>.
33391 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33393         * elf/link.h (struct link_map): Extend the l_addr comment.
33394         * include/link.h (struct link_map): Likewise.
33396 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33398         [BZ #13550]
33399         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33400         (BOUNDED_1): Remove macro.
33401         * debug/backtrace.c: Don't include <bp-checks.h>.
33402         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33403         (__backtrace): Likewise.
33404         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33405         <bp-checks.h>.
33406         (__backtrace): Don't use BOUNDED_1.
33407         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33408         <bp-checks.h>.
33409         (__backtrace): Don't use BOUNDED_1.
33410         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33411         (__backtrace): Don't use BOUNDED_1.
33412         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33413         (shmat): Don't use BOUNDED_N.
33415 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33417         [BZ #13550]
33418         * sysdeps/generic/bp-start.h: Remove file.
33419         * csu/libc-start.c: Don't include <bp-start.h>.
33420         (LIBC_START_MAIN): Set up __environ directly instead of using
33421         INIT_ARGV_and_ENVIRON.
33422         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33423         <bp-start.h>.
33425         [BZ #13550]
33426         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33427         definitions.
33428         (CHECK_FCNTL): Likewise.
33429         (CHECK_N_PAGES): Likewise.
33431         [BZ #13550]
33432         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33433         definitions.
33434         (CHECK_SIGSET_NULL_OK): Likewise.
33435         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33436         <bp-checks.h>.
33437         (sigpending): Don't use CHECK_SIGSET.
33438         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33439         <bp-checks.h>.
33440         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33441         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33442         <bp-checks.h>.
33443         (do_sigsuspend): Don't use CHECK_SIGSET.
33444         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33445         use CHECK_SIGSET.
33446         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33447         (do_sigwait): Don't use CHECK_SIGSET.
33448         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33449         use CHECK_SIGSET.
33450         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33451         include <bp-checks.h>.
33452         (sigpending): Don't use CHECK_SIGSET.
33453         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33454         include <bp-checks.h>.
33455         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33456         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33457         <bp-checks.h>.
33458         (sigpending): Don't use CHECK_SIGSET.
33459         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33460         <bp-checks.h>.
33461         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33463         [BZ #13550]
33464         * sysdeps/generic/bp-semctl.h: Remove file.
33465         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33466         <bp-checks.h> and <bp-semctl.h>.
33467         (__old_semctl): Don't use CHECK_SEMCTL.
33468         (__new_semctl): Likewise.
33469         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33470         and <bp-semctl.h>.
33471         (__old_semctl): Don't use CHECK_SEMCTL.
33472         (__new_semctl): Likewise.
33473         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33474         <bp-checks.h> and <bp-semctl.h>.
33475         (__old_semctl): Don't use CHECK_SEMCTL.
33476         (__new_semctl): Likewise.
33477         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33478         <bp-checks.h> and <bp-semctl.h>.
33479         (semctl): Don't use CHECK_SEMCTL.
33481         [BZ #13550]
33482         * Makerules (elide-bp-thunks): Remove variable.
33483         (elide-routines.oS): Don't use $(elide-bp-thunks).
33484         (elide-routines.os): Likewise.
33485         (elide-routines.o): Likewise.
33486         (elide-routines.op): Likewise.
33487         (elide-routines.og): Likewise.
33488         (objects): Don't use $(bp-thunks).
33489         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33490         include.
33491         (common-generated): Do not add s-proto-bp.d.
33492         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33493         (int): Likewise.
33494         (typ): Likewise.
33495         Do not generate makefile rules for bounded-pointer thunks.
33496         * sysdeps/generic/bp-thunks.h: Remove file.
33497         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33498         * sysdeps/unix/s-proto-bp.S: Likewise.
33500         [BZ #15062]
33501         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33502         parts of result separately when argument is not close to line from
33503         -i to i and one part of argument is small.
33504         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33505         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33506         * math/libm-test.inc (cacos_test): Add more tests.
33507         (casin_test): Likewise.
33508         (casinh_test): Likewise.
33509         * sysdeps/i386/fpu/libm-test-ulps: Update.
33510         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33512 2013-01-31  David S. Miller  <davem@davemloft.net>
33514         * po/de.po: Update from translation team.
33516 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33518         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33520 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33522         * configure.in (_AC_PROG_CC_C89): New definition.
33523         * configure: Regenerate.
33525         * configure.in (AC_PROG_CPP): New definition.
33526         * configure: Regenerate.
33528 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33530         * debug/tst-backtrace.h: New file.
33531         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33532         (ret): Remove variable.
33533         (x): Likewise.
33534         (FAIL): Remove macro.
33535         (NO_INLINE): Likewise.
33536         (fn1): Use match function instead of strstr.
33537         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33538         (ret): Remove variable.
33539         (x): Likewise.
33540         (FAIL): Remove macro.
33541         (NO_INLINE): Likewise.
33542         (fn): Use match function instead of strstr.
33543         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33544         (ret): Remove variable.
33545         (x): Likewise.
33546         (FAIL): Remove macro.
33547         (NO_INLINE): Likewise.
33548         (handle_signal): Use match function instead of strstr.
33549         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33550         (ret): Remove variable.
33551         (x): Likewise.
33552         (FAIL): Remove macro.
33553         (NO_INLINE): Likewise.
33554         (handle_signal): Use match function instead of strstr.
33556 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33558         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33560 2013-01-23  David S. Miller  <davem@davemloft.net>
33562         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33563         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33564         argument of CAS if possible.
33565         * sysdeps/sparc/sparc64/bits/atomic.h
33566         (__arch_compare_and_exchange_val_32_acq): Likewise.
33567         (__arch_compare_and_exchange_val_64_acq): Likewise.
33569 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33571         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33572         * sysdeps/posix/ulimit.c: ... this.
33573         Include <limits.h>.
33574         * sysdeps/unix/bsd/ulimit.c: Remove file.
33576 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33578         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33579         (LDFLAGS-tst-array5): Likewise.
33581 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33583         [BZ #15036]
33584         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33585         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33586         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33587         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33589 2013-01-21  David S. Miller  <davem@davemloft.net>
33591         * sysdeps/sparc/backtrace.c: New file.
33592         * sysdeps/sparc/sparc32/backtrace.h: New file.
33593         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33594         * sysdeps/sparc/sparc64/backtrace.h: New file.
33595         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33596         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33597         -funwind-tables.
33599 2013-01-21  Andreas Schwab  <schwab@suse.de>
33601         [BZ #15020]
33602         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33603         closed its stdout.
33605 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33607         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33608         "mpa2.h".
33609         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33611 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33612             Mark Mitchell  <mark@codesourcery.com>
33613             Tom de Vries  <tom@codesourcery.com>
33614             Paul Pluzhnikov  <ppluzhnikov@google.com>
33616         * debug/tst-backtrace2.c: New file.
33617         * debug/tst-backtrace3.c: Likewise.
33618         * debug/tst-backtrace4.c: Likewise.
33619         * debug/tst-backtrace5.c: Likewise.
33620         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33621         (CFLAGS-tst-backtrace3.c): Likewise.
33622         (CFLAGS-tst-backtrace4.c): Likewise.
33623         (CFLAGS-tst-backtrace5.c): Likewise.
33624         (LDFLAGS-tst-backtrace2): Likewise.
33625         (LDFLAGS-tst-backtrace3): Likewise.
33626         (LDFLAGS-tst-backtrace4): Likewise.
33627         (LDFLAGS-tst-backtrace5): Likewise.
33628         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33629         tst-backtrace4 and tst-backtrace5.
33631 2013-01-18  Anton Blanchard  <anton@samba.org>
33632             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33634         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33635         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33636         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33637         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33639         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33640         "+r" and remove output regs list as redundant.  Add explicit inline
33641         asm to specify register of return val to work around compiler codegen
33642         bug.  Remove (int) cast on return value.  Add return type parameter to
33643         use in macro so that this macro does not truncate return value for
33644         64-bit values.
33645         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33646         pass to INTERNAL_VSYSCALL_NCS.
33647         (INLINE_VSYSCALL): Add 'long int' as return type to
33648         INTERNAL_VSYSCALL_NCS macro invocation.
33649         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33650         INTERNAL_VSYSCALL_NCS macro invocation.
33651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33653 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33655         [BZ #14496]
33656         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33657         Fix application of SIMD FP exception mask.
33659         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33660         mp_no from a power of two.
33661         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33662         __mpexp_twomm1.  Use __pow_mp.
33664         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33665         multiplication.
33667 2013-01-17  David S. Miller  <davem@davemloft.net>
33669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33671 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33673         [BZ #15023]
33674         * include/complex.h: Condition contents on [!_COMPLEX_H].
33675         (__kernel_casinhf): New prototype.
33676         (__kernel_casinh): Likewise.
33677         (__kernel_casinhl): Likewise.
33678         * math/Makefile (libm_calls): Add k_casinh.
33679         * math/k_casinh.c: New file.
33680         * math/k_casinhf.c: Likewise.
33681         * math/k_casinhl.c: Likewise.
33682         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33683         finite nonzero arguments.
33684         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33685         finite nonzero arguments.
33686         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33687         finite nonzero arguments.
33688         * math/s_casinh.c: Do not include <float.h>.
33689         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33690         * math/s_casinhf.c: Do not include <float.h>.
33691         (__casinhf): Move code for finite nonzero arguments to
33692         k_casinhf.c.
33693         * math/s_casinhl.c: Do not include <float.h>.
33694         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33695         redefine.
33696         (__casinhl): Move code for finite nonzero arguments to
33697         k_casinhl.c.
33698         * math/libm-test.inc (cacos_test): Add more tests.
33699         * sysdeps/i386/fpu/libm-test-ulps: Update.
33700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33702 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33704         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33705         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33706         [!HAVE_MREMAP]: Remove [defined linux] case.
33707         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33709 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33711         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33713 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33715         * elf/elf.h (R_386_SIZE32): New relocation.
33716         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33717         R_386_SIZE32.
33718         (elf_machine_rela): Likewise.
33719         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33720         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33722 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33724         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33725         (FP_FAST_FMA): Do not define.
33726         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33727         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33728         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33729         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33730         !_SOFT_FLOAT]: Likewise.
33731         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33732         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33733         value.
33734         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33735         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33736         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33737         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33738         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33739         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33740         file.
33742 2013-01-16  Andreas Schwab  <schwab@suse.de>
33744         [BZ #14327]
33745         * include/stdlib.h (__mktemp): Add declaration.
33746         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33747         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33749 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33751         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33752         definitions.
33753         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33754         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33755         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33756         definitions here.
33757         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33758         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33759         definitions.
33760         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33761         and ONE.
33762         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33763         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33764         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33765         definitions.
33766         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33767         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33768         definitions.
33769         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33771         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33773 2013-01-15  David S. Miller  <davem@davemloft.net>
33775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33776         trunc{,f} to libm-sysdep_routes.
33777         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33779         file.
33780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33782         file.
33783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33784         file.
33785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33787         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33788         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33789         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33790         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33791         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33792         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33794         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33795         nearbyint{,f} to libm-sysdep_routes.
33796         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33798         New file.
33799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33800         file.
33801         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33802         New file.
33803         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33804         file.
33805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33806         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33807         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33808         file.
33809         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33810         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33811         file.
33812         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33813         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33814         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33816         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33817         libc_feholdexcept and libc_fesetenv.
33819 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33821         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33823 2013-01-14  David S. Miller  <davem@davemloft.net>
33825         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33826         (SPARC_ASM_VIS2_IFUNC): Likewise.
33827         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33829         use of 'siam' instruction.
33830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33831         Likewise.
33832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33833         Likewise.
33834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33835         Likewise.
33836         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33837         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33838         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33839         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33841         file.
33842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33843         file.
33844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33845         file.
33846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33847         file.
33848         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33849         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33850         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33851         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33853         new VIS2 routines.
33854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33857         Likewise.
33858         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33859         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33860         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33861         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33863         routines to libm-sysdep_routines.
33864         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33867         fdim/fdimf to libm-sysdep_routines.
33868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33869         file.
33870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33872         file.
33873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33874         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33875         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33876         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33877         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33878         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33879         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33881 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33883         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33884         to optimize copies.
33886         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33887         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33888         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33890         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33891         local variable MPTWO.
33892         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33893         Likewise.
33895 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33897         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33898         GLOB_NOESCAPE.
33900 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33902         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33904 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33906         * manual/pattern.texi (glob_t): Document gl_flags.
33907         (glob64_t): Likewise.
33909 2013-01-11  David S. Miller  <davem@davemloft.net>
33911         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33912         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33913         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33914         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33915         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33916         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33917         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33918         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33919         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33920         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33921         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33922         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33923         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33925         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33926         sparc V9 rather than using V8 code.
33927         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33928         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33930         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33931         Move to...
33932         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33933         Here.
33935 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33937         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33938         not in the main loop.
33939         * configure: Regenerated.
33941 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33943         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33944         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33945         to just #else.
33946         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33947         [!__GLIBC_HAVE_LONG_LONG] case.
33948         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33949         condition to just #else.
33950         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33951         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33952         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33953         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33954         unconditional.
33955         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33956         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33957         #elif condition to just #else.
33958         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33959         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33960         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33961         #elif condition to just #else.
33963 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33965         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33966         (EF_MIPS_ARCH_64): Fix value.
33967         (EF_MIPS_ARCH_32R2): New.
33968         (EF_MIPS_ARCH_64R2): New.
33970 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33972         * Makeconfig (+link-pie-before-libc): New.
33973         (+link-pie-after-libc): Likewise.
33974         (+link-pie-tests): Likewise.
33975         (+link-pie): Rewritten.
33976         (link-before-libc): Remove $(config-LDFLAGS).
33977         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33978         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33979         (config-LDFLAGS): Renamed to ...
33980         (rtld-LDFLAGS): This.
33981         (rtld-tests-LDFLAGS): New macro.
33982         (link-libc-rpath-link): Likewise.
33983         (link-libc-tests-rpath-link): Likewise.
33984         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33985         (link-libc): Prepand $(link-libc-rpath-link).
33986         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33987         (test-program-prefix): New macro.
33988         (test-via-rtld-prefix): Likewise.
33989         (test-program-cmd): Likewise.
33990         (host-test-program-cmd): Likewise.
33991         * Makefile ($(common-objpfx)testrun.sh): Replace
33992         $(run-program-prefix) with $(test-program-prefix).
33993         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33994         $(rtld-LDFLAGS).
33995         ($(common-objpfx)shlib.lds): Likewise.
33996         (build-module-helper): Likewise.
33997         ($(common-objpfx)format.lds): Likewise.
33998         * Rules (binaries-pie-tests): New.
33999         (binaries-pie-notests): Likewise.
34000         (binaries-pie): Rewritten.
34001         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34002         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34003         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34004         (make-test-out): Replace $(host-built-program-cmd) with
34005         $(host-test-program-cmd).
34006         * config.make.in (build-hardcoded-path-in-tests): New variable.
34007         * configure.in (--enable-hardcoded-path-in-tests): New configure
34008         option.
34009         (hardcoded_path_in_tests): New AC_SUBST.
34010         * configure: Regenerated.
34011         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34012         $(built-program-cmd) with $(test-program-cmd).
34013         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34014         (test_program_cmd): This.
34015         * elf/Makefile ($(objpfx)order.out): Run test with
34016         $(test-program-prefix).
34017         ($(objpfx)order2.out): Likewise.
34018         ($(objpfx)tst-initorder.out): Likewise.
34019         ($(objpfx)tst-initorder2.out): Likewise.
34020         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34021         $(test-program-cmd).
34022         ($(objpfx)tst-array1-static.out): Likewise.
34023         ($(objpfx)tst-array2.out): Likewise.
34024         ($(objpfx)tst-array3.out): Likewise.
34025         ($(objpfx)tst-array4.out): Likewise.
34026         ($(objpfx)tst-array5.out): Likewise.
34027         ($(objpfx)tst-array5-static.out): Likewise.
34028         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34029         $(test-program-cmd).
34030         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34031         $(run-program-prefix) with $(test-program-prefix).
34032         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34033         (test_program_prefix): This.
34034         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34035         $(run-program-prefix) with $(test-program-prefix).
34036         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34037         (test_program_prefix): This.
34038         * iconvdata/tst-tables.sh: Likewise.
34039         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34040         $(run-program-prefix) with $(test-program-prefix).
34041         ($(objpfx)tst-translit.out): Likewise.
34042         ($(objpfx)tst-gettext2.out): Likewise.
34043         ($(objpfx)tst-gettext4.out): Likewise.
34044         ($(objpfx)tst-gettext6.out): Likewise.
34045         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34046         (test_program_prefix): This.
34047         * intl/tst-gettext2.sh: Likewise.
34048         * intl/tst-gettext4.sh  Likewise.
34049         * intl/tst-gettext6.sh: Likewise.
34050         * intl/tst-translit.sh: Likewise.
34051         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34052         with $(test-program-cmd).
34053         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34054         $(run-program-prefix) with $(test-program-prefix).
34055         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34056         (test_program_prefix): This.
34057         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34058         $(run-program-prefix) with $(test-program-prefix).
34059         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34060         (test_program_prefix): This.
34061         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34062         * posix/Makefile ($(objpfx)globtest.out): Replace
34063         $(run-via-rtld-prefix) and $(test-wrapper) with
34064         $(test-program-prefix) and $(test-via-rtld-prefix).
34065         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34066         $(test-program-prefix).
34067         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34068         $(host-test-program-cmd).
34069         (tst-spawn-ARGS): Likewise.
34070         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34071         $(test-program-prefix).
34072         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34073         (test_via_rtld_prefix): This.
34074         (test_wrapper): Renamed to ...
34075         (test_program_prefix): This.
34076         (run_program_prefix): Replaced by test_program_prefix.
34077         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34078         (test_program_prefix): This.
34079         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34080         with $(host-test-program-cmd).
34081         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34082         $(run-program-prefix) with $(test-program-prefix).
34083         ($(objpfx)tst-printf.out): Likewise.
34084         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34085         $(test-program-cmd).
34086         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34087         (test_program_prefix): This.
34088         * stdio-common/tst-unbputc.sh: Likewise.
34089         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34090         $(run-program-prefix) with $(test-program-prefix).
34091         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34092         (test_program_prefix): This.
34093         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34094         $(built-program-cmd) with $(test-program-cmd).
34096 2013-01-11  Andreas Jaeger  <aj@suse.de>
34098         [BZ #15003]
34099         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34100         value. Sync with Linux 3.7.
34102 2013-01-10  David S. Miller  <davem@davemloft.net>
34104         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34105         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34106         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34108 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34110         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34111         never set.
34112         * configure: Regenerated.
34114 2013-01-10  David S. Miller  <davem@davemloft.net>
34116         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34117         sparc V9 rather than using V8 code.
34118         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34119         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34121 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34123         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34124         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34125         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34126         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34127         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34128         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34129         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34130         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34131         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34132         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34133         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34134         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34135         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34136         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34137         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34138         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34139         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34140         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34141         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34142         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34143         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34144         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34145         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34146         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34147         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34148         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34149         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34151 2013-01-10  David S. Miller  <davem@davemloft.net>
34153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34155 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34157         * posix/Makefile (tests-static): New variable.
34158         (tests): Add $(tests-static).
34159         (tst-exec-static-ARGS): New variable.
34160         (tst-spawn-static-ARGS): Likewise.
34161         * posix/tst-exec-static.c: New file.
34162         * posix/tst-spawn-static.c: Likewise.
34163         * posix/tst-exec.c: Support run directly.
34164         * posix/tst-spawn.c: Likewise.
34166 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34168         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34169         long.
34170         * math/bits/mathcalls.h (llrint): Likewise.
34171         (llround): Likewise.
34172         * stdlib/stdlib.h (struct drand48_data): Likewise.
34173         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34174         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34175         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34176         Likewise.
34177         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34178         Likewise.
34179         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34180         (elf_greg_t): Likewise.
34181         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34182         (__jmp_buf): Likewise.
34183         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34184         definitions.
34185         (llrint): Likewise, for all definitions.
34186         (llrintl): Likewise.
34188         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34189         Remove [__GNUC__] condition.
34190         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34191         condition to just [__USE_ISOC99].
34192         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34194 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34196         [BZ #14200]
34197         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34198         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34199         defined.
34200         (_POSIX_V6_ILP32_OFF32): Likewise.
34201         (_XBS5_ILP32_OFF32): Likewise.
34202         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34203         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34205 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34207         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34209         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34210         doubles __mpexp_twomm1.  Adjust usage.
34211         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34212         Remove.
34214 2013-01-10  Andreas Schwab  <schwab@suse.de>
34216         [BZ #14964]
34217         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34218         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34220 2013-01-09  David S. Miller  <davem@davemloft.net>
34222         [BZ #15003]
34223         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34224         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34225         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34226         (TCP_FASTOPEN): Define.
34227         (tcp_repair_opt): New structure.
34228         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34229         enum values.
34230         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34231         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34232         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34233         (tcp_cookie_transactions): New structure.
34235 2013-01-09  Anton Blanchard  <anton@samba.org>
34237         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34238         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34239         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34240         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34242 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34244         * include/features.h (__USE_ANSI): Remove.
34246 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34248         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34250         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34252 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34254         * sysdeps/s390/fpu/libm-test-ulps: Update.
34256         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34258         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34259         (__acr): Likewise.
34260         (__cpy): Likewise.
34261         (norm): Likewise.
34262         (denorm): Likewise.
34263         (__mp_dbl): Likewise.
34264         (__dbl_mp): Likewise.
34265         (add_magnitudes): Likewise.
34266         (sub_magnitudes): Likewise.
34267         (__add): Likewise.
34268         (__sub): Likewise.
34269         (__mul): Likewise.
34270         (__inv): Likewise.
34271         (__dvd): Likewise.
34272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34273         (__acr): Likewise.
34274         (__cpy): Likewise.
34275         (norm): Likewise.
34276         (denorm): Likewise.
34277         (__mp_dbl): Likewise.
34278         (__dbl_mp): Likewise.
34279         (add_magnitudes): Likewise.
34280         (sub_magnitudes): Likewise.
34281         (__add): Likewise.
34282         (__sub): Likewise.
34283         (__mul): Likewise.
34284         (__inv): Likewise.
34285         (__dvd): Likewise.
34286         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34287         (__acr): Likewise.
34288         (__cpy): Likewise.
34289         (norm): Likewise.
34290         (denorm): Likewise.
34291         (__mp_dbl): Likewise.
34292         (__dbl_mp): Likewise.
34293         (add_magnitudes): Likewise.
34294         (sub_magnitudes): Likewise.
34295         (__add): Likewise.
34296         (__sub): Likewise.
34297         (__mul): Likewise.
34298         (__inv): Likewise.
34299         (__dvd): Likewise.
34301 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34303         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34304         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34305         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34306         2 && __USE_EXTERN_INLINES]: Likewise.
34308 2013-01-08  Andreas Jaeger  <aj@suse.de>
34310         [BZ# 14985]
34311         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34312         Remove.
34313         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34314         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34316 2013-01-07  Anton Blanchard  <anton@samba.org>
34318         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34319         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34320         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34321         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34322         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34323         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34324         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34325         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34326         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34327         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34328         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34329         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34330         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34331         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34332         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34333         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34334         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34335         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34336         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34337         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34338         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34339         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34340         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34341         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34342         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34343         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34344         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34345         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34346         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34347         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34348         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34349         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34350         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34351         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34352         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34353         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34354         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34355         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34356         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34357         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34358         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34359         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34360         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34362 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34364         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34365         (__MALLOC_PMT): Likewise.
34366         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34367         [__GNUC__], only on [_LIBC].
34368         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34369         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34370         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34371         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34372         forward declaration.
34373         (realloc_hook_ini): Likewise.
34374         (memalign_hook_ini): Likewise.
34375         (__libc_memalign): Do not use __MALLOC_PMT in variable
34376         declaration.
34377         (__libc_valloc): Likewise.
34378         (__libc_pvalloc): Likewise.
34379         (__libc_calloc): Likewise.
34380         (__posix_memalign): Likewise.
34382         [BZ #14996]
34383         * math/s_casinh.c: Include <float.h>.
34384         (__casinh): Do not do computation with squaring and square root
34385         for large arguments.
34386         * math/s_casinhf.c: Include <float.h>.
34387         (__casinhf): Do not do computation with squaring and square root
34388         for large arguments.
34389         * math/s_casinhl.c: Include <float.h>.
34390         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34391         (__casinhl): Do not do computation with squaring and square root
34392         for large arguments.
34393         * math/libm-test.inc (casin_test): Add more tests.
34394         (casinh_test): Likewise.
34395         * sysdeps/i386/fpu/libm-test-ulps: Update.
34396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34398 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34400         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34401         (__x86_64_raw_data_cache_size): Likewise.
34402         (__x86_64_data_cache_size_half): Likewise.
34403         (__x86_64_raw_data_cache_size_half): Likewise.
34404         (__x86_64_shared_cache_size): Likewise.
34405         (__x86_64_raw_shared_cache_size): Likewise.
34406         (__x86_64_shared_cache_size_half): Likewise.
34407         (__x86_64_raw_shared_cache_size_half): Likewise.
34408         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34409         to ...
34410         (__x86_data_cache_size): This.
34411         (__x86_64_raw_data_cache_size): Renamed to ...
34412         (__x86_raw_data_cache_size): This.
34413         (__x86_64_data_cache_size_half): Renamed to ...
34414         (__x86_data_cache_size_half): This.
34415         (__x86_64_raw_data_cache_size_half): Renamed to ...
34416         (__x86_raw_data_cache_size_half): This.
34417         (__x86_64_shared_cache_size): Renamed to ...
34418         (__x86_shared_cache_size): This.
34419         (__x86_64_raw_shared_cache_size): Renamed to ...
34420         (__x86_raw_shared_cache_size): This.
34421         (__x86_64_shared_cache_size_half): Renamed to ...
34422         (__x86_shared_cache_size_half): This.
34423         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34424         (__x86_raw_shared_cache_size_half): This.
34425         * sysdeps/x86_64/memcpy.S: Updated.
34426         * sysdeps/x86_64/memset.S: Likewise.
34427         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34428         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34429         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34431 2013-01-04  David S. Miller  <davem@davemloft.net>
34433         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34435 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34437         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34438         1 to avoid redefinition warning.
34439         (__USE_GNU): Don't define.
34440         (init_signaling_nan): Protoize.
34442         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34444 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34446         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34447         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34448         (__cpymn): Likewise.
34449         (norm): Remove commented code.
34450         (denorm): Likewise.
34451         (__mp_dbl): Likewise.
34452         (__inv): Likewise.
34453         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34454         (__cpymn): Likewise.
34455         (norm): Remove commented code.
34456         (denorm): Likewise.
34457         (__mp_dbl): Likewise.
34458         (__inv): Likewise.
34460         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34461         mp_no value for 1.0 and 2.0.
34462         (norm): Use RADIXI instead of radixi.d.
34463         (denorm): Likewise.
34464         (__mul): Use 0.0 instead of zero.d.
34465         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34466         mp_no value for 1.0 and 2.0.
34467         (norm): Use RADIXI instead of radixi.d.
34468         (denorm): Likewise.
34469         (__mul): Use 0.0 instead of zero.d.
34471 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34473         [BZ #14994]
34474         * math/s_casinh.c (__casinh): Reduce finite argument to first
34475         quadrant then set signs of results at the end.
34476         * math/s_casinhf.c (__casinhf): Likewise.
34477         * math/s_casinhl.c (__casinhl): Likewise.
34478         * math/libm-test.inc (casin_test): Add more tests.
34479         (casinh_test): Likewise.
34480         * sysdeps/i386/fpu/libm-test-ulps: Update.
34481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34483 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34485         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34487         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34489         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34490         declarations.
34491         (denorm): Likewise.
34492         (__mp_dbl): Likewise.
34493         (__inv): Likewise.
34495         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34496         and adjust the header comment.
34498         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34499         variable name from declaration.
34501 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34503         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34504         Initialize COMMON_CPUID_INDEX_7 element.
34505         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34506         (CPUID_RTM): Likewise.
34507         (HAS_RTM): Likewise.
34508         (COMMON_CPUID_INDEX_7): New enum.
34510 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34512         [BZ #14981]
34513         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34514         size is zero, record memory as freed.
34516 2013-01-03  Andreas Jaeger  <aj@suse.de>
34518         * po/ia.po: Add new Interlingua translation.
34520 2012-01-03  Allan McRae  <allan@archlinux.org>
34522         * locale/programs/localedef.c: Fix description of '--posix' flag.
34524 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34526         * NEWS: Update dates in second copyright notice.
34527         * README: Update copyright dates in example.
34528         * manual/libc.texinfo: Update copyright dates.
34529         * scripts/test-installation.pl: Update copyright date in --version
34530         output.
34532         * hurd/ctty-input.c: Fix copyright notice formatting.
34533         * hurd/ctty-output.c: Likewise.
34534         * hurd/dtable.c: Likewise.
34535         * hurd/hurd-raise.c: Likewise.
34536         * hurd/hurdprio.c: Likewise.
34537         * hurd/msgportdemux.c: Likewise.
34538         * misc/sys/file.h: Likewise.
34539         * misc/sys/ioctl.h: Likewise.
34540         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34541         * sysdeps/mach/hurd/chdir.c: Likewise.
34542         * sysdeps/mach/hurd/fchdir.c: Likewise.
34543         * sysdeps/mach/hurd/rename.c: Likewise.
34544         * sysdeps/mach/hurd/rmdir.c: Likewise.
34545         * sysdeps/mach/hurd/seekdir.c: Likewise.
34546         * sysdeps/mach/hurd/setsid.c: Likewise.
34547         * sysdeps/posix/wait3.c: Likewise.
34549         * All files with FSF copyright notices: Update copyright dates
34550         using scripts/update-copyrights.
34551         * intl/plural.c: Regenerated.
34552         * locale/programs/charmap-kw.h: Likewise.
34553         * locale/programs/locfile-kw.h: Likewise.
34555 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34557         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34558         four values.
34560         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34561         calculation loop and add branch prediction.
34563         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34564         check access beyond bounds of m1np.
34566         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34567         MPTWO.
34568         (__inv): Remove local variable MPTWO to use the global
34569         constant.
34570         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34571         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34572         variable MPTWO.
34573         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34574         MP3HALFS static const.
34576 2013-01-01  David S. Miller  <davem@davemloft.net>
34578         * po/ca.po: Update from translation team.
34580 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34582         * scripts/update-copyrights: New file.
34583         * Makeconfig: Reformat copyright notice.
34584         * ctype/ctype.h: Likewise.
34585         * debug/swprintf_chk.c: Likewise.
34586         * elf/dl-cache.c: Likewise.
34587         * elf/dl-debug.c: Likewise.
34588         * elf/dl-object.c: Likewise.
34589         * grp/initgroups.c: Likewise.
34590         * hurd/Makefile: Likewise.
34591         * hurd/hurd/signal.h: Likewise.
34592         * hurd/hurdfault.c: Likewise.
34593         * hurd/hurdioctl.c: Likewise.
34594         * hurd/hurdlookup.c: Likewise.
34595         * hurd/intr-msg.c: Likewise.
34596         * iconv/gconv_open.c: Likewise.
34597         * libio/swprintf.c: Likewise.
34598         * locale/lc-ctype.c: Likewise.
34599         * locale/nl_langinfo.c: Likewise.
34600         * mach/Machrules: Likewise.
34601         * mach/Makefile: Likewise.
34602         * malloc/obstack.h: Likewise.
34603         * manual/Makefile: Likewise.
34604         * manual/tsort.awk: Likewise.
34605         * misc/bits/stab.def: Likewise.
34606         * nis/nis_print_group_entry.c: Likewise.
34607         * nis/nis_table.c: Likewise.
34608         * nis/nss_compat/compat-pwd.c: Likewise.
34609         * nis/nss_compat/compat-spwd.c: Likewise.
34610         * po/Makefile: Likewise.
34611         * posix/fnmatch.c: Likewise.
34612         * posix/regex.h: Likewise.
34613         * resolv/Makefile: Likewise.
34614         * resolv/nss_dns/dns-network.c: Likewise.
34615         * resolv/res_hconf.c: Likewise.
34616         * scripts/gen-sorted.awk: Likewise.
34617         * soft-fp/soft-fp.h: Likewise.
34618         * stdio-common/printf.h: Likewise.
34619         * stdlib/monetary.h: Likewise.
34620         * stdlib/random.c: Likewise.
34621         * stdlib/random_r.c: Likewise.
34622         * sysdeps/generic/Makefile: Likewise.
34623         * sysdeps/gnu/Makefile: Likewise.
34624         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34625         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34626         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34627         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34628         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34629         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34630         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34631         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34632         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34633         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34634         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34635         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34636         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34637         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34638         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34639         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34640         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34641         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34642         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34643         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34644         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34645         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34646         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34647         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34648         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34649         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34650         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34651         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34652         * sysdeps/mach/hurd/errnos.awk: Likewise.
34653         * sysdeps/mach/hurd/fork.c: Likewise.
34654         * sysdeps/mach/hurd/getcwd.c: Likewise.
34655         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34656         * sysdeps/mach/hurd/mmap.c: Likewise.
34657         * sysdeps/mach/hurd/utimes.c: Likewise.
34658         * sysdeps/mach/hurd/xmknod.c: Likewise.
34659         * sysdeps/posix/profil.c: Likewise.
34660         * sysdeps/posix/readdir_r.c: Likewise.
34661         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34662         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34663         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34664         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34665         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34666         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34667         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34668         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34669         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34670         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34671         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34672         * sysdeps/pthread/lio_listio.c: Likewise.
34673         * sysdeps/sparc/dl-procinfo.h: Likewise.
34674         * sysdeps/unix/i386/sysdep.S: Likewise.
34675         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34676         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34677         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34678         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34680         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34681         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34682         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34683         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34684         * sysdeps/wordsize-32/divdi3.c: Likewise.
34685         * time/sys/time.h: Likewise.
34686         * wcsmbs/Makefile: Likewise.
34688 2013-01-01  David S. Miller  <davem@davemloft.net>
34690         * po/fr.po: Update from translation team.
34692         * catgets/gencat.c: Update copyright year.
34693         * csu/version.c: Likewise.
34694         * debug/catchsegv.sh: Likewise.
34695         * debug/pcprofiledump.c: Likewise.
34696         * debug/xtrace.sh: Likewise.
34697         * elf/ldconfig.c: Likewise.
34698         * elf/ldd.bash.in: Likewise.
34699         * elf/pldd.c: Likewise.
34700         * elf/sotruss.ksh: Likewise.
34701         * elf/sprof.c: Likewise.
34702         * iconv/iconv_prog.c: Likewise.
34703         * iconv/iconvconfig.c: Likewise.
34704         * locale/programs/locale.c: Likewise.
34705         * locale/programs/localedef.c: Likewise.
34706         * login/programs/pt_chown.c: Likewise.
34707         * malloc/memusage.sh: Likewise.
34708         * malloc/memusagestat.c: Likewise.
34709         * malloc/mtrace.pl: Likewise.
34710         * nscd/nscd.c: Likewise.
34711         * nss/getent.c: Likewise.
34712         * nss/makedb.c: Likewise.
34713         * posix/getconf.c: Likewise.
34715 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34717         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34718         numbers.
34720 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34722         * math/bits/mathcalls.h (modf): Use __nonnull.
34724 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34726         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34727         (split): Use macro CN instead of the bare value.
34728         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34729         could be used.
34730         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34731         instead of the bare value.
34732         (power1): Likewise.
34734 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34736         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34737         __ATAN_TWOM.
34738         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34740         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34741         their values.
34742         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34743         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34744         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34745         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34747 2012-12-28  Andreas Jaeger  <aj@suse.de>
34749         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34750         values are from Linux 3.7.
34752         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34753         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34755 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34757         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34758         TRUE case.
34760         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34761         (norm): Likewise.
34762         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34763         variables with preprocessor constants.
34764         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34765         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34766         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34768 2012-12-27  Bruno Haible  <bruno@clisp.org>
34770         [BZ #14317]
34771         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34772         only if needed.
34774 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34776         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34777         and use variable directly.
34778         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34780         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34781         MPONE.
34782         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34783         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34784         variable MPONE.
34785         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34786         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34787         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34788         include directive.  Remove local variable MPONE.
34789         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34790         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34791         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34793 2012-12-25  David S. Miller  <davem@davemloft.net>
34795         * version.h (RELEASE): Set to "development".
34796         (VERSION): Set to "2.17.90".
34797         * NEWS: Add 2.18 section.
34799 2012-12-21  David S. Miller  <davem@davemloft.net>
34801         * po/hr.po: Update from translation team.
34803 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34805         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34807 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34809         * NEWS:  Mention new memcpy for MIPS.
34811 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34813         * manual/contrib.texi (Contributors): Spelling correction.
34815 2012-12-15  David S. Miller  <davem@davemloft.net>
34817         * po/ru.po: Update from translation team.
34819 2012-12-13  David S. Miller  <davem@davemloft.net>
34821         * NEWS: Mention IFUNC testsuite enhancements.
34823         * po/pl.po: Update from translation team.
34824         * po/bg.po: Likewise.
34826         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34827         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34829 2012-12-11  David S. Miller  <davem@davemloft.net>
34831         * po/sv.po: Update from translation team.
34833         * po/vi.po: Update from translation team.
34835         * po/cs.po: Update from translation team.
34837         * po/de.po: Update from translation team.
34838         * po/eo.po: Likewise.
34839         * po/nl.po: Likewise.
34841 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34843         [BZ #14246]
34844         * manual/argp.texi (Argp Helper Functions): Move node to follow
34845         Argp Parsing State.
34847         [BZ #14872]
34848         * manual/conf.texi (Limits on File System Capacity): Mention if
34849         terminating null is included in the max size.
34851 2012-12-10  Andreas Jaeger  <aj@suse.de>
34853         * po/cs.po: Update from translation team.
34855 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34857         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34858         void pointer and cast to uintptr_t.
34859         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34860         path.
34861         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34862         * sysdeps/s390/s390-64/memset.S: Likewise.
34864 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34866         [BZ #14833]
34867         * menual/message.texi (Message Translation): Fix typos.
34868         (Helper programs for gettext): Likewise.
34870 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34872         [BZ #14898]
34873         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34874         Change to -1.
34876 2012-12-07  David S. Miller  <davem@davemloft.net>
34878         * po/libc.pot: Update.
34880 2012-12-07  Richard Henderson  <rth@redhat.com>
34882         [BZ #10114]
34883         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34884         normal/normal case to before the switch.
34885         (_FP_DIV): Likewise.
34887 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34888             Mike Frysinger  <vapier@gentoo.org>
34890         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34891         check for __NR_fadvise64_64.
34893 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34895         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34896         0, not just to plain "0" as a statement.
34897         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34898         with cw.
34900 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34902         * NEWS: Use sourceware.org in Bugzilla URL.
34904 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34907         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34909         * stdio-common/tst-put-error.c (do_test): Add newline to the
34910         padded test to ensure flush.
34912 2012-12-05  Jeff Law  <law@redhat.com>
34914         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34916 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34918         * README: Don't refer to ports add-on as distributed separately.
34919         Mention AArch64 in list of systems supported in the ports add-on.
34921         * LICENSES: Add more non-FSF copyright and license notices.
34923         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34924         ((unused)).
34926         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34928         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34929         10000 as width of padded output.
34931 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34933         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34935         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34936         variable LX with __attribute__ ((unused)).
34937         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34938         Likewise.
34939         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34940         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34941         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34942         with __attribute__ ((unused)).
34944 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34946         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34948 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34950         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34951         (CFLAGS-nldbl-acos.c): New variable.
34952         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34953         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34954         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34955         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34956         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34957         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34958         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34959         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34960         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34961         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34962         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34963         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34964         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34965         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34966         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34967         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34968         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34969         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34970         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34971         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34972         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34973         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34974         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34975         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34976         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34977         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34978         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34979         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34980         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34981         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34982         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34983         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34984         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34985         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34986         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34987         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34988         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34989         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34990         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34991         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34992         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34993         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34994         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34995         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34996         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34997         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34998         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34999         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35000         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35001         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35002         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35003         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35004         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35005         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35006         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35007         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35008         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35009         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35010         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35011         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35012         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35013         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35014         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35015         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35016         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35017         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35018         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35019         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35020         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35021         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35022         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35023         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35024         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35025         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35026         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35027         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35028         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35029         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35030         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35031         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35032         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35033         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35034         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35035         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35036         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35037         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35038         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35039         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35040         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35041         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35042         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35043         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35044         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35045         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35046         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35047         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35048         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35051         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35053         [BZ #14914]
35054         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35055         whole low double instead of just low 47 bits when splitting values
35056         into two parts.
35058 2012-12-03  Allan McRae  <allan@archlinux.org>
35060         * manual/stdio.texi (Predefined Printf Handlers): Remove
35061         @hsep and @vsep usage.
35063 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35065         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35066         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35068 2012-12-03  Jeff Law  <law@redhat.com>
35070         * time/sys/time.h (settimeofday): Do not mark TV argument
35071         as __nonnull.
35073 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35075         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35076         when currently writing and seek to current position when not.
35077         * libio/Makefile (tests): Remove bug-fclose1.
35078         * libio/bug-fclose1.c: Delete.
35080 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35082         * manual/arith.texi (feenableexcept): Fix typo.
35083         (fedisableexcept): Likewise.
35085 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35087         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35088         second, differently-typed declaration, rather than a cast.
35090 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35092         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35093         * include/rpc/svc.h: ... here.
35095 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35097         [BZ #13013]
35098         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35099         depending n and resplen2 to catch cases where answer
35100         equals answerp2.
35102 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35104         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35105         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35107 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35109         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35111 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35113         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35115 2012-11-28  Jeff Law  <law@redhat.com>
35117         [BZ #13761]
35118         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35119         dataset_temporary.  Track alloca usage into alloca_used.
35120         If dataset is large allocate and release it via malloc/free.
35122 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35124         [BZ #14197]
35125         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35127 2012-11-28  David S. Miller  <davem@davemloft.net>
35129         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35131 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35133         [BZ #14803]
35134         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35135         of pi/2 rounded to nearest to 64 bits.
35136         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35137         nearest to 64 bits.
35138         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35139         bits.
35141 2012-11-28  Jeff Law <law@redhat.com>
35142             Martin Osvald <mosvald@redhat.com>
35144         [BZ #14889]
35145         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35146         * sunrpc/svc.c: Include time.h.
35147         (__svc_accept_failed): New function.
35148         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35149         any reason other than EINTR, call __svc_accept_failed.
35150         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35151         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35153 2012-11-28  Andreas Schwab  <schwab@suse.de>
35155         * scripts/abilist.awk: Also handle indirect functions in .opd
35156         section.
35158 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35160         [BZ #13881]
35161         * sysdeps/x86/fpu/powl_helper.c: New file.
35162         * sysdeps/x86/fpu/Makefile: Likewise.
35163         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35164         (p3): New object.
35165         (__ieee754_powl): Use __powl_helper for finite arguments except
35166         integer exponents below 8.
35167         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35168         (p3): New object.
35169         (__ieee754_powl): Use __powl_helper for finite arguments except
35170         integer exponents below 8.
35171         * math/libm-test.inc (pow_test): Add more tests and enable some
35172         previously disabled tests.
35173         * sysdeps/i386/fpu/libm-test-ulps: Update.
35174         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35176 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35177             Carlos O'Donell  <carlos_odonell@mentor.com>
35179         * nss/makedb.c (is_prime): Assert that input is odd and greater
35180         than 4.  Note that fact in a comment too.
35181         (next_prime): Add 4 to input.
35183 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35185         [BZ #11741]
35186         * libio/Makefile (tests): Add test case tst-fwrite-error.
35187         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35188         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35189         * libio/tst-fwrite-error.c: New test case.
35191 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35193         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35194         before casting to void *.
35195         * include/libc-internal.h (__pointer_type): New macro.
35196         (__integer_if_pointer_type_sub): Likewise.
35197         (__integer_if_pointer_type): Likewise.
35198         (cast_to_integer): Likewise.
35199         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35200         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35201         before casting to atomic64_t.
35202         (atomic_exchange_acq): Likewise.
35203         (__arch_exchange_and_add_body): Likewise.
35204         (__arch_add_body): Likewise.
35205         (atomic_add_negative): Likewise.
35206         (atomic_add_zero): Likewise.
35208 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35210         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35211         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35212         (add_fdes): Likewise.
35213         (linear_search_fdes): Likewise.
35214         (binary_search_unencoded_fdes): Likewise.
35216 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35218         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35220 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35222         * configure.in: Autodetect C++ header directories.
35223         * configure: Regenerated.
35225 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35227         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35229 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35233 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35235         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35236         LDBL_MANT_DIG == 106]: Disable some tests.
35237         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35238         Likewise.
35239         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35240         Likewise.
35242         [BZ #14871]
35243         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35244         input for small inputs.  Return +/- pi/2 for large inputs.
35245         * math/libm-test.inc (atan_test): Add more tests.
35247         * sysdeps/generic/unwind-dw2-fde-glibc.c
35248         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35249         __attribute__ ((unused)).
35251         [BZ #14645]
35252         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35253         x * y if x and y are nonzero and z is zero.
35255         [BZ #14811]
35256         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35257         nonzero exponents with absolute value below 0x1p-117 to +/-
35258         0x1p-117.
35260         [BZ #14869]
35261         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35262         up arguments below 2**-450, not just those below 2**-500.
35263         * math/libm-test.inc (hypot_test): Add another test.
35265         [BZ #14868]
35266         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35267         Return a+b for ratio over 2**120, not 2**60.
35268         * math/libm-test.inc (hypot_test): Add another test.
35270         * math/libm-test.inc (clog_test): Use
35271         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35272         (clog10_test): Likewise.
35274         [BZ #6778]
35275         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35277 2012-11-22  Andreas Schwab  <schwab@suse.de>
35279         * sysdeps/i386/fpu/libm-test-ulps: Update.
35281 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35283         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35284         printf output with newline.
35286 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35288         [BZ #14865]
35289         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35290         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35291         -z nodlopen, -z initfirst and -z execstack support.
35292         * configure: Regenerated.
35294         * elf/elf.h (DF_1_NODIRECT): New macro.
35295         (DF_1_IGNMULDEF): Likewise.
35296         (DF_1_NOKSYMS): Likewise.
35297         (DF_1_NOHDR): Likewise.
35298         (DF_1_EDITED): Likewise.
35299         (DF_1_NORELOC): Likewise.
35300         (DF_1_SYMINTPOSE): Likewise.
35301         (DF_1_GLOBAUDIT): Likewise.
35302         (DF_1_SINGLETON): Likewise.
35303         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35304         DT_1_SUPPORTED_MASK bits.
35305         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35307 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35309         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35311 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35313         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35314         macro.
35316         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35317         (sendmmsg): Move declarations...
35318         * socket/sys/socket.h: ... here.
35319         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35320         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35321         include it from...
35322         * socket/recvmmsg.c: ... this new file.
35323         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35324         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35325         definition of __sendmmsg hidden.
35326         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35327         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35328         Move ENOSYS stub into and include it from...
35329         * socket/sendmmsg.c: ... this new file.
35330         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35331         (sysdep_routines): Move recvmmsg and sendmmsg...
35332         * socket/Makefile (routines): ... here.
35333         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35334         (GLIBC_PRIVATE): Add __sendmmsg.
35335         * include/sys/socket.h (__sendmmsg): Add declarations.
35336         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35337         sendmmsg.
35339 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35341         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35342         variable I1 with __attribute__ ((unused)).
35343         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35345 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35347         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35348         DUMMY variables with __attribute__ ((unused)).
35350         * bits/byteswap.h: Include <bits/types.h>.
35351         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35353 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35355         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35356         string_t.  Do not manually set errno.
35357         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35358         length with __strnlen.  Make sure to both set errno and return it on
35359         failure.
35361 2012-11-19  David S. Miller  <davem@davemloft.net>
35363         With help from Joseph Myers.
35364         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35365         very large arguments properly.
35366         * math/libm-test.inc (atan_test): New tests.
35367         (atan2_test): New tests.
35368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35369         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35371 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35373         [BZ #14856]
35374         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35375         Define to 3.
35377         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35378         [POSIX] (EADDRNOTAVAIL): Likewise.
35379         [POSIX] (EAFNOSUPPORT): Likewise.
35380         [POSIX] (EALREADY): Likewise.
35381         [POSIX] (ECONNABORTED): Likewise.
35382         [POSIX] (ECONNREFUSED): Likewise.
35383         [POSIX] (ECONNRESET): Likewise.
35384         [POSIX] (EDESTADDRREQ): Likewise.
35385         [POSIX] (EDQUOT): Likewise.
35386         [POSIX] (EHOSTUNREACH): Likewise.
35387         [POSIX] (EIDRM): Likewise.
35388         [POSIX] (EISCONN): Likewise.
35389         [POSIX] (ELOOP): Likewise.
35390         [POSIX] (EMULTIHOP): Likewise.
35391         [POSIX] (ENETDOWN): Likewise.
35392         [POSIX] (ENETUNREACH): Likewise.
35393         [POSIX] (ENOBUFS): Likewise.
35394         [POSIX] (ENODATA): Likewise.
35395         [POSIX] (ENOLINK): Likewise.
35396         [POSIX] (ENOMSG): Likewise.
35397         [POSIX] (ENOPROTOOPT): Likewise.
35398         [POSIX] (ENOSR): Likewise.
35399         [POSIX] (ENOSTR): Likewise.
35400         [POSIX] (ENOTCONN): Likewise.
35401         [POSIX] (ENOTSOCK): Likewise.
35402         [POSIX] (EOPNOTSUPP): Likewise.
35403         [POSIX] (EOVERFLOW): Likewise.
35404         [POSIX] (EPROTO): Likewise.
35405         [POSIX] (EPROTONOSUPPORT): Likewise.
35406         [POSIX] (EPROTOTYPE): Likewise.
35407         [POSIX] (ESTALE): Likewise.
35408         [POSIX] (ETIME): Likewise.
35409         [POSIX] (ETXTBSY): Likewise.
35410         [POSIX] (EWOULDBLOCK): Likewise.
35411         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35412         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35413         [POSIX] (SEEK_CUR): Likewise.
35414         [POSIX] (SEEK_END): Likewise.
35415         [POSIX || UNIX98] (mode_t): Do not require.
35416         [POSIX] (off_t): Likewise.
35417         [POSIX] (pid_t): Likewise.
35418         [POSIX] (sys/stat.h): Do not allow header.
35419         [POSIX] (unistd.h): Likewise.
35420         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35421         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35422         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35423         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35424         require.
35425         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35426         sigevent): Specify elements.
35427         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35428         entry.
35429         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35430         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35432         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35433         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35434         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35435         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35436         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35437         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35438         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35439         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35440         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35441         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35442         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35443         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35444         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35445         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35446         Likewise.
35447         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35448         Likewise.
35449         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35450         Likewise.
35451         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35452         Likewise.
35453         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35454         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35455         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35456         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35457         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35458         Specify lower bound on value.
35459         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35460         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35461         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35462         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35463         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35464         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35465         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35466         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35467         value.
35468         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35469         as optional.
35470         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35471         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35472         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35473         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35474         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35475         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35476         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35477         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35478         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35479         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35480         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35481         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35482         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35483         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35484         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35485         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35486         entry.
35487         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35488         optional.
35489         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35490         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35491         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35492         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35493         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35494         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35495         Likewise.
35496         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35497         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35498         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35499         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35500         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35501         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35502         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35503         as optional.
35504         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35505         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35506         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35507         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35508         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35509         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35510         specify as optional.
35511         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35512         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35513         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35514         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35515         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35516         [XPG3] (NL_LANGMAX): Likewise.
35517         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35518         [POSIX || XPG3] (NL_NMAX): Likewise.
35519         [POSIX || XPG3] (NL_SETMAX): Likewise.
35520         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35521         [XPG3] (NZERO): Likewise.
35522         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35523         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35524         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35525         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35526         (REG_ERANGE): Expect.
35527         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35528         optional-constant.
35529         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35530         Use (void) in prototype.
35531         [POSIX] (*_t): Allow.
35532         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35533         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35534         (WRDE_BADVAL): Expect.
35536         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35537         expect.
35538         [XPG3 || XPG4] (O_RSYNC): Likewise.
35539         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35540         Likewise.
35541         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35542         [XPG3 || XPG4] (sigqueue): Likewise.
35543         [XPG3 || XPG4] (sigtimedwait): Likewise.
35544         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35545         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35546         [XPG3 || XPG4] (vsnprintf): Likewise.
35547         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35548         Likewise.
35549         [XPG3 || XPG4] (blksize_t): Likewise.
35550         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35551         Likewise.
35552         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35553         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35554         [XPG3 || XPG4] (struct itimerspec): Likewise.
35555         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35556         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35557         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35558         [XPG3 || XPG4] (clockid_t): Likewise.
35559         [XPG3 || XPG4] (timer_t): Likewise.
35560         [XPG3 || XPG4] (clock_getres): Likewise.
35561         [XPG3 || XPG4] (clock_gettime): Likewise.
35562         [XPG3 || XPG4] (clock_settime): Likewise.
35563         [XPG3 || XPG4] (nanosleep): Likewise.
35564         [XPG3 || XPG4] (timer_create): Likewise.
35565         [XPG3 || XPG4] (timer_delete): Likewise.
35566         [XPG3 || XPG4] (timer_gettime): Likewise.
35567         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35568         [XPG3 || XPG4] (timer_settime): Likewise.
35569         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35570         [XPG3 || XPG4] (getlogin_r): Likewise.
35571         [XPG3 || XPG4] (pread): Likewise.
35572         [XPG3 || XPG4] (pthread_atfork): Likewise.
35573         [XPG3 || XPG4] (pwrite): Likewise.
35575         [BZ #14835]
35576         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35577         <bits/siginfo.h>.
35579 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35581         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35582         finalizing MALLSTREAM.
35584         * sysdeps/mach/hurd/syncfs.c: New file.
35586 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35588         [BZ #14719]
35589         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35590         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35591         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35592         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35593         (_nss_dns_gethostbyname4_r): Likewise.
35594         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35595         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35597 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35599         [BZ #13763]
35600         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35602 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35604         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35605         * elf/cache.c (print_entry): Print ",AArch64" for
35606         FLAG_AARCH64_LIB64
35608         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35609         * elf/cache.c (print_entry): Print ",hard-float" for
35610         FLAG_ARM_LIBHF.
35612 2012-11-18  David S. Miller  <davem@davemloft.net>
35614         With help from Joseph Myers.
35615         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35616         cutoff to 2**-13.
35617         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35618         cutoff to 2**-25.
35619         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35620         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35621         small.
35622         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35623         * math/libm-test.inc (y0_test): New tests.
35624         (y1_test): New tests.
35625         * sysdeps/i386/fpu/libm-test-ulps: Update.
35626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35627         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35629 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35631         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35632         64-bit targets.
35633         * configure: Regenerated.
35635 2012-11-17  David S. Miller  <davem@davemloft.net>
35637         [BZ #14811]
35638         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35639         nonzero exponents with absolute value below 0x1p-128 to +/-
35640         0x1p-128.
35642 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35644         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35646         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35648         * posix/getconf-speclist.c: New file.
35649         * posix/posix-envs.def: Likewise.
35650         * posix/confstr.c (START_ENV_GROUP): New macro.
35651         (END_ENV_GROUP): Likewise.
35652         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35653         (KNOWN_PRESENT_ENV_STRING): Likewise.
35654         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35655         (UNKNOWN_ENVIRONMENT): Likewise.
35656         (confstr): Include posix-envs.def instead of handling
35657         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35658         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35659         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35660         (END_ENV_GROUP): Likewise.
35661         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35662         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35663         (UNKNOWN_ENVIRONMENT): Likewise.
35664         (__sysconf): Include posix-envs.def instead of handling associated
35665         cases directly here.
35666         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35667         preprocessing getconf-speclist.c rather than running getconf or
35668         generating empty file.
35670 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35672         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35674 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35676         [BZ #14672]
35677         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35679 2012-11-16  David S. Miller  <davem@davemloft.net>
35681         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35682         smaller than LDBL_EPSILON/2.0L, just return xm1.
35684 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35686         * elf/tst-array1.c (init): Set constructor priority to 1000.
35687         (fini): Set destructor priority to 1000.
35688         * elf/tst-array2dep.c: Likewise.
35690 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35692         [BZ #11741]
35693         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35694         (_IO_new_file_xsputn): Also return EOF if none of the input
35695         data was written when overflow failed.
35696         * libio/iopadn.c (_IO_padn): Likewise.
35697         * libio/iowpadn.c (_IO_wpadn): Likewise.
35698         * stdio-common/tst-put-error.c: Add copyright notice.
35699         (do_test): Add case for printing padded string.
35700         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35701         _IO_padn returned error.
35702         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35703         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35704         return EOF.
35706 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35708         * libio/libioP.h: Add comment note that the references to C++
35709         bits are now obsolete.
35711 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35713         * math/libm-test.inc (check_complex): Use asprintf.
35715 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35717         * debug/pcprofiledump.c (print_version): Update copyright year.
35718         * malloc/memusagestat.c (print_version): Likewise.
35720 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35722         [BZ #14831]
35723         * elf/Makefile (tests): Add tst-audit8.
35724         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35725         ($(objpfx)tst-audit8.out): New target.
35726         (tst-audit8-ENV): New variable.
35727         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35728         audit if l_reloc_result is NULL.
35729         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35730         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35731         * elf/tst-audit8.c: New file.
35733 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35735         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35736         * misc/Makefile (CFLAGS-select.c): Define.
35737         * posix/Makefile (CFLAGS-pause.c): Define.
35739 2012-11-13  David S. Miller  <davem@davemloft.net>
35741         * crypt/Makefile: Move test targets after toplevel Rules
35742         inclusion.  Grab any necessary sysdep routines when linking.
35743         * crypt/md5.c (md5_process_block): Remove define, we will always
35744         name it __md5_process_block.
35745         (md5_finish_ctx): Update md5_process_block call.
35746         (md5_stream): Likewise.
35747         (md5_process_bytes): Likewise.
35748         (md5_process_block): Rename to __md5_process_block and move to ...
35749         * crypt/md5-block.c: ... here.
35750         * crypt/sha256.c (sha256_process_block): Move to ...
35751         * crypt/sha256-block.c: ... here.
35752         * crypt/sha512.c (sha512_process_block): Move to ...
35753         * crypt/sha512-block.c: ... here.
35754         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35755         path.
35756         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35757         * sysdeps/sparc/sparc64/multiarch/Makefile
35758         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35759         crypt subdir.
35760         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35761         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35762         multiarch changes.
35763         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35764         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35765         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35766         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35767         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35768         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35769         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35770         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35771         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35772         file.
35773         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35774         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35775         file.
35776         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35778 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35780         * timezone/tzselect.ksh: Update from tzcode git revision
35781         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35782         * timezone/zdump.c: Likewise.
35783         * timezone/zic.c: Likewise.
35784         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35785         in TZVERSION setting, not $(PKGVERSION).
35786         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35787         REPORT_BUGS_TO settings.
35789         [BZ #14838]
35790         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35791         macro.
35793 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35795         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35796         detection to immediately after _FP_ROUND().
35797         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35798         bits are 0.
35800 2012-11-11  David S. Miller  <davem@davemloft.net>
35802         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35803         inttypes.h
35804         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35805         __close rather than their public counterparts.
35807 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35809         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35810         file.
35811         [UNIX98] (sem_timedwait): Do not expect.
35812         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35813         [XPG4 || UNIX98] (sockatmark): Do not expect.
35814         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35815         (clock_getcpuclockid): Do not expect.
35816         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35817         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35818         Do not expect.
35819         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35820         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35821         [UNIX98] (vwscanf): Likewise.
35822         [UNIX98] (vswscanf): Likewise.
35824 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35826         * timezone/version.h: Remove file.
35827         * timezone/README: Do not refer to version.h.
35828         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35829         $(objpfx)version.h.
35830         ($(objpfx)zdump.o): Likewise.
35831         ($(objpfx)version.h): New target.
35833         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35834         2012i.
35835         * timezone/README: Don't mention modification to tzselect.ksh.
35836         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35837         work on unmodified tzselect.ksh.  Substitute version numbers in
35838         tzselect.ksh.
35840         * Makefile (format-me): Remove.
35841         (INSTALL): Adjust indentation.  Use commands directly instead of
35842         using $(format-me).
35844         * aclocal.m4 (ACX_PKGVERSION): New macro.
35845         (ACX_BUGURL): Likewise.
35846         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35847         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35848         (REPORT_BUGS_TO): Likewise.
35849         * configure: Regenerated.
35850         * config.h.in (PKGVERSION): New macro.
35851         (REPORT_BUGS_TO): Likewise.
35852         * config.make.in (PKGVERSION): New variable.
35853         (PKGVERSION_TEXI): Likewise.
35854         (REPORT_BUGS_TO): Likewise.
35855         (REPORT_BUGS_TEXI): Likewise.
35856         * Makefile (format-me): Use -I$(common-objpfx)manual.
35857         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35858         ($(common-objpfx)manual/%): New target.
35859         (manual/%): Remove target.
35860         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35861         (print_version): Use PKGVERSION.
35862         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35863         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35864         and REPORT_BUGS_TO.
35865         ($(objpfx)xtrace): Likewise.
35866         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35867         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35868         (print_version): Use PKGVERSION.
35869         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35870         (do_version): Use PKGVERSION.
35871         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35872         REPORT_BUGS_TO.
35873         (common-ldd-rewrite): Likewise.
35874         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35875         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35876         (print_version): Use PKGVERSION.
35877         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35878         * elf/pldd.c (argp_program_bug_address): Remove variable.
35879         (more_help): New function.
35880         (argp): Use more_help.
35881         (print_version): Use PKGVERSION.
35882         * elf/sln.c (main): Use PKGVERSION.
35883         (usage): Use REPORT_BUGS_TO.
35884         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35885         (top level): Use PKGVERSION.
35886         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35887         (print_version): Use PKGVERSION.
35888         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35889         (print_version): Use PKGVERSION.
35890         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35891         (print_version): Use PKGVERSION.
35892         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35893         (print_version): Use PKGVERSION.
35894         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35895         (print_version): Use PKGVERSION.
35896         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35897         (print_version): Use PKGVERSION.
35898         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35899         and BUGURL.
35900         ($(objpfx)memusage): Likewise.
35901         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35902         (do_version): Use PKGVERSION.
35903         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35904         (print_version): Use PKGVERSION.
35905         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35906         ($PKGVERSION): New variable.
35907         ($REPORT_BUGS_TO): Likewise.
35908         (usage): Use $REPORT_BUGS_TO.
35909         (top level): Use $PKGVERSION.
35910         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35911         ($(objpfx)pkgvers.texi): New rule.
35912         ($(objpfx)stamp-pkgvers): Likewise.
35913         * manual/install.texi: Include pkgvers.texi.
35914         (--with-pkgversion): Document new configure option.
35915         (--with-bugurl): Likewise.
35916         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35917         than necessarily for this particular distribution.  Use
35918         REPORT_BUGS_TO for where to report bugs.
35919         * INSTALL: Regenerated.
35920         * manual/libc.texinfo: Include pkgvers.texi.
35921         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35922         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35923         (print_version): Use PKGVERSION.
35924         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35925         (print_version): Use PKGVERSION.
35926         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35927         (print_version): Use PKGVERSION.
35928         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35929         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35930         macro.
35931         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35932         (print_version): Use PKGVERSION.
35933         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35934         (print_version): Use PKGVERSION.
35935         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35936         and PKGVERSION.
35938         * timezone/checktab.awk: Update from tzcode 2012i.
35939         * timezone/ialloc.c: Likewise.
35940         * timezone/private.h: Likewise.
35941         * timezone/scheck.c: Likewise.
35942         * timezone/tzfile.h: Likewise.
35943         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35944         (TZVERSION): Hardcode tzcode version number.
35945         * timezone/zdump.c: Update from tzcode 2012i.
35946         * timezone/zic.c: Likewise.
35947         * timezone/version.h: New file.
35948         * timezone/README: Describe version.h.  Update upstream location.
35950         [BZ #14824]
35951         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35952         (mktemp): Enable declaration.
35953         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35954         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35955         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35956         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35957         Likewise.
35958         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35959         Likewise.
35960         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35961         Likewise.
35962         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35963         Likewise.
35964         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35965         Likewise.
35966         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35967         Likewise.
35969         [BZ #14821]
35970         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35971         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35972         for copies of such integer values.
35973         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35974         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35976 2012-11-09  Andreas Jaeger  <aj@suse.de>
35978         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35979         definitions and declarations that are provided by
35980         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35982 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35984         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35985         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35986         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35987         definition.
35989 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35991         * elf/elf.h: Update comment before AArch64 relocations.
35993 2012-11-07  David S. Miller  <davem@davemloft.net>
35995         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35996         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35997         (__start_context): Declare.
35998         (__makecontext_ret): Delete.
35999         (__makecontext): Hook up __start_context instead of
36000         __makecontext_ret.
36001         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36002         (sysdep_routines): Add __start_context when in stdlib.
36004 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36006         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36007         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36008         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36009         hardcoded "nm".
36010         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36011         (READELF): New variable.  Use it instead of hardcoded "readelf".
36013 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36015         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36016         * sysdeps/x86/Makefile: Here.
36017         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36018         * sysdeps/x86/tst-xmmymm.sh: This.
36020 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36022         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36023         expectations.
36024         [UNIX98] (pthread_barrier_t): Do not expect.
36025         [UNIX98] (pthread_barrierattr_t): Likewise.
36026         [UNIX98] (pthread_spinlock_t): Likewise.
36027         [UNIX98] (pthread_barrier_destroy): Likewise.
36028         [UNIX98] (pthread_barrier_init): Likewise.
36029         [UNIX98] (pthread_barrier_wait): Likewise.
36030         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36031         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36032         [UNIX98] (pthread_barrierattr_init): Likewise.
36033         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36034         [UNIX98] (pthread_getcpuclockid): Likewise.
36035         [UNIX98] (pthread_mutex_timedlock): Likewise.
36036         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36037         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36038         [UNIX98] (pthread_sigmask): Likewise.
36039         [UNIX98] (pthread_spin_destroy): Likewise.
36040         [UNIX98] (pthread_spin_init): Likewise.
36041         [UNIX98] (pthread_spin_lock): Likewise.
36042         [UNIX98] (pthread_spin_trylock): Likewise.
36043         [UNIX98] (pthread_spin_unlock): Likewise.
36044         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36045         Do not expect.
36046         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36047         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36048         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36049         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36050         [XPG3 || XPG4] (pthread_key_t): Likewise.
36051         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36052         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36053         [XPG3 || XPG4] (pthread_once_t): Likewise.
36054         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36055         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36056         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36057         [XPG3 || XPG4] (pthread_t): Likewise.
36059         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36060         not expect.
36061         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36063         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36064         Change function return type to int.
36066         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36067         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36068         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36069         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36070         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36071         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36072         [!POSIX] (posix_madvise): Likewise.
36073         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36074         && !UNIX98].
36075         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36076         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36077         (mode_t): Likewise.
36078         (posix_mem_offset): Likewise.
36079         (posix_typed_mem_get_info): Likewise.
36080         (posix_typed_mem_open): Likewise.
36082         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36083         Change condition to [XOPEN2K8].
36085         * conform/conformtest.pl: Preprocess allow-header data with -x c
36086         instead of from stdin.
36087         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36088         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36089         [C99-based standards] (cerfc): Likewise.
36090         [C99-based standards] (cexp2): Likewise.
36091         [C99-based standards] (cexpm1): Likewise.
36092         [C99-based standards] (clog10): Likewise.
36093         [C99-based standards] (clog1p): Likewise.
36094         [C99-based standards] (clog2): Likewise.
36095         [C99-based standards] (clgamma): Likewise.
36096         [C99-based standards] (ctgamma): Likewise.
36097         [C99-based standards] (cerff): Likewise.
36098         [C99-based standards] (cerfcf): Likewise.
36099         [C99-based standards] (cexp2f): Likewise.
36100         [C99-based standards] (cexpm1f): Likewise.
36101         [C99-based standards] (clog10f): Likewise.
36102         [C99-based standards] (clog1pf): Likewise.
36103         [C99-based standards] (clog2f): Likewise.
36104         [C99-based standards] (clgammaf): Likewise.
36105         [C99-based standards] (ctgammaf): Likewise.
36106         [C99-based standards] (cerfl): Likewise.
36107         [C99-based standards] (cerfcl): Likewise.
36108         [C99-based standards] (cexp2l): Likewise.
36109         [C99-based standards] (cexpm1l): Likewise.
36110         [C99-based standards] (clog10l): Likewise.
36111         [C99-based standards] (clog1pl): Likewise.
36112         [C99-based standards] (clog2l): Likewise.
36113         [C99-based standards] (clgammal): Likewise.
36114         [C99-based standards] (ctgammal): Likewise.
36115         * conform/data/inttypes.h-data [C99-based standards]: Include
36116         stdint.h-data.  Remove all expectations for stdint.h contents.
36117         [C99-based standards] (PRI*): Do not allow.
36118         [C99-based standards] (SCN*): Likewise.
36119         [C99-based standards] (*_t): Likewise.
36120         [C99-based-standards] (PRId8): Expect macro.
36121         [C99-based-standards] (PRIi8): Likewise.
36122         [C99-based-standards] (PRIo8): Likewise.
36123         [C99-based-standards] (PRIu8): Likewise.
36124         [C99-based-standards] (PRIx8): Likewise.
36125         [C99-based-standards] (PRIX8): Likewise.
36126         [C99-based-standards] (SCNd8): Likewise.
36127         [C99-based-standards] (SCNi8): Likewise.
36128         [C99-based-standards] (SCNo8): Likewise.
36129         [C99-based-standards] (SCNu8): Likewise.
36130         [C99-based-standards] (SCNx8): Likewise.
36131         [C99-based-standards] (PRIdLEAST8): Likewise.
36132         [C99-based-standards] (PRIiLEAST8): Likewise.
36133         [C99-based-standards] (PRIoLEAST8): Likewise.
36134         [C99-based-standards] (PRIuLEAST8): Likewise.
36135         [C99-based-standards] (PRIxLEAST8): Likewise.
36136         [C99-based-standards] (PRIXLEAST8): Likewise.
36137         [C99-based-standards] (SCNdLEAST8): Likewise.
36138         [C99-based-standards] (SCNiLEAST8): Likewise.
36139         [C99-based-standards] (SCNoLEAST8): Likewise.
36140         [C99-based-standards] (SCNuLEAST8): Likewise.
36141         [C99-based-standards] (SCNxLEAST8): Likewise.
36142         [C99-based-standards] (PRIdFAST8): Likewise.
36143         [C99-based-standards] (PRIiFAST8): Likewise.
36144         [C99-based-standards] (PRIoFAST8): Likewise.
36145         [C99-based-standards] (PRIuFAST8): Likewise.
36146         [C99-based-standards] (PRIxFAST8): Likewise.
36147         [C99-based-standards] (PRIXFAST8): Likewise.
36148         [C99-based-standards] (SCNdFAST8): Likewise.
36149         [C99-based-standards] (SCNiFAST8): Likewise.
36150         [C99-based-standards] (SCNoFAST8): Likewise.
36151         [C99-based-standards] (SCNuFAST8): Likewise.
36152         [C99-based-standards] (SCNxFAST8): Likewise.
36153         [C99-based-standards] (PRId16): Likewise.
36154         [C99-based-standards] (PRIi16): Likewise.
36155         [C99-based-standards] (PRIo16): Likewise.
36156         [C99-based-standards] (PRIu16): Likewise.
36157         [C99-based-standards] (PRIx16): Likewise.
36158         [C99-based-standards] (PRIX16): Likewise.
36159         [C99-based-standards] (SCNd16): Likewise.
36160         [C99-based-standards] (SCNi16): Likewise.
36161         [C99-based-standards] (SCNo16): Likewise.
36162         [C99-based-standards] (SCNu16): Likewise.
36163         [C99-based-standards] (SCNx16): Likewise.
36164         [C99-based-standards] (PRIdLEAST16): Likewise.
36165         [C99-based-standards] (PRIiLEAST16): Likewise.
36166         [C99-based-standards] (PRIoLEAST16): Likewise.
36167         [C99-based-standards] (PRIuLEAST16): Likewise.
36168         [C99-based-standards] (PRIxLEAST16): Likewise.
36169         [C99-based-standards] (PRIXLEAST16): Likewise.
36170         [C99-based-standards] (SCNdLEAST16): Likewise.
36171         [C99-based-standards] (SCNiLEAST16): Likewise.
36172         [C99-based-standards] (SCNoLEAST16): Likewise.
36173         [C99-based-standards] (SCNuLEAST16): Likewise.
36174         [C99-based-standards] (SCNxLEAST16): Likewise.
36175         [C99-based-standards] (PRIdFAST16): Likewise.
36176         [C99-based-standards] (PRIiFAST16): Likewise.
36177         [C99-based-standards] (PRIoFAST16): Likewise.
36178         [C99-based-standards] (PRIuFAST16): Likewise.
36179         [C99-based-standards] (PRIxFAST16): Likewise.
36180         [C99-based-standards] (PRIXFAST16): Likewise.
36181         [C99-based-standards] (SCNdFAST16): Likewise.
36182         [C99-based-standards] (SCNiFAST16): Likewise.
36183         [C99-based-standards] (SCNoFAST16): Likewise.
36184         [C99-based-standards] (SCNuFAST16): Likewise.
36185         [C99-based-standards] (SCNxFAST16): Likewise.
36186         [C99-based-standards] (PRId32): Likewise.
36187         [C99-based-standards] (PRIi32): Likewise.
36188         [C99-based-standards] (PRIo32): Likewise.
36189         [C99-based-standards] (PRIu32): Likewise.
36190         [C99-based-standards] (PRIx32): Likewise.
36191         [C99-based-standards] (PRIX32): Likewise.
36192         [C99-based-standards] (SCNd32): Likewise.
36193         [C99-based-standards] (SCNi32): Likewise.
36194         [C99-based-standards] (SCNo32): Likewise.
36195         [C99-based-standards] (SCNu32): Likewise.
36196         [C99-based-standards] (SCNx32): Likewise.
36197         [C99-based-standards] (PRIdLEAST32): Likewise.
36198         [C99-based-standards] (PRIiLEAST32): Likewise.
36199         [C99-based-standards] (PRIoLEAST32): Likewise.
36200         [C99-based-standards] (PRIuLEAST32): Likewise.
36201         [C99-based-standards] (PRIxLEAST32): Likewise.
36202         [C99-based-standards] (PRIXLEAST32): Likewise.
36203         [C99-based-standards] (SCNdLEAST32): Likewise.
36204         [C99-based-standards] (SCNiLEAST32): Likewise.
36205         [C99-based-standards] (SCNoLEAST32): Likewise.
36206         [C99-based-standards] (SCNuLEAST32): Likewise.
36207         [C99-based-standards] (SCNxLEAST32): Likewise.
36208         [C99-based-standards] (PRIdFAST32): Likewise.
36209         [C99-based-standards] (PRIiFAST32): Likewise.
36210         [C99-based-standards] (PRIoFAST32): Likewise.
36211         [C99-based-standards] (PRIuFAST32): Likewise.
36212         [C99-based-standards] (PRIxFAST32): Likewise.
36213         [C99-based-standards] (PRIXFAST32): Likewise.
36214         [C99-based-standards] (SCNdFAST32): Likewise.
36215         [C99-based-standards] (SCNiFAST32): Likewise.
36216         [C99-based-standards] (SCNoFAST32): Likewise.
36217         [C99-based-standards] (SCNuFAST32): Likewise.
36218         [C99-based-standards] (SCNxFAST32): Likewise.
36219         [C99-based-standards] (PRId64): Likewise.
36220         [C99-based-standards] (PRIi64): Likewise.
36221         [C99-based-standards] (PRIo64): Likewise.
36222         [C99-based-standards] (PRIu64): Likewise.
36223         [C99-based-standards] (PRIx64): Likewise.
36224         [C99-based-standards] (PRIX64): Likewise.
36225         [C99-based-standards] (SCNd64): Likewise.
36226         [C99-based-standards] (SCNi64): Likewise.
36227         [C99-based-standards] (SCNo64): Likewise.
36228         [C99-based-standards] (SCNu64): Likewise.
36229         [C99-based-standards] (SCNx64): Likewise.
36230         [C99-based-standards] (PRIdLEAST64): Likewise.
36231         [C99-based-standards] (PRIiLEAST64): Likewise.
36232         [C99-based-standards] (PRIoLEAST64): Likewise.
36233         [C99-based-standards] (PRIuLEAST64): Likewise.
36234         [C99-based-standards] (PRIxLEAST64): Likewise.
36235         [C99-based-standards] (PRIXLEAST64): Likewise.
36236         [C99-based-standards] (SCNdLEAST64): Likewise.
36237         [C99-based-standards] (SCNiLEAST64): Likewise.
36238         [C99-based-standards] (SCNoLEAST64): Likewise.
36239         [C99-based-standards] (SCNuLEAST64): Likewise.
36240         [C99-based-standards] (SCNxLEAST64): Likewise.
36241         [C99-based-standards] (PRIdFAST64): Likewise.
36242         [C99-based-standards] (PRIiFAST64): Likewise.
36243         [C99-based-standards] (PRIoFAST64): Likewise.
36244         [C99-based-standards] (PRIuFAST64): Likewise.
36245         [C99-based-standards] (PRIxFAST64): Likewise.
36246         [C99-based-standards] (PRIXFAST64): Likewise.
36247         [C99-based-standards] (SCNdFAST64): Likewise.
36248         [C99-based-standards] (SCNiFAST64): Likewise.
36249         [C99-based-standards] (SCNoFAST64): Likewise.
36250         [C99-based-standards] (SCNuFAST64): Likewise.
36251         [C99-based-standards] (SCNxFAST64): Likewise.
36252         [C99-based-standards] (PRIdMAX): Likewise.
36253         [C99-based-standards] (PRIiMAX): Likewise.
36254         [C99-based-standards] (PRIoMAX): Likewise.
36255         [C99-based-standards] (PRIuMAX): Likewise.
36256         [C99-based-standards] (PRIxMAX): Likewise.
36257         [C99-based-standards] (PRIXMAX): Likewise.
36258         [C99-based-standards] (SCNdMAX): Likewise.
36259         [C99-based-standards] (SCNiMAX): Likewise.
36260         [C99-based-standards] (SCNoMAX): Likewise.
36261         [C99-based-standards] (SCNuMAX): Likewise.
36262         [C99-based-standards] (SCNxMAX): Likewise.
36263         [C99-based-standards] (PRIdPTR): Likewise.
36264         [C99-based-standards] (PRIiPTR): Likewise.
36265         [C99-based-standards] (PRIoPTR): Likewise.
36266         [C99-based-standards] (PRIuPTR): Likewise.
36267         [C99-based-standards] (PRIxPTR): Likewise.
36268         [C99-based-standards] (PRIXPTR): Likewise.
36269         [C99-based-standards] (SCNdPTR): Likewise.
36270         [C99-based-standards] (SCNiPTR): Likewise.
36271         [C99-based-standards] (SCNoPTR): Likewise.
36272         [C99-based-standards] (SCNuPTR): Likewise.
36273         [C99-based-standards] (SCNxPTR): Likewise.
36274         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36275         allow.
36276         * conform/data/stdint.h-data: Update comments to clarify
36277         requirements.
36278         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36279         type.
36280         [C99-based standards] (INT8_MAX): Likewise.
36281         [C99-based standards] (INT16_MIN): Likewise.
36282         [C99-based standards] (INT16_MAX): Likewise.
36283         [C99-based standards] (INT32_MIN): Likewise.
36284         [C99-based standards] (INT32_MAX): Likewise.
36285         [C99-based standards] (INT64_MIN): Likewise.
36286         [C99-based standards] (INT64_MAX): Likewise.
36287         [C99-based standards] (UINT8_MAX): Likewise.
36288         [C99-based standards] (UINT16_MAX): Likewise.
36289         [C99-based standards] (UINT32_MAX): Likewise.
36290         [C99-based standards] (UINT64_MAX): Likewise.
36291         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36292         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36293         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36294         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36295         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36296         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36297         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36298         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36299         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36300         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36301         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36302         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36303         [C99-based standards] (INT_FAST8_MIN): Likewise.
36304         [C99-based standards] (INT_FAST8_MAX): Likewise.
36305         [C99-based standards] (INT_FAST16_MIN): Likewise.
36306         [C99-based standards] (INT_FAST16_MAX): Likewise.
36307         [C99-based standards] (INT_FAST32_MIN): Likewise.
36308         [C99-based standards] (INT_FAST32_MAX): Likewise.
36309         [C99-based standards] (INT_FAST64_MIN): Likewise.
36310         [C99-based standards] (INT_FAST64_MAX): Likewise.
36311         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36312         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36313         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36314         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36315         [C99-based standards] (INTPTR_MIN): Likewise.
36316         [C99-based standards] (INTPTR_MAX): Likewise.
36317         [C99-based standards] (UINTPTR_MAX): Likewise.
36318         [C99-based standards] (INTMAX_MIN): Likewise.
36319         [C99-based standards] (INTMAX_MAX): Likewise.
36320         [C99-based standards] (UINTMAX_MAX): Likewise.
36321         [C99-based standards] (PTRDIFF_MIN): Likewise.
36322         [C99-based standards] (PTRDIFF_MAX): Likewise.
36323         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36324         [C99-based standards] (SIZE_MAX): Likewise.
36325         [C99-based standards] (WCHAR_MAX): Likewise.
36326         [C99-based standards] (WINT_MAX): Likewise.
36327         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36328         constraint on value.
36329         [C99-based standards] (WCHAR_MIN): Likewise.
36330         [C99-based standards] (WINT_MIN): Likewise.
36331         [C99-based standards] (*_t): Allow.
36332         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36333         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36334         Include math.h-data and complex.h-data.  Remove all expectations
36335         of math.h and complex.h contents.
36336         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36337         at end of line.
36338         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36339         (struct tm): Expect tag.
36340         [C99-based-standards] (wcstof): Expect function.
36341         [C99-based-standards] (wcstold): Likewise.
36342         [C99-based-standards] (wcstoll): Likewise.
36343         [C99-based-standards] (wcstoull): Likewise.
36344         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36345         macro-int-constant.  Specify type.
36346         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36347         constraint on value.
36348         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36349         Specify type.
36350         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36351         Specify value.
36352         [ISO C standards]: Do not allow headers.
36353         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36354         wcs[abcdefghijklmnopqrstuvwxyz]*.
36355         [ISO C standards] (*_t): Do not allow.
36356         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36357         Expect function.
36358         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36359         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36360         Specify type.
36361         [ISO C standards]: Do not allow headers.
36362         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36363         is[abcdefghijklmnopqrstuvwxyz]*.
36364         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36365         to[abcdefghijklmnopqrstuvwxyz]*.
36366         [ISO C standards] (*_t): Do not allow.
36367         * conform/data/stdalign.h-data: New file.
36368         * conform/data/stdbool.h-data: Likewise.
36369         * conform/data/stdnoreturn.h-data: Likewise.
36371 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36373         [BZ #14815]
36374         * manual/filesys.texi (Directory Entries): Typo fix.
36375         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36377 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36379         * elf/elf.h (EM_AARCH64): New macro.
36380         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36381         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36382         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36383         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36384         (R_AARCH64_TLSDESC): Likewise.
36385         (NT_ARM_TLS): Likewise.
36386         (NT_ARM_HW_BREAK): Likewise.
36387         (NT_ARM_HW_WATCH): Likewise.
36389 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36391         [BZ #14811]
36392         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36393         (__ieee754_powl): Saturate nonzero exponents with absolute value
36394         below 0x1p-79 to +/- 0x1p-79.
36395         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36396         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36397         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36398         nonzero exponents with absolute value below 0x1p-32 to +/-
36399         0x1p-32.
36400         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36401         (__ieee754_powl): Saturate nonzero exponents with absolute value
36402         below 0x1p-79 to +/- 0x1p-79.
36403         * math/libm-test.inc (pow_test): Add more tests.
36405 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36407         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36408         _dl_s390_cap_flags with kernel. Increase string length.
36409         (_dl_s390_platforms): Add z196 and zEC12.
36411 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36413         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36414         Change XOPEN21K to XOPEN2K.
36416 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36418         * string/memmove.c: Use memcpy when possible.
36420 2012-11-06  Andreas Jaeger  <aj@suse.de>
36422         * po/eo.po: Update from translation team.
36424 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36426         [BZ #14793]
36427         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36428         exponent and small x and y exponents, scale x or y up.  Increase
36429         by 2 the exponent used in scaling up.
36430         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36431         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36432         * math/libm-test.inc (fma_test): Add more tests.
36433         (fma_test_towardzero): Likewise.
36434         (fma_test_downward): Likewise.
36435         (fma_test_upward): Likewise.
36437 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36439         [BZ #14805]
36440         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36441         fenv_t *.
36443         [BZ #14801]
36444         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36445         namespace for names of struct fields.
36446         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36447         fenv_t fields.
36448         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36449         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36451 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36453         [BZ #3665]
36454         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36456 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36458         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36459         PTR_DEMANGLE.
36461         [BZ #5246]
36462         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36463         PTR_DEMANGLE.
36465 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36467         [BZ #14797]
36468         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36469         definitely overflow as x * y not x * y + z.
36470         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36471         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36472         * math/libm-test.inc (fma_test): Add more tests.
36473         (fma_test_towardzero): Likewise.
36474         (fma_test_downward): Likewise.
36475         (fma_test_upward): Likewise.
36477 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36479         [BZ #157]
36481         * include/stub-tag.h: Remove file.
36482         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36483         '#include' of it.
36484         * manual/maint.texi (Porting): Don't reference it.
36485         * Makerules ($(objpfx)stubs): Likewise.
36486         * dirent/closedir.c: Don't include <stub-tag.h>.
36487         * dirent/dirfd.c: Likewise.
36488         * dirent/fdopendir.c: Likewise.
36489         * dirent/getdents.c: Likewise.
36490         * dirent/getdents64.c: Likewise.
36491         * dirent/opendir.c: Likewise.
36492         * dirent/readdir.c: Likewise.
36493         * dirent/readdir64.c: Likewise.
36494         * dirent/readdir64_r.c: Likewise.
36495         * dirent/readdir_r.c: Likewise.
36496         * dirent/rewinddir.c: Likewise.
36497         * dirent/seekdir.c: Likewise.
36498         * dirent/telldir.c: Likewise.
36499         * gmon/profil.c: Likewise.
36500         * grp/setgroups.c: Likewise.
36501         * inet/if_index.c: Likewise.
36502         * io/access.c: Likewise.
36503         * io/chdir.c: Likewise.
36504         * io/chmod.c: Likewise.
36505         * io/chown.c: Likewise.
36506         * io/close.c: Likewise.
36507         * io/dup.c: Likewise.
36508         * io/dup2.c: Likewise.
36509         * io/dup3.c: Likewise.
36510         * io/euidaccess.c: Likewise.
36511         * io/faccessat.c: Likewise.
36512         * io/fchdir.c: Likewise.
36513         * io/fchmod.c: Likewise.
36514         * io/fchmodat.c: Likewise.
36515         * io/fchown.c: Likewise.
36516         * io/fchownat.c: Likewise.
36517         * io/fcntl.c: Likewise.
36518         * io/flock.c: Likewise.
36519         * io/fstatfs.c: Likewise.
36520         * io/fstatfs64.c: Likewise.
36521         * io/fstatvfs.c: Likewise.
36522         * io/fstatvfs64.c: Likewise.
36523         * io/futimens.c: Likewise.
36524         * io/fxstat.c: Likewise.
36525         * io/fxstat64.c: Likewise.
36526         * io/fxstatat.c: Likewise.
36527         * io/fxstatat64.c: Likewise.
36528         * io/getcwd.c: Likewise.
36529         * io/isatty.c: Likewise.
36530         * io/lchmod.c: Likewise.
36531         * io/lchown.c: Likewise.
36532         * io/link.c: Likewise.
36533         * io/linkat.c: Likewise.
36534         * io/lseek.c: Likewise.
36535         * io/lseek64.c: Likewise.
36536         * io/lxstat64.c: Likewise.
36537         * io/mkdir.c: Likewise.
36538         * io/mkdirat.c: Likewise.
36539         * io/mkfifo.c: Likewise.
36540         * io/mkfifoat.c: Likewise.
36541         * io/open.c: Likewise.
36542         * io/open64.c: Likewise.
36543         * io/openat.c: Likewise.
36544         * io/openat64.c: Likewise.
36545         * io/pipe.c: Likewise.
36546         * io/pipe2.c: Likewise.
36547         * io/poll.c: Likewise.
36548         * io/posix_fadvise.c: Likewise.
36549         * io/posix_fadvise64.c: Likewise.
36550         * io/posix_fallocate.c: Likewise.
36551         * io/posix_fallocate64.c: Likewise.
36552         * io/read.c: Likewise.
36553         * io/readlink.c: Likewise.
36554         * io/readlinkat.c: Likewise.
36555         * io/rmdir.c: Likewise.
36556         * io/sendfile.c: Likewise.
36557         * io/sendfile64.c: Likewise.
36558         * io/statfs.c: Likewise.
36559         * io/statfs64.c: Likewise.
36560         * io/statvfs.c: Likewise.
36561         * io/statvfs64.c: Likewise.
36562         * io/symlink.c: Likewise.
36563         * io/symlinkat.c: Likewise.
36564         * io/ttyname.c: Likewise.
36565         * io/ttyname_r.c: Likewise.
36566         * io/umask.c: Likewise.
36567         * io/unlink.c: Likewise.
36568         * io/unlinkat.c: Likewise.
36569         * io/utime.c: Likewise.
36570         * io/utimensat.c: Likewise.
36571         * io/write.c: Likewise.
36572         * io/xmknod.c: Likewise.
36573         * io/xmknodat.c: Likewise.
36574         * io/xstat.c: Likewise.
36575         * io/xstat64.c: Likewise.
36576         * login/getpt.c: Likewise.
36577         * login/grantpt.c: Likewise.
36578         * login/unlockpt.c: Likewise.
36579         * math/e_acoshl.c: Likewise.
36580         * math/e_acosl.c: Likewise.
36581         * math/e_asinl.c: Likewise.
36582         * math/e_atan2l.c: Likewise.
36583         * math/e_atanhl.c: Likewise.
36584         * math/e_coshl.c: Likewise.
36585         * math/e_expl.c: Likewise.
36586         * math/e_fmodl.c: Likewise.
36587         * math/e_gammal_r.c: Likewise.
36588         * math/e_hypotl.c: Likewise.
36589         * math/e_j0l.c: Likewise.
36590         * math/e_j1l.c: Likewise.
36591         * math/e_jnl.c: Likewise.
36592         * math/e_lgammal_r.c: Likewise.
36593         * math/e_log10l.c: Likewise.
36594         * math/e_log2l.c: Likewise.
36595         * math/e_logl.c: Likewise.
36596         * math/e_powl.c: Likewise.
36597         * math/e_rem_pio2l.c: Likewise.
36598         * math/e_sinhl.c: Likewise.
36599         * math/e_sqrtl.c: Likewise.
36600         * math/fclrexcpt.c: Likewise.
36601         * math/fedisblxcpt.c: Likewise.
36602         * math/feenablxcpt.c: Likewise.
36603         * math/fegetenv.c: Likewise.
36604         * math/fegetexcept.c: Likewise.
36605         * math/fegetround.c: Likewise.
36606         * math/feholdexcpt.c: Likewise.
36607         * math/fesetenv.c: Likewise.
36608         * math/fesetround.c: Likewise.
36609         * math/feupdateenv.c: Likewise.
36610         * math/fgetexcptflg.c: Likewise.
36611         * math/fraiseexcpt.c: Likewise.
36612         * math/fsetexcptflg.c: Likewise.
36613         * math/ftestexcept.c: Likewise.
36614         * math/k_cosl.c: Likewise.
36615         * math/k_rem_pio2l.c: Likewise.
36616         * math/k_sinl.c: Likewise.
36617         * math/k_tanl.c: Likewise.
36618         * math/s_asinhl.c: Likewise.
36619         * math/s_atanl.c: Likewise.
36620         * math/s_cbrtl.c: Likewise.
36621         * math/s_erfl.c: Likewise.
36622         * math/s_expm1l.c: Likewise.
36623         * math/s_log1pl.c: Likewise.
36624         * math/s_tanhl.c: Likewise.
36625         * misc/acct.c: Likewise.
36626         * misc/brk.c: Likewise.
36627         * misc/chflags.c: Likewise.
36628         * misc/chroot.c: Likewise.
36629         * misc/fchflags.c: Likewise.
36630         * misc/fgetxattr.c: Likewise.
36631         * misc/flistxattr.c: Likewise.
36632         * misc/fremovexattr.c: Likewise.
36633         * misc/fsetxattr.c: Likewise.
36634         * misc/fsync.c: Likewise.
36635         * misc/ftruncate.c: Likewise.
36636         * misc/futimes.c: Likewise.
36637         * misc/futimesat.c: Likewise.
36638         * misc/getdomain.c: Likewise.
36639         * misc/getdtsz.c: Likewise.
36640         * misc/gethostid.c: Likewise.
36641         * misc/gethostname.c: Likewise.
36642         * misc/getloadavg.c: Likewise.
36643         * misc/getpagesize.c: Likewise.
36644         * misc/getsysstats.c: Likewise.
36645         * misc/getxattr.c: Likewise.
36646         * misc/gtty.c: Likewise.
36647         * misc/ioctl.c: Likewise.
36648         * misc/lgetxattr.c: Likewise.
36649         * misc/listxattr.c: Likewise.
36650         * misc/llistxattr.c: Likewise.
36651         * misc/lremovexattr.c: Likewise.
36652         * misc/lsetxattr.c: Likewise.
36653         * misc/lutimes.c: Likewise.
36654         * misc/madvise.c: Likewise.
36655         * misc/mincore.c: Likewise.
36656         * misc/mlock.c: Likewise.
36657         * misc/mlockall.c: Likewise.
36658         * misc/mmap.c: Likewise.
36659         * misc/mprotect.c: Likewise.
36660         * misc/msync.c: Likewise.
36661         * misc/munlock.c: Likewise.
36662         * misc/munlockall.c: Likewise.
36663         * misc/munmap.c: Likewise.
36664         * misc/preadv.c: Likewise.
36665         * misc/preadv64.c: Likewise.
36666         * misc/ptrace.c: Likewise.
36667         * misc/pwritev.c: Likewise.
36668         * misc/pwritev64.c: Likewise.
36669         * misc/readv.c: Likewise.
36670         * misc/reboot.c: Likewise.
36671         * misc/remap_file_pages.c: Likewise.
36672         * misc/removexattr.c: Likewise.
36673         * misc/revoke.c: Likewise.
36674         * misc/select.c: Likewise.
36675         * misc/setdomain.c: Likewise.
36676         * misc/setegid.c: Likewise.
36677         * misc/seteuid.c: Likewise.
36678         * misc/sethostid.c: Likewise.
36679         * misc/sethostname.c: Likewise.
36680         * misc/setregid.c: Likewise.
36681         * misc/setreuid.c: Likewise.
36682         * misc/setxattr.c: Likewise.
36683         * misc/sstk.c: Likewise.
36684         * misc/stty.c: Likewise.
36685         * misc/swapoff.c: Likewise.
36686         * misc/swapon.c: Likewise.
36687         * misc/sync.c: Likewise.
36688         * misc/syncfs.c: Likewise.
36689         * misc/syscall.c: Likewise.
36690         * misc/truncate.c: Likewise.
36691         * misc/ualarm.c: Likewise.
36692         * misc/usleep.c: Likewise.
36693         * misc/ustat.c: Likewise.
36694         * misc/utimes.c: Likewise.
36695         * misc/vhangup.c: Likewise.
36696         * misc/writev.c: Likewise.
36697         * posix/_exit.c: Likewise.
36698         * posix/alarm.c: Likewise.
36699         * posix/execve.c: Likewise.
36700         * posix/fexecve.c: Likewise.
36701         * posix/fork.c: Likewise.
36702         * posix/fpathconf.c: Likewise.
36703         * posix/getaddrinfo.c: Likewise.
36704         * posix/getegid.c: Likewise.
36705         * posix/geteuid.c: Likewise.
36706         * posix/getgid.c: Likewise.
36707         * posix/getgroups.c: Likewise.
36708         * posix/getlogin.c: Likewise.
36709         * posix/getlogin_r.c: Likewise.
36710         * posix/getpgid.c: Likewise.
36711         * posix/getpid.c: Likewise.
36712         * posix/getppid.c: Likewise.
36713         * posix/getresgid.c: Likewise.
36714         * posix/getresuid.c: Likewise.
36715         * posix/getsid.c: Likewise.
36716         * posix/getuid.c: Likewise.
36717         * posix/glob64.c: Likewise.
36718         * posix/nanosleep.c: Likewise.
36719         * posix/pathconf.c: Likewise.
36720         * posix/pause.c: Likewise.
36721         * posix/posix_madvise.c: Likewise.
36722         * posix/pread.c: Likewise.
36723         * posix/pread64.c: Likewise.
36724         * posix/pwrite.c: Likewise.
36725         * posix/pwrite64.c: Likewise.
36726         * posix/sched_getaffinity.c: Likewise.
36727         * posix/sched_getp.c: Likewise.
36728         * posix/sched_gets.c: Likewise.
36729         * posix/sched_primax.c: Likewise.
36730         * posix/sched_primin.c: Likewise.
36731         * posix/sched_rr_gi.c: Likewise.
36732         * posix/sched_setaffinity.c: Likewise.
36733         * posix/sched_setp.c: Likewise.
36734         * posix/sched_sets.c: Likewise.
36735         * posix/sched_yield.c: Likewise.
36736         * posix/setgid.c: Likewise.
36737         * posix/setlogin.c: Likewise.
36738         * posix/setpgid.c: Likewise.
36739         * posix/setresgid.c: Likewise.
36740         * posix/setresuid.c: Likewise.
36741         * posix/setsid.c: Likewise.
36742         * posix/setuid.c: Likewise.
36743         * posix/sleep.c: Likewise.
36744         * posix/spawni.c: Likewise.
36745         * posix/sysconf.c: Likewise.
36746         * posix/times.c: Likewise.
36747         * posix/wait.c: Likewise.
36748         * posix/wait3.c: Likewise.
36749         * posix/wait4.c: Likewise.
36750         * posix/waitpid.c: Likewise.
36751         * resolv/gai_sigqueue.c: Likewise.
36752         * resource/getpriority.c: Likewise.
36753         * resource/getrlimit.c: Likewise.
36754         * resource/getrusage.c: Likewise.
36755         * resource/nice.c: Likewise.
36756         * resource/setpriority.c: Likewise.
36757         * resource/setrlimit.c: Likewise.
36758         * resource/ulimit.c: Likewise.
36759         * rt/aio_cancel.c: Likewise.
36760         * rt/aio_fsync.c: Likewise.
36761         * rt/aio_read.c: Likewise.
36762         * rt/aio_sigqueue.c: Likewise.
36763         * rt/aio_suspend.c: Likewise.
36764         * rt/aio_write.c: Likewise.
36765         * rt/clock_getres.c: Likewise.
36766         * rt/clock_gettime.c: Likewise.
36767         * rt/clock_nanosleep.c: Likewise.
36768         * rt/clock_settime.c: Likewise.
36769         * rt/lio_listio.c: Likewise.
36770         * rt/mq_close.c: Likewise.
36771         * rt/mq_getattr.c: Likewise.
36772         * rt/mq_notify.c: Likewise.
36773         * rt/mq_open.c: Likewise.
36774         * rt/mq_receive.c: Likewise.
36775         * rt/mq_send.c: Likewise.
36776         * rt/mq_setattr.c: Likewise.
36777         * rt/mq_timedreceive.c: Likewise.
36778         * rt/mq_timedsend.c: Likewise.
36779         * rt/mq_unlink.c: Likewise.
36780         * rt/shm_open.c: Likewise.
36781         * rt/shm_unlink.c: Likewise.
36782         * rt/timer_create.c: Likewise.
36783         * rt/timer_delete.c: Likewise.
36784         * rt/timer_getoverr.c: Likewise.
36785         * rt/timer_gettime.c: Likewise.
36786         * rt/timer_settime.c: Likewise.
36787         * setjmp/__longjmp.c: Likewise.
36788         * setjmp/setjmp.c: Likewise.
36789         * signal/kill.c: Likewise.
36790         * signal/killpg.c: Likewise.
36791         * signal/raise.c: Likewise.
36792         * signal/sigaction.c: Likewise.
36793         * signal/sigaltstack.c: Likewise.
36794         * signal/sigblock.c: Likewise.
36795         * signal/sigignore.c: Likewise.
36796         * signal/sigintr.c: Likewise.
36797         * signal/signal.c: Likewise.
36798         * signal/sigpause.c: Likewise.
36799         * signal/sigpending.c: Likewise.
36800         * signal/sigqueue.c: Likewise.
36801         * signal/sigreturn.c: Likewise.
36802         * signal/sigset.c: Likewise.
36803         * signal/sigsetmask.c: Likewise.
36804         * signal/sigstack.c: Likewise.
36805         * signal/sigsuspend.c: Likewise.
36806         * signal/sigtimedwait.c: Likewise.
36807         * signal/sigvec.c: Likewise.
36808         * signal/sigwait.c: Likewise.
36809         * signal/sigwaitinfo.c: Likewise.
36810         * signal/sysv_signal.c: Likewise.
36811         * socket/accept.c: Likewise.
36812         * socket/accept4.c: Likewise.
36813         * socket/bind.c: Likewise.
36814         * socket/connect.c: Likewise.
36815         * socket/getpeername.c: Likewise.
36816         * socket/getsockname.c: Likewise.
36817         * socket/getsockopt.c: Likewise.
36818         * socket/isfdtype.c: Likewise.
36819         * socket/listen.c: Likewise.
36820         * socket/recv.c: Likewise.
36821         * socket/recvfrom.c: Likewise.
36822         * socket/recvmsg.c: Likewise.
36823         * socket/send.c: Likewise.
36824         * socket/sendmsg.c: Likewise.
36825         * socket/sendto.c: Likewise.
36826         * socket/setsockopt.c: Likewise.
36827         * socket/shutdown.c: Likewise.
36828         * socket/sockatmark.c: Likewise.
36829         * socket/socket.c: Likewise.
36830         * socket/socketpair.c: Likewise.
36831         * stdio-common/ctermid.c: Likewise.
36832         * stdio-common/cuserid.c: Likewise.
36833         * stdio-common/remove.c: Likewise.
36834         * stdio-common/rename.c: Likewise.
36835         * stdio-common/renameat.c: Likewise.
36836         * stdio-common/tempname.c: Likewise.
36837         * stdlib/getcontext.c: Likewise.
36838         * stdlib/makecontext.c: Likewise.
36839         * stdlib/setcontext.c: Likewise.
36840         * stdlib/swapcontext.c: Likewise.
36841         * stdlib/system.c: Likewise.
36842         * streams/fattach.c: Likewise.
36843         * streams/fdetach.c: Likewise.
36844         * streams/getmsg.c: Likewise.
36845         * streams/getpmsg.c: Likewise.
36846         * streams/putmsg.c: Likewise.
36847         * streams/putpmsg.c: Likewise.
36848         * sysdeps/unix/bsd/getpt.c: Likewise.
36849         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36850         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36851         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36853         Likewise.
36854         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36855         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36856         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36857         * sysvipc/msgctl.c: Likewise.
36858         * sysvipc/msgget.c: Likewise.
36859         * sysvipc/msgrcv.c: Likewise.
36860         * sysvipc/msgsnd.c: Likewise.
36861         * sysvipc/semctl.c: Likewise.
36862         * sysvipc/semget.c: Likewise.
36863         * sysvipc/semop.c: Likewise.
36864         * sysvipc/semtimedop.c: Likewise.
36865         * sysvipc/shmat.c: Likewise.
36866         * sysvipc/shmctl.c: Likewise.
36867         * sysvipc/shmdt.c: Likewise.
36868         * sysvipc/shmget.c: Likewise.
36869         * termios/tcdrain.c: Likewise.
36870         * termios/tcflow.c: Likewise.
36871         * termios/tcflush.c: Likewise.
36872         * termios/tcgetattr.c: Likewise.
36873         * termios/tcgetpgrp.c: Likewise.
36874         * termios/tcsendbrk.c: Likewise.
36875         * termios/tcsetattr.c: Likewise.
36876         * termios/tcsetpgrp.c: Likewise.
36877         * time/adjtime.c: Likewise.
36878         * time/clock.c: Likewise.
36879         * time/getitimer.c: Likewise.
36880         * time/gettimeofday.c: Likewise.
36881         * time/setitimer.c: Likewise.
36882         * time/settimeofday.c: Likewise.
36883         * time/stime.c: Likewise.
36884         * time/time.c: Likewise.
36886 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36888         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36889         /usr/old/bin.
36891         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36892         instead of spaces.
36893         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36895 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36897         [BZ #14796]
36898         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36899         FE_TONEAREST before applying Dekker multiplication and Knuth
36900         addition.  Clear inexact exceptions and check for exact zero
36901         results afterwards.
36902         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36903         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36904         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36905         * math/libm-test.inc (fma_test): Add more tests.
36906         (fma_test_towardzero): Likewise.
36907         (fma_test_downward): Likewise.
36908         (fma_test_upward): Likewise.
36909         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36910         function.
36911         (libc_fesetround): New macro.
36912         (libc_fesetroundf): Likewise.
36913         (libc_fesetroundl): Likewise.
36914         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36915         function.
36916         (libc_fesetround_387): Likewise.
36917         (libc_fesetroundf): New macro.
36918         (libc_fesetround): Likewise.
36919         (libc_fesetroundl): Likewise.
36920         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36921         function.
36922         (libc_fesetroundf): New macro.
36923         (libc_fesetround): Likewise.
36924         (libc_fesetroundl): Likewise.
36925         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36926         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36927         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36928         libm_hidden_ver.
36929         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36930         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36931         libm_hidden_def.
36932         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36933         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36934         libm_hidden_ver.
36935         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36936         libm_hidden_def.
36938         [BZ #3439]
36939         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36940         integer constant usable in #if and use that to give value to enum
36941         constant.
36942         (FE_DIVBYZERO): Likewise.
36943         (FE_UNDERFLOW): Likewise.
36944         (FE_OVERFLOW): Likewise.
36945         (FE_INVALID): Likewise.
36946         (FE_INVALID_SNAN): Likewise.
36947         (FE_INVALID_ISI): Likewise.
36948         (FE_INVALID_IDI): Likewise.
36949         (FE_INVALID_ZDZ): Likewise.
36950         (FE_INVALID_IMZ): Likewise.
36951         (FE_INVALID_COMPARE): Likewise.
36952         (FE_INVALID_SOFTWARE): Likewise.
36953         (FE_INVALID_SQRT): Likewise.
36954         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36955         (FE_TONEAREST): Likewise.
36956         (FE_TOWARDZERO): Likewise.
36957         (FE_UPWARD): Likewise.
36958         (FE_DOWNWARD): Likewise.
36959         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36960         (FE_DIVBYZERO): Likewise.
36961         (FE_OVERFLOW): Likewise.
36962         (FE_UNDERFLOW): Likewise.
36963         (FE_INEXACT): Likewise.
36964         (FE_TONEAREST): Likewise.
36965         (FE_DOWNWARD): Likewise.
36966         (FE_UPWARD): Likewise.
36967         (FE_TOWARDZERO): Likewise.
36968         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36969         (FE_UNDERFLOW): Likewise.
36970         (FE_OVERFLOW): Likewise.
36971         (FE_DIVBYZERO): Likewise.
36972         (FE_INVALID): Likewise.
36973         (FE_TONEAREST): Likewise.
36974         (FE_TOWARDZERO): Likewise.
36975         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36976         (FE_OVERFLOW): Likewise.
36977         (FE_UNDERFLOW): Likewise.
36978         (FE_DIVBYZERO): Likewise.
36979         (FE_INEXACT): Likewise.
36980         (FE_TONEAREST): Likewise.
36981         (FE_TOWARDZERO): Likewise.
36982         (FE_UPWARD): Likewise.
36983         (FE_DOWNWARD): Likewise.
36984         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36985         (FE_DIVBYZERO): Likewise.
36986         (FE_OVERFLOW): Likewise.
36987         (FE_UNDERFLOW): Likewise.
36988         (FE_INEXACT): Likewise.
36989         (FE_TONEAREST): Likewise.
36990         (FE_DOWNWARD): Likewise.
36991         (FE_UPWARD): Likewise.
36992         (FE_TOWARDZERO): Likewise.
36994 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36996         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36998 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37000         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37001         commands.  Quote $PWD.
37002         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37003         -x" by "export".
37004         (remove_newlines): Remove.
37006 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37008         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37009         * stdlib/stdlib.h (atof): Moved to ...
37010         * include/bits/stdlib-float.h: Here.  New file.
37011         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37012         * stdlib/bits/stdlib-float.h: New file.
37013         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37014         -mno-sse -mno-mmx.
37015         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37016         <xmmintrin.h>.
37018 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37020         * conform/conformtest.pl (@headers): Add fenv.h.
37021         * conform/data/fenv.h-data: New file.
37022         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37023         include of <math/fenv.h>.
37025         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37026         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37027         && !UNIX98].  Enables tests for XOPEN2K8.
37028         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37029         POSIX2008]: Likewise.
37031         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37032         (struct rusage): Do not expect type or its members.
37034         [BZ #3439]
37035         * math/math.h (FP_NAN): Define macro to integer constant usable in
37036         #if and use that to give value to enum constant.
37037         (FP_INFINITE): Likewise.
37038         (FP_ZERO): Likewise.
37039         (FP_SUBNORMAL): Likewise.
37040         (FP_NORMAL): Likewise.
37042 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37044         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37045         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37046         arguments.
37048 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37050         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37051         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37052         autoconf-time if not.
37053         * configure.in: Remove AC_PREREQ.
37055 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37057         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37058         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37059         of the internal implementation.
37061 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37063         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37064         except include of <misc/sys/syslog.h>.
37066 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37069         function returns with a NULL context exit with zero.
37071 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37073         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37075 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37077         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37078         (run_program_cmd): This.
37079         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37080         (tst_langinfo): New variable.  Use it.
37082 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37084         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37085         floating point opcodes.
37087 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37089         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37090         variable.
37092         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37094         * sysdeps/mach/hurd/powerpc: Remove directory.
37095         * sysdeps/mach/powerpc: Likewise.
37097 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37099         * scripts/check-local-headers.sh: Ignore c++ headers.
37101 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37103         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37104         __libc_cleanup_region_start argument.
37106 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37108         [BZ #14784]
37109         [BZ #14785]
37110         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37111         x * y using scaling, not as x * y + z.
37112         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37113         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37114         * math/libm-test.inc (fma_test): Add more tests.
37115         (fma_test_towardzero): Likewise.
37116         (fma_test_downward): Likewise.
37117         (fma_test_upward): Likewise.
37119 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37121         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37123 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37125         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37126         New variable.
37128 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37130         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37132 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37135         Fix sort order.
37136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37137         Likewise.
37139 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37142         Fix the order of the list for glibc 2.17.
37143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37144         Likewise.
37146 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37150 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37152         [BZ #14610]
37153         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37154         for low part of x being zero before using __atanl (y).
37155         * math/libm-test.inc (atan2_test): Add another test.
37157         * manual/install.texi (Configuring and compiling): Document
37158         general use of test-wrapper and test-wrapper-env.
37159         * INSTALL: Regenerated.
37161         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37162         (__fma): Do not extract and scale down low bits on after-rounding
37163         systems when result rounded to normal precision would have normal
37164         exponent.
37165         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37166         (__fmal): Do not extract and scale down low bits on after-rounding
37167         systems when result rounded to normal precision would have normal
37168         exponent.
37169         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37170         (__fmal): Do not extract and scale down low bits on after-rounding
37171         systems when result rounded to normal precision would have normal
37172         exponent.
37173         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37174         macro.
37175         (fma_test): Add more tests.
37176         (fma_test_towardzero): Likewise.
37177         (fma_test_downward): Likewise.
37178         (fma_test_upward): Likewise.
37180 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37182         * sysdeps/i386/tininess.h: Renamed to ...
37183         * sysdeps/x86/tininess.h: This.
37184         * sysdeps/x86_64/tininess.h: Removed.
37186 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37188         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37189         input.  Use $(build-program-cmd).
37190         ($(objpfx)tst-array1-static.out): Likewise.
37191         ($(objpfx)tst-array2.out): Likewise.
37192         ($(objpfx)tst-array3.out): Likewise.
37193         ($(objpfx)tst-array4.out): Likewise.
37194         ($(objpfx)tst-array5.out): Likewise.
37195         ($(objpfx)tst-array5-static.out): Likewise.
37197 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37199         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37200         if defined.
37202         * nss/nsswitch.h (nss_interface_function): Provide new
37203         macro for use with NSS functions.
37204         * grp/initgroups.c: Use new macro.
37205         * nss/getXXbyYY.c: Likewise.
37206         * nss/getXXbyYY_r.c: Likewise.
37207         * nss/getXXent.c: Likewise.
37208         * nss/getXXent_r.c: Likewise.
37209         * sysdeps/posix/getaddrinfo.c: Likewise.
37211 2012-10-30  Andreas Jaeger  <aj@suse.de>
37213         * po/ru.po: Update Russion translation from translation project.
37215 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37217         [BZ #14152]
37218         [BZ #14783]
37219         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37220         result and shift together with sticky bit instead of replicating
37221         round-to-nearest rounding.
37222         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37223         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37224         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37225         missing underflow exceptions.
37226         (fma_test_towardzero): Add more tests.
37227         (fma_test_downward): Likewise.
37228         (fma_test_upward): Likewise.
37230         [BZ #14047]
37231         * sysdeps/generic/tininess.h: New file.
37232         * sysdeps/i386/tininess.h: Likewise.
37233         * sysdeps/sh/tininess.h: Likewise.
37234         * sysdeps/x86_64/tininess.h: Likewise.
37235         * stdlib/tst-strtod-underflow.c: Likewise.
37236         * stdlib/tst-tininess.c: Likewise.
37237         * stdlib/strtod_l.c: Include <tininess.h>.
37238         (round_and_return): Do not set errno for exact underflow cases.
37239         Force an underflow exception when setting errno for underflow.
37240         Determine underflow based on rounding to normal precision if
37241         TININESS_AFTER_ROUNDING.
37242         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37243         ERANGE for exact underflow cases.
37244         * stdlib/Makefile (tests): Add tst-tininess and
37245         tst-strtod-underflow.
37246         ($(objpfx)tst-tininess): Use $(link-libm).
37247         ($(objpfx)tst-strtod-underflow): Likewise.
37249 2012-10-30  Andreas Jaeger  <aj@suse.de>
37251         [BZ#14767]
37252         * elf/Makefile (tests): Remove conditional for have-initfini-array
37253         since this is now always required and the variable does not exist
37254         anymore.
37255         (tests-static): Likewise.
37256         (modules-names): Likewise.
37258         * po/eo.po: Add Esperanto translation from translation project.
37260         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37261         merged with constructor/destructor.
37262         (init_array): Likewise.
37263         * elf/tst-array2dep.c (fini_array): Likewise.
37264         (init_array): Likewise.
37266 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37268         * manual/message.texi: Delete @cartouche tags.
37270 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37272         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37273         EOPNOTSUPP.
37274         * sysdeps/mach/hurd/fsync.c: Likewise.
37276         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37277         [_POSIX_REALTIME_SIGNALS]: Change condition to
37278         [_POSIX_REALTIME_SIGNALS > 0].
37280 2012-10-27  Andreas Jaeger  <aj@suse.de>
37282         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37283         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37284         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37285         [__WORDSIZE != 64]: Likewise.
37287 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37289         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37290         *  iconvdata/tst-tables.sh: Likewise.
37292 2012-10-25  David S. Miller  <davem@davemloft.net>
37294         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37295         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37296         of strtoull.
37298         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37299         ifunc-impl-list.c
37300         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37301         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37302         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37303         file.
37305 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37307         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37308         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37309         __getdirentries.
37311 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37312             Jim Blandy  <jimb@codesourcery.com>
37314         * scripts/cross-test-ssh.sh: New file.
37315         * manual/install.texi (Configuring and compiling): Document use of
37316         cross-test-ssh.sh.
37317         * INSTALL: Regenerated.
37319 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37321         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37322         EOPNOTSUPP.
37324 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37326         * Makeconfig (run-program-prefix): Fix comment.
37328 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37329             Jim Blandy  <jimb@codesourcery.com>
37331         * Makeconfig (test-wrapper): New variable,
37332         (test-wrapper-env): Likewise.
37333         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37334         (run-built-tests): Define to yes.
37335         (run-program-prefix): Use $(test-wrapper).
37336         (built-program-cmd): Likewise.
37337         * Rules (make-test-out): Use $(test-wrapper-env) and
37338         $(host-built-program-cmd).
37339         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37340         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37341         tst-pathopt.sh.
37342         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37343         $(test-wrapper-env) to tst-rtld-load-self.sh.
37344         ($(objpfx)order2.out): Use $(test-wrapper).
37345         ($(objpfx)tst-initorder.out): Likewise.
37346         ($(objpfx)tst-initorder2.out): Likewise.
37347         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37348         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37349         (test_wrapper_env): New variable.  Use it to run ld.so.
37350         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37351         Use it to run ld.so.
37352         (test_wrapper_env): Likewise.
37353         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37354         $(test-wrapper) to run-iconv-test.sh.
37355         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37356         (ICONV): Use $test_wrapper.
37357         * posix/Makefile ($(objpfx)globtest.out): Pass
37358         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37359         globtest.sh, not $(run-program-prefix).
37360         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37361         (test_wrapper): Likewise.
37362         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37363         set together with run_via_rtld_prefix.
37364         (run_program_prefix): Define in terms of test_wrapper and
37365         run_via_rtld_prefix.
37367 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37369         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37370         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37371         Targets removed.
37373         [BZ #14743]
37374         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37375         Declare __clock_getres, __clock_gettime, __clock_settime,
37376         __clock_nanosleep, and __clock_getcpuclockid.
37377         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37378         Remove librt_hidden_def (clock_gettime).
37379         * sysdeps/unix/clock_gettime.c: Likewise.
37380         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37381         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37382         * rt/clock_getres.c: Define __clock_getres as an alias.
37383         * sysdeps/posix/clock_getres.c: Likewise.
37384         * rt/clock_settime.c: Define __clock_settime as an alias.
37385         * sysdeps/unix/clock_settime.c: Likewise.
37386         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37387         * sysdeps/unix/clock_nanosleep.c: Likewise.
37388         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37389         * rt/clock-compat.c: New file.
37390         * rt/Makefile (librt-routines): Add clock-compat and move
37391         $(clock-routines) to ...
37392         (routines): ... here, new variable.
37393         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37394         Don't add get_clockfreq here.
37395         * rt/Versions (libc: GLIBC_2.17): New version set.
37396         Add clock_* symbols here.
37397         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37398         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37399         (GLIBC_2.17): Add clock_* symbols.
37400         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37402         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37404         Likewise.
37405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37406         Likewise.
37407         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37408         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37409         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37411         * NEWS: Mention the move.
37413         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37414         Use __open, __read, __close rather than their public counterparts.
37415         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37416         (__get_clockfreq_via_cpuinfo): Likewise.
37417         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37418         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37420         * config.h.in (HAVE_IFUNC): New #undef.
37421         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37422         was successful.
37423         * configure: Regenerated.
37425 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37427         * configure.in: Move READELF check to start of file.
37428         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37429         libc_cv_asm_gnu_indirect_function in the process.
37430         * configure: Regenerated.
37432 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37434         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37435         send the output to /dev/null.
37436         (libc_cv_cc_with_libunwind): Likewise.
37437         (libc_cv_as_noexecstack): Likewise.
37438         * configure: Regenerate.
37440 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37442         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37444         * posix/globtest.sh (TMPDIR): Do not set.
37445         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37446         (testout): Likewise.
37448 2012-10-24  Andreas Jaeger  <aj@suse.de>
37450         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37451         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37452         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37453         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37454         posix_fadvise64, posix_fallocate64.
37456         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37457         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37458         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37459         Likewise.
37460         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37461         Likewise.
37462         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37464         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37465         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37466         <bits/fcntl-linux.h>.
37467         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37469         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37470         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37471         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37472         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37473         [__WORDSIZE != 64]: Likewise.
37475 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37477         * Makeconfig (run-built-tests): New variable.
37478         * Rules [$(cross-compiling) = yes]: Change condition to
37479         [$(run-built-tests) = no].
37480         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37481         to [$(run-built-tests) = yes].
37482         * elf/Makefile [$(cross-compiling) = no]: Likewise
37483         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37484         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37485         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37486         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37487         * io/Makefile [$(cross-compiling) = no]: Likewise.
37488         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37489         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37490         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37491         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37492         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37493         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37494         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37495         * string/Makefile [$(cross-compiling) = no]: Likewise.
37497         * posix/Makefile ($(objpfx)globtest.out): Pass
37498         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37499         $(rtld-installed-name).
37500         * posix/globtest.sh (elf_objpfx): Remove variable.
37501         (rtld_installed_name): Likewise.
37502         (library_path): Likewise.
37503         (run_program_prefix): New variable.  Use for running globtest
37504         binary.
37506 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37507             Joseph Myers  <joseph@codesourcery.com>
37509         * Makeconfig (host-built-program-cmd): New variable.
37510         * elf/Makefile (tst-stackguard1-ARGS): Use
37511         $(host-built-program-cmd).
37512         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37513         (tst-spawn-ARGS): Likewise.
37514         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37516 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37517             Jim Blandy  <jimb@codesourcery.com>
37519         * Makeconfig (run-via-rtld-prefix): New variable.
37520         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37521         (built-program-cmd): Likewise.
37523 2012-10-22  Andreas Jaeger  <aj@suse.de>
37525         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37526         __O_RSYNC if it exists, otherwise to O_SYNC.
37528 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37529             Joseph Myers  <joseph@codesourcery.com>
37531         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37532         /dev/null.
37533         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37534         from /dev/null
37535         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37536         /dev/null.
37538 2012-10-22  Andreas Jaeger  <aj@suse.de>
37540         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37541         Define always.
37542         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37544         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37545         bits/fcntl-linux.h.
37547         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37548         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37550         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37551         to __O_LARGEFILE.
37552         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37553         to __O_LARGEFILE.
37555 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37556             Joseph Myers  <joseph@codesourcery.com>
37558         * config.make.in (NM): New variable.
37560 2012-10-21  Andreas Jaeger  <aj@suse.de>
37562         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37563         definitions and declarations that are provided by
37564         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37566 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37568         [BZ #14683]
37569         * elf/Makefile (tests-static): Add tst-leaks1-static.
37570         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37571         ($(objpfx)tst-leaks1-static): New rule.
37572         ($(objpfx)tst-leaks1-static-mem): Likewise.
37573         (tst-leaks1-static-ENV): New macro.
37574         * elf/dl-open.c (dl_open_worker): Check the main application
37575         only if SHARED is defined.
37576         * elf/tst-leaks1-static.c: New file.
37578 2012-10-20  Andreas Jaeger  <aj@suse.de>
37580         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37581         generic values for Linux.
37582         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37583         and declarations that are provided by <bits/fcntl-linux.h> and
37584         include <bits/fcntl-linux.h>.
37585         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37586         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37588 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37590         * io/fcntl.h: Move include of <bits/types.h> to the top and
37591         include it unconditionally.
37593 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37595         * wcsmbs/Makefile (tests-ifunc): New variable.
37596         (tests): Add $(tests-ifunc).
37597         * wcsmbs/test-wcschr-ifunc.c: New file.
37598         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37599         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37600         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37601         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37602         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37604         * string/Makefile (tests-ifunc): New variable.
37605         (tests): Add $(tests-ifunc).
37606         * string/test-memccpy.c (TEST_NAME): New macro.
37607         * string/test-memchr.c (TEST_NAME): Likewise.
37608         * string/test-memcmp.c (TEST_NAME): Likewise.
37609         * string/test-memcpy.c (TEST_NAME): Likewise.
37610         * string/test-memmem.c (TEST_NAME): Likewise.
37611         * string/test-memmove.c (TEST_NAME): Likewise.
37612         * string/test-memset.c (TEST_NAME): Likewise.
37613         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37614         * string/test-stpcpy.c (TEST_NAME): Likewise.
37615         * string/test-stpncpy.c (TEST_NAME): Likewise.
37616         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37617         * string/test-strcasestr.c (TEST_NAME): Likewise.
37618         * string/test-strcat.c (TEST_NAME): Likewise.
37619         * string/test-strchr.c (TEST_NAME): Likewise.
37620         * string/test-strcmp.c(TEST_NAME): Likewise.
37621         * string/test-strcpy.c (TEST_NAME): Likewise.
37622         * string/test-strcspn.c (TEST_NAME): Likewise.
37623         * string/test-strlen.c (TEST_NAME): Likewise.
37624         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37625         * string/test-strncmp.c (TEST_NAME): Likewise.
37626         * string/test-strncpy.c (TEST_NAME): Likewise.
37627         * string/test-strnlen.c (TEST_NAME): Likewise.
37628         * string/test-strpbrk.c (TEST_NAME): Likewise.
37629         * string/test-strrchr.c (TEST_NAME): Likewise.
37630         * string/test-strspn.c (TEST_NAME): Likewise.
37631         * string/test-strstr.c (TEST_NAME): Likewise.
37632         * string/test-bcopy-ifunc.c: New file.
37633         * string/test-bzero-ifunc.c: Likewise.
37634         * string/test-memccpy-ifunc.c: Likewise.
37635         * string/test-memchr-ifunc.c: Likewise.
37636         * string/test-memcmp-ifunc.c: Likewise.
37637         * string/test-memcpy-ifunc.c: Likewise.
37638         * string/test-memmem-ifunc.c: Likewise.
37639         * string/test-memmove-ifunc.c: Likewise.
37640         * string/test-mempcpy-ifunc.c: Likewise.
37641         * string/test-memset-ifunc.c: Likewise.
37642         * string/test-rawmemchr-ifunc.c: Likewise.
37643         * string/test-stpcpy-ifunc.c: Likewise.
37644         * string/test-stpncpy-ifunc.c: Likewise.
37645         * string/test-strcasecmp-ifunc.c: Likewise.
37646         * string/test-strcasestr-ifunc.c: Likewise.
37647         * string/test-strcat-ifunc.c: Likewise.
37648         * string/test-strchr-ifunc.c: Likewise.
37649         * string/test-strchrnul-ifunc.c: Likewise.
37650         * string/test-strcmp-ifunc.c: Likewise.
37651         * string/test-strcpy-ifunc.c: Likewise.
37652         * string/test-strcspn-ifunc.c: Likewise.
37653         * string/test-strlen-ifunc.c: Likewise.
37654         * string/test-strncasecmp-ifunc.c: Likewise.
37655         * string/test-strncat-ifunc.c: Likewise.
37656         * string/test-strncmp-ifunc.c: Likewise.
37657         * string/test-strncpy-ifunc.c: Likewise.
37658         * string/test-strnlen-ifunc.c: Likewise.
37659         * string/test-strpbrk-ifunc.c: Likewise.
37660         * string/test-strrchr-ifunc.c: Likewise.
37661         * string/test-strspn-ifunc.c: Likewise.
37662         * string/test-strstr-ifunc.c: Likewise.
37664         * debug/Makefile (tests-ifunc): New variable.
37665         (tests): Add $(tests-ifunc).
37666         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37667         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37668         * debug/test-stpcpy_chk-ifunc.c: New file.
37669         * debug/test-strcpy_chk-ifunc.c: Likewise.
37671 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37673         [BZ #13601]
37674         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37675         header is not read in.
37677 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37679         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37680         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37681         directly.  Pass built executable to script as
37682         $(built-program-cmd).
37683         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37684         $testprogram without using LD_LIBRARY_PATH and $ldso.
37686         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37687         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37688         $(rtld-installed-name).
37689         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37690         (rtld_installed_name): Likewise.
37691         (library_path): Likewise.
37692         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37693         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37694         $(run-program-prefix) to tst-tables.sh.
37695         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37696         it to run tst-table-from and tst-table-to.
37697         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37698         Pass it to tst-table.sh.
37699         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37700         $(run-program-prefix) to tst-gettext.sh.
37701         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37702         tst-translit.sh.
37703         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37704         tst-gettext2.sh.
37705         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37706         to run tst-gettext.
37707         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37708         to run tst-gettext2.
37709         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37710         to run tst-translit.
37711         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37712         $(run-program-prefix) to tst-mtrace.sh.
37713         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37714         to run tst-mtrace.
37715         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37716         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37717         $(rtld-installed-name).
37718         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37719         (rtld_installed_name): Likewise.
37720         (run_program_prefix): New variable.  Use it to run wordexp-test.
37722         * Makeconfig (ARCH): Remove all definitions.
37723         (machine): Likewise.
37724         [ARCH]: Remove conditional code.
37725         [!objdir]: Give error.
37726         [!objdir] (objpfx): Remove.
37727         [!objdir] (common-objpfx): Likewise.
37728         [!objdir] (common-objdir): Likewise.
37729         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37730         AC_CONFIG_FILES call.
37731         * configure: Regenerated.
37733         [BZ #13888]
37734         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37735         or TMPDIR.
37736         (testout): Likewise.
37738         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37739         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37740         $(rtld-installed-name).
37741         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37742         (rtld_installed_name): Likwise.
37743         (runit): Remove function.
37744         (run_getconf): New variable,  Use it for running getconf binary.
37746 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37748         [BZ #14716]
37749         * string/test-memmem.c (check_result): New function.
37750         (do_one_test): Use it.
37751         (check1): New function.
37752         (test_main): Use it.
37754 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37756         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37758 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37760         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37761         (_G_LSEEK64): Likewise.
37762         (_G_MMAP64): Likewise.
37763         (_G_FSTAT64): Likewise.
37764         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37765         (_G_LSEEK64): Likewise.
37766         (_G_MMAP64): Likewise.
37767         (_G_FSTAT64): Likewise.
37768         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37769         unconditional.  Call __mmap64 directly.
37770         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37771         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37772         __lseek64 directly.
37773         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37774         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37775         __mmap64 directly.
37776         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37777         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37778         __lseek64 directly.
37779         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37780         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37781         __lseek64 directly.
37782         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37783         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37784         __lseek64 directly.
37785         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37786         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37787         __fxstat64 directly.
37788         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37789         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37790         unconditional.
37791         (freopen64) [!_G_OPEN64]: Remove conditional code.
37792         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37793         unconditional.
37794         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37795         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37796         unconditional.
37797         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37798         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37799         unconditional.
37800         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37801         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37802         unconditional.
37803         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37804         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37805         unconditional.
37806         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37807         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37808         unconditional.
37809         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37810         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37811         unconditional.
37812         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37814 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37816         [BZ #12140]
37817         * manual/memory.texi (Malloc Tunable Parameters): Add note
37818         about free list pointers overwriting some perturb bytes.
37819         Wording suggested by Roland McGrath.
37821 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37823         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37824         (lgamma_test): Likewise.
37825         (tgamma_test): Likewise.
37827 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37829         [BZ #14700]
37830         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37831         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37833 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37835         * NEWS: Mention BZ #14716.
37836         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37837         when removing AVAILABLE1_USES_J macro.
37839 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37841         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37842         (__bswap_64): __uint64_t for unsigned 64-bit int.
37844 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37846         * include/string.h (memmem): Declare libc hidden alias.
37847         * string/memmem.c (memmem): Define libc hidden alias.
37848         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37849         __read, __close instead of open, read, close.
37851 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37853         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37854         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37855         global and hidden.
37856         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37857         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37858         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37859         Likewise.
37860         (__rawmemchr_sse2): Likewise.
37861         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37862         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37863         (__strchr_sse2): Likewise.
37864         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37865         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37866         (__strcasecmp_sse2): Likewise.
37867         (__strncasecmp_sse2): Likewise.
37868         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37869         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37870         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37871         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37872         (__strrchr_sse2): Likewise.
37873         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37874         ifunc-impl-list.c.
37875         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37876         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37877         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37878         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37879         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37880         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37881         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37882         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37883         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37884         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37885         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37886         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37887         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37888         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37889         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37890         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37891         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37892         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37893         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37894         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37895         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37896         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37897         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37898         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37899         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37900         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37901         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37902         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37903         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37904         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37906         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37907         global and hidden.
37908         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37909         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37910         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37911         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37912         Likewise.
37913         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37914         Likewise.
37915         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37916         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37917         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37918         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37919         ifunc-impl-list.c.
37920         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37921         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37922         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37923         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37924         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37925         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37926         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37927         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37928         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37929         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37930         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37931         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37932         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37933         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37934         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37935         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37936         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37937         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37938         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37939         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37940         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37941         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37942         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37943         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37944         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37945         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37946         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37947         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37948         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37949         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37950         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37951         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37952         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37953         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37954         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37955         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37956         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37957         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37958         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37959         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37960         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37962         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37963         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37964         * include/ifunc-impl-list.h: New file.
37965         * misc/ifunc-impl-list.c: Likewise.
37966         * misc/Makefile (routines): Add ifunc-impl-list.
37967         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37968         * string/test-string.h: Include <ifunc-impl-list.h>.
37969         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37970         TEST_NAME]: New variables.
37971         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37972         are defined.
37973         (test_init): Call __libc_ifunc_impl_list to initialize
37974         func_list if TEST_IFUNC and TEST_NAME are defined.
37976         * string/Makefile (strop-tests): Add bcopy and bzero.
37977         * string/test-bcopy.c: New file.
37978         * string/test-bzero.c: Likewise.
37979         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37980         defined.
37981         * string/test-memset.c: Support bzero test if TEST_BZERO is
37982         defined.
37983         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37984         __libc_memmove.
37985         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37986         __libc_memset.
37987         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37988         of memset.
37990 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37992         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37993         * configure: Regenerated.
37995         * Makeconfig (+link-static-before-libc): Don't include
37996         $(link-static-libc).
37998         * libio/libio.h (_IO_pos_t): Remove.
38000 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38002         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38003         McGrath.
38005 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38007         * crypt/crypt-entry.c: Include fips-private.h.
38008         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38009         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38010         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38011         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38013 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38015         * crypt/crypt-private.h: Include stdbool.h.
38016         (_ufc_setup_salt_r): Return bool.
38017         * crypt/crypt-entry.c: Include errno.h.
38018         (__crypt_r): Return NULL with EINVAL for bad salt.
38019         * crypt/crypt_util.c (bad_for_salt): New.
38020         (_ufc_setup_salt_r): Check that salt is long enough and within
38021         the specified alphabet.
38022         * crypt/badsalttest.c: New file.
38023         * crypt/Makefile (tests): Add it.
38024         ($(objpfx)badsalttest): New.
38026 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38028         * NEWS: Add entry for BZ #14602.
38030 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38032         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38033         type-generic.
38034         * math/libm-test.inc: Update comment listing what functions and
38035         macros are tested.
38036         (isgreater_test): New function.
38037         (isgreaterequal_test): Likewise.
38038         (isless_test): Likewise.
38039         (islessequal_test): Likewise.
38040         (islessgreater_test): Likewise.
38041         (isunordered_test): Likewise.
38042         (main): Call the new functions.
38044 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38046         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38047         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38048         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38049         * sysdeps/i386/configure: Regenerated.
38050         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38051         * sysdeps/mach/configure: Regenerated.
38052         * sysdeps/mach/hurd/configure: Regenerated.
38053         * sysdeps/powerpc/configure: Regenerated.
38054         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38055         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38056         * sysdeps/s390/s390-32/configure: Regenerated.
38057         * sysdeps/s390/s390-64/configure: Regenerated.
38058         * sysdeps/sh/configure: Regenerated.
38059         * sysdeps/sparc/configure: Regenerated.
38060         * sysdeps/unix/sysv/linux/configure: Regenerated.
38061         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38062         * sysdeps/x86_64/configure: Regenerated.
38064         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38065         defined.  Don't check if MAP is NULL.
38067 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38069         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38070         (_G_stat64): Likewise.
38071         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38072         (_G_stat64): Likewise.
38073         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38074         instead of struct _G_stat64.
38075         * libio/fileops.c (mmap_remap_check): Likewise.
38076         (decide_maybe_mmap): Likewise.
38077         (_IO_new_file_seekoff): Likewise.
38078         (_IO_file_stat): Likewise.
38079         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38080         _G_off64_t.
38081         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38082         instead of struct _G_stat64.
38083         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38085 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38087         [BZ #14602]
38088         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38089         Replace with ...
38090         (CHECK_EOL): New macro.
38091         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38092         CHECK_EOL.
38093         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38094         Replace with CHECK_EOL.
38095         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38096         Replace with CHECK_EOL.
38098 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38100         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38101         type-generic.
38102         * math/libm-test.inc: Update comment listing what functions and
38103         macros are tested.
38104         (finite_test): New function.
38105         (isinf_test): Likewise.
38106         (isnan_test): Likewise.
38107         (fpclassify_test): Test subnormal input.
38108         (isfinite_test): Likewise.
38109         (isnormal_test): Likewise.
38110         (main): Call the new functions.
38112 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38114         [BZ #14660]
38115         * Makerules (%.dynsym): Force C locale when running
38116         $(OBJDUMP) --dynamic-syms.
38118 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38120         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38121         <stdint.h>.
38123 2012-10-06  David S. Miller  <davem@davemloft.net>
38125         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38126         upper 32-bits of the length value in %o2 since we use branch-on-register
38127         tests which consider the entire 64-bit register.
38129 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38131         * string/test-strstr.c (check2): Add a test for page boundary.
38133 2012-10-05  David S. Miller  <davem@davemloft.net>
38135         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38136         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38137         file.
38138         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38139         sysdep_routines.
38140         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38141         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38142         and bzero when HWCAP_SPARC_CRYPTO is present.
38144 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38146         [BZ #14602]
38147         * string/test-strstr.c (check2): New function.
38148         (test_main): Call check2.
38150         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38151         and bug-strchr1.
38152         * string/bug-strcasestr1.c (do_test): Moved to ...
38153         * string/test-strcasestr.c (check1): Here.  New function.
38154         (do_one_test): Break out result checking code into ...
38155         (check_result): This.  New function.
38156         (do_one_test): Call check_result.
38157         (test_main): Call check1.
38158         * string/bug-strchr1.c (do_test): Moved to ...
38159         * string/test-strchr.c (check1): Here.  New function.
38160         (do_one_test): Break out result checking code into ...
38161         (check_result): This.  New function.
38162         (do_one_test): Call check_result.
38163         (test_main): Call check1.
38164         * string/bug-strstr1.c (main): Moved to ...
38165         * string/test-strstr.c (check1): Here.  New function.
38166         (do_one_test): Break out result checking code into ...
38167         (check_result): This.  New function.
38168         (do_one_test): Call check_result.
38169         (test_main): Call check1.
38170         * string/bug-strcasestr1.c: Removed.
38171         * string/bug-strchr1.c: Likewise.
38172         * string/bug-strstr1.c: Likewise.
38174         * elf/Makefile (dl-routines): Add hwcaps.
38175         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38176         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38177         (_dl_important_hwcaps): Moved to ...
38178         * elf/dl-hwcaps.c: Here.  New file.
38179         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38181         [BZ #14557]
38182         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38183         if IS_IN_rtld isn't defined.
38185         * elf/dl-support.c (_dl_sysinfo_map): New.
38186         Include "get-dynamic-info.h" and "setup-vdso.h".
38187         (_dl_non_dynamic_init): Call setup_vdso.
38188         * elf/dynamic-link.h: Don't include <assert.h>.
38189         (elf_get_dynamic_info): Moved to ...
38190         * elf/get-dynamic-info.h: Here.  New file.
38191         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38192         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38193         * elf/setup-vdso.h: Here.  New file.
38194         * elf/rtld.c: Include "setup-vdso.h".
38195         (dl_main): Call setup_vdso.
38197 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38199         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38200         creal in comment listing functions tested.  List finite, isinf,
38201         isnan, isless, islessequal, isgreater, isgreaterequal,
38202         islessgreater, isunordered, lgamma_r and pow10 as functions and
38203         macros not tested.  Mention which functions not tested are aliases
38204         for other functions.  Fix typo.  Note that signs of NaNs are not
38205         tested.
38207         * scripts/config.guess: Update from config.git.
38208         * scripts/config.sub: Likewise.
38210 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38212         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38213         * misc/madvise.c (madvise): Renamed to __madvise.
38214         Make madvise a weak alias.
38215         * include/sys/mman.h: Declare __madvise.
38216         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38217         * sysdeps/unix/syscalls.list
38218         (madvise): Make __madvise the strong name, and madvise a weak alias.
38219         * sysdeps/unix/sysv/linux/syscalls.list
38220         (madvise, mmap): Remove redundant entries.
38221         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38222         * malloc/malloc.c (mtrim): Likewise.
38223         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38225 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38227         * sysdeps/mach/hurd/dl-cache.c: File removed.
38228         * config.h.in (USE_LDCONFIG): New #undef.
38229         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38230         * configure: Regenerated.
38231         * elf/Makefile (dl-routines): Add dl-cache only under
38232         [$(use-ldconfig) = yes].
38233         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38234         cache on [USE_LDCONFIG].
38235         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38236         [USE_LDCONFIG].
38237         * elf/rtld.c (dl_main): Likewise.
38239 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38241         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38242         _SC_LEVEL4_CACHE_LINESIZE.
38244 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38246         * sysdeps/unix/bsd/confstr.h: File removed.
38248 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38250         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38251         sys/sdt-config.h.
38253 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38255         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38256         Make 'mapoff' field ElfW(Off) rather than off_t.
38258 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38260         * nscd/Makefile: Remove nscd-cflags and all its users.
38261         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38262         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38264         [BZ #10631]
38265         * malloc.c (malloc_printerr): Clarify error message.
38267 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38269         [BZ #14648]
38270         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38271         Set bit_FMA_Usable if FMA is supported.
38272         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38273         macro.
38274         (bit_FMA4_Usable): Updated.
38275         (index_FMA_Usable): New macro.
38276         (CPUID_FMA): Likewise
38277         (HAS_FMA): Defined with bit_FMA_Usable.
38279 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38281         * bits/types.h (__swblk_t): Type removed.
38282         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38283         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38284         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38285         (__SWBLK_T_TYPE): Likewise.
38286         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38287         (__SWBLK_T_TYPE): Likewise.
38288         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38289         (__SWBLK_T_TYPE): Likewise.
38290         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38291         (__SWBLK_T_TYPE): Likewise.
38293 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38294             Honza Horak <hhorak@redhat.com>
38296         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38297         (xdr_mapname): Use YPMAXMAP as maxsize.
38298         (xdr_peername): Use YPMAXPEER as maxsize.
38299         (xdr_keydat): Use YPAXRECORD as maxsize.
38300         (xdr_valdat): Use YPMAXRECORD as maxsize.
38302 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38304         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38306         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38307         * csu/init-first.c: ... here.
38308         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38309         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38310         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38311         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38312         * sysdeps/i386/init-first.c: File removed.
38313         * sysdeps/sh/init-first.c: File removed.
38315 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38317         [BZ #14645]
38318         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38319         if x * y might underflow to zero and z is zero.
38320         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38321         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38322         * math/libm-test.inc (min_subnorm_value): New variable.
38323         (fma_test): Add more tests.
38324         (fma_test_towardzero): Likewise.
38325         (fma_test_downward): Likewise
38326         (fma_test_upward): Likewise.
38327         (initialize): Set min_subnorm_value.
38329 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38331         [BZ #14638]
38332         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38333         0 + 0.
38334         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38335         mode for addition resulting in exact zero.
38336         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38337         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38338         exact 0 + 0.
38339         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38340         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38341         * math/libm-test.inc (fma_test): Add more tests.
38342         (fma_test_towardzero): New function.
38343         (fma_test_downward): Likewise.
38344         (fma_test_upward): Likewise.
38345         (main): Call the new functions.
38347 2012-09-28  David S. Miller  <davem@davemloft.net>
38349         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38351 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38353         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38354         instead of SIGALRM.
38356         * sysdeps/gnu/_G_config.h: Moved to ...
38357         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38358         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38359         * sysdeps/generic/_G_config.h: ... here.
38361         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38363         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38365         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38366         Conditionalize target on [libnss_test1.so-version].
38368         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38370         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38371         (elfobjdir): Move out of conditionals.
38373         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38374         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38375         (__nss_lookup_function): Conditionalize label remove_from_tree on
38376         [!DO_STATIC_NSS || SHARED], matching its only use.
38378 2012-09-28  David S. Miller  <davem@davemloft.net>
38380         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38381         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38382         file.
38383         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38384         sysdep_routines.
38385         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38386         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38387         when HWCAP_SPARC_CRYPTO is present.
38389 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38391         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38393 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38395         [BZ #6530]
38396         * stdio-common/vfprintf.c (process_string_arg): Revert
38397         2000-07-22 change.
38399 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38401         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38402         for testcase.
38403         * stdio-common/tst-sprintf.c: Include <locale.h>
38404         (main): Test sprintf's handling of incomplete multibyte
38405         characters.
38407 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38409         * elf/dl-runtime.c (VERSYMIDX): Removed.
38410         * elf/dl-version.c (VERSYMIDX): Likewise.
38411         * elf/do-rel.h (VERSYMIDX): Likewise.
38412         (VALIDX): Likewise.
38413         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38414         * elf/rtld.c (VALIDX): Likewise.
38415         (ADDRIDX): Likewise.
38416         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38417         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38418         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38419         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38420         (VALIDX): Likewise.
38421         (ADDRIDX): Likewise.
38423 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38425         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38427 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38429         [BZ #11438]
38430         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38431         to global scope.
38432         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38433         addresses are in the same scope as 192.0.2/24.
38434         * posix/gai.conf: Document new scope table defaults.
38436 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38438         [BZ #5298]
38439         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38440         for ftell.  Compute offsets from write pointers instead.
38441         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38443 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38445         [BZ #14543]
38446         * libio/Makefile (tests): New test case tst-fseek.
38447         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38448         combination works in wide mode.
38449         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38450         state when the external buffer state changes.
38452 2012-09-27  David S. Miller  <davem@davemloft.net>
38454         [BZ #14376]
38455         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38456         pass reloc->r_addend in as the 'high' argument to
38457         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38461 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38463         * rt/tst-aio2.c: Include <pthread.h>.
38464         * rt/tst-aio3.c: Likewise.
38466 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38468         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38470 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38472         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38473         contents on [SHARED].
38475 2012-09-26  Marek Polacek  <polacek@redhat.com>
38477         [BZ #14530]
38478         [BZ #13741]
38479         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38480         for C++ and GCC <4.3 as well as for non GCC compilers.
38482 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38484         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38486 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38488         * Makefile.in (all, install): Declare with .PHONY.
38489         Reported by Michael Hope <michael.hope@linaro.org>.
38491 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38493         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38494         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38495         system header.
38496         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38497         Likewise.
38498         (sydep_routines): Add the new and the internal functions.
38499         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38500         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38502         (GLIBC_2.17): Add the new function.
38503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38504         (GLIBC_2.17): Likewise.
38505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38506         (GLIBC_2.17): Likewise.
38507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38508         (GLIBC_2.17): Likewise.
38509         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38511 2012-09-25  Alan Modra  <amodra@gmail.com>
38513         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38514         Add release barrier before setting once_control to say
38515         initialisation is done.  Add hints on lwarx.  Use macro in
38516         place of isync.
38517         (clear_once_control): Add release barrier.
38519 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38521         [BZ #13629]
38522         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38523         specially.
38524         * math/s_clog10.c (__clog10): Likewise.
38525         * math/s_clog10f.c (__clog10f): Likewise.
38526         * math/s_clog10l.c (__clog10l): Likewise.
38527         * math/s_clogf.c (__clogf): Likewise.
38528         * math/s_clogl.c (__clogl): Likewise.
38529         * math/Makefile (libm-calls): Add x2y2m1.
38530         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38531         (__x2y2m1): Likewise.
38532         (__x2y2m1l): Likewise.
38533         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38534         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38535         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38536         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38537         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38538         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38539         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38540         * sysdeps/i386/fpu/libm-test-ulps: Update.
38541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38543         [BZ #14621]
38544         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38545         int as type of variable DEPTH.
38546         (glob): Use size_t instead of int as type of variables NEWCOUNT
38547         and OLD_PATHC.
38549 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38551         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38552         Add s_sincosf-sse2.
38553         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38554         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38555         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38556         macros for using routine as __sincosf_ia32.
38557         Use macro for function declaration and weak_alias.
38558         * sysdeps/i386/fpu/libm-test-ulps: Update.
38560         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38561         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38563         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38564         subnormal argument.
38565         * math/s_cexpf.c (__cexpf): Likewise.
38566         * math/s_csinf.c (__csinf): Likewise.
38567         * math/s_csinhf.c (__csinhf): Likewise.
38568         * math/s_ctanf.c (__ctanf): Likewise.
38569         * math/s_ctanhf.c (__ctanhf): Likewise.
38570         * math/s_ccosh.c (__ccoshf): Likewise.
38571         * math/s_cexp.c (__cexpl): Likewise.
38572         * math/s_csin.c (__csin): Likewise.
38573         * math/s_csinh.c (__csinh): Likewise.
38574         * math/s_ctan.c (__ctan): Likewise.
38575         * math/s_ctanh.c (ctanh): Likewise.
38576         * math/s_ccoshl.c (__ccoshl): Likewise.
38577         * math/s_cexpl.c (__cexpl): Likewise.
38578         * math/s_csinl.c (__csinl): Likewise.
38579         * math/s_csinhl.c (__csinhl): Likewise.
38580         * math/s_ctanl.c (__ctanl): Likewise.
38581         * math/s_ctanhl.c (__ctanhl): Likewise.
38583 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38585         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38586         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38587         (_IO_off_t): Define to __off_t, not _G_off_t.
38588         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38589         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38590         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38591         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38592         type of __dummy and __dummy2 fields.
38593         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38594         (_G_ssize_t): Likewise.
38595         (_G_off_t): Likewise.
38596         (_G_pid_t): Likewise.
38597         (_G_uid_t): Likewise.
38598         (_G_wchar_t): Likewise.
38599         (_G_wint_t): Likewise.
38600         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38601         (_G_ssize_t): Likewise.
38602         (_G_off_t): Likewise.
38603         (_G_pid_t): Likewise.
38604         (_G_uid_t): Likewise.
38605         (_G_wchar_t): Likewise.
38606         (_G_wint_t): Likewise.
38607         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38608         (_G_ssize_t): Likewise.
38609         (_G_off_t): Likewise.
38610         (_G_pid_t): Likewise.
38611         (_G_uid_t): Likewise.
38612         (_G_wchar_t): Likewise.
38613         (_G_wint_t): Likewise.
38615 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38617         * malloc/arena.c: Include malloc-sysdep.h.
38618         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38619         is sufficient to shrink the heap or an unmap is needed.
38620         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38621         new function check_may_shrink_heap.
38622         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38623         new function check_may_shrink_heap.
38625 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38627         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38628         comments.
38630 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38632         * catgets/test-gencat.sh: Add "set -e".
38633         * elf/tst-pathopt.sh: Likewise.
38634         * grp/tst_fgetgrent.sh: Likewise.
38635         * iconvdata/run-iconv-test.sh: Likewise.
38636         * intl/tst-gettext.sh: Likewise.
38637         * intl/tst-gettext2.sh: Likewise.
38638         * intl/tst-gettext4.sh: Likewise.
38639         * intl/tst-gettext6.sh: Likewise.
38640         * intl/tst-translit.sh: Likewise.
38641         * io/ftwtest-sh: Likewise.
38642         * libio/test-freopen.sh: Likewise.
38643         * malloc/tst-mtrace.sh: Likewise.
38644         * posix/globtest.sh: Likewise.
38645         * posix/tst-getconf.sh: Likewise.
38646         * posix/wordexp-tst.sh: Likewise.
38647         * stdio-common/tst-printf.sh: Likewise.
38648         * stdio-common/tst-unbputc.sh: Likewise.
38649         * stdlib/tst-fmtmsg.sh: Likewise.
38650         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38651         * catgets/Makefile: Do not specify -e option when running
38652         testsuite shell scripts.
38653         * elf/Makefile: Likewise.
38654         * grp/Makefile: Likewise.
38655         * iconvdata/Makefile: Likewise.
38656         * intl/Makefile: Likewise.
38657         * io/Makefile: Likewise.
38658         * libio/Makefile: Likewise.
38659         * malloc/Makefile: Likewise.
38660         * posix/Makefile: Likewise.
38661         * stdio-common/Makefile: Likewise.
38662         * stdlib/Makefile: Likewise.
38663         * sysdeps/x86_64/Makefile: Likewise.
38665         * io/ftwtest-sh: Add copyright header.
38666         * posix/globtest.sh: Likewise.
38667         * posix/tst-getconf.sh: Likewise.
38668         * posix/wordexp-tst.sh: Likewise.
38669         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38671 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38673         [BZ #13679]
38674         * Makeconfig (+link): Defined as $(+link-static) if
38675         $(build-shared) isn't yes.
38676         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38677         isn't yes.
38678         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38680         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38682         [BZ #14562]
38683         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38684         new chunk size with MALLOC_ALIGN_MASK.
38686 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38688         [BZ #5044]
38689         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38690         <rounding-mode.h>.
38691         (__printf_fphex): Determine rounding using get_rounding_mode and
38692         round_away.
38693         * stdio-common/tst-printf-round.c (struct hex_test): New
38694         structure.
38695         (hex_tests): New variable.
38696         (test_hex_in_one_mode): New function.
38697         (do_test): Also run tests for hex float output.
38699 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38701         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38702         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38703         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38704         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38705         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38706         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38707         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38708         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38710 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38712         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38713         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38714         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38715         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38717 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38719         [BZ #14579]
38720         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38721         mode only.
38722         * elf/tst-rtld-load-self.sh: New test.
38723         * elf/Makefile: Run it.
38725 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38727         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38728         (tst-writev-ENV): Remove.
38729         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38731 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38733         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38735 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38737         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38738         unconditional.
38739         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38740         Likewise.
38741         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38742         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38743         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38744         Likewise.
38746 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38748         [BZ #14587]
38749         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38750         * config.make.in (have-cpp-asm-debuginfo): Removed.
38751         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38752         * configure: Regenerated.
38754 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38756         [BZ #5044]
38757         * stdio-common/printf_fp.c: Include <stdbool.h> and
38758         <rounding-mode.h>.
38759         (___printf_fp): Determine rounding using get_rounding_mode and
38760         round_away.
38761         * stdio-common/tst-printf-round.c: New file.
38762         * stdio-common/Makefile (tests): Add tst-printf-round.
38763         (link-libm): New variable.
38764         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38766 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38768         [BZ #14576]
38769         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38770         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38771         Likewise.
38772         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38773         Likewise.
38775 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38777         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38778         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38779         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38780         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38782 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38784         [BZ #14518]
38785         * include/rounding-mode.h: New file.
38786         * sysdeps/generic/get-rounding-mode.h: Likewise.
38787         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38788         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38789         (MAX_VALUE): New macro.
38790         (MIN_VALUE): Likewise.
38791         (overflow_value): New function.
38792         (underflow_value): Likewise.
38793         (round_and_return): Use overflow_value and underflow_value to
38794         determine return values in overflow and underflow cases.  Use
38795         round_away to determine rounding depending on rounding mode.
38796         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38797         determine return values in overflow and underflow cases.
38798         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38799         (struct test_results): New structure.
38800         (struct test): Use struct test_results to store expected results
38801         for all rounding modes.
38802         (TEST): Include expected results for all rounding modes.
38803         (test_in_one_mode): New function.
38804         (do_test): Use test_in_one_mode to compute and check results.
38805         Check results for all rounding modes.
38806         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38807         $(link-libm).
38809 2012-12-09  Allan McRae  <allan@archlinux.org>
38811         * sysdeps/i386/fpu/libm-test-ulps: Update
38813 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38815         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38816         (_G_int32_t): Likewise.
38817         (_G_uint16_t): Likewise.
38818         (_G_uint32_t): Likewise.
38819         (_G_HAVE_BOOL): Likewise.
38820         (_G_HAVE_ATEXIT): Likewise.
38821         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38822         (_G_HAVE_IO_FILE_OPEN): Likewise.
38823         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38824         (_G_int32_t): Likewise.
38825         (_G_uint16_t): Likewise.
38826         (_G_uint32_t): Likewise.
38827         (_G_HAVE_BOOL): Likewise.
38828         (_G_HAVE_ATEXIT): Likewise.
38829         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38830         (_G_HAVE_IO_FILE_OPEN): Likewise.
38831         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38832         (_G_int32_t): Likewise.
38833         (_G_uint16_t): Likewise.
38834         (_G_uint32_t): Likewise.
38835         (_G_HAVE_BOOL): Likewise.
38836         (_G_HAVE_ATEXIT): Likewise.
38837         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38838         (_G_HAVE_IO_FILE_OPEN): Likewise.
38840 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38842         * csu/libc-tls.c: Update copyright years.
38844 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38846         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38847         [!_G_USING_THUNKS]: Remove conditional code.
38848         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38849         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38851         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38852         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38853         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38854         (_G_VTABLE_LABEL_PREFIX): Likewise.
38855         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38856         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38857         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38858         (_G_VTABLE_LABEL_PREFIX): Likewise.
38859         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38860         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38861         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38862         (_G_VTABLE_LABEL_PREFIX): Likewise.
38863         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38865 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38867         * libio/Makefile: Include ../Makeconfig before tests.
38868         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38869         only if $(build-shared) is yes.
38871         * iconv/gconv_db.c: Update copyright years.
38873 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38875         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38876         unwind info if defined PIC. Fix special cases description.
38877         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38879         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38880         DP_HI_MASK entry.
38881         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38883 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38885         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38887         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38888         is NULL.
38890         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38891         (LDLIBS-tst-chk4): This.
38892         (LDFLAGS-tst-chk5): Renamed to ...
38893         (LDLIBS-tst-chk5): This.
38894         (LDFLAGS-tst-chk6): Renamed to ...
38895         (LDLIBS-tst-chk6): This.
38896         (LDFLAGS-tst-lfschk4): Renamed to ...
38897         (LDLIBS-tst-lfschk4): This.
38898         (LDFLAGS-tst-lfschk5): Renamed to ...
38899         (LDLIBS-tst-lfschk5): This.
38900         (LDFLAGS-tst-lfschk6): Renamed to ...
38901         (LDLIBS-tst-lfschk6): This.
38903         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38904         on $(common-objpfx)soversions.mk.
38906 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38908         [BZ #10014]
38909         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38910         example host name.
38912 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38914         * malloc/arena.c (arena_get_retry): New function that gets
38915         another arena for the caller to try its request on.
38916         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38917         current arena cannot fulfill the request.
38918         (__libc_memalign): Likewise.
38919         (__libc_memalign): Likewise.
38920         (__libc_pvalloc): Likewise.
38921         (__libc_calloc): Likewise.
38923 2012-09-05  John Tobey  <john.tobey@gmail.com>
38925         [BZ #13542]
38926         * manual/arith.texi (Operations on Complex): Fix description
38927         of carg branch cut.
38929 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38931         [BZ #10014]
38932         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38933         host name.
38935         [BZ #10038]
38936         * manual/memory.texi (Memory): Make order of menu items match
38937         order of sections.
38939 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38941         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38942         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38943         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38945 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38947         * csu/libc-tls.c (static_dtv): Renamed to ...
38948         (_dl_static_dtv): This.  Make it global.
38949         (_dl_initial_dtv): Removed.
38950         (__libc_setup_tls): Updated.
38951         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38952         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38953         DL_INITIAL_DTV.
38955 2012-09-06  Petr Machata  <pmachata@redhat.com>
38957         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38958         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38959         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38960         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38962 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38964         [BZ #14545]
38965         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38966         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38967         freeing dtv[-1].
38969 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38971         [BZ #14544]
38972         * Makeconfig (link-static-before-libc): Replace $(+prector)
38973         with $(+prectorT).
38974         (link-static-after-libc): Replace $(+postctor) with
38975         $(+postctorT).
38976         (link-bounded): Replace $(+prector)/$(+postctor) with
38977         $(+prectorT)/$(+postctorT).
38978         (+prectorT): New macro.
38979         (+postctorT): Likewise.
38981 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38983         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38984         (round_str): Handle values above the maximum for IBM long double
38985         as inexact.
38986         * stdlib/tst-strtod-round.c (tests): Regenerated.
38988 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38990         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38991         assembler flag.
38992         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38993         zarch_nohighgprs around the zarch optimized routines.
38994         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38995         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38996         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38997         for zarch.
38999 2012-09-05  David S. Miller  <davem@davemloft.net>
39001         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39003         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39004         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39005         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39006         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39007         entries.
39009 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39011         * malloc/arena.c: Fold copyright years.
39012         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39014 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39016         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39018 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39020         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39022 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39024         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39025         change internal state upon failure.
39027 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39029         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39030         * malloc/memusage.c (mmap): Likewise.
39031         (mmap64, mremap): Likewise.  Adjust name in comment.
39033 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39035         * libio/fileops.c: Fix typos in comments.
39036         * libio/oldfileops.c: Likewise.
39037         * libio/wfileops.c: Likewise.
39039 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39041         [BZ #1349]
39042         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39043         (tst-malloc-usable-ENV): Set environment for test case.
39044         * malloc/hooks.c (malloc_check_get_size): New function to get
39045         requested size.
39046         * malloc/malloc.c (musable): Use malloc_check_get_size.
39047         * malloc/tst-malloc-usable.c: New test case.
39049 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39051         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39053 2012-09-05  Allan McRae  <allan@archlinux.org>
39055         [BZ #13966]
39056         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39057         determine header location.
39058         * configure: Regenerated.
39060 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39062         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39063         float format.
39064         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39065         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39066         format.
39067         (test): Regenerate.
39069 2012-09-04  David S. Miller  <davem@davemloft.net>
39071         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39072         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39073         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39075 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39077         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39078         failures.
39080         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39082 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39084         [BZ #9914]
39085         * libio/iogetdelim.c: Include <limits.h>.
39086         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39087         + len + 1 would overflow.
39089 2012-09-03  Andreas Jaeger  <aj@suse.de>
39091         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39092         * sysdeps/i386/fpu/libm-test-ulps: Update.
39094 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39096         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39097         Add s_sinf-sse2, s_conf-sse2.
39099         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39100         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39101         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39102         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39104         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39105         for using routine as __sinf_ia32.
39106         Use macro for function declaration and weak_alias.
39107         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39108         for using routine as __cosf_ia32.
39109         Use macro for function declaration and weak_alias.
39111         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39112         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39114         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39115         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39116         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39118         * math/libm-test.inc (cos_test): Add more test cases.
39119         (sin_test): Likewise.
39120         (sincos_test): Likewise.
39122 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39124         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39125         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39126         hidden.
39127         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39129 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39131         [BZ #14538]
39132         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39133         first element of the GOT.
39134         (elf_machine_load_address): Return the difference between
39135         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39137 2012-09-01  Allan McRae  <allan@archlinux.org>
39139         [BZ #13412]
39140         * configure.in (AWK): Require gawk version 3.0 or later.
39141         * configure: Regenerated.
39143 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39145         * sysdeps/unix/sysv/linux/kernel-features.h
39146         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39147         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39148         [__NR_clock_getres]: Make code unconditional.
39149         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39150         (clock_getcpuclockid): Remove code left unreachable by removal of
39151         conditionals.
39152         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39153         code unconditional.
39154         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39155         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39156         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39157         Make code unconditional.
39158         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39159         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39160         * sysdeps/unix/sysv/linux/clock_settime.c
39161         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39162         conditional code.
39163         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39164         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39166 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39168         [BZ #14476]
39169         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39170         scripts/test-installation.pl.
39172         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39173         and $ld_so_version if it is set.
39175 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39177         [BZ #14516]
39178         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39179         failure if reading from procfs failed.
39180         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39182 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39184         * sysdeps/unix/sysv/linux/kernel-features.h
39185         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39186         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39187         Remove conditional code.
39188         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39189         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39190         Remove conditional code.
39191         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39192         * sysdeps/unix/sysv/linux/i386/fxstat.c
39193         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39194         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39195         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39196         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39197         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39198         * sysdeps/unix/sysv/linux/i386/lxstat.c
39199         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39200         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39201         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39202         Remove conditional code.
39203         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39204         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39205         Remove conditional code.
39206         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39207         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39208         <kernel-features.h>.
39209         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39210         Remove.
39211         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39212         Remove conditional code.
39213         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39214         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39215         Remove conditional.
39217 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39219         [BZ #5400]
39220         * NEWS: Add fixed bug number.
39222 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39224         [BZ #14519]
39225         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39226         underflowing exponent in case of negative sign.
39227         * stdlib/tst-strtod-round-data: Add more tests.
39228         * stdlib/tst-strtod-round.c (tests): Regenerated.
39230         [BZ #3479]
39231         * stdlib/strtod_l.c (NDIG): Remove.
39232         (HEXNDIG): Likewise.
39233         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39234         smallest representable value.
39235         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39236         lie within an exact representation of 1/2 ulp of the result.
39237         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39238         unconditionally.
39239         (TENS_P9_IDX): Define unconditionally.
39240         (TENS_P9_SIZE): Likewise.
39241         (TENS_P10_IDX): Likewise.
39242         (TENS_P10_SIZE): Likewise.
39243         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39244         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39245         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39246         entries for 10^2^13 and 10^2^14.
39247         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39248         (TENS_P13_IDX): Define.
39249         (TENS_P13_SIZE): Likewise.
39250         (TENS_P14_IDX): Likewise.
39251         (TENS_P14_SIZE): Likewise.
39252         (_fpioconst_pow10): Change array size to
39253         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39254         unconditional.
39255         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39256         1024]: Add entries for 10^2^13 and 10^2^14.
39257         [LAST_POW10 > _LAST_POW10]: Remove #error.
39258         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39259         (_fpioconst_pow10): Change array size to
39260         FPIOCONST_POW10_ARRAY_SIZE.
39261         * stdlib/gen-fpioconst.c: New file.
39262         * stdlib/gen-tst-strtod-round.c: Likewise.
39263         * stdlib/tst-strtod-round-data: Likewise.
39264         * stdlib/tst-strtod-round.c: Likewise.
39265         * stdlib/Makefile (tests): Add tst-strtod-round.
39267         [BZ #14459]
39268         * stdlib/strtod_l.c: Include <stdint.h>.
39269         (NDEBUG): Do not define.
39270         (round_and_return): Change EXPONENT parameter to type intmax_t.
39271         Rearrange calculations to avoid internal overflow possibilities.
39272         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39273         Rearrange calculations to avoid internal overflow possibilities.
39274         Assert that number fits inside MPNSIZE limbs.
39275         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39276         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39277         calculations and add assertions to avoid internal overflow
39278         possibilities.  Add casts to avoid signed/unsigned operations.
39279         * stdlib/tst-strtod-overflow.c: New file.
39280         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39282 2012-08-25  Marek Polacek  <polacek@redhat.com>
39284         * time/time.h: Fix some typos in comments.
39286 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39288         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39289         * posix/tst-rfc3484-2.c: Likewise.
39290         * posix/tst-rfc3484-3.c: Likewise.
39292 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39294         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39295         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39297 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39299         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39300         #include of fxstatat64.c.
39302 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39304         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39305         * shadow/getspent_r.c: Likewise.
39306         * shadow/getspnam.c: Likewise.
39307         * shadow/getspnam_r.c: Likewise.
39308         * gshadow/getsgent.c: Likewise.
39309         * gshadow/getsgent_r.c: Likewise.
39310         * gshadow/getsgnam.c: Likewise.
39311         * gshadow/getsgnam_r.c: Likewise.
39312         * inet/getnetbyad.c: Likewise.
39313         * inet/getnetbyad_r.c: Likewise.
39314         * inet/getnetbynm.c: Likewise.
39315         * inet/getnetbynm_r.c: Likewise.
39316         * inet/getnetent.c: Likewise.
39317         * inet/getnetent_r.c: Likewise.
39318         * inet/getproto.c: Likewise.
39319         * inet/getproto_r.c: Likewise.
39320         * inet/getprtent.c: Likewise.
39321         * inet/getprtent_r.c: Likewise.
39322         * inet/getprtname.c: Likewise.
39323         * inet/getprtname_r.c: Likewise.
39324         * inet/getrpcbyname.c: Likewise.
39325         * inet/getrpcbyname_r.c: Likewise.
39326         * inet/getrpcbynumber.c: Likewise.
39327         * inet/getrpcbynumber_r.c: Likewise.
39328         * inet/getrpcent.c: Likewise.
39329         * inet/getrpcent_r.c: Likewise.
39330         * inet/getaliasent.c: Likewise.
39331         * inet/getaliasent_r.c: Likewise.
39332         * inet/getaliasname.c: Likewise.
39333         * inet/getaliasname_r.c: Likewise.
39334         * nscd/getgrgid_r.c: Likewise.
39335         * nscd/getgrnam_r.c: Likewise.
39336         * nscd/gethstbyad_r.c: Likewise.
39337         * nscd/gethstbynm3_r.c: Likewise.
39338         * nscd/getpwnam_r.c: Likewise.
39339         * nscd/getpwuid_r.c: Likewise.
39340         * nscd/getsrvbynm_r.c: Likewise.
39341         * nscd/getsrvbypt_r.c: Likewise.
39342         * nscd/gai.c: Likewise.
39344         * configure.in (build_nscd): New substituted variable, set
39345         by --disable-build-nscd and defaults to $use_nscd.
39346         * configure: Regenerated.
39347         * config.make.in (build-nscd): New substituted variable.
39348         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39349         Change conditional to require [$(build-nscd) = yes] as well.
39350         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39352         [BZ# 13696]
39353         * configure.in (use_nscd): New substituted variable, set by
39354         --disable-nscd.  If enabled, define USE_NSCD.
39355         * configure: Regenerated.
39356         * config.h.in: Add USE_NSCD.
39357         * config.make.in (use-nscd): New substituted variable.
39358         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39359         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39360         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39361         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39362         (CFLAGS-getgrnam_r.c): Likewise.
39363         (CFLAGS-initgroups.c): Likewise.
39364         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39365         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39366         Variables removed.
39367         * inet/getnetgrent_r.c
39368         (nscd_setnetgrent): New function, broken out of ...
39369         (setnetgrent): ... here.  Call it.
39370         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39371         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39372         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39373         * nscd/Makefile (routines, aux): Move definitions after include of
39374         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39375         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39376         Conditionalize on [USE_NSCD].
39377         (is_nscd, nscd_init_cb): Likewise.
39378         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39379         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39380         * nss/nss_db/db-init.c: Likewise.
39381         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39382         [USE_NSCD].
39383         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39384         (make_request): Use it.
39385         (cache_valid_p): New function.
39386         (__check_pf): Use it.
39387         * NEWS: Add item for --disable-nscd.
39389 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39391         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39392         to support sed >= 4.2.1-20-ga9bf076.
39393         * configure: Regenerated.
39395 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39397         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39398         Conditionalize whole body on [IREL].
39400 2012-08-22  Jeff Law <law@redhat.com>
39402         [BZ #14505]
39403         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39404         if the family is PF_UNSPEC.
39406 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39408         * Makerules (lib-version): Rename from V.
39409         (install-lib-nosubdir): Change V to lib-version.
39411 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39413         [BZ #14252]
39414         * powerpc32/power6/wcschr.c: New file.
39415         * powerpc32/power6/wcscpy.c: New file.
39416         * powerpc32/power6/wcsrchr.c: New file.
39417         * powerpc64/power6/wcschr.c: New file.
39418         * powerpc64/power6/wcscpy.c: New file.
39419         * powerpc64/power6/wcsrchr.c: New file.
39421 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39423         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39424         (two_way_short_needle): Use it.
39425         * string/strstr.c (AVAILABLE1_USES_J): Define.
39426         * string/strcasestr.c: Likewise.
39428         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39429         array references.
39430         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39432         [BZ #11607]
39433         * NEWS: Add an entry.
39434         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39435         define their defaults.
39436         (two_way_short_needle): Detect end-of-string on-the-fly.
39437         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39438         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39439         * string/bug-strcasestr1.c: New test.
39440         * string/Makefile: Run it.
39442 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39444         [BZ #11607]
39445         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39446         the first character.
39448 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39450         * csu/elf-init.c (__libc_csu_irel): Function removed.
39451         * csu/libc-start.c (apply_irel): New function.
39452         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39454 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39456         * sysdeps/unix/sysv/linux/kernel-features.h
39457         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39458         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39459         <kernel-features.h>.
39460         [__NR_fadvise64_64]: Make code unconditional.
39461         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39462         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39463         !__NR_fadvise64_64)]: Likewise.
39464         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39465         !__NR_fadvise64_64))]: Likewise.
39466         [__NR_fadvise64]: Make code unconditional.
39467         [!__NR_fadvise64]: Remove conditional code.
39468         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39469         <kernel-features.h>.
39470         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39471         unconditional.
39472         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39473         conditional code.
39474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39475         not include <kernel-features.h>.
39476         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39477         unconditional.
39478         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39479         conditional code.
39480         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39481         include <kernel-features.h>.
39482         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39483         unconditional.
39484         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39485         conditional code.
39487 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39489         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39490         slight instruction rearrangements per scrollpipe analysis.
39491         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39493 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39495         * manual/syslog.texi (syslog; vsyslog, closelog):
39496         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39497         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39499         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39500         DSOCAPS to match condition on defining it.
39502 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39504         * sysdeps/unix/sysv/linux/kernel-features.h
39505         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39507         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39508         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39510         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39511         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39513         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39514         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39516         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39517         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39519         * sysdeps/unix/sysv/linux/kernel-features.h
39520         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39521         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39522         unconditional.
39523         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39524         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39525         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39526         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39527         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39528         Make code unconditional.
39529         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39530         (__mmap64) [!__NR_mmap2]: Likewise.
39531         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39532         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39533         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39534         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39535         [__NR_mmap2]: Make code unconditional.
39536         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39537         (__mmap64) [!__NR_mmap2]: Likewise.
39539 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39541         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39543 2012-08-18  Andreas Jaeger  <aj@suse.de>
39545         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39547 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39549         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39550         * include/unistd.h (__have_sock_cloexec): Likewise.
39551         (__have_pipe2): Likewise.
39552         (__have_dup3): Likewise.
39554 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39556         [BZ #9685]
39557         * include/unistd.h (__have_pipe2): Change define into an extern int.
39558         (__have_dup3): Likewise.
39559         * socket/have_sock_cloexec.c: Include fcntl.h.
39560         (__have_pipe2): New variable.
39561         (__have_dup3): Likewise.
39563 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39565         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39567 2012-08-17  Marek Polacek  <polacek@redhat.com>
39569         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39570         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39572 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39574         * configure.in: Add AC_SUBST for sysheaders.
39575         * configure: Regenerated.
39576         * config.make.in (sysheaders): New substituted variable.
39578         * sysdeps/unix/mkfifo.c: Moved ...
39579         * sysdeps/posix/mkfifo.c: ... here.
39580         * sysdeps/unix/mkfifoat.c: Moved ...
39581         * sysdeps/posix/mkfifoat.c: ... here.
39583         * sysdeps/unix/utime.c: Moved ...
39584         * sysdeps/posix/utime.c: ... here.
39586         * sysdeps/unix/time.c: Moved ...
39587         * sysdeps/posix/time.c: ... here.
39588         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39589         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39591         * sysdeps/unix/nice.c: Moved ...
39592         * sysdeps/posix/nice.c: ... here.
39594         * sysdeps/unix/alarm.c: Moved ...
39595         * sysdeps/posix/alarm.c: ... here.
39597         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39599 2012-08-17  Jeff Law <law@redhat.com>
39601         * intl/Makefile (codeset_mo): New variable.
39602         ($(codeset_mo)): New target.
39603         (tst-codeset.out): Depend on that.  Remove explicit rule.
39604         (tst-gettext3.out, tst-gettext5.out): Likewise.
39605         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39606         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39607         * intl/tst-codeset.sh: Remove.
39608         * intl/tst-gettext3.sh: Likewise.
39609         * intl/tst-gettext5.sh: Likewise.
39611 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39613         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39614         * sysdeps/unix/syscalls.list: ... here.
39616         * sysdeps/posix/getaddrinfo.c
39617         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39618         (gaiconf_init, gaiconf_reload): Use them.
39619         [!_STATBUF_ST_NSEC]
39620         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39621         Define using time_t rather than struct timespec.
39623         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39624         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39625         Macros removed.
39626         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39627         [!NO_THREADS].
39628         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39629         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39630         Likewise.
39632         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39633         __libc_cleanup_push argument.
39635         * bits/param.h: New file.
39636         * misc/sys/param.h: New file.
39637         * include/sys/param.h: New file.
39638         * misc/Makefile (headers): Add bits/param.h.
39639         * sysdeps/generic/sys/param.h: File removed.
39640         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39641         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39642         * sysdeps/mach/hurd/bits/param.h: New file.
39643         * sysdeps/mach/hurd/sys/param.h: File removed.
39645         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39646         last change.
39648         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39649         [_IO_MTSAFE_IO].
39650         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39651         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39652         New macros.
39654         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39655         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39656         rather than -D_IO_MTSAFE_IO conditionally.
39657         * stdio-common/Makefile (CPPFLAGS): Likewise.
39658         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39659         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39660         Use $(libio-mtsafe).
39661         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39662         of -D_IO_MTSAFE_IO.
39663         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39664         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39665         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39666         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39667         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39668         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39669         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39670         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39671         (CFLAGS-fread_u_chk.c): Likewise.
39672         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39673         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39674         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39675         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39676         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39677         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39678         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39679         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39680         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39682         * libio/Makefile: Test [$(libc-reentrant) = yes]
39683         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39685         * Makeconfig
39686         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39687         * sysdeps/pthread/configure: File removed.
39688         * sysdeps/pthread/Makeconfig: New file.
39689         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39690         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39692 2012-08-16  Gary Benson  <gbenson@redhat.com>
39694         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39695         unmapping the first object in a namespace.
39697 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39699         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39700         (__internal_setnetgrent): ... this.  Add internal_function to
39701         definition.  Add libc_hidden_def.
39702         (setnetgrent): Update caller.
39703         (internal_endnetgrent): Renamed to ...
39704         (__internal_endnetgrent): ... this.  Add internal_function to
39705         definition.  Add libc_hidden_def.
39706         (endnetgrent): Update caller.
39707         (internal_getnetgrent_r): Renamed to ...
39708         (__internal_getnetgrent_r): ... this.  Add internal_function to
39709         definition.  Add libc_hidden_def.
39710         (__getnetgrent_r): Update caller.
39711         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39713 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39715         * stdlib/longlong.h: Update from GCC.
39717 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39719         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39720         on _QL, which is set by umul_ppmm but never used.
39721         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39722         variables, which are set by GMP macros but never used.
39723         * stdio-common/_itowa.c (_itowa): Likewise.
39724         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39725         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39727 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39729         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39730         struct La_sh_regs is not constant.
39731         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39732         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39733         and struct La_sparc64_regs are not constant.
39735 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39737         * sysdeps/unix/sysv/linux/kernel-features.h
39738         (__ASSUME_POSIX_TIMERS): Remove.
39739         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39740         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39741         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39742         Make code unconditional.
39743         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39744         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39745         Make code unconditional.
39746         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39747         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39748         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39749         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39750         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39751         Make code unconditional.
39752         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39753         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39754         (__libc_missing_posix_timers): Remove.
39756 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39758         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39759         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39761         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39763         * elf/dl-sym.c: Include <stdlib.h>.
39765         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39766         constants, which avoids warnings in 32-bit builds.
39768         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39769         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39771         * misc/lseek.c: File moved to ...
39772         * io/lseek.c: ... here.
39774         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39776         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39777         shifting LEN more than 31 bits at once.
39779 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39781         [BZ #14195]
39782         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39783         segmentation fault for a case of two empty input strings.
39784         * string/test-strncasecmp.c (check1): Renamed to...
39785         (bz12205): ...this.
39786         (bz14195): Add new testcase for two empty input strings and N > 0.
39787         (test_main): Call new testcase, adapt for renamed function.
39789 2012-08-15  Andreas Jaeger  <aj@suse.de>
39791         [BZ #14090]
39792         * crypt/md5test2.c: New test, based on test supplied by Serge
39793         Belyshev <belyshev@depni.sinp.msu.ru>.
39794         * crypt/Makefile (xtests): Add md5test-giant..
39795         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39797 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39799         [BZ #14090]
39800         * crypt/md5.c (md5_process_block): Don't assume the buffer
39801         length is less than 2**32.
39802         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39803         length is less than 2**64.
39805 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39807         * string/str-two-way.h: Include <sys/param.h>.
39808         (MAX): Macro removed.
39810         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39811         Move #define and #undef of memmove to just before and after
39812         including <string.h>.
39814         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39815         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39816         and after including <string.h>.  Move declarations of
39817         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39818         to before #include "string/memmove.c".
39820         * include/dirent.h: Declare __getdirentries.
39822         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39823         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39825 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39827         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39828         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39829         * sysdeps/i386/configure: Regenerated.
39830         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39831         STABS_CURRENT_FILE, and STABS_FUN.
39832         (END): Remove call to STABS_FUN_END.
39833         (STABS_CURRENT_FILE1): Delete.
39834         (STABS_CURRENT_FILE): Likewise.
39835         (STABS_FUN): Likewise.
39836         (STABS_FUN_END): Likewise.
39837         (STABS_FUN2): Likewise.
39838         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39839         * sysdeps/x86_64/configure: Regenerated.
39841 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39843         * elf/dl-open.c: Include <atomic.h>.
39844         * elf/dl-lookup.c: Likewise.
39846 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39848         * sysdeps/unix/sysv/linux/kernel-features.h
39849         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39850         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39851         unconditionally.
39852         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39853         unconditionally.
39854         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39855         condition on __ASSUME_CLONE_THREAD_FLAGS.
39857 2012-08-14  Andreas Jaeger  <aj@suse.de>
39859         * sysdeps/i386/fpu/libm-test-ulps: Update.
39861 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39863         * include/atomic.h (atomic_exchange_and_add): Split into ...
39864         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39865         New atomic macros.
39867 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39869         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39871 2012-08-13  Jeff Law <law@redhat.com>
39873         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39874         null byte in the output string.
39876 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39878         * sysdeps/unix/sysv/linux/kernel-features.h
39879         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39880         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39881         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39882         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39883         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39884         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39885         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39887 2012-08-09  Jeff Law <law@redhat.com>
39889         [BZ #13939]
39890         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39891         When avoid_arena is set, don't retry in the that arena.  Pick the
39892         next one, whatever it might be.
39893         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39894         (arena_lock): Pass in new parameter to arena_get2.
39895         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39896         arena_get2.
39897         (__libc_malloc): Unify retrying after main arena failure with
39898         __libc_memalign version.
39899         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39901 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39903         [BZ #14166]
39904         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39905         to __redirect_strstr.
39906         (__strstr_sse42): Use typeof __redirect_strstr.
39907         (__strstr_ia32): Likewise.
39908         (__libc_strstr): New prototype.
39909         (strstr): Renamed to ...
39910         (__libc_strstr): This.
39911         (strstr): New strong alias of __libc_strstr.
39912         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39913         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39914         __redirect_time.
39915         Include <time.h>.
39916         (__libc_time): New prototype.
39917         (time_ifunc): Replace time with __libc_time.
39918         (time): New strong alias and hidden definition of __libc_time.
39919         (__GI_time): Remove strong alias.
39920         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39921         Include <stddef.h>.
39922         (memmove): Redefined to __redirect_memmove.
39923         (__memmove_sse2): Use typeof __redirect_memmove.
39924         (__memmove_ssse3): Likewise.
39925         (__memmove_ssse3_back): Likewise.
39926         (__libc_memmove): New prototype.
39927         (memmove): Renamed to ...
39928         (__libc_memmove): This.
39929         (memmove): New strong alias of __libc_memmove.
39931 2012-08-08  Mark Salter  <msalter@redhat.com>
39933         * elf/elf.h
39934         (R_MN10300_TLS_GD): Define.
39935         (R_MN10300_TLS_LD): Likewise.
39936         (R_MN10300_TLS_LDO): Likewise.
39937         (R_MN10300_TLS_GOTIE): Likewise.
39938         (R_MN10300_TLS_IE): Likewise.
39939         (R_MN10300_TLS_LE): Likewise.
39940         (R_MN10300_TLS_DTPMOD): Likewise.
39941         (R_MN10300_TLS_DTPOFF): Likewise.
39942         (R_MN10300_TLS_TPOFF): Likewise.
39943         (R_MN10300_SYM_DIFF): Likewise.
39944         (R_MN10300_ALIGN): Likewise.
39945         (R_MN10300_NUM): Update.
39947 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39949         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39950         Remove.
39952 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39954         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39956         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39957         sysdeps/unix -> sysdeps/posix move.
39958         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39960 2012-08-07      Allan McRae     <allan@archlinux.org>
39962         [BZ #14303]
39963         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39964         (SUNOS_CPP): Likewise.
39965         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39966         not found.
39967         (open_input): Call CPP using execvp.
39969 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39971         * sysdeps/unix/sysv/linux/kernel-features.h
39972         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39973         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39974         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39975         (__ASSUME_WAITID_SYSCALL): Likewise.
39976         * sysdeps/unix/sysv/linux/dl-execstack.c
39977         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39978         code unconditional.
39979         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39980         conditional code.
39981         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39982         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39983         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39984         code.
39985         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39986         unconditional.
39987         [__ASSUME_WAITID_SYSCALL]: Likewise.
39988         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39990 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39992         * sysdeps/unix/closedir.c: Renamed to ...
39993         * sysdeps/posix/closedir.c: ... here.
39994         * sysdeps/unix/dirfd.c: Renamed to ...
39995         * sysdeps/posix/dirfd.c: ... here.
39996         * sysdeps/unix/dirstream.h: Renamed to ...
39997         * sysdeps/posix/dirstream.h: ... here.
39998         * sysdeps/unix/fdopendir.c: Renamed to ...
39999         * sysdeps/posix/fdopendir.c: ... here.
40000         * sysdeps/unix/opendir.c: Renamed to ...
40001         * sysdeps/posix/opendir.c: ... here.
40002         * sysdeps/unix/readdir.c: Renamed to ...
40003         * sysdeps/posix/readdir.c: ... here.
40004         * sysdeps/unix/readdir_r.c: Renamed to ...
40005         * sysdeps/posix/readdir_r.c: ... here.
40006         * sysdeps/unix/rewinddir.c: Renamed to ...
40007         * sysdeps/posix/rewinddir.c: ... here.
40008         * sysdeps/unix/seekdir.c: Renamed to ...
40009         * sysdeps/posix/seekdir.c: ... here.
40010         * sysdeps/unix/telldir.c: Renamed to ...
40011         * sysdeps/posix/telldir.c: ... here.
40012         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40013         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40014         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40015         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40017         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40018         * bits/fcntl.h: ... here.
40020         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40021         not 0.
40022         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40023         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40024         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40025         (struct flock): Move l_start, l_len to the beginning.
40026         Use __pid_t for l_pid.
40027         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40028         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40029         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40030         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40031         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40032         [__USE_LARGEFILE64] (struct flock64): New type.
40033         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40035         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40036         * bits/dirent.h: ... here.
40038         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40039         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40041 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40043         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40044         Change from 2.6.0 to 2.6.16.
40045         * sysdeps/unix/sysv/linux/configure: Regenerated.
40046         * sysdeps/unix/sysv/linux/kernel-features.h
40047         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40048         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40049         version.
40050         (__ASSUME_UTIMES): Likewise.
40051         (__ASSUME_CLONE_STOPPED): Remove.
40052         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40053         architectures, not kernel version.
40054         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40055         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40056         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40057         (__ASSUME_WAITID_SYSCALL): Likewise.
40058         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40059         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40060         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40061         refer to older versions.
40063 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40065         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40066         Define alphasort64 as an alias.
40067         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40068         Define versionsort64 as an alias.
40069         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40070         Define scandir64 as an alias.
40071         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40072         Define scandirat64 as an alias.
40073         * dirent/alphasort64.c (alphasort64):
40074         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40075         * dirent/versionsort64.c: Likewise.
40076         * dirent/scandir64.c: Likewise.
40077         * dirent/scandirat64.c: Likewise.
40078         * sysdeps/wordsize-64/alphasort.c: File removed.
40079         * sysdeps/wordsize-64/alphasort64.c: File removed.
40080         * sysdeps/wordsize-64/scandir.c: File removed.
40081         * sysdeps/wordsize-64/scandir64.c: File removed.
40082         * sysdeps/wordsize-64/scandirat.c: File removed.
40083         * sysdeps/wordsize-64/scandirat64.c: File removed.
40084         * sysdeps/wordsize-64/versionsort.c: File removed.
40085         * sysdeps/wordsize-64/versionsort64.c: File removed.
40086         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40087         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40088         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40089         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40090         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40091         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40092         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40093         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40095         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40096         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40097         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40098         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40099         [defined __arch64__ || defined __sparcv9]
40100         (__INO_T_MATCHES_INO64_T): New macro.
40101         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40102         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40103         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40104         * sysdeps/unix/sysv/linux/bits/dirent.h
40105         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40106         (_DIRENT_MATCHES_DIRENT64): New macro.
40108         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40109         Define lockf64 as an alias.
40110         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40111         Define fseeko64 as an alias.
40112         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40113         Define ftello64 as an alias.
40114         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40115         Define _IO_fgetpos64 and fgetpos64 as aliases.
40116         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40117         Define _IO_fsetpos64 and fsetpos64 as aliases.
40118         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40119         Conditionalize body on this.
40120         * libio/fseeko64.c: Likewise.
40121         * libio/ftello64.c: Likewise.
40122         * libio/iofgetpos64.c: Likewise.
40123         * libio/iofsetpos64.c: Likewise.
40124         * sysdeps/wordsize-64/lockf.c: File removed.
40125         * sysdeps/wordsize-64/lockf64.c: File removed.
40126         * sysdeps/wordsize-64/fseeko.c: File removed.
40127         * sysdeps/wordsize-64/fseeko64.c: File removed.
40128         * sysdeps/wordsize-64/ftello.c: File removed.
40129         * sysdeps/wordsize-64/ftello64.c: File removed.
40130         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40131         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40132         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40133         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40134         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40135         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40136         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40137         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40138         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40139         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40140         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40141         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40142         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40143         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40145         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40146         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40147         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40148         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40149         [defined __arch64__ || defined __sparcv9]
40150         (__OFF_T_MATCHES_OFF64_T): New macro.
40151         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40152         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40153         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40154         (__OFF_T_MATCHES_OFF64_T): New macro.
40156 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40158         * stdlib/secure-getenv.c (__secure_getenv): Replace
40159         GLIBC_2_16 with GLIBC_2_17.
40161 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40163         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40164         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40166 2012-08-03  David S. Miller  <davem@davemloft.net>
40168         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40170 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40172         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40173         Remove.
40174         (__ASSUME_CORRECT_SI_PID): Likewise.
40175         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40176         (__ASSUME_TMPFS_NAME): Likewise.
40177         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40178         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40179         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40180         (HAVE_AUX_SECURE): Make definition unconditional.
40181         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40182         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40184 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40186         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40187         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40188         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40189         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40190         __eloop_threshold instead of SYMLOOP_MAX.
40192         * sysdeps/generic/eloop-threshold.h: New file.
40193         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40194         of MAXSYMLINKS.
40195         * elf/chroot_canon.c (chroot_canon): Likewise.
40197 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40199         [BZ #13717]
40200         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40201         Change to 2.6.0 everywhere.
40202         * sysdeps/unix/sysv/linux/configure: Regenerated.
40203         * sysdeps/unix/sysv/linux/kernel-features.h
40204         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40205         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40206         kernel versions.
40207         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40208         (__ASSUME_FUTEX_REQUEUE): Remove.
40209         (__ASSUME_STATFS64): Define unconditionally.
40210         (__ASSUME_AT_SECURE): Likewise.
40211         (__ASSUME_CORRECT_SI_PID): Likewise.
40212         (__ASSUME_TGKILL): Define without depending on kernel version for
40213         i386.
40214         (__ASSUME_UTIMES): Likewise.
40215         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40216         kernel version.
40217         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40218         (__ASSUME_TMPFS_NAME): Likewise.
40219         * README: Update reference to Linux kernel versions.
40221 2012-08-02  Marek Polacek  <polacek@redhat.com>
40223         [BZ# 14150]
40224         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40225         libc_cv_asm_type_prefix with %.
40226         * configure: Regenerated.
40227         * include/libc-symbols.h: Remove comment about
40228         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40229         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40230         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40231         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40232         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40233         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40234         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40235         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40236         * elf/tst-unique2mod1.c: Likewise.
40237         * elf/tst-unique1mod2.c: Likewise.
40238         * elf/tst-unique1mod1.c: Likewise.
40239         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40240         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40241         Replace ASM_TYPE_DIRECTIVE with .type.
40242         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40243         * sysdeps/i386/sysdep.h: Likewise.
40244         * sysdeps/x86_64/sysdep.h: Likewise.
40245         * sysdeps/sh/sysdep.h: Likewise.
40246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40247         Do not define ASM_TYPE_DIRECTIVE.
40248         * sysdeps/powerpc/sysdep.h: Likewise.
40249         * sysdeps/powerpc/powerpc32/sysdep.h:
40250         Replace ASM_TYPE_DIRECTIVE with .type.
40251         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40252         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40253         * sysdeps/i386/fpu/e_powf.S: Likewise.
40254         * sysdeps/i386/fpu/e_expl.S: Likewise.
40255         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40256         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40257         * sysdeps/i386/fpu/e_pow.S: Likewise.
40258         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40259         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40260         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40261         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40262         * sysdeps/i386/fpu/e_log2.S: Likewise.
40263         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40264         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40265         * sysdeps/i386/fpu/e_powl.S: Likewise.
40266         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40267         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40268         * sysdeps/i386/fpu/e_logl.S: Likewise.
40269         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40270         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40271         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40272         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40273         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40274         * sysdeps/i386/fpu/e_log.S: Likewise.
40275         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40276         * sysdeps/i386/fpu/e_logf.S: Likewise.
40277         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40278         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40279         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40280         * sysdeps/i386/fpu/e_log10.S: Likewise.
40281         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40282         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40283         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40284         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40285         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40286         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40287         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40288         * sysdeps/i386/i686/strtok.S: Likewise.
40289         * sysdeps/i386/i386-mcount.S: Likewise.
40290         * sysdeps/i386/strtok.S: Likewise.
40291         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40292         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40293         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40294         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40295         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40296         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40297         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40298         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40299         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40300         * sysdeps/x86_64/_mcount.S: Likewise.
40301         * sysdeps/x86_64/strtok.S: Likewise.
40302         * sysdeps/sh/_mcount.S: Likewise.
40304 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40306         * libio/iofopen.c: Include <fcntl.h>.
40307         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40308         (_IO_fopen64, fopen64): Define as aliases.
40309         * libio/iofopen64.c: Include <fcntl.h>.
40310         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40311         Conditionalize body on this.
40312         * sysdeps/wordsize-64/iofopen.c: File removed.
40313         * sysdeps/wordsize-64/iofopen64.c: File removed.
40315 2012-08-01  Marek Polacek  <polacek@redhat.com>
40317         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40318         Use dlfcn directly instead of a variable.
40319         (binfmt-subdir): Do not define.
40320         (dlfcn): Likewise.
40322 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40324         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40325         Remove all definitions.
40326         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40327         <kernel-features.h>.
40328         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40329         (miss_F_GETOWN_EX): Remove all definitions.
40330         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40331         macro definition.
40332         [!__ASSUME_FCNTL64]: Remove conditional code.
40333         [__ASSUME_FCNTL64]: Make code unconditional.
40334         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40335         <kernel-features.h>.
40336         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40337         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40338         (lockf64) [__NR_fcntl64]: Make code unconditional.
40339         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40341         * sysdeps/unix/sysv/linux/kernel-features.h
40342         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40343         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40344         Make code unconditional.
40345         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40346         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40348         [__NR_vfork]: Make code unconditional.
40349         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40350         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40352         [__NR_vfork]: Make code unconditional.
40353         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40354         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40356 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40358         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40359         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40361         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40362         Define mkstemp64 as an alias.
40363         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40364         Define mkstemps64 as an alias.
40365         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40366         Define mkostemp64 as an alias.
40367         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40368         Define mkostemps64 as an alias.
40369         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40370         Conditionalize body on this.
40371         * misc/mkostemp64.c: Likewise.
40372         * misc/mkostemps64.c: Likewise.
40373         * misc/mkstemps64.c: Likewise.
40374         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40375         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40376         * sysdeps/wordsize-64/mkostemp.c: File removed.
40377         * sysdeps/wordsize-64/mkstemp.c: File removed.
40378         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40379         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40380         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40381         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40383         [BZ #14138]
40384         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40385         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40386         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40387         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40389         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40390         compat_symbol macros from <shlib-compat.h> rather than the underlying
40391         default_symbol_version and symbol_version macros, so that DEFAULT
40392         lines in shlib-versions are respected.
40393         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40395 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40397         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40398         Declare with warn_unused_result.
40399         (setgid, setregid, setegid, setresgid): Likewise.
40400         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40401         Likewise.
40402         * WUR-REPORT: Remove set*id functions.
40404 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40406         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40408 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40410         [BZ #10191]
40411         * include/sys/socket.h (__libc_accept, __libc_accept4):
40412         Add attribute_hidden.
40413         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40415         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40416         use of PTR_MANGLE.
40417         * inet/getnetgrent_r.c (setup): Likewise.
40419         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40421 2012-07-31  David S. Miller  <davem@davemloft.net>
40423         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40425 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40427         [BZ #13629]
40428         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40429         value between 1.0 and 2.0 and smaller part has absolute value less
40430         than 1.0.
40431         * math/s_clog10.c (__clog10): Likewise.
40432         * math/s_clog10f.c (__clog10f): Likewise.
40433         * math/s_clog10l.c (__clog10l): Likewise.
40434         * math/s_clogf.c (__clogf): Likewise.
40435         * math/s_clogl.c (__clogl): Likewise.
40436         * math/libm-test.inc (clog_test): Add more tests.
40437         (clog10_test): Likewise.
40438         * sysdeps/i386/fpu/libm-test-ulps: Update.
40439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40441 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40443         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40444         Exit with zero in case no suitable GID is found, and write a
40445         message to standard error.
40447 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40449         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40450         rather than to 1.
40451         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40452         (MAXPATHLEN): Removed.
40453         (NOGROUP, NODEV): New macros.
40454         (setbit, clrbit, isset, isclr): New macros.
40455         (howmany, roundup, powerof2): New macros.
40456         (DEV_BSIZE): New macro.
40458         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40459         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40461         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40462         definition on [!__NO_LONG_DOUBLE_MATH].
40464         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40465         PTR_MANGLE and PTR_DEMANGLE.
40467         * socket/accept4.c (accept4): Rename to __libc_accept4.
40468         Define accept4 as a weak alias.
40470         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40471         on [_DIRENT_HAVE_D_TYPE].
40472         * io/ftw.c (ftw_dir): Likewise.
40474         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40476         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40478         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40479         Use the BSD numbers rather than the arbitrary ones we had.
40480         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40481         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40482         (SIGXCPU, SIGXFSZ): New macros.
40483         (_NSIG): Now 32.
40485         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40486         initializer on [_LIBC_REENTRANT].
40488         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40489         definitions inside [_POSIX_MAPPED_FILES].
40491         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40493         * dirent/opendir.c: Include <fcntl.h>.
40495         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40496         (__libc_getspecific): Likewise.
40497         (__libc_key_create): Likewise.
40499         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40500         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40501         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40502         (tmpfile64): Define as alias.
40503         * sysdeps/wordsize-64/tmpfile.c: File removed.
40504         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40505         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40506         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40508         * stdio-common/vfscanf.c: Include <stdbool.h>.
40509         * nss/makedb.c: Likewise.
40510         * stdio-common/_i18n_number.h: Likewise.
40511         * argp/argp-help.c: Likewise.
40512         * posix/wordexp.c: Likewise.
40513         * sysdeps/posix/spawni.c: Likewise.
40514         * nss/nss_files/files-initgroups.c: Likewise.
40515         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40516         * nss/nss_files/files-initgroups.c: Likewise.
40517         * nss/nss_db/db-netgrp.c: Likewise.
40518         * nss/nss_db/db-initgroups.c: Likewise.
40519         * io/fchmodat.c: Include <sys/stat.h>.
40521         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40522         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40524         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40525         [HAVE_MMAP].
40527         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40528         Add multiple inclusion protection.
40530 2012-07-27  David S. Miller  <davem@davemloft.net>
40532         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40534 2012-07-27  Gary Benson  <gbenson@redhat.com>
40536         [BZ #14298]
40537         * elf/rtld.c: Include <stap-probe.h>.
40538         (dl_main): Added static probes "init_start" and "init_complete".
40539         * elf/dl-load.c: Include <stap-probe.h>.
40540         (lose): Take new parameter "nsid".
40541         Added static probe "map_failed".
40542         (_dl_map_object_from_fd): Pass namespace id to lose.
40543         Added static probe "map_start".
40544         (open_verify): Pass namespace id to lose.
40545         * elf/dl-open.c: Include <stap-probe.h>.
40546         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40547         and "reloc_complete".
40548         * elf/dl-close.c: Include <stap-probe.h>.
40549         (_dl_close_worker): Added static probes "unmap_start" and
40550         "unmap_complete".
40551         * elf/rtld-debugger-interface.txt: New file documenting the above.
40553 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40555         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40556         rather than a string variable.
40557         * sunrpc/rpc_main.c (h_output): Likewise.
40558         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40560 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40562         * inet/check_native.c: New file.
40564 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40566         [BZ #13629]
40567         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40568         if larger part has absolute value 1.0.
40569         * math/s_clog10.c (__clog10): Likewise.
40570         * math/s_clog10f.c (__clog10f): Likewise.
40571         * math/s_clog10l.c (__clog10l): Likewise.
40572         * math/s_clogf.c (__clogf): Likewise.
40573         * math/s_clogl.c (__clogl): Likewise.
40574         * math/libm-test.inc (clog_test): Add more tests.
40575         (clog10_test): Likewise.
40576         * sysdeps/i386/fpu/libm-test-ulps: Update.
40577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40579         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40580         (pltexit): Likewise.
40581         (La_regs): Likewise.
40582         (La_retval): Likewise.
40583         (int_retval): Likewise.
40584         Update #error for removed macros to refer only to definitions in
40585         tst-audit.h.
40586         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40587         macro.
40588         (pltexit): Likewise.
40589         (La_regs): Likewise.
40590         (La_retval): Likewise.
40591         (int_retval): Likewise.
40592         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40593         macro.
40594         (pltexit): Likewise.
40595         (La_regs): Likewise.
40596         (La_retval): Likewise.
40597         (int_retval): Likewise.
40598         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40599         macro.
40600         (pltexit): Likewise.
40601         (La_regs): Likewise.
40602         (La_retval): Likewise.
40603         (int_retval): Likewise.
40604         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40605         macro.
40606         (pltexit): Likewise.
40607         (La_regs): Likewise.
40608         (La_retval): Likewise.
40609         (int_retval): Likewise.
40610         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40611         macro.
40612         (pltexit): Likewise.
40613         (La_regs): Likewise.
40614         (La_retval): Likewise.
40615         (int_retval): Likewise.
40616         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40617         macro.
40618         (pltexit): Likewise.
40619         (La_regs): Likewise.
40620         (La_retval): Likewise.
40621         (int_retval): Likewise.
40622         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40623         macro definitions in tst-audit.h.
40624         * sysdeps/i386/tst-audit.h: New file.
40625         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40626         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40627         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40628         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40629         * sysdeps/sh/tst-audit.h: Likewise.
40630         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40631         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40632         * sysdeps/x86_64/tst-audit.h: Likewise.
40634 2012-07-26  Andreas Jaeger  <aj@suse.de>
40636         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40637         ptrace.
40639         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40640         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40641         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40642         PTRACE_O_MASK.
40643         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40644         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40645         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40647         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40648         value.
40650         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40651         _sigsys.
40652         (si_call_addr, si_syscall, si_arch): Define new macro.
40653         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40654         _sigsys.
40655         (si_call_addr, si_syscall, si_arch): Define new marcro.
40656         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40657         _sigsys.
40658         (si_call_addr, si_syscall, si_arch): Define new macro.
40659         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40660         _sigsys.
40661         (si_call_addr, si_syscall, si_arch): Define new macro.
40663 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40665         [BZ #13717]
40666         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40667         Change to 2.4.21 where previously 2.4.1.
40668         * sysdeps/unix/sysv/linux/configure: Regenerated.
40669         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40670         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40671         Linux kernel version.
40672         (__ASSUME_STD_AUXV): Remove.
40673         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40674         kernel version.
40675         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40676         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40677         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40678         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40679         (__ASSUME_NETLINK_SUPPORT): Likewise.
40680         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40681         (__no_netlink_support): Remove conditional definition.
40682         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40683         Remove.
40684         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40685         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40686         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40687         (if_nameindex_ioctl): Remove.
40688         (if_nameindex_netlink): Do not handle __no_netlink_support.
40689         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40690         code.
40691         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40692         Remove conditional code.
40693         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40694         code.
40695         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40696         unconditional.
40697         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40698         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40699         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40700         Remove.
40701         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40702         [!__ASSUME_STD_AUXV]: Remove conditional code.
40703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40704         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40705         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40707         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40708         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40709         code.
40710         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40712         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40713         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40714         conditional code.
40715         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40717         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40718         code.
40719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40720         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40721         conditional code.
40722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40723         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40724         code unconditional.
40725         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40726         conditional code.
40727         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40728         unconditional.
40729         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40730         conditional code.
40731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40732         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40733         unconditional.
40734         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40735         conditional code.
40736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40737         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40738         code unconditional.
40739         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40740         conditional code.
40741         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40742         unconditional.
40743         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40744         conditional code.
40745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40746         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40747         code unconditional.
40748         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40749         conditional code.
40750         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40751         unconditional.
40752         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40753         conditional code.
40755 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40757         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40758         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40759         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40760         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40761         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40762         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40763         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40764         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40765         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40766         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40767         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40768         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40769         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40770         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40771         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40772         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40773         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40774         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40775         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40776         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40777         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40778         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40779         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40781 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40783         * Versions.def: Add GLIBC_2.17.
40784         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40785         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40786         Introduce __libc_secure_getenv.
40787         * stdlib/Versions (2.17): Add secure_getenv
40788         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40789         * stdlib/secure-getenv.c: Rename __secure_getenv to
40790         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40791         symbol __secure_getenv for GLIBC_2.0.
40792         * stdlib/tst-secure-getenv.c: New.
40793         * stdlib/Makefile (tests): Add testcase.
40794         * manual/startup.texi (Environment Access): Document
40795         secure_getenv.
40796         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40797         __libc_secure_getenv.
40798         * inet/ruserpass.c (ruserpass): Likewise.
40799         * malloc/mtrace.c (mtrace): Likewise.
40800         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40801         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40802         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40803         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40804         HAVE_SECURE_GETENV.
40805         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40806         __secure_getenv to __libc_secure_getenv.
40807         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40809         Likewise.
40810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40811         Likewise.
40812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40814         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40816         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40818         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40820 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40822         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40823         (struct La_i86_retval): Likewise.
40824         (struct La_x86_64_regs): Likewise.
40825         (struct La_x86_64_retval): Likewise.
40826         (struct La_x32_regs): Likewise.
40827         (struct La_x32_retval): Likewise.
40828         (struct La_ppc32_regs): Likewise.
40829         (struct La_ppc32_retval): Likewise.
40830         (struct La_ppc64_regs): Likewise.
40831         (struct La_ppc64_retval): Likewise.
40832         (struct La_sh_regs): Likewise.
40833         (struct La_sh_retval): Likewise.
40834         (struct La_s390_32_regs): Likewise.
40835         (struct La_s390_32_retval): Likewise.
40836         (struct La_s390_64_regs): Likewise.
40837         (struct La_s390_64_retval): Likewise.
40838         (struct La_sparc32_regs): Likewise.
40839         (struct La_sparc32_retval): Likewise.
40840         (struct La_sparc64_regs): Likewise.
40841         (struct La_sparc64_retval): Likewise.
40842         (struct audit_ifaces): Remove architecture-specific pltenter and
40843         pltexit members.
40844         * sysdeps/i386/ldsodefs.h: New file.
40845         * sysdeps/powerpc/ldsodefs.h: Likewise.
40846         * sysdeps/s390/ldsodefs.h: Likewise.
40847         * sysdeps/sh/ldsodefs.h: Likewise.
40848         * sysdeps/sparc/ldsodefs.h: Likewise.
40849         * sysdeps/x86_64/ldsodefs.h: Likewise.
40851 2012-07-25  Marek Polacek  <polacek@redhat.com>
40853         [BZ #6808]
40854         * math/libm-test.inc (yn_test): Add another test.
40855         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40856         to ERANGE when the result is +-Inf.
40857         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40858         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40859         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40860         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40862 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40864         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40865         equal to 0.
40866         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40867         clock_t.
40868         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40870 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40872         * configure.in <sysdeps resolving>: Correct printing
40873         Implies_before.
40874         * configure: Regenerate.
40876 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40878         * math/w_ilogb.c: Include <limits.h>.
40879         * math/w_ilogbl.c: Likewise.
40881 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40883         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40884         va_copy.  Document allowing for unavailable va_copy only as
40885         pre-C99 compatibility.
40886         * manual/string.texi (Copying and Concatenation): Use va_copy
40887         instead of __va_copy in concat example.
40889 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40891         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40892         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40893         it if not null.
40895         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40896         with O_NOLINK passed to __file_name_lookup.
40898         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40899         with O_NOLINK passed to __file_name_lookup.
40901         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40902         negative N or less than NGIDS.
40904         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40905         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40906         enough.  Use memcpy instead of strncpy.
40908 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40910         * elf/Makefile (check-data): Remove.
40911         (localplt.data): New vpath directive.
40912         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40913         instead of $(check-data).
40914         * scripts/data/localplt-generic.data: Move to ...
40915         * sysdeps/generic/localplt.data: ... here.
40916         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40917         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40918         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40920         ... here.
40921         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40923         ... here.
40924         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40925         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40926         ... here.
40927         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40928         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40929         ... here.
40930         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40931         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40932         ... here.
40933         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40935         ... here.
40937 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40939         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40940         PPC32 and PPC64 files.
40941         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40942         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40944 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40946         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40947         __makecontext_ret to ...
40948         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40949         ... here and call exit if uc_link is NULL.  New file.
40950         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40951         __makecontext_ret.S.
40952         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40953         __makecontext_ret to ...
40954         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40955         ... here and call exit if uc_link is NULL.  New file.
40956         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40957         __makecontext_ret.S.
40959 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40961         * elf/elf.h (R_390_IRELATIVE): New definition.
40962         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40963         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40964         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40965         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40966         (elf_machine_lazy_rel): Likewise.
40967         * sysdeps/s390/dl-irel.h: New file.
40968         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40969         * sysdeps/s390/s390-64/memset.S: New asm code.
40970         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40971         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40972         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40973         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40974         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40975         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40976         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40977         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40978         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40979         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40980         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40981         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40982         * sysdeps/s390/s390-32/memset.S: New asm code.
40983         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40985 2012-07-17  Marek Polacek  <polacek@redhat.com>
40987         [BZ #14349]
40988         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40989         * sysdeps/s390/s390-64/configure.in: Likewise.
40990         * sysdeps/sparc/configure.in: Likewise.
40991         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40992         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40993         * sysdeps/i386/configure.in: Likewise.
40994         * sysdeps/x86_64/configure.in: Likewise.
40995         * sysdeps/sh/configure.in: Likewise.
40996         * sysdeps/s390/s390-32/configure: Regenerated.
40997         * sysdeps/s390/s390-64/configure: Likewise.
40998         * sysdeps/x86_64/configure: Likewise.
40999         * sysdeps/sh/configure: Likewise.
41000         * sysdeps/powerpc/powerpc64/configure: Likewise.
41001         * sysdeps/powerpc/powerpc32/configure: Likewise.
41002         * sysdeps/sparc/configure: Likwise.
41003         * sysdeps/i386/configure: Likewise.
41005         * elf/dl-open.c: Comment fixes.
41007 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41009         * Makefile [CXX] (check-data): Remove.
41010         [CXX] (c++-types.data): New vpath directive.
41011         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41012         vpath.  Do not allow for C++ type data being missing.
41013         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41014         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41015         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41016         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41017         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41018         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41019         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41021         ... here.
41022         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41024         ... here.
41025         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41027         ... here.
41028         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41029         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41030         ... here.
41031         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41032         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41033         ... here.
41034         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41036         ... here.
41037         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41039         ... here.
41040         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41041         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41043         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41044         definitions to architecture-specific files.
41045         (TLS_IE): Likewise.
41046         (TLS_LD): Likewise.
41047         (TLS_GD): Likewise.
41048         * sysdeps/i386/tls-macros.h: New file.
41049         * sysdeps/powerpc/tls-macros.h: Likewise.
41050         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41051         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41052         * sysdeps/sh/tls-macros.h: Likewise.
41053         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41054         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41055         * sysdeps/x86_64/tls-macros.h: Likewise.
41057 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41059         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41060         zero value for regular exit case.
41062         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41063         (__start_context): Preserve zero value for regular exit case.
41065 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41066             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41068         * manual/setjmp.texi (setcontext): Clarify normal process
41069         termination when uc_link is the null pointer.
41070         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41071         exit call.
41073 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41075         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41076         preprocessor.  Test for each exception mask separately.
41078 2012-07-16  Andreas Jaeger  <aj@suse.de>
41080         * po/ru.po: Update from translation team.
41082 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41084         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41085         equal to 0.
41086         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41087         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41088         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41089         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41090         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41092 2012-07-13  Andreas Jaeger  <aj@suse.de>
41094         * po/fr.po: Update from translation team.
41096 2012-07-12  Marek Polacek  <polacek@redhat.com>
41098         [BZ #14173]
41099         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41100         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41101         loop condition.
41103 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41105         [BZ #13717]
41106         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41107         Change to 2.4.1 where previously 2.4.0.
41108         * sysdeps/unix/sysv/linux/configure: Regenerated.
41109         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41110         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41111         version.
41112         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41113         (__ASSUME_AT_CLKTCK): Remove.
41114         (__ASSUME_AT_PAGESIZE): Likewise.
41115         (__ASSUME_AT_XID): Likewise.
41116         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41117         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41118         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41119         unconditionally.
41120         (HAVE_AUX_PAGESIZE): Likewise.
41121         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41122         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41123         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41125 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41127         [BZ #14307]
41128         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41129         the temporary buffer used to invoke __gethostbyname2_r,
41130         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41131         host_data / struct gaih_addrtuple.
41132         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41133         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41134         header file nss/nsswitch.h.
41135         * nss/nsswitch.h (global scope): Add definition of implementation
41136         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41137         resolv/nss_dns/dns-host.c).
41139 2012-07-11  Andreas Jaeger  <aj@suse.de>
41141         * po/fr.po: Update from translation team.
41143         * po/sv.po: Update from translation team
41144         * po/fr.po: Another update from translation team.
41146 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41148         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41149         for subnormals or multiply small sinh result by itself.
41150         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41153 2012-07-11  David S. Miller  <davem@davemloft.net>
41155         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41157 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41159         [BZ #14347]
41160         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41161         (INTERNAL_MARK): Shift it here.
41163 2012-07-10  Marek Polacek  <polacek@redhat.com>
41165         [BZ #14151]
41166         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41167         libc_cv_asm_global_directive with .globl.
41168         * configure: Regenerated.
41169         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41170         with .globl.
41171         * sysdeps/i386/configure: Regenerated.
41172         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41173         with .globl.
41174         * sysdeps/x86_64/configure: Regenerated.
41175         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41176         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41177         * elf/tst-unique2mod2.c: Likewise.
41178         * elf/tst-unique2mod1.c: Likewise.
41179         * elf/tst-unique1mod2.c: Likewise.
41180         * elf/tst-unique1mod1.c: Likewise.
41181         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41182         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41183         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41184         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41185         * sysdeps/mach/sysdep.h: Likewise.
41186         * sysdeps/i386/sysdep.h: Likewise.
41187         * sysdeps/i386/i386-mcount.S: Likewise.
41188         * sysdeps/x86_64/_mcount.S: Likewise.
41189         * sysdeps/x86_64/sysdep.h: Likewise.
41190         * sysdeps/sh/_mcount.S: Likewise.
41191         * sysdeps/sh/sysdep.h: Likewise.
41192         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41193         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41194         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41195         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41196         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41197         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41198         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41199         * locale/localeinfo.h: Likewise.
41200         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41201         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41203 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41205         [BZ #14336]
41206         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41207         system".
41208         * manual/message.texi (The Uniforum approach): Likewise.
41209         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41210         (glibc iconv Implementation): Likewise.
41212 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41214         [BZ #14337]
41215         * math/s_clog.c (__clog): Avoid scaling a value down where that
41216         could result in underflow.
41217         * math/s_clog10.c (__clog10): Likewise.
41218         * math/s_clog10f.c (__clog10f): Likewise.
41219         * math/s_clog10l.c (__clog10l): Likewise.
41220         * math/s_clogf.c (__clogf): Likewise.
41221         * math/s_clogl.c (__clogl): Likewise.
41222         * math/libm-test.inc (clog_test): Add more tests.
41223         (clog10_test): Likewise.
41224         * sysdeps/i386/fpu/libm-test-ulps: Update.
41225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41227 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41229         [BZ #14283]
41230         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41231         by 7 not 8 to examine high bit of fractional part.
41233         [BZ #14042]
41234         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41235         for call to __mcount_internal.
41236         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41237         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41238         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41240 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41242         [BZ #14154]
41243         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41244         approximation for values within 0x1p-13f of an odd multiple of
41245         pi/4.
41246         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41247         exception.  Add more tests.
41248         * sysdeps/i386/fpu/libm-test-ulps: Update.
41250         [BZ #6778]
41251         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41252         inputs and return -1 for them.  Do not check for +Inf in case not
41253         reachable for +Inf.
41254         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41255         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41256         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41257         and return -1 for them.  Do not check for +Inf in case not
41258         reachable for +Inf.
41259         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41260         define.
41261         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41262         and return -1 for them.  Do not check for +Inf in case not
41263         reachable for +Inf.
41264         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41265         spurious underflow.
41266         * sysdeps/i386/fpu/libm-test-ulps: Update.
41267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41269 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41271         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41273 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41275         [BZ #14157]
41276         [BZ #14331]
41277         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41278         could result in spurious underflow.  Scale down values above
41279         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41280         * math/s_csqrtf.c (__csqrtf): Likewise.
41281         * math/s_csqrtl.c (__csqrtl): Likewise.
41282         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41283         spurious underflow.
41284         * sysdeps/i386/fpu/libm-test-ulps: Update.
41285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41287 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41289         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41290         xopen-msg.sed.
41291         * catgets/xopen-msg.awk: New file.
41292         * catgets/xopen-msg.sed: Removed.
41294         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41295         po2text.sed.
41296         * intl/po2test.awk: New file.
41297         * intl/po2test.sed: Removed.
41299 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41301         [BZ #14328]
41302         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41303         or multiply small sinh result by itself.
41304         * math/s_ctanf.c (__ctanf): Likewise.
41305         * math/s_ctanh.c (__ctanh): Likewise.
41306         * math/s_ctanhf.c (__ctanhf): Likewise.
41307         * math/s_ctanhl.c (__ctanhl): Likewise.
41308         * math/s_ctanl.c (__ctanl): Likewise.
41309         * math/libm-test.inc (ctan_test_tonearest): New function.
41310         (ctan_test_towardzero): Likewise.
41311         (ctan_test_downward): Likewise.
41312         (ctan_test_upward): Likewise.
41313         (ctanh_test_tonearest): Likewise.
41314         (ctanh_test_towardzero): Likewise.
41315         (ctanh_test_downward): Likewise.
41316         (ctanh_test_upward): Likewise.
41317         (main): Call these new functions.
41318         * sysdeps/i386/fpu/libm-test-ulps: Update.
41319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41321 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41323         * .gitignore: Delete /ports entry.
41325 2012-07-03  Andreas Jaeger  <aj@suse.de>
41327         * po/bg.po: Update from translation team.
41328         * po/cs.po: Likewise.
41329         * po/de.po: Likewise.
41330         * po/hr.po: Likewise.
41331         * po/nl.pl: Likewise.
41332         * po/pl.po: Likewise.
41333         * po/vi.po: Likewise.
41335 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41337         * Makeconfig [!+link] (+link-before-libc): New variable.
41338         [!+link] (+link-after-libc): Likewise.
41339         [!+link] (+link-tests): Likewise.
41340         [!+link] (+link): Define in terms of $(+link-before-libc) and
41341         $(+link-after-libc).
41342         [!+link-static] (+link-static-before-libc): New variable.
41343         [!+link-static] (+link-static-after-libc): Likewise.
41344         [!+link-static] (+link-static-tests): Likewise.
41345         [!+link-static] (+link-static): Define in terms of
41346         $(+link-static-before-libc) and $(+link-static-after-libc).
41347         [build-shared] (link-libc-before-gnulib): New variable.
41348         [build-shared] (link-libc-tests): Likewise.
41349         [build-shared] (link-libc): Define in terms of
41350         $(link-libc-before-gnulib).
41351         [!build-shared] (link-libc-tests): New variable.
41352         (link-libc-static-tests): New variable.
41353         [!gnulib] (gnulib-arch): New variable.
41354         [!gnulib] (gnulib-tests): Likewise.
41355         [!gnulib] (static-gnulib-arch): Likewise.
41356         [!gnulib] (static-gnulib-tests): Likewise.
41357         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41358         Define with "=" instead of ":=".
41359         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41360         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41361         * Rules (binaries-all-notests): New variable.
41362         (binaries-all-tests): Likewise.
41363         (binaries-static-notests): Likewise.
41364         (binaries-static-tests): Likewise.
41365         (binaries-all): Define using $(binaries-all-notests) and
41366         $(binaries-all-tests).
41367         (binaries-static): Define using $(binaries-static-notests) and
41368         $(binaries-static-tests).
41369         (binaries-shared-tests): New variable.
41370         (binaries-shared-notests): Likewise.
41371         (binaries-shared): Remove variable.
41372         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41373         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41374         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41375         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41376         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41377         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41378         * elf/Makefile (sln-modules): New variable.
41379         (extra-objs): Add $(sln-modules:=.o).
41380         (ldconfig-modules): Add static-stubs.
41381         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41382         * elf/static-stubs.c: New file.
41384         [BZ #14283]
41385         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41386         by 7 not 8 to examine high bit of fractional part.  Use volatile
41387         variables when splitting into final array of floats if
41388         __FLT_EVAL_METHOD__ != 0.
41389         * math/libm-test.inc (cos_test): Add another test.
41390         (sin_test): Likewise.
41391         * sysdeps/i386/fpu/libm-test-ulps: Update.
41393         [BZ #14273]
41394         * math/libm-test.inc (cosh_test): Add more tests.
41396         * version.h (RELEASE): Set to "development".
41397         (VERSION): Set to "2.16.90".
41399 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41401         * NEWS: Update copyright. Remove last-updated date.
41402         Mention math library bug fixes and timezone data changes.
41403         * README: Mention GNU/Hurd, x32, and HPPA support status.
41405 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41407         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41409 2012-06-27  Andreas Jaeger  <aj@suse.de>
41411         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41413 2012-06-25  Andreas Jaeger  <aj@suse.de>
41415         * sysdeps/s390/fpu/libm-test-ulps: Update.
41417 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41418             Thomas Schwinge  <thomas@codesourcery.com>
41420         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41421         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41422         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41423         fanotify_mark.
41425 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41427         * sysdeps/mach/start.c: Remove file.
41428         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41429         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41430         * sysdeps/sh/init-first.c: Likewise.
41432         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41433         registers for frame unwinding purposes, add CFI directives.
41434         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41435         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41436         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41437         Likewise.
41439         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41440         __fortify_fail returning.
41441         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41443         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41444         sysdeps/sh/____longjmp_chk.S.
41445         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41446         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41447         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41448         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41450         * sysdeps/sh/abort-instr.h: New file.
41451         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41452         process in case exit returns.
41454         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41455         initialize the GOT register before use.
41457         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41458         calculation of ARGC > 4.
41460         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41461         meaningful names to some local labels.
41463 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41464             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41466         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41467         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41468         (__arch_compare_and_exchange_val_16_acq): Likewise.
41469         (__arch_compare_and_exchange_val_32_acq): Likewise.
41470         (atomic_exchange_and_add): Fix gUSA sequence.
41471         (atomic_add): Likewise.
41472         (atomic_add_negative): Likewise.
41473         (atomic_add_zero): Likewise.
41474         (atomic_bit_test_set): Likewise.
41476 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41478         [BZ #13579]
41479         * include/link.h (struct link_map): Add l_free_initfini.
41480         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41481         l_initfini.
41482         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41483         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41484         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41485         set.
41487 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41489         * configure.in: Use AC_LANG_SOURCE.
41490         * configure: Regenerate.
41492 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41494         * configure.in (libc_cv_localstatedir): New substituted variable.
41495         * configure: Regenerated.
41496         * config.make.in (localstatedir): New variable, substituted from
41497         libc_cv_localstatedir.
41498         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41499         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41500         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41501         * sysdeps/gnu/configure: Regenerated.
41503 2012-06-21  Jeff Law  <law@redhat.com>
41505         [BZ #14277]
41506         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41507         free.  Simplify list management for _LIBC case.
41509 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41511         [BZ #14273]
41512         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41513         Clear sign bit of 64-bit integer value before comparing against
41514         overflow value.
41516         * sysdeps/mach/configure: Regenerated.
41518 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41520         [BZ #14278]
41521         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41523 2012-06-21  Jeff Law  <law@redhat.com>
41525         [BZ #13882]
41526         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41527         uint16_t for elements in the "seen" array to avoid char overflows.
41528         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41529         * elf/dl-open.c (dl_open_worker): Likewise.
41531 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41533         * scripts/list-sources.sh: Scan PORTS for translations.
41534         * po/libc.pot: Regenerated.
41536 2012-06-21  Andreas Jaeger  <aj@suse.de>
41538         [BZ #12194]
41539         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41540         warning.
41541         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41542         * bits/byteswap-16.h (__bswap_16): Likewise.
41543         * bits/byteswap.h (__bswap_constant_16): Likewise.
41545 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41547         [BZ #14117]
41548         * sysdeps/i386/fpu_control.h: Removed.
41549         * sysdeps/x86_64/fpu_control.h: Moved to ...
41550         * sysdeps/x86/fpu_control.h: Here.
41552         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41553         (_FPU_SETCW): Likewise.
41555 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41557         [BZ #14117]
41558         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41559         * sysdeps/x86/fpu/bits/mathinline.h: This.
41560         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41562         [BZ #14050]
41563         [BZ #14117]
41564         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41565         functions if __x86_64__ is defined.
41567 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41569         * string/endian.h: Add !__ASSEMBLER__ condition for including
41570         conversion interfaces.
41572 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41574         [BZ #14241]
41575         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41576         of ABS(x) in calculating zero to negative powers other than odd
41577         integers.
41578         * math/libm-test.inc (pow_test): Add more tests.
41580 2012-06-15  Andreas Jaeger  <aj@suse.de>
41582         * manual/contrib.texi (Contributors): Update entry of Liubov
41583         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41584         Machado Filho.
41586 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41588         * string/string.h: Add __wur to GNU version of strerror_r.
41590 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41592         [BZ #14229]
41593         * string/Makefile (tests): Add tst-strtok_r.
41594         * string/tst-strtok_r.c: New file.
41595         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41596         RAX_LP/RDX_LP on SAVE_PTR.
41598 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41600         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41602 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41604         * libm_test.inc (csqrt_test): Allow more spurious underflow
41605         exceptions.
41606         (j0_test): Likewise.
41607         (j1_test): Likewise.
41608         (y0_test): Likewise.
41609         (y1_test): Likewise.
41611 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41613         * po/Makefile (libc.pot): Use UTF-8 charset.
41615 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41617         [BZ #14210]
41618         Suppress sign-conversion warning from FD_SET.
41619         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41620         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41621         not unsigned long int.
41622         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41624 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41626         [BZ #14050]
41627         [BZ #14117]
41628         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41629         __extern_always_inline instead of __extern_inline.
41630         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41631         (__signbit): Likewise.
41632         (__signbitl): Support C++ namespace.
41633         (lrintf): New inline function.
41634         (lrint): Likewise.
41635         (llrintf): Likewise.
41636         (llrint): Likewise.
41637         (fmaxf): Likewise.
41638         (fmax): Likewise.
41639         (fminf): Likewise.
41640         (fmin): Likewise.
41641         (rint): Likewise.
41642         (rintf): Likewise.
41643         (ceil): Likewise.
41644         (ceilf): Likewise.
41645         (floor): Likewise.
41646         (floorf): Likewise.
41647         (nearbyint): Likewise.
41648         (nearbyintf): Likewise.
41650 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41652         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41653         non-default versions.
41655 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41657         [BZ #14218]
41658         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41660 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41662         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41663         (FE_UPWARD, FE_DOWNWARD): Don't define.
41664         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41665         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41667         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41668         reading it.
41669         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41670         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41672 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41674         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41675         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41676         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41677         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41679 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41681         [BZ #14117]
41682         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41683         * sysdeps/i386/fpu/Implies: New file.
41684         * sysdeps/x86_64/fpu/Implies: Likewise.
41685         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41686         * sysdeps/x86/fpu/bits/fenv.h: This.
41688         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41689         __SSE_MATH__.
41691 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41693         [BZ #14134]
41694         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41695         character 0xffff that matches the last element of the
41696         conversion table.
41698 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41700         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41701         fmodl commit.
41703 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41705         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41706         values higher than 25.6283.
41708 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41710         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41711         subnormal exponent extraction and add some __builtin_expect.
41712         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41713         Fix for subnormal mantissa calculation.
41715 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41717         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41718         cpu2 is -1 and errno is not ENOSYS.
41720 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41722         [BZ #14117]
41723         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41724         * sysdeps/x86/bits/string.h: This.
41725         * sysdeps/x86_64/bits/string.h: Removed.
41727         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41728         if not compiling for x86-64, but compiling for >= i486.
41730         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41731         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41733         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41734         New macro from Linux kernel 3.4.0.
41735         (FP_XSTATE_MAGIC2): Likewise.
41736         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41737         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41738         (struct _fpx_sw_bytes): New struct.
41739         (struct _xsave_hdr): Likewise.
41740         (struct _ymmh_state): Likewise.
41741         (struct _xstate): Likewise.
41743         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41744         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41745         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41746         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41747         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41748         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41750         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41751         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41752         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41753         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41754         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41755         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41757 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41759         [BZ #13743]
41760         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41761         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41762         (sysdep_headers): Include sys/platform/ppc.h.
41763         * sysdeps/powerpc/test-gettimebase.c: Test for
41764         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41765         * manual/Makefile (appendices): Include platform.texi.
41766         * manual/contrib.texi (Contributors): Update @node pointers.
41767         * manual/maint.texi (Maintenance): Likewise.
41768         (Platform): New node.
41769         * manual/platform.texi: New file.  Document the new features.
41771 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41772             Jakub Jelinek  <jakub@redhat.com>
41774         [BZ #14188]
41775         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41776         where __builtin_expect is unavailable.
41778 2012-06-03  David S. Miller  <davem@davemloft.net>
41780         * stdlib/longlong.h: Updated from GCC.
41782 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41784         [BZ #14042]
41785         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41786         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41787         __mcount_internal.
41788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41789         (GLIBC_2.16): Likewise.
41791 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41793         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41795 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41798         (default-abi): New variable.
41799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41800         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41801         variable.
41802         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41803         Likewise.
41804         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41805         Likewise.
41806         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41807         Likewise.
41809         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41810         definition.  Document in comment.
41812 2012-06-01  David S. Miller  <davem@davemloft.net>
41814         * stdlib/longlong.h: Updated from GCC.
41816 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41818         [BZ #14117]
41819         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41820         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41821         sys/debugreg.h sys/io.h here.
41822         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41823         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41824         sys/io.h.
41825         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41826         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41827         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41828         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41829         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41830         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41832         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41833         Define only if __x86_64__ is defined.
41835 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41837         [BZ #14048]
41838         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41839         Use int64_t for variable i.
41840         * math/libm-test.inc (fmod_test): Add more tests.
41842         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41843         z computation is not scheduled after fetestexcept.
41844         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41845         Use math_force_eval instead of asm to ensure calculation scheduled
41846         before exception test.
41847         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41848         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41850 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41852         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41853         computation is not scheduled after fetestexcept.
41855 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41857         [BZ #14117]
41858         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41859         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41861 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41863         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41864         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41866 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41868         [BZ #14117]
41869         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41870         <bits/wordsize.h>.
41871         (__WCHAR_MIN): Support __WORDSIZE == 64.
41872         (__WCHAR_MAX): Likewise.
41874         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41875         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41877         [BZ #14183]
41878         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41879         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41881         [BZ #14117]
41882         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41883         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41885         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41886         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41888         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41889         Defined to 1 if __x86_64__ isn't defined.
41890         (_STAT_VER_LINUX_OLD): New.
41891         (st_atime): Remove duplicate.
41892         (st_mtime): Likewise.
41893         (st_ctime): Likewise.
41895 2012-05-31  David S. Miller  <davem@davemloft.net>
41897         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41898         entries.
41900 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41902         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41903         gen-libm-test.pl.
41905         [BZ #14132]
41906         * elf/dl-reloc.c: Include <_itoa.h>.
41907         (_dl_reloc_bad_type): Remove use of INTUSE.
41908         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41909         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41910         * stdio-common/psiginfo.c (psiginfo): Likewise.
41911         * stdio-common/psignal.c (psignal): Likewise.
41912         * string/strsignal.c (strsignal): Likewise.
41913         * include/signal.h (_sys_siglist): Declare hidden proto.
41914         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41915         INTVARDEF with libc_hidden_data_def.
41916         * stdio-common/itoa-udigits.c: Likewise.
41917         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41918         (_itoa_lower_digits_internal): Remove declaration.
41919         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41920         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41921         (_sys_sigabbrev_internal): Remove aliases.
41922         (_sys_siglist): Define hidden alias.
41924 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41926         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41927         bits/sysctl.h.
41929 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41931         [BZ #14117]
41932         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41933         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41935         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41936         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41937         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41938         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41939         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41940         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41942         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41943         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41944         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41946         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41947         with __addr.
41948         (insw): Likewise.
41949         (insl): Likewise.
41950         (outsb): Likewise.
41951         (outsw): Likewise.
41952         (outsl): Likewise.
41954         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41955         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41956         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41958         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41959         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41960         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41961         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41962         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41963         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41965         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41966         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41968         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41969         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41971         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41972         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41973         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41975         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41976         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41977         to ...
41978         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41980         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41981         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41982         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41984         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41985         for x86-64.
41986         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41988 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41990         * math/math.h (M_El): Use two more decimal places.
41991         (M_LOG2El): Likewise.
41992         (M_LOG10El): Likewise.
41993         (M_LN2l): Likewise.
41994         (M_LN10l): Likewise.
41995         (M_PIl): Likewise.
41996         (M_PI_2l): Likewise.
41997         (M_PI_4l): Likewise.
41998         (M_1_PIl): Likewise.
41999         (M_2_PIl): Likewise.
42000         (M_2_SQRTPIl): Likewise.
42001         (M_SQRT2l): Likewise.
42002         (M_SQRT1_2l): Likewise.
42004 2012-05-31  David S. Miller  <davem@davemloft.net>
42006         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42007         values between float registers.
42008         * sysdeps/sparc/sparc64/memset.S: Likewise.
42009         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42011 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42013         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42014         -D_FORTIFY_SOURCE=1.
42015         (CPPFLAGS-tst-longjmp_chk.c): Define.
42016         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42017         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42018         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42019         CFLAGS-tst-wchar-h.c.
42021 2012-05-31  Marek Polacek  <polacek@redhat.com>
42023         [BZ #14132]
42024         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42025         __endmntent_internal): Remove declaration.
42026         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42027         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42028         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42030 2012-05-30  David S. Miller  <davem@davemloft.net>
42032         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42033         (___Q_simulate_exceptions): Use real FP ops rather than writing
42034         into the %fsr.
42035         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42036         Likewise.
42038 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42040         [BZ #14117]
42041         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42042         * sysdeps/x86/bits/xtitypes.h: This.
42044         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42045         * sysdeps/x86/bits/wordsize.h: This.
42047         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42048         * sysdeps/x86/bits/huge_vall.h: This.
42050         * sysdeps/i386/bits/select.h: Removed.
42051         * sysdeps/x86_64/bits/select.h: Renamed to ...
42052         * sysdeps/x86/bits/select.h: This.
42054         * sysdeps/i386/bits/setjmp.h: Removed.
42055         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42056         * sysdeps/x86/bits/setjmp.h: This.
42058         * sysdeps/i386/bits/mathdef.h: Removed.
42059         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42060         * sysdeps/x86/bits/mathdef.h: This.
42062 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42064         [BZ #14132]
42065         * include/sys/socket.h (__connect_internal)
42066         (__libc_sa_len_internal): Remove declaration.
42067         (__connect, __libc_sa_len): Declare hidden_proto.
42068         (SA_LEN): Remove use of INTUSE.
42069         * socket/connect.c: Add libc_hidden_def.
42070         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42071         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42072         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42073         alias.
42074         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42075         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42076         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42077         of adding _internal alias.
42079 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42081         [BZ #14117]
42082         * sysdeps/i386/bits/link.h: Removed.
42083         * sysdeps/i386/bits/linkmap.h: Likewise.
42084         * sysdeps/x86_64/bits/link.h: Renamed to ...
42085         * sysdeps/x86/bits/link.h: This.
42086         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42087         * sysdeps/x86/bits/linkmap.h: This.
42089         * sysdeps/i386/bits/endian.h: Removed.
42090         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42091         * sysdeps/x86/bits/endian.h: This.
42093         * sysdeps/i386/bits/byteswap.h: Removed.
42094         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42095         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42096         * sysdeps/x86/bits/byteswap.h: This.
42097         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42098         * sysdeps/x86/bits/byteswap-16.h: This.
42099         * sysdeps/i386/Implies: Add x86.
42100         * sysdeps/x86_64/Implies: Likewise.
42102 2012-05-30  David S. Miller  <davem@davemloft.net>
42104         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42105         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42106         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42107         (FP_TRAPPING_EXCEPTIONS): Define.
42108         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42109         (FP_TRAPPING_EXCEPTIONS): Define.
42110         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42111         subnormals only when inexact has been signalled or underflow
42112         exceptions are enabled.
42113         (_FP_PACK_CANONICAL): Likewise.
42115 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42117         [BZ #14183]
42118         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42119         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42121 2012-05-30  Richard Henderson  <rth@twiddle.net>
42123         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42124         with #ifndef NOT_IN_libc.
42126         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42127         marked to avoid plt entry.
42129 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42131         [BZ #14112]
42132         * Makeconfig (default-abi): New macro.
42133         (abi-includes): Likewise.
42134         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42135         $(abi-$(default-abi)-lib-soname) for soname if defined.
42136         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42137         abi-variants.
42138         * Makefile (installed-stubs): Likewise.
42139         * include/stubs-biarch.h: Removed.
42140         * scripts/lib-names.awk: Only handle one library at a time.
42141         * scripts/soversions.awk: Remove WORDSIZE support.
42142         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42143         entries.
42144         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42145         Removed.
42146         (syscall-list-default-condition): Likewise.
42147         (syscall-list-default-condition): Likewise.
42148         (syscall-list-includes): Likewise.
42149         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42150         syscall-list-* with abi-*.  Handle undefined abi-variants.
42151         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42152         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42153         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42154         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42155         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42156         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42157         Removed.
42158         (syscall-list-32-options): Likewise.
42159         (syscall-list-32-condition): Likewise.
42160         (syscall-list-64-options): Likewise.
42161         (syscall-list-64-condition): Likewise.
42162         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42163         macro.
42164         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42165         Renamed to ...
42166         (abi-*): This.
42167         (abi-64-ld-soname): New macro.
42168         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42169         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42170         Renamed to ...
42171         (abi-*): This.
42172         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42173         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42175 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42177         * sysdeps/unix/sysv/linux/kernel-features.h
42178         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42179         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42180         include <kernel-features.h>.
42181         [!__NR_ftruncate64]: Remove conditional code.
42182         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42183         [__NR_ftruncate64]: Make code unconditional.
42184         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42185         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42186         include <kernel-features.h>.
42187         [!__NR_ftruncate64]: Remove conditional code.
42188         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42189         [__NR_ftruncate64]: Make code unconditional.
42190         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42192         include <kernel-features.h>.
42193         [!__NR_ftruncate64]: Remove conditional code.
42194         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42195         [__NR_ftruncate64]: Make code unconditional.
42196         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42198         include <kernel-features.h>.
42199         [!__NR_ftruncate64]: Remove conditional code.
42200         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42201         [__NR_ftruncate64]: Make code unconditional.
42202         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42204         * configure.in (libc_cv_fpie): Weaken to a compile test using
42205         LIBC_TRY_CC_OPTION.
42206         * configure: Regenerated.
42208 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42210         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42211         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42212         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42213         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42214         Refreshed.
42215         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42220         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42221         Refreshed.
42223 2012-05-27  David S. Miller  <davem@davemloft.net>
42225         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42226         (___Q_zero): New.
42227         (__Q_simulate_exceptions): Return void.  Change to simulate
42228         exceptions by writing into the %fsr.
42229         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42230         (__Qp_handle_exceptions): Likewise.
42231         (numbers): Delete.
42232         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42233         __Qp_handle_exceptions.
42234         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42235         __Qp_handle_exceptions.
42236         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42237         as unused and give dummy FP_RND_NEAREST initializer.
42238         (FP_INHIBIT_RESULTS): Define.
42239         (___Q_simulate_exceptions): Update declaration.
42240         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42241         formatting.
42242         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42243         as unused and give dummy FP_RND_NEAREST initializer.
42244         (__Qp_handle_exceptions): Update declaration.
42245         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42246         formatting.
42248 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42250         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42251         the temporary FPU control word.
42252         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42253         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42254         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42255         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42256         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42257         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42258         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42259         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42260         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42261         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42262         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42264 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42266         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42267         fields.
42269 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42271         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42272         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42273         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42274         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42275         Likewise.
42276         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42277         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42278         Likewise.
42280 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42282         * po/h.po: Update from translation team.
42284 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42286         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42288         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42289         handling of denormals.
42290         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42291         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42292         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42293         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42294         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42295         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42296         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42297         Likewise.
42299 2012-05-26  Marek Polacek  <polacek@redhat.com>
42301         [BZ #14152]
42302         * math/libm-test.inc (fma_test): Don't always expect underflow
42303         exception.
42305 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42307         [BZ #12416]
42308         * elf/tst-execstack.c: Include stackinfo.h.
42309         (do_test): Adjust test case to ensure that pthread_getattr_np
42310         behaviour remains the same after marking stack executable.
42312 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42314         * sysdeps/unix/sysv/linux/kernel-features.h
42315         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42316         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42317         kernel-features.h.
42318         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42319         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42320         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42321         kernel-features.h.
42322         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42323         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42325 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42327         * configure.in: Define the default includes to being none.
42328         * configure: Regenerated.
42330 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42332         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42333         * sysdeps/x86_64/setjmp.S: Likewise.
42334         * sysdeps/i386/bsd-setjmp.S: Likewise.
42335         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42336         * sysdeps/i386/setjmp.S: Likewise.
42337         * sysdeps/i386/__longjmp.S: Likewise.
42338         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42339         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42341         * include/stap-probe.h: New file.
42342         * configure.in: Handle --enable-systemtap.
42343         * configure: Regenerated.
42344         * config.h.in (USE_STAP_PROBE): New #undef.
42345         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42346         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42347         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42349 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42351         [BZ #13717]
42352         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42353         to 2.4.0 where earlier.
42354         * sysdeps/unix/sysv/linux/configure: Regenerated.
42355         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42356         <kernel-features.h>.
42357         [__ASSUME_32BITUIDS]: Make code unconditional.
42358         [!__ASSUME_32BITUIDS]: Remove conditional code.
42359         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42360         <kernel-features.h>.
42361         [__ASSUME_32BITUIDS]: Make code unconditional.
42362         [!__ASSUME_32BITUIDS]: Remove conditional code.
42363         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42364         [__ASSUME_32BITUIDS]: Make code unconditional.
42365         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42366         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42367         <kernel-features.h>.
42368         [__ASSUME_32BITUIDS]: Make code unconditional.
42369         [!__ASSUME_32BITUIDS]: Remove conditional code.
42370         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42371         <kernel-features.h>.
42372         [__ASSUME_32BITUIDS]: Make code unconditional.
42373         [!__ASSUME_32BITUIDS]: Remove conditional code.
42374         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42375         <kernel-features.h>.
42376         [__ASSUME_32BITUIDS]: Make code unconditional.
42377         [!__ASSUME_32BITUIDS]: Remove conditional code.
42378         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42379         <kernel-features.h>.
42380         [__ASSUME_32BITUIDS]: Make code unconditional.
42381         [!__ASSUME_32BITUIDS]: Remove conditional code.
42382         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42383         <kernel-features.h>.
42384         [__ASSUME_32BITUIDS]: Make code unconditional.
42385         [!__ASSUME_32BITUIDS]: Remove conditional code.
42386         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42387         <kernel-features.h>.
42388         [__ASSUME_32BITUIDS]: Make code unconditional.
42389         [!__ASSUME_32BITUIDS]: Remove conditional code.
42390         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42391         <kernel-features.h>.
42392         [__ASSUME_32BITUIDS]: Make code unconditional.
42393         [!__ASSUME_32BITUIDS]: Remove conditional code.
42394         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42395         <kernel-features.h>.
42396         [__ASSUME_32BITUIDS]: Make code unconditional.
42397         [!__ASSUME_32BITUIDS]: Remove conditional code.
42398         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42399         <kernel-features.h>.
42400         [__ASSUME_32BITUIDS]: Make code unconditional.
42401         [!__ASSUME_32BITUIDS]: Remove conditional code.
42402         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42403         <kernel-features.h>.
42404         [__ASSUME_32BITUIDS]: Make code unconditional.
42405         [!__ASSUME_32BITUIDS]: Remove conditional code.
42406         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42407         <kernel-features.h>.
42408         [__NR_setresgid] (__setresgid): Do not declare.
42409         [__ASSUME_32BITUIDS]: Make code unconditional.
42410         [!__ASSUME_32BITUIDS]: Remove conditional code.
42411         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42412         <kernel-features.h>.
42413         [__NR_setresuid] (__setresuid): Do not declare.
42414         [__ASSUME_32BITUIDS]: Make code unconditional.
42415         [!__ASSUME_32BITUIDS]: Remove conditional code.
42416         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42417         <kernel-features.h>.
42418         [__ASSUME_32BITUIDS]: Make code unconditional.
42419         [!__ASSUME_32BITUIDS]: Remove conditional code.
42420         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42421         <kernel-features.h>.
42422         [__ASSUME_32BITUIDS]: Make code unconditional.
42423         [!__ASSUME_32BITUIDS]: Remove conditional code.
42424         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42425         <kernel-features.h>.
42426         [__ASSUME_32BITUIDS]: Make code unconditional.
42427         [!__ASSUME_32BITUIDS]: Remove conditional code.
42428         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42429         <kernel-features.h>.
42430         [__ASSUME_32BITUIDS]: Make code unconditional.
42431         [!__ASSUME_32BITUIDS]: Remove conditional code.
42432         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42433         <kernel-features.h>.
42434         [__ASSUME_32BITUIDS]: Make code unconditional.
42435         [!__ASSUME_32BITUIDS]: Remove conditional code.
42436         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42437         <kernel-features.h>.
42438         [__ASSUME_32BITUIDS]: Make code unconditional.
42439         [!__ASSUME_32BITUIDS]: Remove conditional code.
42440         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42441         <kernel-features.h>.
42442         [__ASSUME_32BITUIDS]: Make code unconditional.
42443         [!__ASSUME_32BITUIDS]: Remove conditional code.
42444         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42445         <kernel-features.h>.
42446         [__ASSUME_32BITUIDS]: Make code unconditional.
42447         [!__ASSUME_32BITUIDS]: Remove conditional code.
42448         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42449         <kernel-features.h>.
42450         [__ASSUME_32BITUIDS]: Make code unconditional.
42451         [!__ASSUME_32BITUIDS]: Remove conditional code.
42452         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42453         <kernel-features.h>.
42454         [__ASSUME_32BITUIDS]: Make code unconditional.
42455         [!__ASSUME_32BITUIDS]: Remove conditional code.
42456         * sysdeps/unix/sysv/linux/kernel-features.h
42457         (__ASSUME_SETRESUID_SYSCALL): Remove.
42458         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42459         (__ASSUME_32BITUIDS): Likewise.
42460         (__ASSUME_LDT_WORKS): Likewise.
42461         (__ASSUME_O_DIRECTORY): Likewise.
42462         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42463         architecture but not kernel version.
42464         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42465         (__ASSUME_MMAP2_SYSCALL): Likewise.
42466         (__ASSUME_STAT64_SYSCALL): Likewise.
42467         (__ASSUME_IPC64): Likewise.
42468         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42469         <kernel-features.h>.
42470         [__ASSUME_32BITUIDS]: Make code unconditional.
42471         [!__ASSUME_32BITUIDS]: Remove conditional code.
42472         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42473         <kernel-features.h>.
42474         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42475         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42476         132096]: Remove conditional code.
42477         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42478         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42479         <kernel-features.h>.
42480         [__ASSUME_32BITUIDS]: Make code unconditional.
42481         [!__ASSUME_32BITUIDS]: Remove conditional code.
42482         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42483         <kernel-features.h>.
42484         [__ASSUME_32BITUIDS]: Make code unconditional.
42485         [!__ASSUME_32BITUIDS]: Remove conditional code.
42486         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42487         <kernel-features.h>.
42488         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42489         unconditional.
42490         (__setresgid): Do not declare.
42491         [__ASSUME_32BITUIDS]: Make code unconditional.
42492         [!__ASSUME_32BITUIDS]: Remove conditional code.
42493         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42494         <kernel-features.h>.
42495         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42496         unconditional.
42497         (__setresuid): Do not declare.
42498         [__ASSUME_32BITUIDS]: Make code unconditional.
42499         [!__ASSUME_32BITUIDS]: Remove conditional code.
42500         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42501         <kernel-features.h>.
42502         [__ASSUME_32BITUIDS]: Make code unconditional.
42503         [!__ASSUME_32BITUIDS]: Remove conditional code.
42504         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42505         <kernel-features.h>.
42506         [__ASSUME_32BITUIDS]: Make code unconditional.
42507         [!__ASSUME_32BITUIDS]: Remove conditional code.
42509 2012-05-25  Richard Henderson  <rth@twiddle.net>
42511         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42512         dl_hwcap to ifunc resolver.
42513         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42514         elf_ifunc_invoke.
42515         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42516         dl_hwcap to ifunc resolver.
42517         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42519 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42521         [BZ #14153]
42522         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42523         for |x| <= 2**-26, not 2**-57.
42524         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42525         exception.
42527 2012-05-24  Jeff Law  <law@redhat.com>
42529         * stdio-common/Makefile (tests): Add bug25.
42530         * stdio-common/bug25.c: New test.
42532 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42534         [BZ #13576]
42535         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42536         multiple of MALLOC_ALIGNMENT in size.
42537         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42539 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42541         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42542         Require >= 256.
42543         (FILENAME_MAX): Use macro-int-constant.
42544         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42545         (_IOFBF): Use macro-int-constant.
42546         (_IOLBF): Likewise.
42547         (_IONBF): Likewise.
42548         (SEEK_CUR): Likewise.
42549         (SEEK_END): Likewise.
42550         (SEEK_SET): Likewise.
42551         (TMP_MAX): Likewise.
42552         (EOF): Use macro-int-constant.  Require < 0.
42553         (NULL): Use macro-constant.  Require == 0.
42554         (stdin): Require type to be FILE *.
42555         (stdout): Likewise.
42556         (stderr): Likewise.
42557         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42558         macro-int-constant.
42559         (EXIT_SUCCESS): Likewise.
42560         (NULL): Use macro-constant.  Require == 0.
42561         (RAND_MAX): Use macro-int-constant.
42562         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42563         [C99-based standards] (strtof): Require function.
42564         [C99-based standards] (strtold): Likewise.
42565         [C99-based standards] (strtoll): Likewise.
42566         [C99-based standards] (strtoull): Likewise.
42567         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42568         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42569         [ISO || ISO99 || ISO11] (math.h): Likewise.
42570         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42571         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42572         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42574 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42576         [BZ #14132]
42577         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42578         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42579         * intl/dgettext.c (DCGETTEXT): Likewise.
42580         * intl/gettext.c (DCGETTEXT): Likewise.
42581         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42582         * posix/regex_internal.h (gettext): Likewise.
42583         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42584         Remove declaration.
42585         * include/argz.h (__argz_count_internal)
42586         (__argz_stringify_internal): Remove declaration.
42587         (__argz_count, __argz_stringify): Declare hidden proto.
42588         * intl/dcgettext.c: Remove use of INTDEF.
42589         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42590         * string/argz-stringify.c: Likewise.
42591         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42592         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42593         Declare hidden proto.
42594         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42595         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42596         Declare hidden proto.
42597         * include/stdio.h (__asprintf_internal): Don't declare.
42598         (__asprintf): Don't define as macro.  Declare hidden proto.
42599         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42600         (__fsetlocking): Declare hidden proto.
42601         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42602         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42603         hidden proto.
42604         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42605         (_IO_setlinebuf): Remove use of INTUSE.
42606         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42607         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42608         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42609         Remove declaration.
42610         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42611         (_IO_do_flush): Remove use of INTUSE.
42612         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42613         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42614         (_IO_adjust_column, _IO_least_wmarker)
42615         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42616         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42617         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42618         (_IO_default_doallocate, _IO_wdefault_doallocate)
42619         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42620         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42621         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42622         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42623         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42624         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42625         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42626         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42627         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42628         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42629         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42630         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42631         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42632         proto.
42633         (_IO_flush_all_internal, _IO_adjust_column_internal)
42634         (_IO_default_uflow_internal, _IO_default_finish_internal)
42635         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42636         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42637         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42638         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42639         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42640         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42641         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42642         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42643         (_IO_file_close_internal, _IO_file_close_it_internal)
42644         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42645         (_IO_file_init_internal, _IO_file_attach_internal)
42646         (_IO_file_fopen_internal, _IO_file_read_internal)
42647         (_IO_file_sync_internal, _IO_file_seek_internal)
42648         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42649         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42650         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42651         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42652         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42653         (_IO_list_all_internal, _IO_link_in_internal)
42654         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42655         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42656         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42657         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42658         (_IO_do_write_internal, _IO_padn_internal)
42659         (_IO_getline_info_internal, _IO_getline_internal)
42660         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42661         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42662         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42663         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42664         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42665         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42666         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42667         with libc_hidden_ver, remove use of INTUSE.
42668         * libio/genops.c: Likewise.
42669         * libio/freopen.c: Likewise.
42670         * libio/freopen64.c: Likewise.
42671         * libio/iofclose.c: Likewise.
42672         * libio/iofdopen.c: Likewise.
42673         * libio/iofflush.c: Likewise.
42674         * libio/iofflush_u.c: Likewise.
42675         * libio/iofgets.c: Likewise.
42676         * libio/iofgets_u.c: Likewise.
42677         * libio/iofopen.c: Likewise.
42678         * libio/iofopncook.c: Likewise.
42679         * libio/iofread.c: Likewise.
42680         * libio/iofread_u.c: Likewise.
42681         * libio/ioftell.c: Likewise.
42682         * libio/iofwrite.c: Likewise.
42683         * libio/iogetline.c: Likewise.
42684         * libio/iogets.c: Likewise.
42685         * libio/iogetwline.c: Likewise.
42686         * libio/iopadn.c: Likewise.
42687         * libio/iopopen.c: Likewise.
42688         * libio/ioseekoff.c: Likewise.
42689         * libio/ioseekpos.c: Likewise.
42690         * libio/iosetbuffer.c: Likewise.
42691         * libio/iosetvbuf.c: Likewise.
42692         * libio/ioungetc.c: Likewise.
42693         * libio/ioungetwc.c: Likewise.
42694         * libio/iovdprintf.c: Likewise.
42695         * libio/iovsprintf.c: Likewise.
42696         * libio/iovsscanf.c: Likewise.
42697         * libio/memstream.c: Likewise.
42698         * libio/obprintf.c: Likewise.
42699         * libio/oldfileops.c: Likewise.
42700         * libio/oldiofclose.c: Likewise.
42701         * libio/oldiofdopen.c: Likewise.
42702         * libio/oldiofopen.c: Likewise.
42703         * libio/oldiopopen.c: Likewise.
42704         * libio/oldstdfiles.c: Likewise.
42705         * libio/putc.c: Likewise.
42706         * libio/setbuf.c: Likewise.
42707         * libio/setlinebuf.c: Likewise.
42708         * libio/stdfiles.c: Likewise.
42709         * libio/strops.c: Likewise.
42710         * libio/vasprintf.c: Likewise.
42711         * libio/vscanf.c: Likewise.
42712         * libio/vsnprintf.c: Likewise.
42713         * libio/vswprintf.c: Likewise.
42714         * libio/wfiledoalloc.c: Likewise.
42715         * libio/wfileops.c: Likewise.
42716         * libio/wgenops.c: Likewise.
42717         * libio/wmemstream.c: Likewise.
42718         * libio/wstrops.c: Likewise.
42719         * libio/__fpurge.c: Likewise.
42720         * libio/__fsetlocking.c: Likewise.
42721         * assert/assert.c: Likewise.
42722         * debug/fgets_chk.c: Likewise.
42723         * debug/fgets_u_chk.c: Likewise.
42724         * debug/fread_chk.c: Likewise.
42725         * debug/fread_u_chk.c: Likewise.
42726         * debug/gets_chk.c: Likewise.
42727         * debug/obprintf_chk.c: Likewise.
42728         * debug/vasprintf_chk.c: Likewise.
42729         * debug/vdprintf_chk.c: Likewise.
42730         * debug/vsnprintf_chk.c: Likewise.
42731         * debug/vsprintf_chk.c: Likewise.
42732         * malloc/mtrace.c: Likewise.
42733         * misc/error.c: Likewise.
42734         * misc/syslog.c: Likewise.
42735         * stdio-common/asprintf.c: Likewise.
42736         * stdio-common/fxprintf.c: Likewise.
42737         * stdio-common/getw.c: Likewise.
42738         * stdio-common/isoc99_fscanf.c: Likewise.
42739         * stdio-common/isoc99_scanf.c: Likewise.
42740         * stdio-common/isoc99_vfscanf.c: Likewise.
42741         * stdio-common/isoc99_vscanf.c: Likewise.
42742         * stdio-common/isoc99_vsscanf.c: Likewise.
42743         * stdio-common/printf-prs.c: Likewise.
42744         * stdio-common/printf_fp.c: Likewise.
42745         * stdio-common/printf_fphex.c: Likewise.
42746         * stdio-common/printf_size.c: Likewise.
42747         * stdio-common/putw.c: Likewise.
42748         * stdio-common/scanf.c: Likewise.
42749         * stdio-common/sprintf.c: Likewise.
42750         * stdio-common/tmpfile.c: Likewise.
42751         * stdio-common/vfprintf.c: Likewise.
42752         * stdio-common/vfscanf.c: Likewise.
42753         * stdlib/strfmon_l.c: Likewise.
42754         * sunrpc/openchild.c: Likewise.
42755         * sunrpc/xdr_stdio.c: Likewise.
42756         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42757         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42759 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42761         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42763         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42764         in the third column, to generate for the shared library an IFUNC
42765         that uses _dl_vdso_vsym.
42766         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42767         * Makeconfig (object-suffixes-noshared): New variable.
42769         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42770         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42771         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42772         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42774         [BZ #14132]
42775         * include/sys/time.h (__gettimeofday): Remove macro.
42776         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42777         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42778         Remove INTDEF.
42779         (__gettimeofday): Add libc_hidden_def.
42780         (gettimeofday): Add libc_hidden_weak.
42781         * sysdeps/mach/gettimeofday.c: Likewise.
42782         * sysdeps/posix/gettimeofday.c: Likewise.
42783         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42784         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42785         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42786         (__gettimeofday_internal): Remove strong_alias.
42787         (__gettimeofday): Add libc_hidden_def.
42788         (gettimeofday): Add libc_hidden_weak.
42789         * sysdeps/unix/syscalls.list (gettimeofday):
42790         Remove __gettimeofday_internal alias.
42792 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42793             H.J. Lu  <hongjiu.lu@intel.com>
42795         [BZ #12495]
42796         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42797         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42798         (largebin_index_32_big): New.
42799         (largebin_index): Use it for 16-byte alignment.
42800         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42801         correction with front_misalign.
42803 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42806         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42807         Likewise.
42808         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42809         Likewise.
42810         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42811         Likewise.
42812         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42813         Likewise.
42814         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42815         Likewise.
42816         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42817         Likewise.
42818         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42819         Likewise.
42820         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42821         Likewise.
42822         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42823         Likewise.
42824         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42825         Likewise.
42826         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42827         Likewise.
42828         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42829         Likewise.
42831         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42832         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42834 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42836         [BZ #10846]
42837         [BZ #14036]
42838         * math/libm-test.inc (exp_test): Add test from bug 14036.
42839         (pow_test): Add test from bug 10846.
42841         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42842         and other flags.
42843         (special_function): Do not include flags in test name.
42844         (parse_args): Likewise.
42845         * sysdeps/i386/fpu/libm-test-ulps: Update.
42846         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42847         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42848         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42851         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42852         exceptions.
42853         * math/libm-test.inc ("Philosophy"): Update comment about
42854         exception testing.
42855         (UNDERFLOW_EXCEPTION): New macro.
42856         (UNDERFLOW_EXCEPTION_OK): Likewise.
42857         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42858         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42859         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42860         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42861         (INVALID_EXCEPTION_OK): Update value.
42862         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42863         (OVERFLOW_EXCEPTION_OK): Likewise.
42864         (IGNORE_ZERO_INF_SIGN): Likewise.
42865         (test_exceptions): Handle underflow exceptions.
42866         (acos_test): Update for underflow exception expectations.
42867         (cexp_test): Likewise.
42868         (clog_test): Likewise.
42869         (clog10_test): Likewise.
42870         (csqrt_test): Likewise.
42871         (ctan_test): Likewise.
42872         (ctanh_test): Likewise.
42873         (exp_test): Likewise.
42874         (exp10_test): Likewise.
42875         (exp2_test): Likewise.
42876         (expm1_test): Likewise.
42877         (fma_test): Likewise.
42878         (j0_test): Likewise.
42879         (jn_test): Likewise.
42880         (nexttoward_test): Likewise.
42881         (pow_test): Likewise.
42882         (scalbn_test): Likewise.
42883         (scalbln_test): Likewise.
42884         (tan_test): Likewise.
42885         (y1_test): Likewise.
42886         * sysdeps/i386/fpu/libm-test-ulps: Update.
42887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42889 2012-05-23  David S. Miller  <davem@davemloft.net>
42891         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42892         (__libc_sigaction): Remove unused local variables.
42894 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42896         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42898 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42900         mktime: avoid signed integer overflow
42901         * time/mktime.c (__mktime_internal): Do not mishandle the case
42902         where diff == INT_MIN.
42904         mktime: simplify computation of average
42905         * time/mktime.c (ranged_convert): Use new time_t_avg function
42906         instead of rolling our own (probably-slower) code.
42908         mktime: do not assume signed right shift propagates sign bit
42909         * time/mktime.c (isdst_differ): New static function.
42910         (__mktime_internal): No need to normalize tm_isdst now.
42911         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42912         tm_isdst values.
42914         mktime: merge another wrapv change from gnulib
42915         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42916         from some compilers.
42918         mktime: remove incorrect attempt at unusual arithmetics
42919         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42920         The code didn't really work on such machines anyway.
42921         (TYPE_MINIMUM): Assume two's complement.
42922         (twos_complement_arithmetic): Verify that long_int and time_t
42923         are two's complement (or unsigned, in the latter case).
42925         mktime: check signed shifts on long_int and time_t, too
42926         * time/mktime.c (SHR): Check that shifts work as desired
42927         on the types long_int and time_t too, as SHR is used on
42928         such types.
42930         mktime: do not assume 'long' is wide enough
42931         * time/mktime.c (verify): Move decl up.
42932         (long_int): New type.
42933         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42934         to remove assumption in the code that 'long' is wide enough to
42935         store year values.  This assumption is not true on x32 and on
42936         some non-glibc platforms.
42938         mktime: merge wrapv change from gnulib
42939         * time/mktime.c (WRAPV): New macro.
42940         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42941         (guess_time_tm, __mktime_internal): Do not assume that signed
42942         integer overflow wraps around; modern compilers generate code
42943         where this assumption is no longer valid.
42945 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42947         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42948         Replace "jmp L(pseudo_end)" with "ret".
42949         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42950         Likewise.
42952 2012-05-23  Andreas Jaeger  <aj@suse.de>
42954         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42955         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42957 2012-05-23  Andreas Jaeger  <aj@suse.de>
42958             Maximilian Attems  <max@stro.at>
42960         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42961         New macros.
42963 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42965         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42966         code so that pseudo_end is just ret and the stack pointer is
42967         correct also for static library in error case.
42969 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42971         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42972         move to syscalls.list.
42973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42978         * manual/install.texi (Running make install): Do not mention Linux
42979         kernel version for which pt_chown is not needed.
42980         (Linux): Do not mention problems with nscd with 2.0 kernels.
42981         * INSTALL: Regenerated.
42983 2012-05-23  Andreas Jaeger  <aj@suse.de>
42985         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42986         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42987         macro.
42988         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42989         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42990         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42991         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42992         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42993         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42994         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42995         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42996         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42997         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42998         * sysdeps/unix/sysv/linux/bits/in.h
42999         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43001 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43003         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43004         (PREPARE_VERSION): Just use assert instead, it will be elided
43005         under [NDEBUG] anyway.
43007 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43009         * sysdeps/unix/sysv/linux/Makefile: Include
43010         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43011         (sysdep_routines): Remove sysctl.
43012         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43013         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43014         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43015         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43016         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43018 2012-05-22  Andreas Jaeger  <aj@suse.de>
43020         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43021         that pseudo_end is just ret and the stack pointer is correct also
43022         for static library in error case.
43024 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43026         [BZ #14122]
43027         * nss/nsswitch.c (defconfig_entries): New variable.
43028         (__nss_database_lookup): Don't leak defconfig entries.
43029         (nss_parse_service_list): Don't leak on error paths.
43030         (free_database_entries): New function.
43031         (free_defconfig): New function.
43032         (free_mem): Move common code to free_database_entries.
43034 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43036         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43037         Add arch_prctl.
43038         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43040         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43041         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43042         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43043         New macro.
43044         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43045         (INTERNAL_SYSCALL_TYPES): Likewise.
43046         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43047         (LOAD_REGS_TYPES_[1-6]): Likewise.
43048         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43049         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43051 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43053         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43054         copysignl for GLIBC_2_0.
43055         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43056         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43057         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43058         logbl for GLIBC_2_0.
43059         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43060         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43062 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43064         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43065         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43067         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43068         Use "neg %eax".
43070         * time/mktime.c: Update copyright years.
43072 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43074         mktime: merge comment-quoting-style change from gnulib
43075         * time/mktime.c: Quote 'like this' in comments.
43076         The GNU coding standards suggest that we no longer quote `like this',
43077         as "`" and "'" are typically rendered asymmetrically nowadays.
43078         The typical gnulib style is to quote 'like this' when quoting
43079         code, and "like this" when quoting English.
43081         * time/mktime.c (compile-command): Add "-I.".
43083         mktime: merge mktime-internal.h change from gnulib
43084         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43086         mktime: merge time_r change from gnulib
43087         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43089         mktime: merge DEBUG change from gnulib
43090         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43091         case system <time.h> has a #define.
43093         mktime: merge <sys/types.h> change from gnulib
43094         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43095         since <time.t> is now guaranteed to define time_t.
43097         mktime: merge HAVE_CONFIG_H change from gnulib
43098         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43100 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43102         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43103         Use "neg %eax".
43105         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43106         __rlim_t cast.
43107         (struct rusage): Use anonymous union to pad each field to
43108         __syscall_slong_t.
43110 2012-05-21  David S. Miller  <davem@davemloft.net>
43112         * Makefules (o-iterator): Remove .s cases.
43113         (compile-command.s): Delete.
43114         (COMPILE.s): Delete.
43115         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43117 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43119         * configure.in (libc_cv_predef_stack_protector): Only consider
43120         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43121         * configure: Regenerated.
43123 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43125         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43126         New macro.  Use R*LP on int and pointer.
43127         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43128         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43129         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43130         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43132         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43133         [__WORDSIZE_TIME64_COMPAT32] instead of
43134         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43135         (struct utmp): Likewise.
43136         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43137         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43138         Renamed to ...
43139         (__WORDSIZE_TIME64_COMPAT32): This.
43140         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43141         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43142         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43143         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43144         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43145         (__WORDSIZE_TIME64_COMPAT32): New macro.
43147 2012-05-21  Andreas Jaeger  <aj@suse.de>
43149         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43150         only if [SHARED]. Add prototype for __wcschr_ia32.
43152 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43154         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43155         of %rbp unmolested in the jmp_buf while mangling the low bits.
43156         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43157         unmolested high bits of %rbp while demangling the low bits.
43158         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43160 2012-05-21  Andreas Jaeger  <aj@suse.de>
43162         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43163         * sunrpc/svc_simple.c: Use it for registerrpc.
43164         * sunrpc/xcrypt.c: Use it for passwd2des.
43166         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43168 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43170         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43171         Don't define if [__SYSCALL_WORDSIZE != 32].
43172         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43173         New macro.
43175 2012-05-21  Bruno Haible  <bruno@clisp.org>
43176             Andreas Jaeger  <aj@suse.de>
43178         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43179         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43180         inptr and inend for must_buffer_ch.
43181         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43182         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43183         * stdio-common/Makefile (tests): Remove bug15.
43184         (bug15-ENV): Remove macro.
43185         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43186         anymore.
43188 2012-05-19  Andreas Jaeger  <aj@suse.de>
43189             Roland McGrath  <roland@hack.frob.com>
43191         * manual/contrib.texi: Completely rewritten. It contains now an
43192         alphabetical list of contributors and their contributions.
43194 2012-05-21  Richard Henderson  <rth@twiddle.net>
43196         * misc/getauxval.c (__getauxval): Use unsigned long int.
43197         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43198         (getauxval): Use unsigned long int.
43200 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43202         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43204 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43206         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43207         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43208         __alignof__ (long double).
43210 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43214 2012-05-20  Richard Henderson  <rth@twiddle.net>
43216         * misc/getauxval.c: New file.
43217         * misc/sys/auxv.h: New file.
43218         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43219         (routines): Add getauxval.
43220         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43221         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43222         * elf/dl-sysdep.c (_dl_auxv): Remove.
43223         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43224         * elf/dl-support.c (_dl_auxv): New variable.
43225         (_dl_aux_init): Initialize it.
43226         * manual/startup.texi (Auxiliary Vector): New node.
43227         * sysdeps/generic/bits/hwcap.h: New file.
43228         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43229         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43230         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43231         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43232         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43233         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43235         Update.
43236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43239         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43240         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43241         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43242         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43243         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43245 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43249 2012-05-19  David S. Miller  <davem@davemloft.net>
43251         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43253 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43255         [BZ #14123]
43256         * math/s_ccosh.c: Include <float.h>
43257         (__ccosh): Avoid internal overflow calculating sinh and cosh
43258         values before multiplying by sin and cos values.
43259         * math/s_ccoshf.c: Likewise.
43260         * math/s_ccoshl.c: Likewise.
43261         * math/s_csin.c: Likewise.
43262         * math/s_csinf.c: Likewise.
43263         * math/s_csinl.c: Likewise.
43264         * math/s_csinh.c: Likewise.
43265         * math/s_csinhf.c: Likewise.
43266         * math/s_csinhl.c: Likewise.
43267         * math/libm-test.inc (ccos_test): Add more tests.
43268         (ccosh_test): Likewise.
43269         (csin_test): Likewise.
43270         (csinh_test): Likewise.
43271         * sysdeps/i386/fpu/libm-test-ulps: Update.
43272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43274 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43276         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43277         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43279         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43281 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43283         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43284         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43285         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43286         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43287         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43288         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43289         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43290         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43291         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43292         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43293         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43294         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43295         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43296         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43297         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43298         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43299         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43300         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43301         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43302         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43303         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43304         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43305         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43306         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43307         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43308         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43309         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43310         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43311         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43312         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43313         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43315 2012-05-18  Andreas Jaeger  <aj@suse.de>
43317         * csu/.gitignore: Delete.
43319 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43321         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43322         (timex): Use __syscall_slong_t.
43324 2012-05-18  Andreas Jaeger  <aj@suse.de>
43325             Carlos O'Donell  <carlos_odonell@mentor.com>
43327         * manual/install.texi (Configuring and compiling): Update
43328         description about files modified in the source directory.
43329         * INSTALL: Regenerated.
43331 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43333         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43334         value.  Use "or" to set return value to -1.
43335         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43336         negate return value.
43338 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43340         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43341         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43342         failure if the compiler has Graphite support disabled.
43343         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43344         Likewise.
43345         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43346         (CFLAGS-memmove.c): Likewise.
43347         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43348         Likewise.
43350 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43352         * sysdeps/x86_64/x32/_itoa.h: New file.
43354         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43355         getdents system call only if kernel and user dirents have the
43356         same d_ino and d_off.
43358         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43359         LLONG_MAX != LONG_MAX.
43360         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43361         (_fitoa_word): Likewise.
43363         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43364         years.
43365         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43366         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43367         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43369         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43370         include <bits/wordsize.h>.  Check __x86_64__ instead of
43371         __WORDSIZE.
43372         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43373         if __x86_64__ is defined.  Use anonymous union on fpstate.
43375         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43376         anonymous union.
43378 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43380         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43381         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43382         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43383         Refer to _rtld_local_ro instead of _rtld_global_ro.
43384         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43385         Likewise.
43386         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43387         Likewise.
43388         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43389         Likewise.
43390         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43391         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43392         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43394         * sysdeps/powerpc/powerpc32/dl-machine.c
43395         (__elf_machine_runtime_setup) [PROF]: Don't reference
43396         _dl_prof_resolve.
43398 2012-05-18  Andreas Jaeger  <aj@suse.de>
43400         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43401         function only available for GCCs before 3.4 since GCC 3.4
43402         introduced a builtin.
43403         (lrint): Likewise.
43404         (llrintf): Likewise.
43405         (llrint): Likewise.
43406         (fmaxf): Likewise.
43407         (fmax): Likewise.
43408         (fminf): Likewise.
43409         (fmin): Likewise.
43410         (rint): Likewise.
43411         (rintf): Likewise.
43412         (nearbyint): Likewise.
43413         (nearbyintf): Likewise.
43414         (ceil): Likewise.
43415         (ceilf): Likewise.
43416         (floor): Likewise.
43417         (floorf): Likewise.
43419 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43421         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43422         on both fields and cast pointer to __syscall_ulong_t.
43424         * bits/types.h (__fsword_t): New type.
43425         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43426         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43427         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43428         (__FSWORD_T_TYPE): Likewise.
43429         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43430         (__FSWORD_T_TYPE): Likewise.
43431         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43432         (__FSWORD_T_TYPE): Likewise.
43433         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43434         (__FSWORD_T_TYPE): Likewise.
43435         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43436         __SWORD_TYPE with __fsword_t.
43437         (statfs64): Likewise.
43439 2012-05-17  David S. Miller  <davem@davemloft.net>
43441         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43443 2012-05-17  Andreas Jaeger  <aj@suse.de>
43445         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43446         warning.
43448 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43450         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43452 2012-05-17  Andreas Jaeger  <aj@suse.de>
43454         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43455         when it is used.
43457 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43459         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43461 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43463         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43464         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43466 2012-05-17  Andreas Jaeger  <aj@suse.de>
43467             Carlos O'Donell  <carlos_odonell@mentor.com>
43469         [BZ #14059]
43470         * sysdeps/x86_64/multiarch/init-arch.h
43471         (bit_YMM_Usable): Rename to...
43472         (bit_AVX_Usable): ... this.
43473         (bit_FMA4_Usable): New macro.
43474         (bit_XMM_state): New macro.
43475         (bit_YMM_state): New macro.
43476         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43477         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43478         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43479         (CPUID_OSXSAVE): New macro.
43480         (CPUID_AVX): New macro.
43481         (CPUID_FMA4): New macro.
43482         (index_YMM_Usable): Rename to...
43483         (index_AVX_Usable): ... this.
43484         (HAS_AVX): Use HAS_ARCH_FEATURE.
43485         (HAS_FMA4): Likewise.
43486         (HAS_YMM_USABLE): Remove.
43487         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43488         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43489         are present.
43490         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43491         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43492         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43493         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43494         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43496 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43498         * math/libm-test.c: Support platforms without multiple rounding modes.
43499         * math/bug-nextafter.c: Support platforms without FP exceptions.
43500         * math/bug-nexttoward.c: Likewise.
43501         * math/test-fenv.c: Likewise.
43502         * math/test-misc.c: Likewise.
43503         * stdlib/bug-getcontext.c: Likewise.
43505 2012-05-17  Andreas Jaeger  <aj@suse.de>
43507         * manual/examples/search.c (critter_cmp): Change signature to
43508         avoid warnings.
43509         * manual/string.texi (Collation Functions): Likewise.
43511 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43513         * bits/types.h: Fold copyright years.
43514         * bits/typesizes.h: Likewise.
43515         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43516         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43517         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43518         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43519         * time/time.h: Likewise.
43521 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43523         [BZ #208]
43524         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43525         in instead of returning them.  Return void.
43526         (__libc_mallinfo): Accumulate over all arenas.
43527         (__malloc_stats): Adjust for change in int_mallinfo interface.
43529 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43531         [BZ #10375]
43532         * configure.in (NM): Add AC_CHECK_TOOL for it.
43533         (libc_extra_cflags): New substituted variable.
43534         Check for -fstack-protector being used implicitly.
43535         * configure: Regenerated.
43536         * config.make.in (config-extra-cflags): New variable,
43537         gets @libc_extra_cflags@.
43538         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43540         [BZ #10375]
43541         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43542         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43543         * configure: Regenerated.
43544         * config.make.in (CPPUNDEFS): New substituted variable.
43545         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43546         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43547         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43549 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43551         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43552         (mq_attr): Use __syscall_slong_t.
43554 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43556         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43557         Check __x86_64__ instead of __WORDSIZE.
43558         (_STAT_VER_LINUX): Likewise.
43559         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43560         __syscall_ulong_t and __syscall_slong_t.
43561         (stat64): Likewise.
43563 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43565         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43567 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43569         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43571 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43573         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43574         __syscall_ulong_t.
43576         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43577         include <bits/wordsize.h>.  Check __x86_64__ instead of
43578         __WORDSIZE.
43579         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43580         defined.
43581         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43583         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43584         include <bits/wordsize.h>.  Check __x86_64__ instead of
43585         __WORDSIZE.
43586         (user_regs_struct): Use "__extension__ unsigned long long"
43587         instead of "unsigned long" if __x86_64__ is defined.
43588         (user): Likewise.  Pad after pointer field if __ILP32__ is
43589         defined.
43591 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43593         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43594         versions 5 to 9.
43595         * configure: Regenerated.
43596         * manual/install.texi (texinfo): Increase version requirement to
43597         4.5 or later.
43598         * INSTALL: Regenerated.
43600         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43602 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43604         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43606         * sysdeps/x86_64/x32/ffs.c: New file.
43608         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43609         __syscall_ulong_t.
43610         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43611         defined.  Use __syscall_ulong_t.
43612         (shminfo): Use __syscall_ulong_t.
43613         (shm_info): Likewise.
43615         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43616         __syscall_ulong_t.
43618         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43619         <bits/wordsize.h>.
43620         (msgqnum_t): Use __syscall_ulong_t.
43621         (msglen_t): Likewise.
43622         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43623         __syscall_ulong_t.
43625         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43626         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43628         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43630         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43631         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43633         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43634         __syscall_slong_t.
43636         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43637         include <bits/wordsize.h>.  Check __x86_64__ instead of
43638         __WORDSIZE.
43640         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43641         "unsigned long long int" if __x86_64__ is defined.
43642         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43644         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43645         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43646         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43648         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43649         <stdint.h>.
43650         (GET_PC): Cast to uintptr_t first.
43651         (GET_FRAME): Likewise.
43652         (GET_STACK): Likewise.
43654         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43655         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43656         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43657         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43658         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43659         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43660         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43661         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43662         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43663         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43664         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43665         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43666         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43667         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43668         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43669         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43670         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43671         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43672         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43673         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43674         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43675         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43676         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43677         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43678         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43679         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43680         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43681         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43682         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43684 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43686         * Makerules (+depfiles): Also collect depfiles from .oS in
43687         $(extra-objs).
43688         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43689         .oS, $(libnldbl-routines)).
43691         * Makerules (native-compile-mkdep-flags): Define.
43692         * sunrpc/Makefile (extra-objs): Add $(addprefix
43693         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43694         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43695         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43696         calling $(make-target-directory).
43698 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43700         * bits/types.h (__snseconds_t): Removed.
43701         * time/time.h (struct timespec): Replace __snseconds_t with
43702         __syscall_slong_t.
43703         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43704         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43705         Likewise.
43706         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43707         (__SNSECONDS_T_TYPE): Likewise.
43708         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43709         (__SNSECONDS_T_TYPE): Likewise.
43710         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43711         (__SNSECONDS_T_TYPE): Likewise.
43713 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43715         * sysdeps/mach/hurd/bits/typesizes.h
43716         (__SYSCALL_SLONG_TYPE): New macro.
43717         (__SYSCALL_ULONG_TYPE): Likewise.
43719 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43721         * bits/types.h (__syscall_slong_t): New type.
43722         (__syscall_ulong_t): Likewise.
43724         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43725         (__SYSCALL_ULONG_TYPE): Likewise.
43726         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43727         (__SYSCALL_SLONG_TYPE): Likewise.
43728         (__SYSCALL_ULONG_TYPE): Likewise.
43729         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43730         (__SYSCALL_SLONG_TYPE): Likewise.
43731         (__SYSCALL_ULONG_TYPE): Likewise.
43732         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43733         (__SYSCALL_SLONG_TYPE): Likewise.
43734         (__SYSCALL_ULONG_TYPE): Likewise.
43736 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43738         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43739         Add sigaltstack-offsets.sym.
43740         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43741         <sigaltstack-offsets.h>.
43742         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43743         longjmp_msg pointer.
43744         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43745         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43746         signal stack.
43747         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43749 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43751         * elf/stackguard-macros.h: Remove file.
43752         * sysdeps/generic/stackguard-macros.h: New file.
43753         * sysdeps/i386/stackguard-macros.h: Likewise.
43754         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43755         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43756         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43757         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43758         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43759         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43760         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43761         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43762         <elf/stackguard-macros.h>.
43764         [BZ #14109]
43765         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43766         __aligned__ in attribute.
43767         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43768         (gregset_t): Likewise.
43770 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43772         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43773         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43774         * sysdeps/x86_64/x32/Implies-after: New file.
43776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43778         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43779         and access return value for _dl_profile_fixup.  Use R10_LP to
43780         load frame size.
43782 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43784         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43786 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43788         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43789         * sysdeps/x86_64/x32/sysdep.h: New file.
43791 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43793         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43794         * sysdeps/x86_64/setjmp.S: Likewise.
43796 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43798         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43799         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43800         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43801         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43802         remove unused global constant.
43804 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43806         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43807         include of <not-cancel.h>.
43809 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43811         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43813 2012-05-15  Jeff Law  <law@redhat.com>
43814             Andreas Jaeger  <aj@suse.de>
43816         [BZ #13594]
43817         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43818         out from...
43819         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43820         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43821         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43822         code changing __hst_map_handle.map.
43824 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43826         * configure.in (sysnames): Look for Implies-before and Implies-after
43827         files.
43828         * configure: Regenerated.
43830 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43832         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43833         8-byte data alignment with LP_SIZE alignment.
43835 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43837         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43838         into R10_LP.
43840 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43842         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43844 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43846         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43847         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43848         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43849         Likewise.
43850         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43852 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43854         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43855         (stackinfo_sub_sp): Likewise.
43857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43859         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43860         RAX_LP.
43862 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43864         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43865         into R*_LP.
43867 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43869         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43870         sizes into R*_LP.
43872 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43874         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43876 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43878         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43879         into R11_LP and load __x86_64_shared_cache_size_half into
43880         R8_LP.
43882 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43884         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43885         R8_LP.
43887 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43889         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43890         logb for POWER7.
43891         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43892         logbf for POWER7.
43893         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43894         logbl for POWER7.
43895         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43896         powerpc32/power7/fpu/s_logb.c via #include.
43897         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43898         powerpc32/power7/fpu/s_logbf.c via #include.
43899         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43900         powerpc32/power7/fpu/s_logbl.c via #include.
43902 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43904         * README.libm: Remove file.
43906 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43908         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43909         count for x32.  Use R*_LP and omit operand-size suffix.
43911 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43913         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43914         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43915         * sysdeps/x86_64/x32/shlib-versions: New file.
43917 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43919         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43920         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43921         Use _dl_fatal_printf instead.
43923 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43925         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43926         set if not set by the user.  Do not allow for being unset.
43927         * sysdeps/unix/sysv/linux/configure: Regenerated.
43929 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43931         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43932         the `q' suffix from lea and replace .quad with ASM_ADDR.
43934 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43936         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43937         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43938         instead of $17.
43939         (PTR_DEMANGLE): Likewise.
43941 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43943         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43944         (LP_OP): Likewise.
43945         (ASM_ADDR): Likewise.
43946         (RAX_LP): Likewise.
43947         (RBP_LP): Likewise.
43948         (RBX_LP): Likewise.
43949         (RCX_LP): Likewise.
43950         (RDI_LP): Likewise.
43951         (RSI_LP): Likewise.
43952         (RSP_LP): Likewise.
43953         (R8_LP): Likewise.
43954         (R9_LP): Likewise.
43955         (R10_LP): Likewise.
43956         (R10_LP): Likewise.
43957         (R11_LP): Likewise.
43958         (R12_LP): Likewise.
43959         (R13_LP): Likewise.
43960         (R14_LP): Likewise.
43961         (R15_LP): Likewise.
43963 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43965         * sysdeps/x86_64/x32/dl-machine.h: New file.
43967 2012-05-14  Andreas Jaeger  <aj@suse.de>
43969         * manual/Makefile (subdir): Remove export of subdir.
43970         (all): Remove target.
43971         (.PHONY): Remove all from list.
43972         (mkinstalldirs): Remove.
43973         (.PHONY): Remove installdirs from list.
43974         ($(inst_infodir)/libc.info): Use make-target-directory.
43975         (installdirs): Remove.
43976         (subdir_%): Remove.
43977         (glibc-targets): Remove.
43978         (lib): Remove.
43979         (stubs): Remove.
43980         ($(objpfx)stubs ../po/manual.pot): Remove.
43981         ($(objpfx)stamp%): Remove.
43982         (make-target-directory): Remove.
43983         (subdir_install): Remove.
43984         (routines): Remove.
43985         (aux): Remove.
43986         (sources): Remove.
43987         (objects): Remove.
43988         (headers): Remove.
43990         [BZ #13750]
43991         * manual/.gitignore: Remove, it's not needed anymore.
43992         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43993         all files in it.
43994         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43995         directory.
43996         (texis): Renamed to $(objpfx)texis.
43997         (texis-path): New, contains path to generated files.
43998         (chapters.%): Use texis-path for complete path, add extra argument
43999         libc-texinfo.sh.
44000         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44001         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44002         (summary,texi, stamp-summary): Use complete path of
44003         files. Generate files in build dir.
44004         (dir-add.texi): Build in build dir.
44005         (libm-err.texi,stamp-libm-err): Likewise.
44006         (version.texi, stamp-version): Likewise.
44007         (.%c.texi): Likewise.
44008         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44009         (mostlyclean): Remove target.
44010         (realclean): Remove target.
44011         (generated): Add new variable with contents from mostlyclean and
44012         realclean, remove entries duplicated in common-mostlyclean, add
44013         stamp-libm-err and stamp-version.
44014         (generated-dirs): Add libc directory.
44015         ($(inst_infodir)/libc.info): Install files from build dir.
44017         * manual/install.texi (Configuring and compiling): Adjust since
44018         the info files are not part of the tar ball anymore.
44020 2012-05-14  Andreas Jaeger  <aj@suse.de>
44022         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44023         variable.
44025 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44027         [BZ #13717]
44028         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44029         to 2.2.0 where earlier.
44030         * sysdeps/unix/sysv/linux/configure: Regenerated.
44031         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44032         Remove conditional code.
44033         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44034         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44035         Remove conditional code.
44036         [!__NR_lchown]: Likewise.
44037         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44038         [__NR_lchown]: Likewise.
44039         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44040         comment referencing __ASSUME_LCHOWN_SYSCALL.
44041         * sysdeps/unix/sysv/linux/i386/sigaction.c
44042         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44043         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44044         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44045         Remove conditional code.
44046         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44047         (__protocol_available): Remove #if 0 code.
44048         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44049         conditional code.
44050         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44051         * sysdeps/unix/sysv/linux/kernel-features.h
44052         (__ASSUME_GETCWD_SYSCALL): Don't define.
44053         (__ASSUME_REALTIME_SIGNALS): Likewise.
44054         (__ASSUME_PREAD_SYSCALL): Likewise.
44055         (__ASSUME_PWRITE_SYSCALL): Likewise.
44056         (__ASSUME_POLL_SYSCALL): Likewise.
44057         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44058         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44059         non-SPARC.
44060         (__ASSUME_SIOCGIFNAME): Don't define.
44061         (__ASSUME_MSG_NOSIGNAL): Likewise.
44062         (__ASSUME_SENDFILE): Define unconditionally.
44063         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44064         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44065         conditional code.
44066         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44067         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44068         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44069         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44070         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44071         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44072         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44074         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44075         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44077         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44078         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44080         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44081         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44083         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44084         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44086         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44087         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44089         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44090         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44092         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44093         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44095         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44096         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44097         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44098         Remove conditional code.
44099         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44100         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44101         Remove conditional code.
44102         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44103         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44104         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44105         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44106         Remove conditional code.
44107         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44108         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44109         Remove conditional code.
44110         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44111         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44112         Remove conditional code.
44113         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44114         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44115         Remove conditional code.
44116         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44117         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44118         Remove conditional code.
44119         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44120         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44121         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44122         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44123         * sysdeps/unix/sysv/linux/sigaction.c
44124         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44125         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44126         * sysdeps/unix/sysv/linux/sigpending.c
44127         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44128         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44129         * sysdeps/unix/sysv/linux/sigprocmask.c
44130         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44131         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44132         * sysdeps/unix/sysv/linux/sigsuspend.c
44133         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44134         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44135         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44136         (__libc_missing_rt_sigs): Remove.
44137         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44138         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44139         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44140         Remove conditional code.
44141         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44142         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44143         return 1.
44144         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44145         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44146         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44147         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44149 2012-05-14  Andreas Jaeger  <aj@suse.de>
44151         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44152         it's not used in glibc.
44153         (__coshm1): Likewise.
44154         (__acosh1p): Likewise.
44155         (__sgn): Likewise.
44157         * manual/string.texi (Copying and Concatenation): Add missing
44158         variable in concat example.
44159         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44161 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44163         [BZ #14103]
44164         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44165         __builtin_clzl with __builtin_clzll.
44167 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44169         [BZ #14104]
44170         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44171         libc_freeres_ptr.
44173 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44175         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44176         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44177         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44178         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44180 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44182         * NEWS: Update ia64 info.
44184 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44186         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44187         used as bcopy.
44189 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44191         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44192         * sysdeps/unix/syscalls.list (dup3): Likewise.
44193         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44194         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44196 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44198         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44199         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44201 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44203         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44204         thread pointer.
44205         (TLS_IE): Use mov/add instead of movq/addq to load thread
44206         pointer.
44207         (TLS_GD_PREFIX): New.
44208         (TLS_GD): Use it.
44210 2012-05-11  David S. Miller  <davem@davemloft.net>
44212         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44213         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44214         (_FPU_SETCW): Likewise.
44216 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44218         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44219         is 32-byte aligned.
44221 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44223         [BZ #11837]
44224         * iconvdata/gb18030.c: Update tables.
44225         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44226         characters specially.
44227         (BODY for TO_LOOP): Add encoding of missing ranges.
44229 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44231         [BZ #13673]
44232         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44233         * sysdeps/mach/hurd/dup3.c: Likewise.
44234         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44235         * sysdeps/powerpc/memmove.c:: Likewise.
44237 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44239         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44240         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44242 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44244         * elf/elf.h (R_X86_64_RELATIVE64): New.
44245         (R_X86_64_NUM): Updated.
44246         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44247         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44248         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44249         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44250         tst-quad1pie tst-quad2pie
44251         (modules-names): Add tst-quadmod1 tst-quadmod2.
44252         ($(objpfx)tst-quad1): New dependency.
44253         ($(objpfx)tst-quad2): Likewise.
44254         ($(objpfx)tst-quad1pie): Likewise.
44255         ($(objpfx)tst-quad2pie): Likewise.
44256         * sysdeps/x86_64/tst-quad1.c: New file.
44257         * sysdeps/x86_64/tst-quad1pie.c: New file.
44258         * sysdeps/x86_64/tst-quad2.c: Likewise.
44259         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44260         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44261         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44262         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44263         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44265 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44267         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44268         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44269         * streams/stropts.h (t_scalar_t): Define type.
44271         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44272         (_PATH_PRESERVE): Set to "/var/lib".
44273         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44275         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44276         instead of int.
44278         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44279         if __dir_mkfile succeeded.
44281         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44282         checking for _hurd_dtablesize.  Unlock it right after having
44283         finished _hurd_dtable allocation.
44285 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44287         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44288         * sysdeps/mach/hurd/configure: Regenerated.
44289         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44290         special-casing to...
44291         * sysdeps/gnu/configure.in: ... this new file.
44292         * sysdeps/unix/sysv/linux/configure: Regenerated.
44293         * sysdeps/gnu/configure: New generated file.
44295         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44296         for Linux: use nsec instead of usec, as well as:
44297         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44298         members of type struct timespec.
44299         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44300         New macros.
44301         (struct stat64): Likewise.
44302         (_STATBUF_ST_NSEC): New macro.
44303         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44305         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44306         __strtoul_internal rather than strtoul.
44308 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44310         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44311         and reject them.
44313 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44315         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44316         which preserves existing values.
44317         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44319 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44321         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44322         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44323         greater than FD_SETSIZE.
44325 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44327         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44328         allocated, call __vm_protect to finish enabling the existing space, and
44329         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44330         allocate the remainder.
44332 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44334         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44335         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44337 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44339         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44340         sysdeps/mach/hurd/readlink.c.
44342         * posix/tst-sysconf.c (posix_options): Only use
44343         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44344         _POSIX_SYNCHRONIZED_IO when they are defined
44345         * sysdeps/mach/hurd/bits/posix_opt.h:
44346         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44347         (_XOPEN_REALTIME): Undefine macro.
44348         (_XOPEN_REALTIME_THREADS): Undefine macro.
44349         (_XOPEN_SHM): Undefine macro.
44350         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44351         macro to -1.
44352         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44353         macro to -1.
44354         (_POSIX_ASYNC_IO): Undefine macro.
44355         (_POSIX_PRIORITIZED_IO): Undefine macro.
44356         (_POSIX_SPIN_LOCKS): Define macro to -1.
44358         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44359         SA_NODEFER, SA_RESETHAND.
44360         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44361         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44362         F_DUPFD_CLOEXEC.
44364 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44366         * elf/Makefile (pldd-modules): Define unconditionally.
44368 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44370         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44372 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44374         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44375         Return ENOENT when name is empty.
44376         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44378 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44380         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44382         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44384 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44386         Fix mlock in all cases except non-readable pages.
44387         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44388         instead of VM_PROT_ALL as parameter to __vm_wire function.
44390         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44391         (__mkdir): When path is `/', just fail with EEXIST.
44392         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44394 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44396         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44397         <sys/uio.h> (for writev).
44398         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44399         and <sys/param.h> (for MIN).
44401 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44403         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44404         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44405         if interrupted.
44407 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44409         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44410         Depend on against $(link-rpcuserlibs).
44412 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44414         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44415         (__libc_stack_end): Do not use attribute_relro.
44416         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44417         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44418         to libthread-provided value.
44419         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44420         attribute_relro.
44422 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44424         [BZ #3748]
44425         * bits/libc-lock.h (__libc_once_get): New macro.
44426         * sysdeps/mach/bits/libc-lock.h: Likewise.
44427         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44428         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44429         instead of using implementation details.
44431         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44432         * libio/freopen.c: Likewise.
44433         * libio/freopen64.c: Likewise.
44434         * misc/syslog.c: Likewise.
44435         * nscd/connections.c: Likewise.
44436         * nscd/netgroupcache.c: Likewise.
44437         * sysdeps/posix/getcwd.c: Likewise.
44439 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44441         * math/w_ilogbf.c: Add #include <limits.h>.
44443 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44445         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44446         path instead of returning without unlocking.
44448         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44449         immediate-write ioctls.
44450         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44452 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44454         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44455         __builtin_frame_address instead of making assumptions about the
44456         location of the return address relative to DATA.  Force early load of
44457         the return address.
44458         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44459         __builtin_frame_address.
44461         dup3 for GNU Hurd.
44462         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44463         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44464         implement dup3 and do some further code clean-ups.
44465         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44466         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44468 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44470         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44472         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44473         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44474         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44475         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44476         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44477         d->port.lock.
44479         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44480         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44481         when handler == SIG_ERR, not when handler != SIG_ERR.
44483 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44485         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44486         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44487         definitions.
44489         accept4 for GNU Hurd.
44490         * include/sys/socket.h (__libc_accept4): New prototype.
44491         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44492         to implement __libc_accept4.
44493         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44494         __libc_accept4.
44495         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44497         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44498         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44499         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44500         signal-defines.sym.
44502 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44504         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44506 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44508         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44509         assertion on O_CLOEXEC flag.
44510         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44511         * hurd/intern-fd.c: Likewise.
44512         * hurd/port2fd.c: Likewise.
44514 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44516         [BZ #3906]
44517         * bits/in.h (IPV6_PKTINFO): Define new macro.
44518         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44520 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44522         [BZ #13954]
44523         [BZ #13955]
44524         [BZ #13956]
44525         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44526         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44527         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44528         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44529         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44530         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44531         * math/libm-test.inc (logb_test) : Additional logb tests.
44533 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44534             Andreas Jaeger  <aj@suse.de>
44536         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44537         * configure: Regenerated.
44538         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44539         * config.make.in (link-obsolete-rpc): New substituted variable.
44540         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44541         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44542         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44543         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44544         so that libc.a contains the symbols.
44545         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44546         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44547         * sunrpc/auth_none.c: Likewise.
44548         * sunrpc/auth_unix.c: Likewise.
44549         * sunrpc/authdes_prot.c: Likewise.
44550         * sunrpc/authuxprot.c: Likewise.
44551         * sunrpc/clnt_gen.c: Likewise.
44552         * sunrpc/clnt_perr.c: Likewise.
44553         * sunrpc/clnt_raw.c: Likewise.
44554         * sunrpc/clnt_simp.c: Likewise.
44555         * sunrpc/clnt_tcp.c: Likewise.
44556         * sunrpc/clnt_udp.c: Likewise.
44557         * sunrpc/clnt_unix.c: Likewise.
44558         * sunrpc/des_crypt.c: Likewise.
44559         * sunrpc/des_soft.c: Likewise.
44560         * sunrpc/get_myaddr.c: Likewise.
44561         * sunrpc/key_call.c: Likewise.
44562         * sunrpc/key_prot.c: Likewise.
44563         * sunrpc/netname.c: Likewise.
44564         * sunrpc/pm_getmaps.c: Likewise.
44565         * sunrpc/pm_getport.c: Likewise.
44566         * sunrpc/pmap_clnt.c: Likewise.
44567         * sunrpc/pmap_prot.c: Likewise.
44568         * sunrpc/pmap_prot2.c: Likewise.
44569         * sunrpc/pmap_rmt.c: Likewise.
44570         * sunrpc/publickey.c: Likewise.
44571         * sunrpc/rpc_cmsg.c: Likewise.
44572         * sunrpc/rpc_common.c: Likewise.
44573         * sunrpc/rpc_dtable.c: Likewise.
44574         * sunrpc/rpc_prot.c: Likewise.
44575         * sunrpc/rpc_thread.c: Likewise.
44576         * sunrpc/rtime.c: Likewise.
44577         * sunrpc/svc.c: Likewise.
44578         * sunrpc/svc_auth.c: Likewise.
44579         * sunrpc/svc_raw.c: Likewise.
44580         * sunrpc/svc_run.c: Likewise.
44581         * sunrpc/svc_tcp.c: Likewise.
44582         * sunrpc/svc_udp.c: Likewise.
44583         * sunrpc/svc_unix.c: Likewise.
44584         * sunrpc/svcauth_des.c: Likewise.
44585         * sunrpc/xcrypt.c: Likewise.
44586         * sunrpc/xdr.c: Likewise.
44587         * sunrpc/xdr_array.c: Likewise.
44588         * sunrpc/xdr_float.c: Likewise.
44589         * sunrpc/xdr_intXX_t.c: Likewise.
44590         * sunrpc/xdr_mem.c: Likewise.
44591         * sunrpc/xdr_rec.c: Likewise.
44592         * sunrpc/xdr_ref.c: Likewise.
44593         * sunrpc/xdr_sizeof.c: Likewise.
44594         * sunrpc/xdr_stdio.c: Likewise.
44596 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44598         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44599         change.  Update copyright years.
44601 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44603         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44605 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44606             Joseph Myers  <joseph@codesourcery.com>
44607             Paul Pluzhnikov  <ppluzhnikov@google.com>
44609         [BZ #14012]
44610         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44611         requiring rpcgen.
44612         [cross-compiling] (extra-libs): Likewise.
44613         [cross-compiling] (extra-libs-others): Likewise.
44614         [cross-compiling] (librpcsvc-routines): Likewise.
44615         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44616         [cross-compiling] (omit-deps): Likewise.
44617         (sunrpc-CPPFLAGS): New variable.
44618         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44619         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44620         (cross-rpcgen-objs): New variable.
44621         (extra-objs): Append $(cross-rpcgen-objs).
44622         ($(cross-rpcgen-objs)): New rule.
44623         ($(objpfx)cross-rpcgen): Likewise.
44624         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44625         comment.
44626         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44627         ($(objpfx)x%.stmp): Likewise.
44628         * sunrpc/proto.h [IS_IN_build] (_): Define.
44629         [IS_IN_build] (_libc_intl_domainname): Likewise.
44631 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44633         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44634         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44635         and R_X86_64_TPOFF64.
44637 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44639         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44640         sysdeps/unix/sysv/syscalls.list.
44641         (stime): Likewise.
44642         (utime): Likewise.
44643         * sysdeps/unix/sysv/syscalls.list: Remove file.
44645 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44647         [BZ #3440]
44648         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44649         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44650         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44651         (__LC_IDENTIFICATION): Make these macros useful in #if
44652         expressions, as required by C99.
44654 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44656         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44657         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44658         after this.
44660 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44662         * stdlib/longlong.h: Updated from GCC.
44664 2012-05-09  Andreas Jaeger  <aj@suse.de>
44666         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44667         default is first entry.
44668         (run_mode): Set type.
44669         (main): Remove informal message about syslog.
44670         (options): Fix typo.
44672         [BZ #14053]
44673         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44674         to asm.
44675         (lrint): Likewise.
44676         (llrintf): Likewise.
44677         (llrint): Likewise.
44678         (rint): Likewise.
44679         (rintf): Likewise.
44680         (nearbyint): Likewise.
44681         (nearbyintf): Likewise.
44683 2012-05-09  Andreas Jaeger  <aj@suse.de>
44684             Pedro Alves  <palves@redhat.com>
44686         * nscd/nscd.c (run_mode): Use enum.
44687         (main): Cleanup coding style issue.
44689 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44690             Andreas Jaeger  <aj@suse.de>
44692         * nscd/nscd.c (go_background): Replaced with...
44693         (run_mode): ... this.
44694         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44695         (options): Add -F --foreground.
44696         (main): Implement it.
44697         (parse_opt): Parse it.
44699 2012-05-09  Andreas Jaeger  <aj@suse.de>
44701         [BZ #14083]
44702         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44703         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44704         -Wconversion warning.
44705         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44706         Likewise.
44708 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44710         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44711         == 0.
44712         (LC_ALL): Use macro-int-constant.
44713         (LC_COLLATE): Likewise.
44714         (LC_CTYPE): Likewise.
44715         (LC_MESSAGES): Likewise.
44716         (LC_MONETARY): Likewise.
44717         (LC_NUMERIC): Likewise.
44718         (LC_TIME): Likewise.
44719         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44720         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44721         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44722         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44723         Specify type.
44724         [C99-based standards] (float_t): Expect type.
44725         [C99-based standards] (double_t): Expect type.
44726         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44727         type.
44728         [C99-based standards] (HUGE_VALL): Likewise.
44729         [C99-based standards] (INFINITY): Likewise.
44730         [C99-based standards] (NAN): Likewise.
44731         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44732         [C99-based standards] (FP_NAN): Likewise.
44733         [C99-based standards] (FP_NORMAL): Likewise.
44734         [C99-based standards] (FP_SUBNORMAL): Likewise.
44735         [C99-based standards] (FP_ZERO): Likewise.
44736         [C99-based standards] (FP_FAST_FMA): Use
44737         optional-macro-int-constant.  Specify type.  Require == 1.
44738         [C99-based standards] (FP_FAST_FMAF): Likewise.
44739         [C99-based standards] (FP_FAST_FMAL): Likewise.
44740         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44741         [C99-based standards] (FP_ILOGBNAN): Likewise.
44742         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44743         Specify type.
44744         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44745         [C99-based standards] (math_errhandling): Specify type.
44746         [ISO99 || ISO11] (signgam): Do not allow.
44747         [non-C99-based standards] (copysignf): Do not allow.
44748         [non-C99-based standards] (exp2f): Likewise.
44749         [non-C99-based standards] (log2f): Likewise.
44750         [non-C99-based standards] (modff): Allow.
44751         [non-C99-based standards] (erff): Do not allow.
44752         [non-C99-based standards] (erfcf): Likewise.
44753         [non-C99-based standards] (gammaf): Likewise.
44754         [non-C99-based standards] (hypotf): Likewise.
44755         [non-C99-based standards] (j0f): Likewise.
44756         [non-C99-based standards] (j1f): Likewise.
44757         [non-C99-based standards] (jnf): Likewise.
44758         [non-C99-based standards] (lgammaf): Likewise.
44759         [non-C99-based standards] (tgammaf): Likewise.
44760         [non-C99-based standards] (y0f): Likewise.
44761         [non-C99-based standards] (y1f): Likewise.
44762         [non-C99-based standards] (ynf): Likewise.
44763         [non-C99-based standards] (isnanf): Likewise.
44764         [non-C99-based standards] (acoshf): Likewise.
44765         [non-C99-based standards] (asinhf): Likewise.
44766         [non-C99-based standards] (atanhf): Likewise.
44767         [non-C99-based standards] (cbrtf): Likewise.
44768         [non-C99-based standards] (expm1f): Likewise.
44769         [non-C99-based standards] (ilogbf): Likewise.
44770         [non-C99-based standards] (log1pf): Likewise.
44771         [non-C99-based standards] (logbf): Likewise.
44772         [non-C99-based standards] (nextafterf): Likewise.
44773         [non-C99-based standards] (remainderf): Likewise.
44774         [non-C99-based standards] (rintf): Likewise.
44775         [non-C99-based standards] (scalbf): Likewise.
44776         [non-C99-based standards] (copysignl): Likewise.
44777         [non-C99-based standards] (exp2l): Likewise.
44778         [non-C99-based standards] (log2l): Likewise.
44779         [non-C99-based standards] (modfl): Allow.
44780         [non-C99-based standards] (erfl): Do not allow.
44781         [non-C99-based standards] (erfcl): Likewise.
44782         [non-C99-based standards] (gammal): Likewise.
44783         [non-C99-based standards] (hypotl): Likewise.
44784         [non-C99-based standards] (j0l): Likewise.
44785         [non-C99-based standards] (j1l): Likewise.
44786         [non-C99-based standards] (jnl): Likewise.
44787         [non-C99-based standards] (lgammal): Likewise.
44788         [non-C99-based standards] (tgammal): Likewise.
44789         [non-C99-based standards] (y0l): Likewise.
44790         [non-C99-based standards] (y1l): Likewise.
44791         [non-C99-based standards] (ynl): Likewise.
44792         [non-C99-based standards] (isnanl): Likewise.
44793         [non-C99-based standards] (acoshl): Likewise.
44794         [non-C99-based standards] (asinhl): Likewise.
44795         [non-C99-based standards] (atanhl): Likewise.
44796         [non-C99-based standards] (cbrtl): Likewise.
44797         [non-C99-based standards] (expm1l): Likewise.
44798         [non-C99-based standards] (ilogbl): Likewise.
44799         [non-C99-based standards] (log1pl): Likewise.
44800         [non-C99-based standards] (logbl): Likewise.
44801         [non-C99-based standards] (nextafterl): Likewise.
44802         [non-C99-based standards] (remainderl): Likewise.
44803         [non-C99-based standards] (rintl): Likewise.
44804         [non-C99-based standards] (scalbl): Likewise.
44805         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44806         [non-C99-based standards] (FP_*): Do not allow.
44807         [C99-based standards] (FP_*): Change to
44808         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44809         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44810         allow.
44811         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44812         (SIG_ERR): Likewise.
44813         [X/Open-based standards] (SIG_HOLD): Likewise.
44814         (SIG_IGN): Likewise.
44815         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44816         positive value.
44817         (SIGFPE): Likewise.
44818         (SIGILL): Likewise.
44819         (SIGINT): Likewise.
44820         (SIGSEGV): Likewise.
44821         (SIGTER): Likewise.
44822         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44823         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44824         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44825         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44826         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44827         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44828         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44829         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44830         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44831         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44832         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44833         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44834         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44835         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44836         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44837         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44838         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44839         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44840         [X/Open-based standards] (SIGTRAP): Likewise.
44841         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44842         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44843         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44844         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44845         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44846         allow.
44848 2012-05-08  Ian Wienand  <ianw@vmware.com>
44850         [BZ #14080]
44851         * time/tzset.c (__tzset_parse_tz): Update default rules for
44852         daylight time changes in the Energy Policy Act of 2005.
44854 2012-05-09  Andreas Jaeger  <aj@suse.de>
44856         [BZ #13983]
44857         * elf/ldconfig.c (parse_conf): Change string to make clear that
44858         ldconfig only issued a warning if ld.so.conf does not exist.
44860 2012-05-08  David S. Miller  <davem@davemloft.net>
44862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44863         movxtod instead of popping the value on the stack.
44865         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44867 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44869         * config.h.in: Add HAVE_ARM_PCS_VFP.
44871 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44873         [BZ #13979]
44874         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44875         checking but the checks are disabled for any reason.
44877 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44879         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44880         and ELF64_R_TYPE with ELFW(R_TYPE).
44882 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44884         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44885         (ulimit): Likewise.
44887         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44888         (settimeofday): Likewise.
44890 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44892         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44893         a struct th_u2 inside the union, and move tu_block/tu_code into
44894         a new th_u3 union of tu_block/tu_code inside of that.  Move
44895         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44896         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44897         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44898         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44899         (th_stuff): Change to th_u1.tu_stuff.
44900         (th_data): Define.
44901         (th_msg): Change to th_u1.th_u2.tu_data.
44903 2012-05-07  David S. Miller  <davem@davemloft.net>
44905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44907         [BZ #14074]
44908         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44909         (SETUP_PIC_REG): Use it.
44910         (SETUP_PIC_REG_LEAF): Use it.
44912 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44914         [BZ #13885]
44915         [BZ #13923]
44916         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44917         USE_AS_EXPM1L.
44918         (EXPL_FINITE): Likewise.
44919         (FLDLOG): Likewise.
44920         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44921         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44922         e_expl.S.
44923         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44924         USE_AS_EXPM1L.
44925         (EXPL_FINITE): Likewise.
44926         (FLDLOG): Likewise.
44927         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44928         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44929         e_expl.S.
44930         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44931         test of -max_value argument for long double.
44932         * sysdeps/i386/fpu/libm-test-ulps: Update.
44933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44935 2012-05-06  David S. Miller  <davem@davemloft.net>
44937         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44938         quad soft-float symbols whose references which are compiler
44939         generated.
44940         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44942 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44944         [BZ #13884]
44945         [BZ #13914]
44946         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44947         USE_AS_EXP10L.
44948         (EXPL_FINITE): Likewise.
44949         (FLDLOG): Likewise.
44950         (c0): Likewise.
44951         (c1): Likewise.
44952         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44953         Adjust comments for base varying.
44954         (__expl_finite): Change alias to EXPL_FINITE.
44955         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44956         e_expl.S.
44957         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44958         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44960         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44961         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44962         USE_AS_EXP10L.
44963         (EXPL_FINITE): Likewise.
44964         (FLDLOG): Likewise.
44965         (c0): Likewise.
44966         (c1): Likewise.
44967         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44968         Adjust comments for base varying.
44969         (__expl_finite): Change alias to EXPL_FINITE.
44970         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44971         tests for bugs.
44972         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44974         [BZ #14064]
44975         * math/libm-test.inc (check_float_internal): Correct ulp
44976         calculation for subnormal expected results.
44978 2012-05-06  Andreas Jaeger  <aj@suse.de>
44980         * Makeconfig (+math-flags): New, set to -frounding-math.
44981         (+cflags): Add +math-flags so that all of glibc gets compiled with
44982         it.
44984         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44986 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44988         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44989         Disable one test.
44991         [BZ #13787]
44992         [BZ #13922]
44993         [BZ #14036]
44994         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44995         (__ieee754_expl): Allow for and saturate large arguments.
44996         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44997         (u_threshold): Likewise.
44998         (__exp): Call __ieee754_exp before checking for overflow and
44999         underflow.
45000         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45001         (u_threshold): Likewise.
45002         (__expf): Call __ieee754_expf before checking for overflow and
45003         underflow.
45004         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45005         (u_threshold): Likewise.
45006         (__expl): Call __ieee754_expl before checking for overflow and
45007         underflow.
45008         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45009         (__ieee754_expl): Allow for and saturate large arguments.
45010         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45011         missing overflow exception on overflow.
45012         (expm1_test): Do not allow missing overflow exception on overflow.
45014         * sysdeps/i386/fpu/e_expl.c: Move to ...
45015         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45016         rather than using inline asm.
45017         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45018         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45019         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45021         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45022         (nice): Likewise.
45023         (poll): Likewise.
45024         (signal): Likewise.
45025         (time): Likewise.
45026         (times): Likewise.
45028 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45030         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45031         sysdeps/unix/common/syscalls.list.
45032         (fchmod): Likewise.
45033         (fchown): Likewise.
45034         (ftruncate): Likewise.
45035         (getrusage): Likewise.
45036         (gettimeofday): Likewise.
45037         (setpgid): Likewise.
45038         (setregid): Likewise.
45039         (setreuid): Likewise.
45040         (sigaction): Likewise.
45041         (truncate): Likewise.
45042         (vhangup): Likewise.
45043         * sysdeps/unix/common/syscalls.list: Remove file.
45044         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45045         * sysdeps/unix/sysv/linux/Implies: Likewise.
45047 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45049         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45051         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45052         Moved to ...
45053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45054         Here.
45055         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45056         to ...
45057         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45058         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45059         to ...
45060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45061         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45062         to ...
45063         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45064         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45065         to ...
45066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45067         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45068         to ...
45069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45070         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45071         to ...
45072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45073         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45074         to ...
45075         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45076         Here.
45077         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45078         to ...
45079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45080         Here.
45081         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45082         to ...
45083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45084         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45085         Moved to ...
45086         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45087         Here.
45088         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45089         to ...
45090         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45092 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45094         * sysdeps/unix/common/bits/dirent.h: Remove file.
45095         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45097         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45098         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45099         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45100         * sysdeps/unix/bsd/isatty.c: Likewise.
45101         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45102         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45103         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45105 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45107         [BZ #13563]
45108         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45109         long double comparison inaccuracies.
45110         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45111         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45113 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45115         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45116         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45118 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45120         [BZ #14049]
45121         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45122         nonzero digits before rounding a hex value.
45123         * stdlib/tst-strtod.c (tests): Add another test.
45125 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45127         * sysdeps/s390/fpu/libm-test-ulps: Update.
45129 2012-05-03  Andreas Jaeger  <aj@suse.de>
45131         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45132         does not get optimized out.
45133         (malloc_opt_barrier): New.
45135 2012-05-03  Andreas Jaeger  <aj@suse.de>
45136             Roland McGrath  <roland@hack.frob.com>
45138         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45139         intermediate file deletion.
45140         (generated): Add .symlist files.
45142 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45144         [BZ #13775]
45145         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45146         Redirect under this condition.
45147         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45148         [__USE_GNU] (__dprintf_chk): Not under this condition.
45149         [__USE_GNU] (__vdprintf_chk): Likewise.
45150         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45151         under this condition.
45152         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45153         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45154         [__USE_XOPEN2K8] (vdprintf): Likewise.
45155         [__USE_GNU] (__dprintf_chk): Not under this condition.
45156         [__USE_GNU] (__vdprintf_chk): Likewise.
45157         [__USE_GNU] (dprintf): Likewise.
45158         [__USE_GNU] (vdprintf): Likewise.
45160 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45162         * elf/Makefile (common-generated): Set this instead of generated for
45163         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45164         $(all-built-dso)-derived lists.
45166 2012-05-03  Andreas Jaeger  <aj@suse.de>
45168         * sysdeps/i386/fpu/libm-test-ulps: Update.
45170         * FAQ: Removed.
45171         * FAQ.in: Likewise.
45172         * scripts/gen-FAQ.pl: Likewise.
45173         * manual/install.texi (Installation): Point to online location of
45174         FAQ.
45175         * Makefile (files-for-dist): Remove FAQ.
45176         (FAQ): Remove.
45178 2012-05-02  Allan McRae  <allan@archlinux.org>
45180         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45181         (LDFLAGS-reldepmod5.so): Likewise.
45182         (LDFLAGS-reldep6mod1.so): Likewise.
45183         (LDFLAGS-reldep6mod4.so): Likewise.
45184         (LDFLAGS-reldep8mod3.so): Likewise.
45185         (LDFLAGS-unload4mod1.so): Likewise.
45186         (LDFLAGS-unload4mod2.so): Likewise.
45187         (LDFLAGS-tst-initorder): Likewise.
45188         (LDFLAGS-tst-initordera2.so): Likewise.
45189         (LDFLAGS-tst-initordera3.so): Likewise.
45190         (LDFLAGS-tst-initordera4.so): Likewise.
45191         (LDFLAGS-tst-initorderb2.so): Likewise.
45192         (LDFLAGS-noload): Likewise.
45193         (LDFLAGS-next): Likewise.
45194         (LDFLAGS-order2mod1.so): Likewise.
45195         (LDFLAGS-order2mod2.so): Likewise.
45196         (LDFLAGS-tst-initorder2): Likewise.
45197         (LDFLAGS-tst-initorder2a.so): Likewise.
45198         (LDFLAGS-tst-initorder2b.so): Likewise.
45199         (LDFLAGS-tst-initorder2c.so): Likewise.
45200         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45202 2012-05-02  David S. Miller  <davem@davemloft.net>
45204         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45206 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45208         [BZ #14055]
45209         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45211 2012-05-02  Andreas Jaeger  <aj@suse.de>
45213         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45214         since we manipulate rounding mode.
45215         (CPPFLAGS-test-idouble.c): Likewise.
45216         (CPPFLAGS-test-ifloat.c): Likewise.
45217         (CFLAGS-test-ldouble.c): Likewise.
45218         (CFLAGS-test-double.c): Likewise.
45219         (CFLAGS-test-float.c): Likewise.
45220         (CFLAGS-test-misc.c): Likewise.
45221         (CFLAGS-test-test-fenv.c): Likewise.
45223 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45225         [BZ #2550]
45226         [BZ #2570]
45227         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45228         comparisons to determine direction to adjust input.
45230 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45232         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45233         output to the target.
45235         * scripts/localplt.awk: New file.
45236         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45237         (check-localplt-CFLAGS): Variable removed.
45238         ($(all-built-dso:=.jmprel)): New static pattern rule.
45239         (generated): Add those targets.
45240         (localplt-built-dso): New variable.
45241         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45243         * elf/check-localplt.c: File removed.
45245         * scripts/check-execstack.awk: New file.
45246         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45247         (check-execstack-CFLAGS): Variable removed.
45248         ($(objpfx)check-execstack.h): Target removed.
45249         ($(objpfx)execstack-default): New target.
45250         (generated): Add that instead of check-execstack.h.
45251         ($(all-built-dso:=.phdr)): New static pattern rule.
45252         (generated): Add those targets.
45253         * elf/check-execstack.c: File removed.
45255         * scripts/check-textrel.awk: New file.
45256         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45257         (check-textrel-CFLAGS): Variable removed.
45258         (all-built-dso): Use := to define.o
45259         ($(all-built-dso:=.dyn)): New static pattern rule.
45260         (generated): Add those targets.
45261         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45262         * config.make.in (READELF): New substituted variable.
45263         * elf/check-textrel.c: File removed.
45265 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45267         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45268         allow.
45269         * conform/data/ctype.h-data [C99-based standards] (isblank):
45270         Expect function.
45271         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45272         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45273         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45274         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45275         Specify type.  Require positive value.
45276         (EILSEQ): Likewise.
45277         (ERANGE): Likewise.
45278         [ISO || POSIX] (EILSEQ): Do not expect.
45279         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45280         Specify type.  Require positive value.
45281         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45282         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45283         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45284         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45285         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45286         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45287         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45288         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45289         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45290         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45291         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45292         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45293         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45294         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45295         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45296         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45297         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45298         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45299         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45300         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45301         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45302         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45303         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45304         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45305         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45306         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45307         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45308         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45309         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45310         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45311         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45312         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45313         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45314         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45315         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45316         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45317         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45318         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45319         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45320         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45321         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45322         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45323         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45324         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45325         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45326         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45327         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45328         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45329         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45330         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45331         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45332         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45333         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45334         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45335         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45336         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45337         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45338         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45339         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45340         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45341         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45342         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45343         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45344         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45345         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45346         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45347         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45348         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45349         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45350         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45351         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45352         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45353         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45354         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45355         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45356         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45357         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45358         Require >= 2.
45359         (FLT_ROUNDS): Expect as macro, not constant.
45360         (FLT_MANT_DIG): Use macro-int-constant.
45361         (DBL_MANT_DIG): Likewise.
45362         (LDBL_MANT_DIG): Likewise.
45363         (FLT_DIG): Likewise.
45364         (DBL_DIG): Likewise.
45365         (LDBL_DIG): Likewise.
45366         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45367         (DBL_MIN_EXP): Likewise.
45368         (LDBL_MIN_EXP): Likewise.
45369         (FLT_MAX_EXP): Use macro-int-constant.
45370         (DBL_MAX_EXP): Likewise.
45371         (LDBL_MAX_EXP): Likewise.
45372         (FLT_MAX_10_EXP): Likewise.
45373         (DBL_MAX_10_EXP): Likewise.
45374         (LDBL_MAX_10_EXP): Likewise.
45375         (FLT_MAX): Use macro-constant.
45376         (DBL_MAX): Likewise.
45377         (LDBL_MAX): Likewise.
45378         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45379         (DBL_EPSILON): Likewise.
45380         (LDBL_EPSILON): Likewise.
45381         (FLT_MIN): Likewise.
45382         (DBL_MIN): Likewise.
45383         (LDBL_MIN): Likewise.
45384         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45385         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45386         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45387         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45388         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45389         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45390         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45391         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45392         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45393         [ISO11] (FLT_TRUE_MIN): Likewise.
45394         [ISO11] (LDBL_TRUE_MIN): Likewise.
45395         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45396         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45397         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45398         (SCHAR_MAX): Likewise.
45399         (UCHAR_MAX): Likewise.
45400         (CHAR_MIN): Likewise.
45401         (CHAR_MAX): Likewise.
45402         (MB_LEN_MAX): Use macro-int-constant.
45403         (SHRT_MIN): Use macro-int-constant.  Specify type.
45404         (SHRT_MAX): Likewise.
45405         (USHRT_MAX): Likewise.
45406         (INT_MAX): Likewise.
45407         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45408         bound negative.
45409         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45410         bound with "U".
45411         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45412         bound with "L".
45413         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45414         bound negative.  Suffix upper bound with "L".
45415         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45416         bound with "UL".
45417         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45418         Specify type.
45419         [C99-based standards] (LLONG_MAX): Likewise.
45420         [C99-based standards] (ULLONG_MAX): Likewise.
45421         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45422         == 0.
45423         [ISO11] (max_align_t): Require type.
45424         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45426         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45427         from $CFLAGS, without defining away __attribute__ calls.
45428         (checknamespace): Use $CFLAGS_namespace.
45430         * conform/conformtest.pl (@keywords): Only include C99 keywords
45431         for standards based on C99 or C11.
45433         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45434         Disable tests.
45435         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45436         UNIX98]: Likewise.
45438         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45439         usability of symbols in #if.
45441         * conform/conformtest.pl: If macro or constant types start
45442         "promoted:", expect the symbol to be of the following type
45443         promoted by the integer promotions.
45445         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45446         in one place.  Also handle "macro-constant".
45448         * conform/conformtest.pl: Only accept expected macro values with
45449         "==".  Parse all "macro" lines in one place.
45450         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45452         * conform/conformtest.pl: Handle braced types on "constant" lines
45453         instead of handling "typed-constant".
45454         * conform/data/signal.h-data: Use "constant" instead of
45455         "typed-constant".
45457         * conform/conformtest.pl: Handle "optional-" at start of lines in
45458         one place rather than duplicating several cases.  Handle each
45459         format of "macro" line with initial "optional-".
45461         * conform/conformtest.pl: Only accept expected constant or
45462         optional-constant values with "==".  Parse all "constant" lines in
45463         one place.  Parse all "optional-constant" lines in one place.
45464         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45465         * conform/data/fmtmsg.h-data: Likewise.
45466         * conform/data/netinet/in.h-data: Likewise.
45467         * conform/data/tar.h-data: Likewise.
45468         * conform/data/limits.h-data: Use "==" form on "constant" and
45469         "optional-constant" lines.
45471         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45472         Use -std=c99 for XOPEN2K.
45473         (@knownproblems): Remove.
45474         (newtoken): Don't check %isknown.
45476         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45477         Do not expect macro.
45478         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45479         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45480         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45481         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45482         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45483         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45484         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45485         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45486         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45487         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45488         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45489         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45490         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45491         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45492         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45493         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45494         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45495         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45496         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45497         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45498         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45499         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45500         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45501         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45502         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45503         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45504         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45505         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45506         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45507         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45508         [XPG3] (acosh): Likewise.
45509         [XPG3] (asinh): Likewise.
45510         [XPG3] (atanh): Likewise.
45511         [XPG3] (cbrt): Likewise.
45512         [XPG3] (expm1): Likewise.
45513         [XPG3] (ilogb): Likewise.
45514         [XPG3] (log1p): Likewise.
45515         [XPG3] (logb): Likewise.
45516         [XPG3] (nextafter): Likewise.
45517         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45518         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45519         [XPG3] (remainder): Likewise.
45520         [XPG3] (rint): Likewise.
45521         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45522         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45523         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45524         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45525         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45526         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45527         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45528         [UNIX98 || XOPEN2K] (scalb): Expect.
45529         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45530         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45531         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45532         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45533         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45534         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45535         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45536         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45537         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45538         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45539         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45540         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45541         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45542         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45543         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45544         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45545         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45546         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45547         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45548         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45549         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45550         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45551         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45552         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45553         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45554         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45555         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45556         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45557         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45558         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45559         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45560         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45561         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45562         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45563         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45564         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45565         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45566         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45567         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45568         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45569         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45570         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45571         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45572         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45573         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45574         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45575         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45576         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45577         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45578         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45579         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45580         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45581         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45582         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45583         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45584         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45585         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45586         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45587         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45588         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45589         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45590         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45591         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45592         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45593         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45594         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45595         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45596         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45597         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45598         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45599         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45600         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45601         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45602         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45603         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45604         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45605         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45606         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45607         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45608         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45609         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45610         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45611         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45612         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45613         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45614         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45615         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45616         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45617         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45618         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45619         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45620         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45621         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45622         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45623         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45624         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45625         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45626         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45627         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45628         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45629         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45630         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45631         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45632         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45633         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45634         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45635         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45636         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45637         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45638         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45639         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45640         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45641         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45642         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45643         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45644         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45645         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45646         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45647         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45648         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45649         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45650         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45651         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45652         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45653         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45654         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45655         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45656         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45657         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45658         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45659         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45660         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45661         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45662         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45663         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45664         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45665         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45667         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45668         _XOPEN_SOURCE_EXTENDED for XPG4.
45670         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45672         * Makeconfig (localtime): Remove variable.
45673         (inst_localtime-file): Likewise.
45675 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45678         Update.
45679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45680         Update.
45681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45682         Update.
45683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45684         Update.
45685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45686         Update.
45687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45688         Update.
45689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45690         Update.
45691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45692         Update.
45693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45694         Update.
45696 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45698         [BZ #2550]
45699         [BZ #2570]
45700         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45701         comparisons to determine direction to adjust input.
45702         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45703         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45704         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45705         Likewise.
45706         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45707         Likewise.
45708         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45709         Likewise.
45710         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45711         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45712         Likewise.
45713         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45714         Likewise.
45715         * math/libm-test.inc (nexttoward_test): Add more tests.
45717 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45719         [BZ #14040]
45720         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45721         in version GLIBC_2.1, not GLIBC_2.0.
45722         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45723         Likewise.
45725 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45727         [BZ #13942]
45728         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45729         (1 - x) * (1 + x).
45730         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45731         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45732         * math/libm-test.inc (acos_test): Add more tests.
45733         (asin_test): Likewise.
45734         * sysdeps/i386/fpu/libm-test-ulps: Update.
45735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45737         [BZ #14034]
45738         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45739         of square root.
45740         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45741         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45742         * math/libm-test.inc (acos_test_tonearest): New function.
45743         (acos_test_towardzero): Likewise.
45744         (acos_test_downward): Likewise.
45745         (acos_test_upward): Likewise.
45746         (asin_test_tonearest): Likewise.
45747         (asin_test_towardzero): Likewise.
45748         (asin_test_downward): Likewise.
45749         (asin_test_upward): Likewise.
45750         (main): Call the new functions.
45751         * sysdeps/i386/fpu/libm-test-ulps: Update.
45752         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45754         [BZ #13884]
45755         [BZ #13924]
45756         * math/e_exp10.c: Include <float.h>.
45757         (__ieee754_exp10): Handle underflow here rather than multiplying
45758         large negative argument by M_LN10.
45759         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45760         of __ieee754_expf.
45761         * math/e_exp10l.c: Include <float.h>.
45762         (__ieee754_exp10l): Handle underflow here rather than multiplying
45763         large negative argument by M_LN10l.
45764         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45765         spurious overflow exception on underflow.
45767 2012-04-29  Marek Polacek  <polacek@redhat.com>
45769         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45770         (__fortify_function): New macro.
45771         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45772         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45773         __extern_always_inline.
45774         * libio/bits/stdio2.h: Likewise.
45775         * libio/bits/stdio.h: Likewise.
45776         * string/string.h: Likewise.
45777         * string/bits/string3.h: Likewise.
45778         * include/stdio.h: Likewise.
45779         * stdlib/bits/stdlib.h: Likewise.
45780         * stdlib/stdlib.h: Likewise.
45781         * rt/bits/mqueue2.h: Likewise.
45782         * rt/mqueue.h: Likewise.
45783         * posix/bits/unistd.h: Likewise.
45784         * posix/unistd.h: Likewise.
45785         * io/bits/poll2.h: Likewise.
45786         * io/bits/fcntl2.h: Likewise.
45787         * io/fcntl.h: Likewise.
45788         * io/sys/poll.h: Likewise.
45789         * misc/bits/syslog.h: Likewise.
45790         * misc/bits/syslog-ldbl.h: Likewise.
45791         * misc/sys/syslog.h: Likewise.
45792         * socket/bits/socket2.h: Likewise.
45793         * socket/sys/socket.h: Likewise.
45794         * debug/tst-chk1.c: Likewise.
45795         * wcsmbs/bits/wchar2.h: Likewise.
45796         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45797         * wcsmbs/wchar.h: Likewise.
45799 2012-04-29  Andreas Jaeger  <aj@suse.de>
45801         * Makerules (tests): Remove enable-check-abi protection.
45802         (check-abi-warn): Remove.
45803         (check-abi-%): Remove check-abi-warn usage.
45805         * configure.in: Remove check-abi configure option.
45806         * configure: Regenerated.
45807         * config.make.in (enable-check-abi): Remove.
45809 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45811         [BZ #14033]
45812         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45813         double functions to double *_finite functions.
45815         [BZ #13941]
45816         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45817         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45818         LDBL_MIN_EXP.
45819         * stdio-common/Makefile (tests): Add tst-sprintf3.
45820         * stdio-common/tst-sprintf3.c: New file.
45822         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45823         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45825 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45827         * conform/conformtest.pl: Remove duplicate typed-constant
45828         handling.
45830 2012-04-28  David S. Miller  <davem@davemloft.net>
45832         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45833         (check-abi-%): Remove AWK script prerequisite and explicit
45834         abilist directory.
45835         (check-abi): Rewrite to just diff the symlist with the abilist.
45836         (config-tls, config-abi-config): Delete, no longer used.
45837         (update-abi-%): Remove AWK script and explicit abilist directory.
45838         (update-abi): Rewrite to simply compare and conditionally copy the
45839         symlist and the sysdep abilist file.  Remove update-abi-config
45840         checks.
45841         * abilist/ld.abilist: Remove.
45842         * abilist/libBrokenLocale.abilist: Remove.
45843         * abilist/libanl.abilist: Remove.
45844         * abilist/libcrypt.abilist: Remove.
45845         * abilist/libdl.abilist: Remove.
45846         * abilist/librt.abilist: Remove.
45847         * abilist/libthread_db.abilist: Remove.
45848         * abilist/libutil.abilist: Remove.
45849         * scripts/extract-abilist.awk: Remove.
45850         * scripts/merge-abilist.awk: Remove.
45851         * sysdeps/generic/libcidn.abilist: New file.
45852         * sysdeps/generic/libnss_compat.abilist: New file.
45853         * sysdeps/generic/libnss_db.abilist: New file.
45854         * sysdeps/generic/libnss_dns.abilist: New file.
45855         * sysdeps/generic/libnss_files.abilist: New file.
45856         * sysdeps/generic/libnss_hesiod.abilist: New file.
45857         * sysdeps/generic/libnss_nis.abilist: New file.
45858         * sysdeps/generic/libnss_nisplus.abilist: New file.
45859         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45860         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45861         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45862         file.
45863         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45864         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45865         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45866         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45867         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45868         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45869         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45870         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45871         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45872         file.
45873         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45874         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45875         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45876         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45877         file.
45878         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45879         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45880         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45881         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45882         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45883         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45884         file.
45885         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45886         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45887         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45888         file.
45889         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45890         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45891         New file.
45892         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45893         New file.
45894         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45895         New file.
45896         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45897         New file.
45898         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45899         New file.
45900         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45901         New file.
45902         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45903         New file.
45904         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45905         New file.
45906         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45907         New file.
45908         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45909         New file.
45910         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45911         New file.
45912         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45913         New file.
45914         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45915         New file.
45916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45917         file.
45918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45919         New file.
45920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45921         New file.
45922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45923         file.
45924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45925         New file.
45926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45927         New file.
45928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45929         file.
45930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45931         New file.
45932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45933         New file.
45934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45935         New file.
45936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45937         New file.
45938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45939         New file.
45940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45941         New file.
45942         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45944         file.
45945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45946         New file.
45947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45948         file.
45949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45950         file.
45951         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45952         file.
45953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45954         file.
45955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45956         file.
45957         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45958         New file.
45959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45960         file.
45961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45962         file.
45963         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45964         New file.
45965         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45966         file.
45967         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45969         file.
45970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45971         New file.
45972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45973         file.
45974         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45975         file.
45976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45977         file.
45978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45979         file.
45980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45981         file.
45982         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45983         New file.
45984         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45985         file.
45986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45987         file.
45988         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45989         New file.
45990         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45991         file.
45992         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45993         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45994         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45995         file.
45996         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45997         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45998         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45999         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46000         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46001         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46002         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46003         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46004         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46005         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46008         file.
46009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46010         New file.
46011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46012         file.
46013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46014         file.
46015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46016         file.
46017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46018         file.
46019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46020         file.
46021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46022         New file.
46023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46024         New file.
46025         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46026         file.
46027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46028         New file.
46029         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46030         file.
46031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46033         file.
46034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46035         New file.
46036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46037         file.
46038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46039         file.
46040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46041         file.
46042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46043         file.
46044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46045         file.
46046         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46047         New file.
46048         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46049         New file.
46050         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46051         file.
46052         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46053         New file.
46054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46055         file.
46057 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46059         * conform/conformtest.pl: Fix typo in handling typed-constant from
46060         allow-header.
46062 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46064         * README: Cut down references to pre-2.6 Linux kernels and
46065         Linuxthreads.  Update lists of configurations in libc and ports
46066         and sort alphabetically.  Say "or newer" with Linux kernel version
46067         requirements.
46069         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46071 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46073         [BZ #887]
46074         * math/libm-test.inc (logb_test_downward): New test to expose
46075         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46076         rounding mode.
46078 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46080         [BZ #14027]
46081         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46082         to be done.
46083         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46084         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46086 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46088         * sysdeps/unix/i386/brk.S: Remove file.
46089         * sysdeps/unix/i386/dl-brk.S: Likewise.
46090         * sysdeps/unix/i386/pipe.S: Likewise.
46091         * sysdeps/unix/i386/sigreturn.S: Likewise.
46092         * sysdeps/unix/i386/syscall.S: Likewise.
46093         * sysdeps/unix/i386/vfork.S: Likewise.
46094         * sysdeps/unix/i386/wait.S: Likewise.
46096         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46097         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46099         * configure.in (arm*-none*): Do not allow without
46100         --enable-hacker-mode.
46101         (netbsd*): Remove case setting base_os.
46102         (386bsd*): Likewise.
46103         (freebsd*): Likewise.
46104         (bsdi*): Likewise.
46105         (osf*): Likewise.
46106         (sunos*): Likewise.
46107         (ultrix*): Likewise.
46108         (newsos*): Likewise.
46109         (dynix*): Likewise.
46110         (*bsd*): Likewise.
46111         (sysv*): Likewise.
46112         (isc*): Likewise.
46113         (esix*): Likewise.
46114         (sco*): Likewise.
46115         (minix*): Likewise.
46116         (irix4*): Likewise.
46117         (irix6*): Likewise.
46118         (solaris[2-9]*): Likewise.
46119         (none): Likewise.
46120         * configure: Regenerated.
46122 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46124         [BZ #11521]
46125         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46126         overflow or cancellation in calculating denominator.
46127         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46128         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46129         down expression to avoid unexpected rounding in newer GCCs.
46130         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46132 2012-04-26  David S. Miller  <davem@davemloft.net>
46134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46135         long-double compat symbols.
46136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46141         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46142         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46143         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46144         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46145         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46146         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46147         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46148         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46150 2012-04-25  David S. Miller  <davem@davemloft.net>
46152         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46153         HWCAP_* values only after the memory barriers have been defined.
46154         (atomic_full_barrier): Define.
46155         (atomic_read_barrier): Define.
46156         (atomic_write_barrier): Define.
46158 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46160         * shlib-versions: Add libgcc_s version information.
46161         * sysdeps/generic/libgcc_s.h: Remove.
46162         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46163         libgcc_s.h.
46164         * sysdeps/gnu/unwind-resume.c: Likewise.
46165         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46167 2012-04-25  David S. Miller  <davem@davemloft.net>
46169         * sysdeps/unix/sparc/brk.S: Delete.
46170         * sysdeps/unix/sparc/dl-brk.S: Delete.
46171         * sysdeps/unix/sparc/pipe.S: Delete.
46172         * sysdeps/unix/sparc/sysdep.S: Delete.
46173         * sysdeps/unix/sparc/sysdep.h: Delete.
46174         * sysdeps/unix/sparc/vfork.S: Delete.
46175         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46176         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46177         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46178         (ret_ERRVAL, r0, r1, MOVE): Define.
46179         (JUMPTARGET): Remove.
46180         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46181         sysdeps/unix/sparc/sysdep.h
46182         (ENTRY, END): Remove.
46183         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46185 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46187         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46188         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46189         -DIS_IN_build.
46191         * timezone/README: Update upstream location and email address for
46192         tzcode and tzdata.
46193         * timezone/zdump.c: Update from tzcode 2012b.
46194         * timezone/zic.c: Likewise.
46196         * configure.in (libc_cv_as_needed): Remove test.
46197         * configure: Regenerated.
46198         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46199         conditional definition.
46200         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46201         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46202         * config.make.in (have-as-needed): Remove variable.
46204 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46205             Paul Pluzhnikov  <ppluzhnikov@google.com>
46207         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46208         strings correctly.
46210 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46212         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46213         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46214         * sysdeps/sh/strlen.S: Likewise.
46216 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46218         * sysdeps/unix/fork.S: Remove file.
46219         * sysdeps/unix/i386/fork.S: Likewise.
46220         * sysdeps/unix/sparc/fork.S: Likewise.
46222         * sysdeps/unix/system.c: Remove file.
46223         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46225         * sysdeps/unix/getegid.S: Remove file.
46226         * sysdeps/unix/geteuid.S: Likewise.
46228 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46230         * scripts/check-localplt.awk: New file.
46231         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46232         of diff.
46233         * scripts/data/localplt-generic.data: Add a comment.
46235         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46236         NODE when __dir_mkfile failed.
46237         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46238         Reported by Ludovic Courtès <ludo@gnu.org>.
46240 2012-04-24  Andreas Jaeger  <aj@suse.de>
46242         * Makerules (common-clean): Also remove gen-as-const-headers
46243         files.
46245 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46247         * Makerules (native-compile): Do not change working directory for
46248         build.  Use $(OUTPUT_OPTION) in command.
46249         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46251 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46253         [BZ #13886]
46254         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46255         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46256         * math/libm-test.inc (floor_test): Add more tests.
46257         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46259 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46261         * sysdeps/unix/getdents.c: Remove file.
46262         * sysdeps/unix/sysv/getdents.c: Likewise.
46263         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46265         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46266         sysdeps/unix/mman/syscalls.list.
46267         (mmap): Likewise.
46268         (mprotect): Likewise.
46269         (msync): Likewise.
46270         (munmap): Likewise.
46271         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46272         * sysdeps/unix/mman/syscalls.list: Remove.
46273         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46275         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46276         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46277         * configure: Regenerated.
46278         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46279         $(libgcc_s_suffix).
46280         * config.make.in (libgcc_s_suffix): Remove variable.
46282 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46284         * sysdeps/unix/sysv/gethostname.c: Move to ...
46285         * sysdeps/posix/gethostname.c: ... here.
46287         * sysdeps/unix/execve.S: Remove file.
46289         * sysdeps/unix/_exit.S: Remove file.
46291 2012-04-23  Andreas Jaeger  <aj@suse.de>
46293         [BZ #13739]
46294         * manual/Makefile: Remove make dist support, there's no
46295         need for a stand-alone documentation tar ball.
46296         (TEXI2DVI): Define always, it's not in Makeconfig.
46297         (dist): Removed.
46298         (tar-it): Removed.
46299         (edition): Removed.
46300         (glibc-doc-$(edition).tar): Removed
46301         (%.Z): Removed.
46302         (%.gz): Removed.
46303         (%.uu): Removed.
46304         (ETAGS): Remove, it's in Makeconfig.
46305         (move-if-change): Remove, it's in Makeconfig.
46307 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46309         [BZ #13970]
46310         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46311         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46312         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46313         (strtod_l, strtof_l, strtold_l): Remove __wur.
46314         It is not necessarily an error to ignore strtol's return value.
46315         One can reliably look at the stored endptr to decide whether
46316         the number had valid syntax.
46318 2012-04-21  Andreas Jaeger  <aj@suse.de>
46320         [BZ #13739]
46321         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46323 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46325         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46326         * sysdeps/unix/sysv/Versions: Remove file.
46328 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46330         [BZ #13927]
46331         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46333 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46335         [BZ #7064]
46336         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46337         version from __vm86.
46339 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46341         * sysdeps/unix/common/lxstat.c: Remove file.
46342         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46344         * sysdeps/unix/sysv/Makefile: Remove file.
46346         * sysdeps/unix/sysv/direct.h: Remove file.
46348         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46349         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46350         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46351         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46352         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46353         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46354         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46356         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46358         * sysdeps/unix/xmknod.c: Remove file.
46359         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46361         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46363         * sysdeps/unix/sysv/i386/time.S: Remove file.
46365         * sysdeps/unix/fxstat.c: Remove file.
46366         * sysdeps/unix/xstat.c: Likewise.
46367         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46369         * sysdeps/unix/sysv/sigaction.c: Remove file.
46371         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46372         (sysdep_headers): Remove variable.
46373         [termio.h not in sysdep_headers] (generated): Likewise.
46374         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46375         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46376         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46377         * sysdeps/unix/sysv/tcflow.c: Likewise.
46378         * sysdeps/unix/sysv/tcflush.c: Likewise.
46379         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46380         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46381         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46382         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46383         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46385         * sysdeps/unix/siglist.c: Remove file.
46387         * sysdeps/unix/getppid.S: Remove file.
46389         * sysdeps/unix/mkdir.c: Remove file.
46390         * sysdeps/unix/rmdir.c: Likewise.
46392 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46394         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46395         ERR_MAX value.
46396         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46397         errlist-compat value.
46399 2012-04-18  David S. Miller  <davem@davemloft.net>
46401         * sysdeps/generic/memcopy.h (reg_char): Delete.
46402         * debug/strcat_chk.c: Use char, not reg_char.
46403         * debug/strcpy_chk.c: Likewise.
46404         * debug/strncat_chk.c: Likewise.
46405         * debug/strncpy_chk.c: Likewise.
46406         * string/memchr.c: Likewise.
46407         * string/memrchr.c: Likewise.
46408         * string/rawmemchr.c: Likewise.
46409         * string/strcat.c: Likewise.
46410         * string/strchr.c: Likewise.
46411         * string/strchrnul.c: Likewise.
46412         * string/strcmp.c: Likewise.
46413         * string/strcpy.c: Likewise.
46414         * string/strncat.c: Likewise.
46415         * string/strncmp.c: Likewise.
46416         * string/strncpy.c: Likewise.
46418 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46420         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46421         __builtin_memcopy is called when src and dest ranges are known to not
46422         overlap.
46424 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46426         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46427         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46428         fwd_align_merge macro call.
46429         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46430         bwd_align_merge macro call.
46431         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46433 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46435         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46436         bwd_align_merge macros.
46437         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46438         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46439         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46441 2012-04-18  David S. Miller  <davem@davemloft.net>
46443         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46445 2012-04-18  Andreas Jaeger  <aj@suse.de>
46447         [BZ# 6794]
46448         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46449         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46450         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46452         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46453         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46454         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46456         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46457         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46458         Adjust for changed ldbl-128 files.
46460         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46461         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46462         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46464 2012-04-17  David S. Miller  <davem@davemloft.net>
46466         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46468 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46470         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46471         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46472         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46473         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46474         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46475         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46477 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46479         [BZ #6794]
46480         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46481         * math/libm-test.inc: Add ilogb errno and exception tests.
46482         * math/w_ilogb.c: New file: ilogb wrapper.
46483         * math/w_ilogbf.c: New file: ilogbf wrapper.
46484         * math/w_ilogbl.c: New file: ilogbl wrapper.
46485         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46486         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46487         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46488         exception being thrown with 0.0 as argument.
46489         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46490         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46491         exception being thrown with 0.0 as argument.
46492         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46493         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46494         exception being thrown with 0.0 as argument.
46495         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46496         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46497         exception being thrown with 0.0 as argument.
46498         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46499         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46500         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46501         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46502         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46503         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46504         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46505         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46506         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46508 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46510         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46511         with altivec.
46513 2012-04-16  Marek Polacek  <polacek@redhat.com>
46515         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46517 2012-04-16  Marek Polacek  <polacek@redhat.com>
46519         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46520         operands of fdivp instruction.
46522 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46524         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46525         * elf/tst-auditmod3b.c: Likewise.
46526         * elf/tst-auditmod4b.c: Likewise.
46527         * elf/tst-auditmod5b.c: Likewise.
46528         * elf/tst-auditmod6b.c: Likewise.
46529         * elf/tst-auditmod6c.c: Likewise.
46530         * elf/tst-auditmod7b.c: Likewise.
46531         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46532         * sysdeps/x86_64/preconfigure.in: Likewise.
46533         * sysdeps/x86_64/preconfigure: Regenerated.
46535 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46537         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46538         __ILP32__.
46540 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46542         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46543         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46545 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46547         [BZ #13973]
46548         * locale/iso-639.def: Fix gl language name. Spotted by
46549         Yaron Shahrabani.
46551 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46553         [BZ #2074]
46554         * libio/libio.h (__io_write_fn): Update comment.
46556 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46558         [BZ #2074]
46559         * stdio.texi (Hook Functions): The user provided writer function
46560         is not allowed to return -1.
46562 2012-04-11  David S. Miller  <davem@davemloft.net>
46564         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46566 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46568         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46569         Add a leading slash to rtkaio.
46571 2012-04-11  Jim Meyering  <meyering@redhat.com>
46573         [BZ #11959]
46574         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46575         It is not necessarily an error to ignore fwrite's return
46576         value.  One can reliably use ferror to test for errors after
46577         the fact.
46579 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46581         * bits/types.h (__snseconds_t): New type.
46582         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46584         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46585         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46586         (__SNSECONDS_T_TYPE): Likewise.
46587         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46588         (__SNSECONDS_T_TYPE): Likewise.
46589         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46590         (__SNSECONDS_T_TYPE): Likewise.
46592 2012-04-10  Andreas Jaeger  <aj@suse.de>
46594         [BZ #2636]
46595         * manual/time.texi (Processor Time): Return type of times is
46596         elapsed real time since an arbitrary point in the past.
46597         (CPU Time): Move CLK_TCK from here...
46598         (Processor Time): ...to here.  Correct description.
46599         * manual/conf.texi (Constants for Sysconf): Correct description of
46600         _SC_CLK_TCK.
46602 2012-04-10  David S. Miller  <davem@davemloft.net>
46604         [BZ #13967]
46605         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46606         where the is a gap between DT_REL(A) and DT_JMPREL.
46608 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46610         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46611         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46612         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46614 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46616         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46617         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46618         (dl_main): Handle --inhibit-cache.
46619         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46620         _dl_inhibit_cache.
46621         * elf/dl-load.c (_dl_map_object): Use it.
46622         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46624 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46626         [BZ #13872]
46627         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46628         (__ieee754_powl): Saturate large exponents rather than testing for
46629         overflow of y*log2(x).
46630         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46631         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46632         exceptions.
46634         [BZ #11521]
46635         * math/s_ctan.c: Include <float.h>.
46636         (__ctan): Avoid internal overflow or cancellation in calculating
46637         denominator.
46638         * math/s_ctanf.c: Likewise.
46639         * math/s_ctanl.c: Likewise.
46640         * math/s_ctanh.c: Likewise.
46641         * math/s_ctanhf.c: Likewise.
46642         * math/s_ctanhl.c: Likewise.
46643         * math/libm-test.inc (ctan_test): Add more tests.
46644         (ctanh_test): Likewise.
46645         * sysdeps/i386/fpu/libm-test-ulps: Update.
46646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46648 2012-04-09  Andreas Jaeger  <aj@suse.de>
46650         [BZ #6894]
46651         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46652         is an optional BSD extension.
46654         [BZ #10254]
46655         * manual/stdio.texi (Opening Streams): Document additional fopen
46656         parameters.
46658 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46660         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46661         %eax without telling the compiler.
46663 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46665         [BZ # 13963]
46666         * manual/install.texi: Use sourceware.org.
46668 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46670         [BZ #13873]
46671         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46672         (__ieee754_pow): Generate overflow and underflow using huge*huge
46673         and tiny*tiny rather than just returning constant infinity or zero
46674         for large exponents.
46675         * math/libm-test.inc (pow_test): Require overflow exceptions for
46676         applicable cases of large exponents.
46678         [BZ #706]
46679         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46680         (__ieee754_pow): Use iterative multiplication algorithm only for
46681         integer exponents with absolute value below 1024.  Check for odd
46682         integer exponents when using algorithm for real exponents.
46683         * math/libm-test.inc (pow_test): Add more tests.
46684         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46686 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46688         [BZ #13705]
46689         * math/libm-test.inc (exp_test): Do not allow overflow exception
46690         on underflow test.
46692 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46694         [BZ #13705]
46695         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46696         instead of __kernel_standard_f.
46698 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46700         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46701         * sysdeps/x86_64/memset_chk.S: Likewise.
46703 2012-04-08  Andreas Jaeger  <aj@suse.de>
46705         [BZ #10153]
46706         * manual/startup.texi (Environment Access): Describe return value
46707         for putenv and setenv.
46709         [BZ #6895]
46710         * manual/filesys.texi (Directory Entries): Add description for
46711         DT_LNK.
46713         [BZ #6890]
46714         * manual/filesys.texi (Directory Entries): Clarify that it's file
46715         system not operating system in the description of DT_UNKNOWN.
46717         [BZ #6578]
46718         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46720 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46722         [BZ #6649]
46723         * manual/llio.texi (Opening and Closing Files): Add cross
46724         reference to explain mode argument.
46726 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46728         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46729         * sysdeps/x86_64/memset_chk.S: Likewise.
46731 2012-04-07  David S. Miller  <davem@davemloft.net>
46733         * elf/elf.h (R_SPARC_WDISP10): Define.
46734         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46735         R_SPARC_SIZE32.
46736         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46737         R_SPARC_SIZE64 and R_SPARC_H34.
46739 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46741         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46742         conditions and remove no longer applicable assertion.
46744 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46746         * bits/byteswap.h: Include <features.h>.
46747         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46748         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46750 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46752         * bits/byteswap.h (__bswap_16): Removed.
46753         Include <bits/byteswap-16.h> to get __bswap_16.
46754         * sysdeps/i386/bits/byteswap.h: Likewise.
46755         * sysdeps/s390/bits/byteswap.h: Likewise.
46756         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46757         * bits/byteswap-16.h: New file.
46758         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46759         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46760         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46761         * string/Makefile (headers): Add bits/byteswap-16.h.
46763 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46765         [BZ #13895]
46766         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46767         extra indirection.
46768         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46769         * nss/tst-nss-static.c: New.
46771 2012-04-06  Robert Millan  <rmh@gnu.org>
46773         [BZ #6486]
46774         * manual/llio.texi (File Position Primitive): lseek
46775         refers to WHENCE when it really means OFFSET.
46777 2012-04-06  Andreas Jaeger  <aj@suse.de>
46779         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46780         strncmp declarations.
46782         * abilist/libc.abilist: Add __poll and __ppoll.
46784 2012-04-05  David S. Miller  <davem@davemloft.net>
46786         * scripts/check-local-headers.sh: Accept a host triplet in the
46787         path matched by the exclude regexp.
46789         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46790         definition.
46791         * sysdeps/powerpc/powerpc32/dl-machine.h
46792         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46793         * sysdeps/s390/s390-32/dl-machine.h
46794         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46795         * sysdeps/sparc/sparc32/dl-machine.h
46796         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46797         * sysdeps/sparc/sparc64/dl-machine.h
46798         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46800         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46801         lazy binding.
46802         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46803         undefined symbol errors.
46805         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46806         DT_NEEDED entries.
46808 2012-04-05  Michael Matz  <matz@suse.de>
46810         [BZ #13592]
46811         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46813 2012-04-05  Andreas Jaeger  <aj@suse.de>
46815         [BZ #13908]
46816         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46817         comment.
46819 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46821         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46822         which ROUND is no valid rounding mode.
46824 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46826         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46827         read again.
46828         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46830 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46832         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46833         an exception using FPU order intentionally.
46835 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46837         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46838         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46839         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46840         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46842 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46844         [BZ #12340]
46845         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46846         EINVAL when BUFLEN is too smal.
46848 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46850         [BZ #13553]
46851         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46852         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46854 2012-04-03  Andreas Jaeger  <aj@suse.de>
46856         [BZ #13938]
46857         * manual/setjmp.texi (System V contexts): Fix sentence.
46859         [BZ #13926]
46860         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46861         New macro for this case.
46862         [!__GNUC__] (__bswap_64): New inline function for this case.
46863         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46864         * bits/byteswap.h: Likewise.
46865         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46866         ull, guard with __GLIBC_HAVE_LONG_LONG.
46868         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46869         __GLIBC_HAVE_LONG_LONG.
46871         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46872         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46874 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46876         [BZ #13691]
46877         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46878         inptr and inend, rather than using last_ch.
46880 2012-04-02  David S. Miller  <davem@davemloft.net>
46882         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46883         * stdio-common/printf-parse.h (read_int): Change return type to
46884         'int', return -1 on INT_MAX overflow.
46885         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46886         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46887         overflows INT_MAX.  Check for overflow of in-format-string precision
46888         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46889         SIZE_MAX not INT_MAX for integer overflow test.
46890         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46891         skip the construct in the format string but do not record anything.
46892         * stdio-common/bug22.c: Adjust to test both width/prevision
46893         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46894         explicitly for proper errno values.
46896 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46898         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46899         CHAR_MAX.
46900         * string/test-strcmp.c [! WIDE]: Likewise.
46901         * time/tst-mktime2.c: Likewise for INT_MAX.
46902         * string/test-string.h: #include <sys/param.h> for MIN.
46904         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46905         * sysdeps/i386/init-first.c (init): Likewise.
46906         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46907         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46908         * sysdeps/sh/init-first.c (init): Likewise.
46910 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46912         * po/ru.po: Update from translation team.
46913         * po/vi.po: Likewise.
46915 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46917         * resolv/nss_dns/dns-host.c: Merge copyright years.
46919 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46921         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46922         Optimize memcpy with prefetch if
46923         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46924         src, dst pointers have unequal 16 byte alignments.
46926 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46928         [BZ #13928]
46929         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46930         from a CNAME entry and return the minimum ttl for the query.
46931         (gaih_getanswer_slice): Likewise.
46933 2012-03-30  Jeff Law  <law@redhat.com>
46935         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46936         due to long keys.
46937         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46938         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46940         * resolv/nss_dns/dns-host.c: Update copyright year.
46942 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46944         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46945         requests to save a system call.  Fix check that all bytes are sent.
46947         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46948         comments for sendmmsg.
46950 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46952         [BZ #13691]
46953         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46954         with only 1 character between 0x0041 and 0x01b0.
46955         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46956         * wcsmbs/tst-mbsnrtowcs.c: New file.
46958 2012-03-29  David S. Miller  <davem@davemloft.net>
46960         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46961         small copies by hand.
46963 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46965         [BZ #13761]
46966         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46967         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46968         group memberships.
46970 2012-03-28  David S. Miller  <davem@davemloft.net>
46972         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46973         that branches into memcpy.
46974         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46975         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46976         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46977         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46978         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46979         bits.
46980         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46981         implementation too.
46982         * sysdeps/sparc/mempcpy.S: New file.
46984         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46985         the IFUNC routine in the libc case.
46986         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46988         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46989         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46990         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46991         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46992         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46993         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46994         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46995         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46997         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46998         loop to 256 bytes instead of 64 bytes and fix test signedness.
47000         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47001         * sysdeps/sparc/sparc32/Makefile: rather than here...
47002         * sysdeps/sparc/sparc64/Makefile: and here.
47004 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47006         * malloc/mallocbug.c: Avoid warnings about unused variables.
47008 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47010         [BZ #13760]
47011         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47012         in the right place. Discard and retry query if response is
47013         larger than input buffer size.
47015 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47017         [BZ #369]
47018         [BZ #2678]
47019         [BZ #3866]
47020         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47021         x for large integer exponent.
47022         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47023         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47024         sign of result as needed afterwards.
47025         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47026         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47027         result for underflowing pow the same as for overflow.
47028         (__kernel_standard_l): Handle powl overflow and underflow here
47029         rather than calling __kernel_standard.
47030         * math/libm-test.inc (pow_test): Add more tests.
47032         [BZ #3868]
47033         [BZ #13879]
47034         [BZ #13910]
47035         [BZ #13911]
47036         [BZ #13912]
47037         [BZ #13913]
47038         [BZ #13915]
47039         [BZ #13916]
47040         [BZ #13917]
47041         [BZ #13918]
47042         [BZ #13919]
47043         [BZ #13920]
47044         [BZ #13921]
47045         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47046         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47047         (__kernel_standard_l): New function.
47048         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47049         __kernel_standard.
47050         * math/w_acosl.c (__acosl): Likewise.
47051         * math/w_asinl.c (__asinl): Likewise.
47052         * math/w_atan2l.c (__atan2l): Likewise.
47053         * math/w_atanhl.c (__atanhl): Likewise.
47054         * math/w_coshl.c (__coshl): Likewise.
47055         * math/w_exp10l.c (__exp10l): Likewise.
47056         * math/w_exp2l.c (__exp2l): Likewise.
47057         * math/w_fmodl.c (__fmodl): Likewise.
47058         * math/w_hypotl.c (__hypotl): Likewise.
47059         * math/w_j0l.c (__j0l, __y0l): Likewise.
47060         * math/w_j1l.c (__j1l, __y1l): Likewise.
47061         * math/w_jnl.c (__jnl, __ynl): Likewise.
47062         * math/w_lgammal.c (__lgammal): Likewise.
47063         * math/w_log10l.c (__log10l): Likewise.
47064         * math/w_log2l.c (__log2l): Likewise.
47065         * math/w_logl.c (__logl): Likewise.
47066         * math/w_powl.c (__powl): Likewise.
47067         * math/w_remainderl.c (__remainderl): Likewise.
47068         * math/w_scalbl.c (sysv_scalbl): Likewise.
47069         * math/w_sinhl.c (__sinhl): Likewise.
47070         * math/w_sqrtl.c (__sqrtl): Likewise.
47071         * math/w_tgammal.c (__tgammal): Likewise.
47072         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47073         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47074         * math/libm-test.inc (acos_test): Add more tests.
47075         (acosh_test): Likewise.
47076         (asin_test): Likewise.
47077         (atanh_test): Likewise.
47078         (exp_test): Likewise.
47079         (exp10_test): Likewise.
47080         (exp2_test): Likewise.
47081         (expm1_test): Likewise.
47082         (lgamma_test): Likewise.
47083         (log_test): Likewise.
47084         (log10_test): Likewise.
47085         (log1p_test): Likewise.
47086         (log2_test): Likewise.
47087         (pow_test): Do not allow some spurious overflow exceptions.
47088         (sqrt_test): Add more tests.
47089         (tgamma_test): Likewise.
47090         (y0_test): Likewise.
47091         (y1_test): Likewise.
47092         (yn_test): Likewise.
47094 2012-03-27  Anton Blanchard  <anton@samba.org>
47096         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47097         MAP_HUGETLB.
47098         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47099         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47100         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47102 2012-03-27  David S. Miller  <davem@davemloft.net>
47104         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47106         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47107         have-as-vis3 check.
47109 2012-03-27  Andreas Jaeger  <aj@suse.de>
47111         * sysdeps/x86_64/elf/configure.in: Moved to ...
47112         * sysdeps/x86_64/configure.in: ... here.
47113         * sysdeps/x86_64/elf/start.S: Moved to ...
47114         * sysdeps/x86_64/start.S: ... here.
47115         * sysdeps/x86_64/elf/configure: Delete.
47117         * sysdeps/x86_64/configure.in: Merge contents from
47118         sysdeps/i386/configure.in (without i686 check).
47120         * sysdeps/i386/elf/Versions: Merge into ...
47121         * sysdeps/i386/Versions: ... this.
47122         * sysdeps/i386/elf/Versions: Delete file.
47123         * sysdeps/i386/elf/start.S: Moved to ...
47124         * sysdeps/i386/start.S: ...here.
47125         * sysdeps/i386/elf/configure.in: Merge into...
47126         * sysdeps/i386/configure.in: ...here.
47127         * sysdeps/i386/elf/configure.in: Delete file.
47128         * sysdeps/i386/elf/configure: Delete file.
47130         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47131         * debug/backtracesyms.c: ... here.
47132         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47133         * debug/backtracesymsfd.c: ... here.
47134         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47135         * sysdeps/generic/ifunc-sel.h: ... here.
47137         * sysdeps/unix/i386/start.c: Delete file.
47138         * sysdeps/unix/sparc/start.c: Delete file.
47139         * sysdeps/unix/start.c: Delete file.
47141         * sysdeps/sh/elf/configure.in: Moved to ...
47142         * sysdeps/sh/configure.in: ... here.
47143         * sysdeps/sh/elf/start.S: Moved to ...
47144         * sysdeps/sh/start.S: ... here.
47145         * sysdeps/sh/elf/configure: Delete file.
47147         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47148         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47149         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47150         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47151         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47152         * sysdeps/powerpc/powerpc64/start.S: here.
47153         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47154         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47155         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47156         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47157         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47159         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47160         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47161         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47162         * sysdeps/powerpc/powerpc32/start.S: ... here.
47163         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47164         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47165         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47167         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47168         * sysdeps/powerpc/ifunc-sel.h: ... here.
47169         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47170         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47172         * sysdeps/sparc/elf/configure.in: Moved to ...
47173         * sysdeps/sparc/configure.in: ... here.
47174         * sysdeps/sparc/elf/configure: Delete file.
47175         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47176         * sysdeps/sparc/sparc32/start.S: ... here.
47177         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47178         * sysdeps/sparc/sparc64/start.S: ... here.
47179         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47180         * sysdeps/sparc/sparc32/Makefile: ... this.
47181         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47182         * sysdeps/sparc/sparc64/Makefile: ... this.
47184         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47185         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47186         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47187         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47188         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47189         * sysdeps/s390/s390-32/setjmp.S: ... here.
47190         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47191         * sysdeps/s390/s390-32/configure.in: ... here.
47192         * sysdeps/s390/s390-32/elf/configure: Delete file.
47193         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47194         * sysdeps/s390/s390-32/start.S: ... here.
47196         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47197         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47198         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47199         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47200         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47201         * sysdeps/s390/s390-64/setjmp.S: ... here.
47202         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47203         * sysdeps/s390/s390-64/configure.in: ... here
47204         * sysdeps/s390/s390-64/elf/configure: Delete file.
47205         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47206         * sysdeps/s390/s390-64/start.S: ... here.
47207         * sysdeps/s390/s390-64/elf/configure: Delete.
47209         * configure.in: Remove support for elf directories in sysdeps.
47211         * configure: Regenerated.
47212         * sysdeps/i386/configure: Regenerated.
47213         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47214         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47215         * sysdeps/s390/s390-32/configure: Regenerated.
47216         * sysdeps/s390/s390-64/configure: Regenerated.
47217         * sysdeps/sh/configure: Regenerated.
47218         * sysdeps/sparc/configure: Regenerated.
47219         * sysdeps/x86_64/configure: Regenerated.
47221 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47223         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47225         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47226         denormal result into account.
47228 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47230         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47231         Reported by Allan McRae <allan@archlinux.org>.
47233 2012-03-23  Jeff Law  <law@redhat.com>
47235         * nss/getnssent.c (__nss_getent): Fix typo.
47237 2012-03-23  David S. Miller  <davem@davemloft.net>
47239         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47241 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47243         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47244         to pad to uint64_t for each field.
47245         (dl_tls_index): Replace unsigned long with uint64_t.
47247 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47248         Paul Pluzhnikov  <ppluzhnikov@google.com>
47250         [BZ #6528]
47251         * grp/Makefile (otherlibs): Don't set it.
47252         * inet/Makefile (otherlibs): Likewise.
47253         * login/Makefile (otherlibs): Likewise.
47254         * nscd/Makefile (otherlibs): Likewise.
47255         * posix/Makefile (otherlibs): Likewise.
47256         * pwd/Makefile (otherlibs): Likewise.
47257         * rt/Makefile (otherlibs): Likewise.
47258         * sunrpc/Makefile (otherlibs): Likewise.
47259         * nss/Makefile (otherlibs): Likewise.
47260         Add libnss_files to routines and static-only-routines.
47261         ($(objpfx)getent): Remove rule.
47262         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47263         static-only-routines.
47265 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47267         [BZ #13892]
47268         * math/s_cexp.c: Include <float.h>.
47269         (__cexp): Handle exp result overflowing not necessarily
47270         overflowing both real and imaginary parts of result.
47271         * math/s_cexpf.c: Likewise.
47272         * math/s_cexpl.c: Likewise.
47273         * math/libm-test.inc (cexp_test): Add more tests.
47274         * sysdeps/i386/fpu/libm-test-ulps: Update.
47275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47277 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47279         * include/link.h (ELFW): New macro.
47280         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47281         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47283 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47285         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47286         with uint64_t.
47288 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47290         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47291         declaration.
47292         (struct La_x32_retval): Likewise.
47294 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47296         * sysdeps/x86_64/preconfigure.in: New file.
47297         * sysdeps/x86_64/preconfigure: New generated file.
47299 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47301         [BZ #13824]
47302         * math/e_exp2l.c: Include <float.h>.
47303         (__ieee754_exp2l): Handle overflow and underflow cases
47304         separately.  Only pass fractional part of argument to
47305         __ieee754_expl.
47306         * math/libm-test.inc (exp2_test): Add more tests.
47308         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47309         negating x to take absolute value.
47310         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47311         Likewise.
47312         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47313         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47314         Likewise.
47315         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47316         computing low part if x was negated.
47317         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47319 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47321         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47322         la_x32_gnu_pltexit.
47323         (pltexit): Cast int_retval to ptrdiff_t.
47324         * elf/tst-auditmod3b.c: Likewise.
47325         * elf/tst-auditmod4b.c: Likewise.
47326         * elf/tst-auditmod5b.c: Likewise.
47327         * elf/tst-auditmod6b.c: Likewise.
47328         * elf/tst-auditmod6c.c: Likewise.
47329         * elf/tst-auditmod7b.c: Likewise.
47331         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47332         and x32_gnu_pltexit.
47334         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47335         __ELF_NATIVE_CLASS.
47336         (La_x32_regs): New macro.
47337         (La_x32_retval): Likewise.
47338         (la_x32_gnu_pltenter): New function prototype.
47339         (la_x32_gnu_pltexit): Likewise.
47341 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47343         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47344         exponent.
47346         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47348         * configure.in (libc_cv_cc_nofma): Check for option to disable
47349         generation of FMA instructions.
47350         * configure: Regenerate.
47351         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47352         * sysdeps/ieee754/dbl-64/Makefile: New file.
47353         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47354         Remove brandred-fma4.
47355         (CFLAGS-brandred-fma4.c): Remove.
47356         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47357         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47358         define.
47359         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47360         define.
47362 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47364         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47365         LLONG_MAX != LONG_MAX.
47366         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47367         (_fitoa_word): Likewise.
47368         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47369         LLONG_MAX != LONG_MAX.
47370         * stdio-common/_itowa.h: Include <_itoa.h>.
47371         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47372         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47373         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47374         only if not defined.
47375         (_ITOA_WORD_TYPE): Likewise.
47376         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47377         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47379 2012-03-21  David S. Miller  <davem@davemloft.net>
47381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47383 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47385         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47386         of x86_64 when setting libc_cv_slibdir, libdir and
47387         libc_cv_localedir.
47388         * sysdeps/unix/sysv/linux/configure: Regenerated.
47390 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47392         * manual/lang.texi (Old Varargs): Remove section.
47393         (How Variadic): Update menu.
47394         (va_start): Do not mention varargs.h.
47396 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47397             Joseph Myers  <joseph@codesourcery.com>
47399         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47400         link test.
47401         * configure: Regenerated.
47403 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47405         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47406         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47407         conformtest.pl
47409 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47411         * NOTES: Remove.
47412         * Makefile (files-for-dist): Remove NOTES.
47413         (NOTES): Remove rule.
47414         * README: Don't refer to NOTES.
47415         * manual/creature.texi: Don't include macros.texi.
47416         * manual/intro.texi (creature.texi): Remove comment referring to
47417         NOTES.
47419         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47420         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47421         * configure: Regenerated.
47422         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47423         LIBC_TRY_CC_OPTION.
47424         (libc_cv_as_i686): Likewise.
47425         (libc_cv_cc_avx): Likewise.
47426         (libc_cv_cc_sse2avx): Likewise.
47427         (libc_cv_cc_fma4): Likewise.
47428         (libc_cv_cc_novzeroupper): Likewise.
47429         * sysdeps/i386/configure: Regenerated.
47431         [BZ #13883]
47432         * sysdeps/i386/fpu/s_cexp.S: Remove.
47433         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47434         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47435         * math/libm-test.inc (cexp_test): Add more tests.
47436         * sysdeps/i386/fpu/libm-test-ulps: Update.
47437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47439 2012-03-21  Allan McRae  <allan@archlinux.org>
47441         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47443 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47445         [BZ #13871]
47446         * math/w_exp2.c: Do not include <float.h>.
47447         (o_threshold, u_threshold): Remove.
47448         (__exp2): Calculate result before checking finiteness and calling
47449         __kernel_standard.
47450         * math/w_exp2f.c: Likewise.
47451         * math/w_exp2l.c: Likewise.
47452         * math/libm-test.inc (exp2_test): Require overflow exception for
47453         1e6 input.
47455         [BZ #3866]
47456         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47457         range of signed 64-bit integers before using fistpll.  Remove
47458         checks for whether integers fit in mantissa bits.
47459         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47460         the range of signed 32-bit integers before using fistpl.  Remove
47461         checks for whether integers fit in mantissa bits.
47462         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47463         (__ieee754_powl): Test for y outside the range of signed 64-bit
47464         integers before using fistpll.  Reduce 64-bit values to 63-bit
47465         ones as needed.
47466         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47467         divide-by-zero is raised for zero to large negative powers.
47468         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47469         (__ieee754_powl): Test for y outside the range of signed 64-bit
47470         integers before using fistpll.  Reduce 64-bit values to 63-bit
47471         ones as needed.
47472         * math/libm-test.inc (pow_test): Add more tests.
47474 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47476         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47477         <stdio-common/_itoa.h>.
47478         * debug/segfault.c: Likewise.
47479         * elf/dl-cache.c: Likewise.
47480         * elf/dl-minimal.c: Likewise.
47481         * elf/dl-misc.c: Likewise.
47482         * elf/dl-sysdep.c: Likewise.
47483         * elf/dl-version.c: Likewise.
47484         * elf/rtld.c: Likewise.
47485         * hurd/hurdsock.c: Likewise.
47486         * hurd/lookup-retry.c: Likewise.
47487         * malloc/malloc.c: Likewise.
47488         * malloc/mtrace.c: Likewise.
47489         * nscd/nscd_getgr_r.c: Likewise.
47490         * nscd/nscd_getpw_r.c: Likewise.
47491         * nscd/nscd_getserv_r.c: Likewise.
47492         * posix/getopt_init.c: Likewise.
47493         * posix/wordexp.c: Likewise.
47494         * stdio-common/_itoa.c: Likewise.
47495         * stdio-common/printf_fphex.c: Likewise.
47496         * stdio-common/vfprintf.c: Likewise.
47497         * string/_strerror.c: Likewise.
47498         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47499         * sysdeps/i386/i686/hp-timing.h: Likewise.
47500         * sysdeps/mach/_strerror.c: Likewise.
47501         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47502         * sysdeps/mach/hurd/sethostid.c: Likewise.
47503         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47504         * sysdeps/mach/xpg-strerror.c: Likewise.
47505         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47506         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47507         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47508         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47509         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47510         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47511         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47512         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47513         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47514         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47515         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47516         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47517         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47518         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47519         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47520         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47521         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47522         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47523         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47524         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47525         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47527         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47529         * stdio-common/_itoa.h: Moved to ...
47530         * sysdeps/generic/_itoa.h: Here.
47532         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47534         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47535         instead of "_itoa.h" and "_itowa.h".
47536         * stdio-common/vfprintf.: Likewise.
47538 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47540         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47541         <bits/wordsize.h>.
47542         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47543         (__signbit): Likwise.
47544         (llrintf): Likwise.
47545         (llrint): Likwise.
47547 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47549         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47550         __WORDSIZE != 64.
47552 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47554         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47555         OVERFLOW_EXCEPTION_OK.
47556         * math/libm-test.inc ("Philosophy"): Update comment about
47557         exception testing.
47558         (OVERFLOW_EXCEPTION): Define.
47559         (OVERFLOW_EXCEPTION_OK): Likewise.
47560         (INVALID_EXCEPTION_OK): Renumber.
47561         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47562         (IGNORE_ZERO_INF_SIGN): Likewise.
47563         (test_exceptions): Handle FE_OVERFLOW.
47564         (exp10_test): Expect overflow exceptions.
47565         (exp2_test): Likewise.
47566         (expm1_test): Likewise.
47567         (nextafter_test): Likewise.
47568         (pow_test): Likewise.
47569         (scalbn_test): Likewise.
47570         (scalbln_test): Likewise.
47572 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47574         * sysdeps/x86_64/bits/atomic.h
47575         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47576         64bit integer.
47577         (atomic_exchange_acq): Likewise.
47578         (__arch_exchange_and_add_body): Likewise.
47579         (__arch_add_body): Likewise.
47580         (atomic_add_negative): Likewise.
47581         (atomic_add_zero): Likewise.
47583 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47585         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47586         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47588 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47590         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47591         Check __x86_64__ instead of __WORDSIZE.
47593 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47595         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47597 2012-03-19  David S. Miller  <davem@davemloft.net>
47599         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47601         * sysdeps/sparc/fpu/fenv_private.h: New file.
47602         * sysdeps/sparc/fpu/math_private.h: Use it.
47603         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47604         Remove.
47605         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47606         (libc_feholdexcept_setroundl): Remove.
47607         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47608         Remove.
47609         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47610         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47612 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47614         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47615         int64_t instead of long int.
47616         (INSERT_WORDS64): Likwise.
47618 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47620         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47621         _Unwind_GetCFA return to _Unwind_Ptr first.
47623 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47625         [BZ #13629]
47626         * math/s_clog.c: Include <float.h>.
47627         (__clog): Scale large or subnormal inputs.
47628         * math/s_clogf.c: Likewise.
47629         * math/s_clogl.c: Likewise.
47630         * math/s_clog10.c: Include <float.h>.
47631         (M_LOG10_2): Define.
47632         (__clog10): Scale large or subnormal inputs.
47633         * math/s_clog10f.c: Likewise.
47634         * math/s_clog10l.c: Likewise.
47635         * math/libm-test.inc (clog_test): Add more tests.
47636         (clog10_test): Likewise.
47637         * sysdeps/i386/fpu/libm-test-ulps: Update.
47638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47640         [BZ #11451]
47641         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47642         x and y.
47643         * math/libm-test.inc (atan2_test): Add another test.
47645         * Makerules (common-objdir-compile): Remove.
47646         * sysdeps/unix/Makefile (config-generated): Do not add
47647         $(unix-generated) to variable.
47648         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47649         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47650         Remove rule.
47651         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47652         Likewise.
47653         [generic bits/local_lim.h] (before-compile): Do not append to
47654         variable.
47655         [generic bits/local_lim.h] (common-generated): Likewise.
47656         [generic sys/param.h] (before-compile): Do not append to variable.
47657         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47658         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47659         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47660         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47661         include.
47662         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47663         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47664         [generic sys/param.h] ($(addprefix
47665         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47666         [generic sys/param.h] (common-generated): Do not append to
47667         variable.
47668         [generic sys/param.h] (sysdep_headers): Likewise.
47669         [generic bits/errno.h] (before-compile): Do not append to
47670         variable.
47671         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47672         rule.
47673         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47674         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47675         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47676         [generic bits/errno.h] (common-generated): Do not append to
47677         variable.
47678         [generic bits/ioctls.h] (before-compile): Do not append to
47679         variable.
47680         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47681         rule.
47682         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47683         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47684         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47685         rule.
47686         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47687         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47688         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47689         [generic bits/ioctls.h] (common-generated): Do not append to
47690         variable.
47691         [generic sys/syscall.h] (syscall.h): Remove variable.
47692         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47693         rule.
47694         [generic sys/syscall.h] (before-compile): Do not append to
47695         variable.
47696         [generic sys/syscall.h] (common-generated): Likewise.
47697         * sysdeps/unix/errnos-tmpl.c: Remove file.
47698         * sysdeps/unix/errnos.awk: Likewise.
47699         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47700         * sysdeps/unix/ioctls.awk: Likewise.
47701         * sysdeps/unix/mk-local_lim.c: Likewise.
47702         * sysdeps/unix/snarf-ioctls: Likewise.
47704 2012-03-19  Richard Henderson  <rth@twiddle.net>
47706         * sysdeps/i386/fpu/fenv_private.h: New file.
47707         * sysdeps/i386/fpu/math_private.h: Use it.
47708         (math_opt_barrier, math_force_eval): Remove.
47709         (libc_feholdexcept_setround_53bit): Remove.
47710         (libc_feupdateenv_53bit): Remove.
47711         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47712         (math_opt_barrier, math_force_eval): Remove.
47713         (libc_feholdexcept): Remove.
47714         (libc_feholdexcept_setround): Remove.
47715         (libc_fetestexcept, libc_fesetenv): Remove.
47716         (libc_feupdateenv_test): Remove.
47717         (libc_feupdateenv, libc_feholdsetround): Remove.
47718         (libc_feresetround): Remove.
47720         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47721         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47723         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47724         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47725         (libc_feupdateenv_testl): New.
47726         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47727         (libc_feupdateenv_testf): New.
47728         (libc_feupdateenv): Use libc_feupdateenv_test.
47729         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47730         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47732         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47733         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47734         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47735         (libc_feresetround_noex): New.
47736         (libc_feresetround_noexf): New.
47737         (libc_feresetround_noexl): New.
47738         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47739         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47740         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47741         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47742         SET_RESTORE_ROUND.
47743         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47744         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47745         (__cos): Likewise.
47746         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47747         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47748         SET_RESTORE_ROUND_NOEX.
47749         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47750         SET_RESTORE_ROUND_NOEXF.
47751         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47752         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47753         (libc_feholdsetroundf): New.
47754         (libc_feresetround, libc_feresetroundf): New.
47756         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47757         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47758         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47760         * sysdeps/generic/math_private.h: Include <fenv.h>.
47761         (default_libc_feholdexcept): New.
47762         (default_libc_feholdexcept_setround): New.
47763         (default_libc_fesetenv, default_libc_feupdateenv): New.
47764         (libc_feholdexcept): Only define if undefined.
47765         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47766         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47767         (libc_feholdexcept_setroundl): Likewise.
47768         (libc_feholdexcept_setround_53bit): Likewise.
47769         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47770         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47771         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47772         (libc_feupdateenv_53bit): Likewise.
47773         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47774         (libc_feholdexcept): Convert from macro to inline function.
47775         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47776         (libc_fesetenv, libc_feupdateenv): Likewise.
47778         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47779         not previously defined.
47780         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47781         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47782         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47783         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47784         * sysdeps/ieee754/flt-32/math_private.h: New file.
47785         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47786         math_private.h below SET_FLOAT_WORD.
47787         (__isnan, __isinf_ns, __finite): Remove.
47788         (__isnanf, __isinf_nsf, __finitef): Remove.
47790 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47794 2012-03-17  David S. Miller  <davem@davemloft.net>
47796         [BZ #6471]
47797         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47798         for 2.16.
47800 2012-03-16  David S. Miller  <davem@davemloft.net>
47802         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47803         warnings.
47805         [BZ #6471]
47806         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47807         properly.
47808         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47809         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47810         sysdep_routines when subdir is sysvipc.
47811         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47812         __getshmlba helper.
47814         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47816 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47818         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47819         [__LP64__].
47821 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47823         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47824         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47825         (__lround): Renamed to ...
47826         (__llround): This.  Replace long int with long long int.
47827         Define lround functions as aliases of llround functions.
47828         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47830 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47832         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47833         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47834         adresses to uintptr_t.  Replace "long int" and "unsigned long
47835         int" with "greg_t" on va_arg.
47837 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47839         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47840         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47842         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47843         Move e_machine check before EI_CLASS check.  Handle x32
47844         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47845         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47846         SKIP_EM_IA_64 and include
47847         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47849         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47850         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47851         (add_system_dir): New macro.
47853         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47854         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47856 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47858         [BZ #2551]
47859         [BZ #2552]
47860         [BZ #2553]
47861         [BZ #2554]
47862         [BZ #2562]
47863         [BZ #2563]
47864         [BZ #2565]
47865         [BZ #2566]
47866         [BZ #2576]
47867         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47868         (y0): Likewise.
47869         * math/w_j0f.c (j0f): Likewise.
47870         (y0f): Likewise.
47871         * math/w_j0l.c (__j0l): Likewise.
47872         (__y0l): Likewise.
47873         * math/w_j1.c (j1): Likewise.
47874         (y1): Likewise.
47875         * math/w_j1f.c (j1f): Likewise.
47876         (y1f): Likewise.
47877         * math/w_j1l.c (__j1l): Likewise.
47878         (__y1l): Likewise.
47879         * math/w_jn.c (jn): Likewise.
47880         (yn): Likewise.
47881         * math/w_jnf.c (jnf): Likewise.
47882         (ynf): Likewise.
47883         * math/w_jnl.c (__jnl): Likewise.
47884         (__ynl): Likewise.
47885         * math/libm-test.inc (j0_test): Add more tests.
47886         (j1_test): Likewise.
47887         (jn_test): Likewise.  Add trailing semicolon to existing test.
47888         (y0_test): Likewise.
47889         (y1_test): Likewise.
47890         * sysdeps/i386/fpu/libm-test-ulps: Update.
47891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47893         [BZ #13851]
47894         [BZ #13854]
47895         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47896         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47897         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47898         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47899         (__tanl): Set errno for infinite argument.
47900         * sysdeps/i386/fpu/mptan.c: Remove.
47901         * sysdeps/i386/fpu/s_tan.S: Likewise.
47902         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47903         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47904         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47905         * math/libm-test.inc (tan_test): Add more tests and enable more
47906         tests for double and long double.
47907         * sysdeps/i386/fpu/libm-test-ulps: Update.
47908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47910 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47912         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47913         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47915 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47917         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47918         * configure.in: Use it for both main tree and add-ons.
47919         * configure: Regenerated.
47921 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47923         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47925 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47927         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47928         in comment.
47930         [BZ #13851]
47931         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47932         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47933         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47934         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47935         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47936         infinite argument.
47937         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47938         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47939         != 0 for prec == 2.
47940         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47941         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47942         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47943         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47944         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47945         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47946         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47947         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47948         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47949         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47950         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47951         * math/libm-test.inc (cos_test): Add more tests and enable more
47952         tests for long double.
47953         (sin_test): Likewise.
47954         (sincos_test): Likewise.
47955         * sysdeps/i386/fpu/libm-test-ulps: Update.
47956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47958 2012-03-16  David S. Miller  <davem@davemloft.net>
47960         * sysdeps/sparc/fpu/math_private.h: New file.
47962 2012-03-15  David S. Miller  <davem@davemloft.net>
47964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47965         file.
47966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47968         file.
47969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47970         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47971         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47972         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47973         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47974         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47975         sysdep routines.
47976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47978         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47979         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47981         * sysdeps/sparc/sparc-ifunc.h: New file.
47982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47983         sparc-ifunc.h
47984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47986         Likewise.
47987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47988         Likewise.
47989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47993         Likewise.
47994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47999         Likewise.
48000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48001         Likewise.
48002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48006         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48007         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48008         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48009         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48010         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48011         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48012         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48013         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48014         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48016         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48017         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48018         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48019         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48020         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48021         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48022         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48023         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48024         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48025         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48027 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48029         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48030         scaling.
48031         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48033 2012-03-15  Andreas Jaeger  <aj@suse.de>
48035         [BZ #13852]
48036         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48037         ieee754/flt-32 implementation for sin, cos and sincos.
48038         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48039         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48040         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48041         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48042         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48043         ieee754/flt-32 implementation for tan.
48045         * math/libm-test.inc (cos_test): Enable some large input tests for
48046         float as well
48047         (sin_test): Likewise.
48048         (sincos_test): Likewise.
48049         (tan_test): Add tests for large input.
48051         * sysdeps/i386/fpu/libm-test-ulps: Update.
48053 2012-03-15  Andreas Jaeger  <aj@suse.de>
48055         [BZ #13658]
48056         * math/libm-test.inc (cos_test): Add more test cases.
48057         (sin_test): Likewise.
48058         (sincos_test): Likewise.
48060 2012-03-15  Andreas Jaeger  <aj@suse.de>
48062         [BZ #13837]
48063         * math/libm-test.inc (cos_test): Add a test case for large input
48064         value.
48065         (sin_test): Likewise.
48066         (sincos_test): Likewise.
48068 2012-03-15  Andreas Jaeger  <aj@suse.de>
48069             Joseph Myers  <joseph@codesourcery.com>
48071         [BZ #13658]
48072         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48073         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48074         * sysdeps/i386/fpu/branred.c: Likewise.
48075         * sysdeps/i386/fpu/dosincos.c: Likewise.
48076         * sysdeps/i386/fpu/mpa.c: Likewise.
48077         * sysdeps/i386/fpu/s_cos.S: Likewise.
48078         * sysdeps/i386/fpu/s_sin.S: Likewise.
48079         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48080         * sysdeps/i386/fpu/sincos32.c: Likewise.
48082         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48083         Define.
48084         (libc_feupdateenv_53bit): Define.
48085         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48086         Define.
48087         (libc_feupdateenv_53bit): Define.
48089         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48090         53 bit (without extend i386 double precision).
48092         * math/libm-test.inc (sincos_test): Add tests for large input.
48093         (sin): Likewise.
48094         (cos): Likewise.
48096         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48098 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48100         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48102 2012-03-15  David S. Miller  <davem@davemloft.net>
48104         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48105         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48106         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48107         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48110         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48112         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48113         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48114         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48115         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48116         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48117         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48118         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48120         file.
48121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48123         file.
48124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48126         file.
48127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48129         file.
48130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48131         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48132         fmin/fmax sysdep routines.
48133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48135 2012-03-14  David S. Miller  <davem@davemloft.net>
48137         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48138         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48139         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48140         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48141         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48142         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48143         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48144         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48145         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48146         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48147         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48148         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48149         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48150         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48151         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48152         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48153         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48154         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48155         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48156         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48157         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48158         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48159         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48160         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48161         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48162         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48163         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48164         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48165         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48166         routines.
48167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48168         file.
48169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48171         file.
48172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48174         file.
48175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48177         file.
48178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48180         file.
48181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48183         file.
48184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48185         file.
48186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48187         file.
48188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48189         file.
48190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48191         New file.
48192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48193         file.
48194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48195         file.
48196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48198         file.
48199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48201         file.
48202         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48204         file.
48205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48207         VIS3 routines.
48209         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48210         New file.
48212         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48214         * sysdeps/sparc/configure.in: New file.
48215         * sysdeps/sparc/configure: Generate.
48216         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48217         * configure: Regenerate.
48218         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48219         * config.make.in (have-as-vis3): New.
48220         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48221         available use -Av9d instead of -Av9a.
48222         * sysdeps/sparc/sparc64/Makefile: Likewise.
48223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48225         New file.
48226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48227         file.
48228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48229         New file.
48230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48231         file.
48232         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48233         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48234         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48235         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48236         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48238         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48239         fzeros/fnegs to load 0x80000000 into a float register instead of
48240         using the stack.
48241         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48243 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48245         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48246         bits/syscall.h.
48247         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48248         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48249         ($(inst_includedir)/bits/syscall.h): Remove rule.
48250         ($(objpfx)bits/syscall.d): Include instead of
48251         $(objpfx)syscall-list.d.
48252         (generated): Change syscall-list.h and syscall-list.d to
48253         bits/syscall.h and bits/syscall.d.
48255 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48257         [BZ #13846]
48258         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48260 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48262         [BZ #13841]
48263         * math/s_csqrt.c: Include <float.h>.
48264         (__csqrt): Scale large or subnormal inputs.
48265         * math/s_csqrtf.c: Likewise.
48266         * math/s_csqrtl.c: Likewise.
48267         * math/libm-test.inc (csqrt_test): Add more tests.
48268         * sysdeps/i386/fpu/libm-test-ulps: Update.
48269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48271         [BZ #13840]
48272         * math/libm-test.inc (hypot_test): Add more tests.
48274 2012-03-13  David S. Miller  <davem@davemloft.net>
48276         [BZ #13840]
48277         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48278         double-precision for the calculation instead of scaling.
48280 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48282         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48283         manipulate bits before adding and subtracting TWO52[sx].
48284         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48285         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48286         Likewise.
48287         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48289 2012-03-13  David S. Miller  <davem@davemloft.net>
48291         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48292         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48293         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48294         rtld-global-offsets.h
48295         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48297         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48298         large parameters.
48300         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48302         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48303         'err' in the ifdef scope in which it is actually used.
48305         * nss/nss_db/db-init.c: Include string.h
48307 2012-03-12  David S. Miller  <davem@davemloft.net>
48309         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48310         masking out of the most significant byte of random value used.
48311         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48312         Fix coding style in previous change.
48314         * sysdeps/unix/sysv/linux/kernel-features.h
48315         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48316         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48317         expression.
48318         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48319         later.
48321 2012-03-11  David S. Miller  <davem@davemloft.net>
48323         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48324         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48325         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48326         for 'resultvar' otherwise things get truncated on 64-bit.
48328         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48329         Fix masking out of the most significant byte of random value used.
48331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48333 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48335         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48337 2012-03-09  David S. Miller  <davem@davemloft.net>
48339         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48340         variables with appropriate CPP guards.
48341         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48342         from the frame pointer, not the stack pointer.  Correct layout
48343         comments.  Fix test on resulting framesize and the management of
48344         the outregs buffer for pltexit.  Preserve floating point return
48345         values across _dl_call_pltexit call.
48346         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48347         framesize and the management of the outregs buffer for pltexit.
48348         Preserve floating point return values across _dl_call_pltexit
48349         call.
48350         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48351         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48352         (la_sparc64_gnu_pltexit): New functions.
48353         (print_exit): Fix format string for return register value.
48355 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48357         * sunrpc/Makefile (others): Add rpcgen.
48358         ($(objpfx)rpcgen): Remove special build rule and dependency on
48359         libc.
48360         * sunrpc/rpcgen.c: New file.
48362 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48364         [BZ #13673]
48365         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48366         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48367         * sysdeps/i386/crti.S: Likewise.
48368         * sysdeps/i386/crtn.S: Likewise.
48369         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48370         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48371         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48372         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48373         * sysdeps/sh/crti.S: Likewise.
48374         * sysdeps/sh/crtn.S: Likewise.
48375         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48377         [BZ #13673]
48378         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48379         with URL.
48380         * locale/programs/locfile-kw.gperf: Likewise.
48381         * locale/programs/charmap-kw.h: Regenerated.
48382         * locale/programs/locfile-kw.h: Likewise.
48384         [BZ #13673]
48385         * intl/plural.y: Replace FSF snail mail address with URL.
48386         * intl/plural.c: Regenerated.
48388 2012-03-09  Richard Henderson  <rth@twiddle.net>
48390         * include/math_private.h: Remove file.
48391         * math/math_private.h: Move file ...
48392         * sysdeps/generic/math_private.h: ... here.
48394         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48395         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48396         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48398         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48399         and <math_private.h>.
48400         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48401         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48402         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48403         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48404         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48405         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48406         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48407         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48408         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48409         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48410         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48411         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48412         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48413         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48414         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48415         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48416         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48417         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48418         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48419         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48420         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48421         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48422         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48423         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48424         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48425         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48426         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48427         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48428         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48429         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48430         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48431         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48432         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48433         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48434         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48435         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48436         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48437         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48438         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48439         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48440         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48441         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48442         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48443         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48444         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48445         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48446         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48447         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48448         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48449         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48450         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48451         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48452         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48453         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48454         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48455         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48456         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48458         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48459         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48460         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48461         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48462         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48472         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48474         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48475         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48477         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48479         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48485         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48486         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48487         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48488         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48489         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48490         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48491         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48492         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48493         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48494         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48495         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48496         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48497         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48498         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48499         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48500         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48501         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48502         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48503         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48504         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48505         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48506         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48507         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48508         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48509         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48510         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48511         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48512         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48513         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48514         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48515         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48516         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48517         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48518         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48519         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48520         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48521         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48522         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48523         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48524         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48525         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48526         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48527         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48528         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48529         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48530         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48531         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48532         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48533         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48534         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48535         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48536         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48537         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48538         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48539         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48540         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48541         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48542         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48543         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48544         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48545         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48546         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48547         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48548         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48549         * sysdeps/ieee754/k_standard.c: Likewise.
48550         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48551         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48552         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48553         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48554         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48555         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48556         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48557         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48558         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48559         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48560         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48561         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48562         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48563         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48564         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48565         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48566         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48567         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48568         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48569         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48570         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48571         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48572         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48573         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48574         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48577         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48578         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48579         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48581         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48583         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48589         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48590         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48591         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48659         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48662         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48665         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48669         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48670         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48672         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48675         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48676         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48677         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48682         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48686         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48688         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48691         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48693         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48698         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48699         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48700         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48705         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48707         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48710         * sysdeps/ieee754/s_lib_version.c: Likewise.
48711         * sysdeps/ieee754/s_matherr.c: Likewise.
48712         * sysdeps/ieee754/s_signgam.c: Likewise.
48713         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48714         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48715         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48716         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48717         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48718         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48719         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48720         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48721         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48722         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48723         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48724         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48725         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48726         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48727         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48728         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48729         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48730         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48731         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48732         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48733         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48735 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48737         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48738         * sunrpc/rpc_main.c: Likewise.
48739         * sunrpc/rpc_svcout.c: Likewise.
48741 2012-03-09  David S. Miller  <davem@davemloft.net>
48743         * include/math_private.h: New file.
48745 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48747         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48748         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48749         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48750         from <bits/socket_type.h>.
48751         (enum __socket_type): Don't define here.
48752         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48753         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48754         bits/socket_type.h.
48756         [BZ #13566]
48757         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48758         checking __USE_GNU.
48760         * Makerules ($(inst_includedir)/%.h): New rule.
48761         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48762         (install-others): Remove variable setting.
48763         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48765 2012-03-08  Richard Henderson  <rth@twiddle.net>
48767         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48768         from macro to inline function; merge with the
48769         !__LIBC_INTERNAL_MATH_INLINES version.
48770         (__ieee754_sqrtf): Likewise.
48772         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48773         to inline function.
48774         (__rintf, __floor, __floorf): Likewise.
48776         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48777         macro to inline function.
48778         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48780         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48781         not <math/math_private.h>.
48783 2012-03-08  David S. Miller  <davem@davemloft.net>
48785         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48786         copyright year.
48787         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48789 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48791         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48792         normalization.
48793         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48794         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48796 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48798         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48799         be defined individually, they must be defined as a block.  Define
48800         S for printing a string instead of hidint the different by using a
48801         macro for adding the 'l'.
48802         * stdio-common/tst-fphex-wide.c: Adjust.
48804 2012-03-07  Marek Polacek  <polacek@redhat.com>
48806         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48808 2012-03-08  Marek Polacek  <polacek@redhat.com>
48810         [BZ #13806]
48811         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48812         * stdio-common/tst-fphex.c: Define a few macros to make the
48813         test reusable.  Use them.
48814         * stdio-common/tst-fphex-wide.c: New file.
48816 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48818         [BZ #6911]
48819         * manual/macros.texi (gnusystems): New macro.
48820         (nongnusystems): Likewise.
48821         (gnulinuxhurdsystems): Likewise.
48822         (gnuhurdsystems): Likewise..
48823         (gnulinuxsystems): Likewise.
48824         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48825         variants of the GNU system, not "GNU system".
48826         * manual/conf.texi: Likewise.
48827         * manual/errno.texi: Likewise.  Update example of errno macro
48828         expansion.
48829         * manual/filesys.texi: Likewise.
48830         (getumask): Document as specific to GNU/Hurd.
48831         * manual/install.texi: Likewise.  Reword some references to
48832         GNU/Linux.
48833         * manual/intro.texi: Likewise.
48834         * manual/io.texi: Likewise.
48835         (File Name Portability): Detail which constraints are inapplicable
48836         to all GNU systems and which are only inapplicable to GNU/Hurd.
48837         * manual/job.texi: Likewise.
48838         * manual/llio.texi: Likewise.
48839         (O_NOCTTY): Document as present on GNU/Linux.
48840         * manual/maint.texi: Likewise.
48841         * manual/memory.texi: Likewise.
48842         * manual/pattern.texi: Likewise.
48843         * manual/pipe.texi: Likewise.
48844         * manual/process.texi: Likewise.
48845         * manual/resource.texi: Likewise.
48846         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48847         child on GNU/Hurd.
48848         * manual/setjmp.texi: Likewise.
48849         * manual/signal.texi: Likewise.
48850         * manual/startup.texi: Likewise.
48851         * manual/stdio.texi: Likewise.
48852         * manual/terminal.texi: Likewise.
48853         (ONLCR): Document as POSIX.
48854         (OXTABS): Document availability on GNU/Linux as XTABS.
48855         (ONOEOT): Document availability separately from other bits.
48856         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48857         * manual/time.texi: Likewise.
48858         * manual/users.texi: Likewise.
48859         * INSTALL: Regenerated.
48860         * sysdeps/gnu/errlist.c: Regenerated.
48862         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48863         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48864         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48865         puts.
48866         * configure: Regenerated.
48868 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48870         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48871         default includes instead of AC_HEADER_CHECK.
48872         * sysdeps/i386/configure: Regenerated.
48874         [BZ #10716]
48875         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48876         * math/s_cacoshf.c (__cacoshf): Likewise.
48877         * math/s_cacoshl.c (__cacoshl): Likewise.
48878         * math/s_casinh.c (__casinh): Set signs of result from argument.
48879         * math/s_casinhf.c (__casinhf): Likewise.
48880         * math/s_casinhl.c (__casinhl): Likewise.
48881         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48882         (casinh_test): Add more tests.
48883         * sysdeps/i386/fpu/libm-test-ulps: Update.
48884         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48886 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48888         * po/zh_TW.po: Update from translation team.
48890         * login/Makefile (distribute): Remove variable.
48891         * catgets/Makefile: Likewise.
48892         * mach/Makefile: Likewise.
48893         * malloc/Makefile: Likewise.
48894         * misc/Makefile: Likewise.
48895         * iconv/Makefile: Likewise.
48896         * nscd/Makefile: Likewise.
48897         * hurd/Makefile: Likewise.
48898         * manual/Makefile: Likewise.
48899         * locale/Makefile: Likewise.
48900         * intl/Makefile: Likewise.
48901         * conform/Makefile: Likewise.
48902         * nss/Makefile: Likewise.
48903         * time/Makefile: Likewise.
48904         * soft-fp/Makefile: Likewise.
48905         * dirent/Makefile: Likewise.
48906         * gmon/Makefile: Likewise.
48907         * po/Makefile: Likewise.
48908         * rt/Makefile: Likewise.
48909         * socket/Makefile: Likewise.
48910         * math/Makefile: Likewise.
48911         * signal/Makefile: Likewise.
48912         * debug/Makefile: Likewise.
48913         * elf/Makefile: Likewise.
48914         * timezone/Makefile: Likewise.
48915         * stdlib/Makefile: Likewise.
48916         * iconvdata/Makefile: Likewise.
48917         * sunrpc/Makefile: Likewise.
48918         * io/Makefile: Likewise.
48919         * argp/Makefile: Likewise.
48920         * inet/Makefile: Likewise.
48921         * hesiod/Makefile: Likewise.
48922         * grp/Makefile: Likewise.
48923         * csu/Makefile: Likewise.
48924         * wctype/Makefile: Likewise.
48925         * crypt/Makefile: Likewise.
48926         * libio/Makefile: Likewise.
48927         * string/Makefile: Likewise.
48928         * nis/Makefile: Likewise.
48929         * resolv/Makefile: Likewise.
48930         * stdio-common/Makefile: Likewise.
48931         * wcsmbs/Makefile: Likewise.
48932         * dlfcn/Makefile: Likewise.
48933         * posix/Makefile: Likewise.
48935         [BZ #6959]
48936         * timezone/Makefile: Don't install timezone files, just the programs
48937         and scripts.
48939 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48941         * nss/databases.def: Add missing gshadow entry.
48943         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48945 2012-03-06  Marek Polacek  <polacek@redhat.com>
48947         [BZ #13726]
48948         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48949         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48950         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48951         * stdio-common/tst-long-dbl-fphex.c: New file.
48953 2012-03-06  David S. Miller  <davem@davemloft.net>
48955         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48956         (set_obp_int): New function.
48957         (get_obp_int): New function.
48958         (__get_clockfreq_via_dev_openprom): Likewise.
48959         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48960         Avoid unused variable warnings on 'val' and use builtin_expect.
48961         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48962         __builtin_expect.
48963         (INLINE_CLONE_SYSCALL): Likewise.
48965 2012-03-05  David S. Miller  <davem@davemloft.net>
48967         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48969 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48971         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48973         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48974         only for |x| >= 40.
48975         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48977 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48979         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48980         Replace gettimeofday with __vdso_gettimeofday.
48982         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48983         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48984         __vdso_clock_gettime and __vdso_getcpu.
48986         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48987         time with __vdso_time.
48989 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48991         * manual/lang.texi (size_t): Note types to which size_t may be
48992         equivalent with the GNU C Library, but do not describe when
48993         differences between them are significant.
48995 2012-03-05  Andreas Jaeger  <aj@suse.de>
48997         * sysdeps/i386/fpu/libm-test-ulps: Update.
48999 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49001         [BZ #3976]
49002         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49003         (__ieee754_pow): Save and restore rounding mode and use
49004         round-to-nearest for main computations.
49005         * math/libm-test.inc (pow_test_tonearest): New function.
49006         (pow_test_towardzero): Likewise.
49007         (pow_test_downward): Likewise.
49008         (pow_test_upward): Likewise.
49009         (main): Call the new functions.
49010         * sysdeps/i386/fpu/libm-test-ulps: Update.
49011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49013         [BZ #3976]
49014         * math/libm-test.inc (cosh_test_tonearest): New function.
49015         (cosh_test_towardzero): Likewise.
49016         (cosh_test_downward): Likewise.
49017         (cosh_test_upward): Likewise.
49018         (sinh_test_tonearest): Likewise.
49019         (sinh_test_towardzero): Likewise.
49020         (sinh_test_downward): Likewise.
49021         (sinh_test_upward): Likewise.
49022         (main): Call the new functions.
49023         * sysdeps/i386/fpu/libm-test-ulps: Update.
49024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49026 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49028         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49029         default stack guard is set in last bytes.
49030         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49032 2012-03-05  Kees Cook  <keescook@chromium.org>
49034         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49036         [BZ #13656]
49037         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49038         possibly allocate from heap instead of stack.
49039         * stdio-common/bug-vfprintf-nargs.c: New file.
49040         * stdio-common/Makefile (tests): Add nargs overflow test.
49042 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49046 2012-03-03  Marek Polacek  <polacek@redhat.com>
49048         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49049         * math/math_private.h: Likewise.
49050         * stdlib/tst-strtod.c: Likewise.
49051         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49052         * sysdeps/x86_64/bits/atomic.h: Likewise.
49054 2012-03-02  David S. Miller  <davem@davemloft.net>
49056         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49057         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49059         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49060         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49061         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49062         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49063         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49065 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49067         [BZ #13792]
49068         * manual/examples/README: New file, says the example source files
49069         can be used under GPL>=2.
49070         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49071         line containing just "*/".
49072         * manual/examples/add.c: Add copyright header (GPL>=2).
49073         * manual/examples/argp-ex1.c: Likewise.
49074         * manual/examples/argp-ex2.c: Likewise.
49075         * manual/examples/argp-ex3.c: Likewise.
49076         * manual/examples/argp-ex4.c: Likewise.
49077         * manual/examples/atexit.c: Likewise.
49078         * manual/examples/db.c: Likewise.
49079         * manual/examples/dir.c: Likewise.
49080         * manual/examples/dir2.c: Likewise.
49081         * manual/examples/execinfo.c: Likewise.
49082         * manual/examples/filecli.c: Likewise.
49083         * manual/examples/filesrv.c: Likewise.
49084         * manual/examples/fmtmsgexpl.c: Likewise.
49085         * manual/examples/genpass.c: Likewise.
49086         * manual/examples/inetcli.c: Likewise.
49087         * manual/examples/inetsrv.c: Likewise.
49088         * manual/examples/isockad.c: Likewise.
49089         * manual/examples/longopt.c: Likewise.
49090         * manual/examples/memopen.c: Likewise.
49091         * manual/examples/memstrm.c: Likewise.
49092         * manual/examples/mkfsock.c: Likewise.
49093         * manual/examples/mkisock.c: Likewise.
49094         * manual/examples/mygetpass.c: Likewise.
49095         * manual/examples/pipe.c: Likewise.
49096         * manual/examples/popen.c: Likewise.
49097         * manual/examples/rprintf.c: Likewise.
49098         * manual/examples/search.c: Likewise.
49099         * manual/examples/select.c: Likewise.
49100         * manual/examples/setjmp.c: Likewise.
49101         * manual/examples/sigh1.c: Likewise.
49102         * manual/examples/sigusr.c: Likewise.
49103         * manual/examples/stpcpy.c: Likewise.
49104         * manual/examples/strdupa.c: Likewise.
49105         * manual/examples/strftim.c: Likewise.
49106         * manual/examples/strncat.c: Likewise.
49107         * manual/examples/subopt.c: Likewise.
49108         * manual/examples/swapcontext.c: Likewise.
49109         * manual/examples/termios.c: Likewise.
49110         * manual/examples/testopt.c: Likewise.
49111         * manual/examples/testpass.c: Likewise.
49112         * manual/examples/timeval_subtract.c: Likewise.
49114         [BZ #13792]
49115         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49116         function to ...
49117         * manual/timeval_subtract.c.texi: ... here, new file.
49119 2012-03-02  David S. Miller  <davem@davemloft.net>
49121         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49123 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49125         [BZ #3976]
49126         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49127         (__sin): Save and restore rounding mode and use round-to-nearest
49128         for all computations.
49129         (__cos): Save and restore rounding mode and use round-to-nearest
49130         for all computations.
49131         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49132         <fenv.h>.
49133         (tan): Save and restore rounding mode and use round-to-nearest for
49134         all computations.
49135         * math/libm-test.inc (cos_test_tonearest): New function.
49136         (cos_test_towardzero): Likewise.
49137         (cos_test_downward): Likewise.
49138         (cos_test_upward): Likewise.
49139         (sin_test_tonearest): Likewise.
49140         (sin_test_towardzero): Likewise.
49141         (sin_test_downward): Likewise.
49142         (sin_test_upward): Likewise.
49143         (tan_test_tonearest): Likewise.
49144         (tan_test_towardzero): Likewise.
49145         (tan_test_downward): Likewise.
49146         (tan_test_upward): Likewise.
49147         (main): Call the new functions.
49148         * sysdeps/i386/fpu/libm-test-ulps: Update.
49149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49151         [BZ #10135]
49152         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49153         small n, then large n, before computing and testing k+n.
49154         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49155         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49156         Likewise.
49157         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49158         Likewise.
49159         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49160         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49161         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49162         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49163         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49164         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49165         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49166         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49167         * math/libm-test.inc (scalbn_test): Add more tests.
49168         (scalbln_test): Likewise.
49170         * manual/filesys.texi (mode_t): Describe constraints on size and
49171         signedness, not exact equivalence to a particular type.
49172         (ino_t): Likewise.
49173         (ino64_t): Likewise.
49174         (dev_t): Likewise.
49175         (nlink_t): Likewise.
49176         (blkcnt_t): Likewise.
49177         (blkcnt64_t): Likewise.
49178         * manual/llio.texi (off_t): Likewise.
49180         [BZ #3976]
49181         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49182         (__ieee754_exp): Save and restore rounding mode and use
49183         round-to-nearest for all computations.
49184         * math/libm-test.inc (exp_test_tonearest): New function.
49185         (exp_test_towardzero): Likewise.
49186         (exp_test_downward): Likewise.
49187         (exp_test_upward): Likewise.
49188         (main): Call the new functions.
49189         * sysdeps/i386/fpu/libm-test-ulps: Update.
49190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49192 2012-03-01  Chris Demetriou  <cgd@google.com>
49194         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49195         have predictable order.
49197 2012-03-01  David S. Miller  <davem@davemloft.net>
49199         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49201         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49202         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49203         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49204         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49206         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49207         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49208         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49209         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49210         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49211         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49212         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49213         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49214         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49216         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49218         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49219         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49220         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49222         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49223         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49224         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49225         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49226         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49227         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49228         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49229         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49230         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49231         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49232         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49233         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49234         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49235         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49236         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49237         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49238         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49239         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49240         * sysdeps/sparc/elf/configure: Regenerated.
49242 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49244         * configure.in (AS, LD): Require binutils 2.20 or later.
49245         * configure: Regenerated.
49246         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49247         as required minimum version.
49248         * INSTALL: Regenerated.
49250         [BZ #2541]
49251         [BZ #4108]
49252         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49253         before squaring exponent.
49254         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49255         bottom long double and 27 bits of top long double before squaring
49256         exponent.
49257         * math/libm-test.inc (erfc_test): Add more tests.
49258         * sysdeps/i386/fpu/libm-test-ulps: Update.
49259         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49262 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49264         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49265         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49266         containing bit-fields.
49267         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49268         * soft-fp/single.h (_FP_UNION_S): Likewise.
49269         * soft-fp/double.h (_FP_UNION_D): Likewise.
49271 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49273         [BZ #13786]
49274         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49275         not include ../strcmp.S.
49276         [USE_AS_STRNCASECMP_L]: Likewise.
49277         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49278         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49279         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49280         (__strncasecmp_l_ia32): Define as alias to
49281         __strncasecmp_l_nonascii.
49283         [BZ #5794]
49284         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49285         * sysdeps/i386/fpu/libm-test-ulps: Update.
49286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49288         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49291 2012-02-29  Jeff Law  <law@redhat.com>
49293         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49294         out of bounds read.
49296 2012-02-29  Marek Polacek  <polacek@redhat.com>
49298         [BZ #13706]
49299         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49300         * elf/Makefile: Add rules to run tst-unused-dep.out.
49302 2012-02-28  David S. Miller  <davem@davemloft.net>
49304         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49305         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49306         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49307         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49308         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49309         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49311 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49313         * math/libm-test.inc (llround_test): Move one test from
49314         lround_test.  Use TEST_f_L in moved test.
49315         (lround_test): Move misplaced test to llround_test.  Add testcase
49316         from bug 2561.
49318 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49320         * sysdeps/x86_64/fpu/e_expf.S: New file.
49321         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49323 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49325         [BZ #13637]
49326         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49327         of remain_len that may cause incomplete multi-byte character and
49328         false match.
49329         * posix/bug-regex33.c: New file.
49330         * posix/Makefile (tests): Add bug-regex33.
49332 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49334         * manual/macros.texi: New file.
49335         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49336         * manual/libc.texinfo: Include macros.texi.
49337         * manual/creatute.texi: Likewise.
49338         * manual/install.texi: Likewise.
49339         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49340         @glibcadj{} in references to the GNU C Library.
49341         * manual/charset.texi: Likewise.
49342         * manual/conf.texi: Likewise.
49343         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49344         when not using those macros.
49345         * manual/creature.texi: Likewise.
49346         * manual/crypt.texi: Likewise.
49347         * manual/errno.texi: Likewise.
49348         * manual/filesys.texi: Likewise.
49349         * manual/header.texi: Likewise.
49350         * manual/install.texi: Likewise.
49351         * manual/intro.texi: Likewise.
49352         * manual/io.texi: Likewise.
49353         * manual/job.texi: Likewise.
49354         * manual/lang.texi: Likewise.
49355         * manual/libc.texiinfo: Likewise.
49356         * manual/llio.texi: Likewise.
49357         * manual/locale.texi: Likewise.
49358         * manual/maint.texi: Likewise.
49359         * manual/math.texi: Likewise.
49360         * manual/memory.texi: Likewise.
49361         * manual/message.texi: Likewise.
49362         * manual/nss.texi: Likewise.
49363         * manual/pattern.texi: Likewise.
49364         * manual/process.texi: Likewise.
49365         * manual/resource.texi: Likewise.
49366         * manual/search.texi: Likewise.
49367         * manual/setjmp.texi: Likewise.
49368         * manual/signal.texi: Likewise.
49369         * manual/socket.texi: Likewise.
49370         * manual/startup.texi: Likewise.
49371         * manual/stdio.texi: Likewise.
49372         * manual/string.texi: Likewise.
49373         * manual/sysinfo.texi: Likewise.
49374         * manual/syslog.texi: Likewise.
49375         * manual/terminal.texi: Likewise.
49376         * manual/time.texi: Likewise.
49377         * manual/users.texi: Likewise.
49378         * INSTALL: Regenerated.
49379         * NOTES: Regenerated.
49380         * sysdeps/gnu/errlist.c: Regenerated.
49382 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49384         * include/dirent.h: Include <dirstream.h> before
49385         <dirent/dirent.h>.
49387 2012-02-28  David S. Miller  <davem@davemloft.net>
49389         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49390         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49391         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49392         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49394 2012-02-27  David S. Miller  <davem@davemloft.net>
49396         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49398         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49399         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49402         frame pointer instead of stack pointer relative arg slot.
49403         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49404         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49405         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49407 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49409         [BZ #3992]
49410         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49412 2012-02-27  David S. Miller  <davem@davemloft.net>
49414         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49415         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49416         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49417         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49418         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49419         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49420         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49421         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49423 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49425         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49426         later.  Allow versions 5-9.
49427         * configure: Regenerated.
49428         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49429         required minimum version and 4.6 as recommended version.  Do not
49430         mention bugs in GCC 2.7 and 2.8.
49431         * INSTALL: Regenerated.
49433 2012-02-27  David S. Miller  <davem@davemloft.net>
49435         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49436         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49437         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49439         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49440         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49441         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49442         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49444         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49445         manipulate bits before adding and subtracting TWO112[sx].
49446         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49448 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49450         [BZ #13775]
49451         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49452         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49453         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49454         being in POSIX, because they are in 1003.1-2008.
49456         * rt/tst-aio.c: Include <fcntl.h>.
49457         * rt/tst-aio7.c: Likewise.
49458         * rt/tst-aio64.c: Likewise.
49460         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49462 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49464         * manual/install.texi (--with-headers): Describe headers as
49465         interface headers, not private headers.
49466         (Specific advice for GNU/Linux systems): Describe use of headers
49467         from "make headers_install", not private headers from older
49468         kernels.
49469         * INSTALL: Regenerated.
49470         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49471         Change to 2.6.19.
49472         * sysdeps/unix/sysv/linux/configure: Regenerated.
49474         * manual/llio.texi (fclean): Remove documentation.
49476         * manual/Makefile (libc-texi-generated): New variable.  Include
49477         version.texi.
49478         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49479         $(libc-texi-generated), not duplicated list of files.
49480         (version.texi, stamp-version): New rules.
49481         (realclean): Remove $(libc-texi-generated), not individual files
49482         from that list.  Do not remove dir-add.texinfo.
49483         * manual/libc.texinfo: Comment out uses of edition numbers and
49484         references to printed manual.  Remove last-updated dates.
49485         (EDITION): Comment out.
49486         (ISBN): Likewise.
49487         (VERSION, UPDATED): Remove.
49488         (version.texi): Include.
49490 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49492         * sysdeps/posix/spawni.c: Include <signal.h>.
49493         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49494         * sysdeps/pthread/aio_fsync.c: Likewise.
49496 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49498         * conform/Makefile (tests): Run only when not cross-compiling and
49499         when fast-check is not defined.
49501         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49502         * conform/data/limits.h-data: Fixes for POSIX2008.
49503         * conform/run-conformtest.sh: Run all tests.
49504         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49505         headers.
49506         * include/bits/dlfcn.h: Likewise.
49507         * include/langinfo.h: Likewise.
49508         * include/monetary.h: Likewise.
49509         * include/sys/poll.h: Likewise.
49511         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49512         for __USE_GNU.
49513         * posix/spawn.h: Define __need_sigset_t.
49514         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49515         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49516         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49517         to get sigevent_t only.
49518         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49519         only for __USE_GNU.
49520         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49521         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49522         process_vm_writev only for __USE_GNU.
49523         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49525         * conform/Makefile: For now ignore errors from run-conformtest.
49526         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49527         POSIX to avoid namespace pollution.  Don't prepend headers.
49528         * conform/data/aio.h-data: Fixes for POSIX testing.
49529         * conform/data/fcntl.h-data: Likewise.
49530         * conform/data/glob.h-data: Likewise.
49531         * conform/data/grp.h-data: Likewise.
49532         * conform/data/pthread.h-data: Likewise.
49533         * conform/data/pwd.h-data: Likewise.
49534         * conform/data/signal.h-data: Likewise.
49535         * conform/data/spawn.h-data: Likewise.
49536         * conform/data/stdio.h-data: Likewise.
49537         * conform/data/stdlib.h-data: Likewise.
49538         * conform/data/stropts.h-data: Likewise.
49539         * conform/data/sys/mman.h-data: Likewise.
49540         * conform/data/sys/stat.h-data: Likewise.
49541         * conform/data/sys/types.h-data: Likewise.
49542         * conform/data/sys/wait.h-data: Likewise.
49543         * conform/data/time.h-data: Likewise.
49544         * conform/data/unistd.h-data: Likewise.
49545         * conform/data/utime.h-data: Likewise.
49547         * io/sys/stat.h: fchmod was always in POSIX.
49548         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49549         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49550         * rt/aio.h: Define __need_timespec before including <time.h>.
49551         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49552         struct.  Add forward declaration of pthread_attr_t and use it in
49553         sigevent.
49554         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49555         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49556         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49557         always remove CLK_TCK definition.
49559 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49561         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49563 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49565         * conform/run-conformtest.sh: New file.
49566         * conform/Makefile: Run run-conformtest for tests.
49567         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49568         support.
49570         * conform/data/uchar.h-data: New file.
49571         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49572         * conform/data/arpa/inet.h-data: Likewise.
49573         * conform/data/assert.h-data: Likewise.
49574         * conform/data/complex.h-data: Likewise.
49575         * conform/data/cpio.h-data: Likewise.
49576         * conform/data/ctype.h-data: Likewise.
49577         * conform/data/dirent.h-data: Likewise.
49578         * conform/data/dlfcn.h-data: Likewise.
49579         * conform/data/errno.h-data: Likewise.
49580         * conform/data/fcntl.h-data: Likewise.
49581         * conform/data/float.h-data: Likewise.
49582         * conform/data/fmtmsg.h-data: Likewise.
49583         * conform/data/fnmatch.h-data: Likewise.
49584         * conform/data/ftw.h-data: Likewise.
49585         * conform/data/glob.h-data: Likewise.
49586         * conform/data/grp.h-data: Likewise.
49587         * conform/data/iconv.h-data: Likewise.
49588         * conform/data/inttypes.h-data: Likewise.
49589         * conform/data/langinfo.h-data: Likewise.
49590         * conform/data/libgen.h-data: Likewise.
49591         * conform/data/limits.h-data: Likewise.
49592         * conform/data/locale.h-data: Likewise.
49593         * conform/data/math.h-data: Likewise.
49594         * conform/data/monetary.h-data: Likewise.
49595         * conform/data/mqueue.h-data: Likewise.
49596         * conform/data/ndbm.h-data: Likewise.
49597         * conform/data/net/if.h-data: Likewise.
49598         * conform/data/netdb.h-data: Likewise.
49599         * conform/data/netinet/in.h-data: Likewise.
49600         * conform/data/nl_types.h-data: Likewise.
49601         * conform/data/poll.h-data: Likewise.
49602         * conform/data/pthread.h-data: Likewise.
49603         * conform/data/pwd.h-data: Likewise.
49604         * conform/data/regex.h-data: Likewise.
49605         * conform/data/sched.h-data: Likewise.
49606         * conform/data/search.h-data: Likewise.
49607         * conform/data/semaphore.h-data: Likewise.
49608         * conform/data/setjmp.h-data: Likewise.
49609         * conform/data/signal.h-data: Likewise.
49610         * conform/data/spawn.h-data: Likewise.
49611         * conform/data/stdarg.h-data: Likewise.
49612         * conform/data/stdio.h-data: Likewise.
49613         * conform/data/stdlib.h-data: Likewise.
49614         * conform/data/string.h-data: Likewise.
49615         * conform/data/strings.h-data: Likewise.
49616         * conform/data/stropts.h-data: Likewise.
49617         * conform/data/sys/ipc.h-data: Likewise.
49618         * conform/data/sys/mman.h-data: Likewise.
49619         * conform/data/sys/msg.h-data: Likewise.
49620         * conform/data/sys/resource.h-data: Likewise.
49621         * conform/data/sys/select.h-data: Likewise.
49622         * conform/data/sys/sem.h-data: Likewise.
49623         * conform/data/sys/shm.h-data: Likewise.
49624         * conform/data/sys/socket.h-data: Likewise.
49625         * conform/data/sys/stat.h-data: Likewise.
49626         * conform/data/sys/statvfs.h-data: Likewise.
49627         * conform/data/sys/time.h-data: Likewise.
49628         * conform/data/sys/timeb.h-data: Likewise.
49629         * conform/data/sys/times.h-data: Likewise.
49630         * conform/data/sys/types.h-data: Likewise.
49631         * conform/data/sys/uio.h-data: Likewise.
49632         * conform/data/sys/un.h-data: Likewise.
49633         * conform/data/sys/utsname.h-data: Likewise.
49634         * conform/data/sys/wait.h-data: Likewise.
49635         * conform/data/syslog.h-data: Likewise.
49636         * conform/data/tar.h-data: Likewise.
49637         * conform/data/termios.h-data: Likewise.
49638         * conform/data/utime.h-data: Likewise.
49639         * conform/data/utmpx.h-data: Likewise.
49640         * conform/data/varargs.h-data: Likewise.
49641         * conform/data/wchar.h-data: Likewise.
49642         * conform/data/wctype.h-data: Likewise.
49643         * conform/data/wordexp.h-data: Likewise.
49645         * include/stropts.h: New file.
49646         * include/uchar.h: New file.
49647         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49648         * include/assert.h: Likewise.
49649         * include/ctype.h: Likewise.
49650         * include/dirent.h: Likewise.
49651         * include/dlfcn.h: Likewise.
49652         * include/fcntl.h: Likewise.
49653         * include/fnmatch.h: Likewise.
49654         * include/glob.h: Likewise.
49655         * include/grp.h: Likewise.
49656         * include/libio.h: Likewise.
49657         * include/locale.h: Likewise.
49658         * include/math.h: Likewise.
49659         * include/net/if.h: Likewise.
49660         * include/netdb.h: Likewise.
49661         * include/netinet/in.h: Likewise.
49662         * include/pthread.h: Likewise.
49663         * include/pwd.h: Likewise.
49664         * include/regex.h: Likewise.
49665         * include/sched.h: Likewise.
49666         * include/search.h: Likewise.
49667         * include/setjmp.h: Likewise.
49668         * include/signal.h: Likewise.
49669         * include/stdio.h: Likewise.
49670         * include/stdlib.h: Likewise.
49671         * include/string.h: Likewise.
49672         * include/sys/cdefs.h: Likewise.
49673         * include/sys/mman.h: Likewise.
49674         * include/sys/msg.h: Likewise.
49675         * include/sys/resource.h: Likewise.
49676         * include/sys/select.h: Likewise.
49677         * include/sys/socket.h: Likewise.
49678         * include/sys/stat.h: Likewise.
49679         * include/sys/statvfs.h: Likewise.
49680         * include/sys/time.h: Likewise.
49681         * include/sys/times.h: Likewise.
49682         * include/sys/uio.h: Likewise.
49683         * include/sys/utsname.h: Likewise.
49684         * include/sys/wait.h: Likewise.
49685         * include/termios.h: Likewise.
49686         * include/time.h: Likewise.
49687         * include/ulimit.h: Likewise.
49688         * include/unistd.h: Likewise.
49689         * include/utime.h: Likewise.
49690         * include/wchar.h: Likewise.
49691         * include/wctype.h: Likewise.
49692         * include/wordexp.h: Likewise.
49694         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49696         * time/time.h: TIME_UTC must be a macro.
49697         Make timespec_get available for ISO C11 only as well.
49699 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49701         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49702         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49704 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49706         * configure.in: Use -o not -a in test for unsupported multi-arch.
49708 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49710         * manual/texinfo.tex: Update to version 2012-01-19.16.
49712 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49714         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49716 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49718         [BZ #13738]
49719         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49720         * manual/fdl-1.3.texi: New file.
49721         * manual/fdl-1.1.texi: File removed.
49723         [BZ #13738]
49724         * manual/libc.texinfo (FDL_VERSION): New @set.
49725         Use it for mention of FDL in cover text.
49726         (Documentation License): Use it in @include file name.
49728 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49729             Roland McGrath  <roland@hack.frob.com>
49731         [BZ #5461]
49732         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49733         (not LONG_LONG_MAX and LONG_LONG_MIN.
49734         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49735         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49736         name.
49737         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49739 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49741         [BZ #2547]
49742         [BZ #11365]
49743         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49744         manipulate bits before adding and subtracting TWO23[sx].
49745         * math/libm-test.inc (nearbyint_test): Add more tests.
49747 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49749         [BZ #2548]
49750         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49751         bits before adding and subtracting TWO23[sx].
49752         * math/libm-test.inc (rint_test): Add more tests.
49753         (rint_test_tonearest): Likewise.
49754         (rint_test_towardzero): Likewise.
49755         (rint_test_downward): Likewise.
49756         (rint_test_upward: Likewise.
49758 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49760         [BZ #10110]
49761         * include/stdc-predef.h: New file.  Extracted from features.h.
49762         * include/features.h: Include stdc-predef.h.
49763         * Makefile (headers): Add stdc-predef.h.
49764         * CONFORMANCE (Compiler limitations): Update.
49766 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49768         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49770 2012-02-21  David S. Miller  <davem@davemloft.net>
49772         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49773         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49775 2012-02-20  David S. Miller  <davem@davemloft.net>
49777         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49778         using a normal save/restore sequence, rather than allocating a
49779         dummy stack frame just to store a frame pointer and restore.
49780         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49782 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49784         * manual/install.texi: Fix stray word in line-wrapped comment.
49786 2012-02-20  David S. Miller  <davem@davemloft.net>
49788         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49789         both binutils and gcc support GOTDATA.
49791         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49792         "rd %pc" in the PIC register setup sequences.
49794         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49795         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49796         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49797         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49798         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49799         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49800         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49801         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49802         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49803         (SYSCALL_ERROR_HANDLER): Likewise.
49804         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49805         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49806         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49807         (SYSCALL_ERROR_HANDLER): Likewise.
49809         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49810         (HAVE_GCC_GOTDATA): New.
49811         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49812         relocation support in both binutils and gcc.
49813         * sysdeps/sparc/elf/configure: Regenerate.
49815         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49816         * sysdeps/sparc/sparc32/elf/configure: Delete.
49817         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49818         * sysdeps/sparc/sparc64/elf/configure: Delete.
49819         * sysdeps/sparc/elf/configure.in: New file.
49820         * sysdeps/sparc/elf/configure: Generate.
49822         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49823         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49824         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49825         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49826         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49828 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49830         * manual/install.texi: Do not mention specific glibc version
49831         numbers.
49832         * manual/libc.texinfo (VERSION, UPDATED): Update.
49833         (@copying): Use @copyright{} and range of years.
49835 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49837         [BZ #13695]
49838         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49839         [crti.S not in sysdirs] (generated): Do not append.
49840         [crti.S not in sysdirs] (omit-deps): Likewise.
49841         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49842         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49843         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49844         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49845         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49846         Likewise.
49847         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49848         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49849         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49850         * csu/defs.awk: Remove file.
49851         * sysdeps/generic/initfini.c: Likewise.
49852         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49853         variable.
49854         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49855         Likewise.
49857 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49859         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49860         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49861         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49862         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49863         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49864         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49865         <bits/epoll.h>.
49866         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49867         (__EPOLL_PACKED): Define to empty if not defined by
49868         <bits/epoll.h>.
49869         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49870         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49871         bits/epoll.h.
49873 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49875         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49876         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49877         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49878         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49879         <bits/timerfd.h>.
49880         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49881         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49882         bits/timerfd.h.
49884 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49886         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49887         in C locale.
49888         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49889         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49890         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49893 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49895         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49896         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49898 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49900         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49901         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49902         defined.
49903         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49904         Likewise.
49905         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49906         entry for 2.16.
49908 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49910         * math/w_acos.c: Use non-signaling floating-point comparisons.
49911         * math/w_acosf.c: Likewise.
49912         * math/w_acosh.c: Likewise.
49913         * math/w_acoshf.c: Likewise.
49914         * math/w_acoshl.c: Likewise.
49915         * math/w_acosl.c: Likewise.
49916         * math/w_asin.c: Likewise.
49917         * math/w_asinf.c: Likewise.
49918         * math/w_asinl.c: Likewise.
49919         * math/w_atanh.c: Likewise.
49920         * math/w_atanhf.c: Likewise.
49921         * math/w_atanhl.c: Likewise.
49922         * math/w_exp2.c: Likewise.
49923         * math/w_exp2f.c: Likewise.
49924         * math/w_exp2l.c: Likewise.
49925         * math/w_j0.c: Likewise.
49926         * math/w_j0f.c: Likewise.
49927         * math/w_j0l.c: Likewise.
49928         * math/w_j1.c: Likewise.
49929         * math/w_j1f.c: Likewise.
49930         * math/w_j1l.c: Likewise.
49931         * math/w_jn.c: Likewise.
49932         * math/w_jnf.c: Likewise.
49933         * math/w_log.c: Likewise.
49934         * math/w_log10.c: Likewise.
49935         * math/w_log10f.c: Likewise.
49936         * math/w_log10l.c: Likewise.
49937         * math/w_log2.c: Likewise.
49938         * math/w_log2f.c: Likewise.
49939         * math/w_log2l.c: Likewise.
49940         * math/w_logf.c: Likewise.
49941         * math/w_logl.c: Likewise.
49942         * math/w_sqrt.c: Likewise.
49943         * math/w_sqrtf.c: Likewise.
49944         * math/w_sqrtl.c: Likewise.
49945         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49946         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49947         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49948         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49949         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49951 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49953         [BZ #9739]
49954         * manual/string.texi (strnlen): Use correct parameter name in
49955         equivalent expression.
49957 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49959         [BZ #11174]
49960         * manual/users.texi (seteuid): Consistently use neweuid for
49961         argument name.
49963 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49965         [BZ #13704]
49966         * manual/nss.texi (Services in the NSS configuration): Correct
49967         list of services in example configuration file.
49969 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49971         [BZ #11322]
49972         * manual/arith.texi: Remove statements about negative zero
49973         behaving identically to zero.
49975 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49977         [BZ #5993]
49978         * manual/install.texi: Do not document upgrading from libc5.
49980 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49982         [BZ #4596]
49983         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49985 2012-02-18  David S. Miller  <davem@davemloft.net>
49987         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49988         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49989         %o7 across the call.
49990         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49991         instead.
49992         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49993         SETUP_PIC_REG_LEAF.
49994         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49995         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49996         * sysdeps/sparc/crtn.S: Likewise.
49998 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50000         * aout/Makefile: Remove.
50002 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50004         [BZ #13058]
50005         * manual/examples/argp-ex1.c (main): Format definition in GNU
50006         style.
50007         * manual/examples/argp-ex2.c (main): Likewise.
50008         * manual/examples/argp-ex3.c (main): Likewise.
50009         * manual/examples/argp-ex4.c (main): Likewise.
50010         * manual/examples/longopt.c (main): Use new-style prototype
50011         definition.
50012         * manual/examples/strncat.c (main): Specify return type and use
50013         (void) for arguments.
50014         * manual/examples/subopt.c (main): Use char **argv argument.
50016 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50018         [BZ #5077]
50019         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50020         rounding modes.
50022 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50024         [BZ #6907]
50025         * manual/string.texi (strchr): Change when strchrnul is
50026         recommended.
50028 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50030         [BZ #174]
50031         * manual/locale.texi (setlocale): Document LOCPATH.
50033 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50035         [BZ #10210]
50036         * manual/process.texi (execle): Move @dots{} before last argument.
50038 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50040         [BZ #12047]
50041         * manual/charset.texi (Generic Charset Conversion): Fix typo
50042         (LC_TYPE -> LC_CTYPE).
50044 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50046         [BZ #5805]
50047         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50048         (scalbnf): Likewise.
50049         (scalbnl): Likewise.
50050         (scalbln): Likewise.
50051         (scalblnf): Likewise.
50052         (scalblnl): Likewise.
50053         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50054         (vwarnx): Likewise.
50055         (verr): Likewise.
50056         (verrx): Likewise.
50057         * manual/filesys.texi (telldir): Use braces around return type.
50058         * manual/llio.texi (mmap): Add space after comma.
50059         (mmap64): Likewise.
50060         * manual/math.texi (jn): Use @var{} on parameter names.
50061         (jnf): Likewise.
50062         (jnl): Likewise.
50063         (yn): Likewise.
50064         (ynf): Likewise.
50065         (ynl): Likewise.
50066         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50067         line.
50068         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50069         "...".
50070         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50071         (sched_get_priority_max): Likewise.
50072         * manual/signal.texi (sigvec): Add space after comma.
50073         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50074         names.
50075         (if_indextoname): Likewise.
50076         (if_freenameindex): Likewise.
50077         (sendto): Use ',' instead of '.' in prototype.
50078         * manual/startup.texi (syscall): Use @dots{} instead of literal
50079         "...".
50080         * manual/stdio.texi (__fpending): Separate initial words of
50081         paragraph from @deftypefun line.
50082         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50083         "...".
50084         (vsyslog): Use @var{} on parameter names.
50085         * manual/terminal.texi (stty): Use @var{} on parameter names.
50086         * manual/users.texi (getutmp): Use @var{} on parameter names.
50087         (getutmpx): Likewise.
50089 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50091         [BZ #6884]
50092         * manual/stdio.texi (fopen): Fix typos in description of
50093         ",ccs=STRING".
50095 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50097         [BZ #4026]
50098         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50099         get clock_id definition.
50101 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50103         [BZ #4822]
50104         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50105         (madvise): Cast every argument to void on its own.
50107 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50109         [BZ #9902]
50110         * manual/startup.texi (Exit Status): Fix typo.
50112 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50114         [BZ #10140]
50115         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50116         * manual/examples/argp-ex2.c: Likewise.
50117         * manual/examples/argp-ex3.c: Likewise.
50119 2012-02-16  Richard Henderson  <rth@redhat.com>
50121         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50122         * sysdeps/s390/s390-32/initfini.c: Remove.
50123         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50124         * sysdeps/s390/s390-64/initfini.c: Remove.
50126 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50128         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50129         compiler output for sysdeps/generic/initfini.c.
50130         * sysdeps/sh/elf/initfini.c: Remove file.
50132 2012-02-16  David S. Miller  <davem@davemloft.net>
50134         [BZ #11494]
50135         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50137         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50138         * sysdeps/sparc/crti.S: New file.
50139         * sysdeps/sparc/crtn.S: New file.
50140         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50141         * sysdeps/sparc/sparc64/Makefile: Likewise.
50143 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50145         [BZ #3335]
50146         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50148 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50150         [BZ #4822]
50151         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50153         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50154         (write, read, close): Likewise.
50155         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50157 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50159         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50160         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50161         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50162         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50163         <bits/signalfd.h>.
50164         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50165         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50166         bits/signalfd.h.
50168 2012-02-14  Marek Polacek  <polacek@redhat.com>
50170         * sysdeps/x86_64/crti.S: New file.
50171         * sysdeps/x86_64/crtn.S: New file.
50172         * sysdeps/x86_64/elf/initfini.c: Remove file.
50174 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50176         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50177         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50178         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50179         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50180         <bits/inotify.h>.
50181         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50182         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50183         bits/inotify.h.
50185 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50187         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50188         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50189         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50190         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50191         <bits/eventfd.h>.
50192         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50193         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50194         bits/eventfd.h.
50196 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50198         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50199         __feraiseexcept instead of feraiseexcept.
50201         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50202         nanosleep invocations.
50203         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50204         strings, and add error checking for a nanosleep invocations.
50206 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50208         Replace FSF snail mail address with URLs, as per GNU coding standards.
50209         Most of the snail mail addresses were wrong anyway, and omitting
50210         them makes the source code easier to maintain.  Almost all of the
50211         changes are to license notices and to locale LC_IDENTIFICATION
50212         addresses, except for this one:
50213         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50214         not its snail mail address.
50216 2012-02-09  Richard Henderson  <rth@twiddle.net>
50218         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50219         of kernel-features.h.
50221         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50223 2012-02-08  Marek Polacek  <polacek@redhat.com>
50225         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50226         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50227         * sysdeps/gnu/_G_config.h: Likewise.
50228         * sysdeps/generic/_G_config.h: Likewise.
50230 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50232         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50233         tests.
50234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50236         * sysdeps/powerpc/powerpc32/crti.S: New file.
50237         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50238         * sysdeps/powerpc/powerpc64/crti.S: New file.
50239         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50241         * Makeconfig (have-initfini): Don't set.
50242         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50243         * configure.in (nopic_initfini): Don't substitute.
50244         * config.h.in (HAVE_INITFINI): Don't #undef.
50245         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50246         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50248 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50250         Support crti.S and crtn.S provided directly by architectures.
50251         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50252         [crti.S in sysdirs] (omit-deps): Likewise.
50253         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50254         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50255         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50256         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50257         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50258         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50259         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50260         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50261         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50262         compiler output for sysdeps/generic/initfini.c.
50263         * sysdeps/i386/elf/Makefile: Remove file.
50264         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50266 2012-02-07  Marek Polacek  <polacek@redhat.com>
50268         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50269         * sysdeps/gnu/_G_config.h: Likewise.
50270         * sysdeps/mach/hurd/_G_config.h: Likewise.
50272 2012-02-07  Marek Polacek  <polacek@redhat.com>
50274         * math/Makefile (tests): Add tst-CMPLX2.
50275         * math/tst-CMPLX2.c: New file.
50277 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50279         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50281         * math/libm-test.inc (jn_test): Add missing L suffix.
50283 2012-02-06  Marek Polacek  <polacek@redhat.com>
50285         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50286         * sysdeps/i386/fpu/e_powf.S: Likewise.
50287         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50288         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50289         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50290         * sysdeps/i386/fpu/e_pow.S: Likewise.
50291         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50292         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50293         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50294         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50295         * sysdeps/i386/fpu/e_log2.S: Likewise.
50296         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50297         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50298         * sysdeps/i386/fpu/e_powl.S: Likewise.
50299         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50300         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50301         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50302         * sysdeps/i386/fpu/e_logl.S: Likewise.
50303         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50304         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50305         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50306         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50307         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50308         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50309         * sysdeps/i386/fpu/e_log.S: Likewise.
50310         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50311         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50312         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50313         * sysdeps/i386/fpu/e_logf.S: Likewise.
50314         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50315         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50316         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50317         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50318         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50319         * sysdeps/i386/fpu/e_log10.S: Likewise.
50320         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50321         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50322         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50323         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50324         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50325         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50326         * sysdeps/i386/asm-syntax.h: Likewise.
50327         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50328         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50329         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50330         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50331         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50332         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50333         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50334         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50335         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50336         * sysdeps/powerpc/sysdep.h: Likewise.
50337         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50338         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50340 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50342         [BZ #411]
50343         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50345 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50347         * sysdeps/i386/sysdep.h: Include <features.h>.
50348         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50349         version.
50351 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50353         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50354         Define.
50355         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50356         LOAD_PIC_REG_STR.
50358 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50360         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50361         (SETUP_PIC_REG): Use GET_PC_THUNK.
50362         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50363         macro.
50365 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50367         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50368         for non-PIC compilation.
50369         (SETUP_PIC_REG): Add .p2align directive.
50370         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50371         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50372         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50373         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50374         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50375         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50376         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50377         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50378         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50379         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50380         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50381         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50382         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50383         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50384         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50385         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50386         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50387         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50388         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50389         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50390         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50391         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50392         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50393         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50394         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50395         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50396         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50397         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50398         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50399         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50400         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50401         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50402         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50403         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50404         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50405         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50406         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50407         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50408         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50409         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50410         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50412 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50414         * math/tst-CMPLX.c: Include <stdio.h>.
50416 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50418         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50419         float.
50420         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50421         * sysdeps/sparc/bits/mathdef.h: Likewise.
50423 2012-01-31  Marek Polacek  <polacek@redhat.com>
50425         * libio/libio.h: Don't define _PARAMS.
50426         * locale/programs/config.h: Don't define PARAMS.
50427         * stdlib/strtol_l.c: Likewise.
50428         (__strtol_l): Remove PARAMS from the prototype.
50430 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50432         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50433         names.  Just use the correct names.  Remove unnecessary wrapper
50434         functions.
50435         * malloc/arena.c: Likewise.
50436         * malloc/hooks.c: Likewise.
50438         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50439         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50440         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50442 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50444         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50445         into tail calls.
50446         (update_get_addr): New function.
50447         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50448         GET_ADDR_MODULE parameter.
50450 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50452         * crypt/cert.c: Remove __STDC__ conditionals.
50453         * crypt/crypt-entry.c: Likewise.
50454         * crypt/crypt_util.c: Likewise.
50455         * libio/filedoalloc.c: Likewise.
50456         * libio/fileops.c: Likewise.
50457         * libio/genops.c: Likewise.
50458         * libio/iofclose.c: Likewise.
50459         * libio/iofdopen.c: Likewise.
50460         * libio/iofopen.c: Likewise.
50461         * libio/iofopen64.c: Likewise.
50462         * libio/iogetdelim.c: Likewise.
50463         * libio/iopopen.c: Likewise.
50464         * libio/obprintf.c: Likewise.
50465         * libio/oldfileops.c: Likewise.
50466         * libio/oldiofclose.c: Likewise.
50467         * libio/oldiofdopen.c: Likewise.
50468         * libio/oldiofopen.c: Likewise.
50469         * libio/oldiopopen.c: Likewise.
50470         * libio/wfiledoalloc.c: Likewise.
50471         * libio/wgenops.c: Likewise.
50472         * locale/programs/xmalloc.c: Likewise.
50473         * misc/syslog.c: Likewise.
50474         * stdio-common/xbug.c: Likewise.
50475         * string/memchr.c: Likewise.
50476         * string/memcmp.c: Likewise.
50477         * string/memrchr.c: Likewise.
50478         * string/rawmemchr.c: Likewise.
50479         * sysdeps/posix/getcwd.c: Likewise.
50480         * time/strftime_l.c: Likewise.
50482 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50484         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50485         * config.make.in (config-cflags-sse2avx): Define.
50486         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50487         Fix typo.
50489 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50491         * scripts/config.guess: Update from upstream config git repository.
50492         * scripts/config.sub: Likewise.
50494 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50496         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50497         (EM_NUM): Update.
50498         (R_TILEPRO_*, R_TILEGX_*): New macros.
50500         * scripts/firstversions.awk: Fix bug in version range handling.
50502         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50504         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50506         * include/sys/epoll.h: New file.
50507         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50508         libc_hidden_def.
50510 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50512         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50513         Avoid unnecessary __WORDSIZE == 64 test.
50514         (fmaxf): Use VEX format if possible.
50515         (fmax): Likewise.
50516         (fminf): Likewise.
50517         (fmin): Likewise.
50519         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50520         * math/math_private.h: Remove libc_fegetround* and
50521         libc_fesetround*.
50522         * sysdeps/i386/configure.in: Check for -msse2avx.
50523         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50524         also if SSE2AVX is defined.
50525         Remove libc_fegetround* and libc_fesetround*.
50526         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50527         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50528         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50529         of HAS_YMM_USABLE.
50530         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50531         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50532         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50533         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50534         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50536         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50538 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50540         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50541         size is not set.
50542         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50544 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50546         [BZ #13618]
50547         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50548         relocation.
50549         * Makeconfig (libm): Define.
50550         * elf/Makefile: Add rules to build and run tst-relsort1.
50551         * elf/tst-relsort1.c: New file.
50552         * elf/tst-relsort1mod1.c: New file.
50553         * elf/tst-relsort1mod2.c: New file.
50555 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50557         * math/s_ldexp.c: Remove __STDC__ conditionals.
50558         * math/s_ldexpf.c: Likewise.
50559         * math/s_ldexpl.c: Likewise.
50560         * math/s_nextafter.c: Likewise.
50561         * math/s_nexttowardf.c: Likewise.
50562         * math/s_significand.c: Likewise.
50563         * math/s_significandf.c: Likewise.
50564         * math/s_significandl.c: Likewise.
50565         * math/w_jnl.c: Likewise.
50566         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50567         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50568         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50569         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50570         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50571         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50572         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50573         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50574         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50575         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50576         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50577         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50578         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50579         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50580         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50581         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50582         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50583         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50584         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50585         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50586         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50587         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50588         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50589         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50590         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50591         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50592         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50593         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50594         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50595         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50596         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50597         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50598         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50599         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50600         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50601         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50602         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50603         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50604         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50605         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50606         * sysdeps/ieee754/k_standard.c: Likewise.
50607         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50608         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50609         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50610         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50611         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50612         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50613         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50614         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50615         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50616         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50617         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50618         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50619         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50620         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50621         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50622         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50623         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50624         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50625         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50626         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50627         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50628         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50629         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50630         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50631         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50632         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50633         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50634         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50635         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50636         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50637         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50638         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50639         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50640         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50641         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50642         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50643         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50644         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50645         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50646         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50647         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50648         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50649         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50650         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50651         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50652         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50653         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50654         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50655         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50656         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50657         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50658         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50659         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50660         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50661         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50662         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50663         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50664         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50665         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50666         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50667         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50668         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50669         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50670         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50671         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50672         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50673         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50674         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50675         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50676         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50677         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50678         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50679         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50680         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50681         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50682         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50683         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50684         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50685         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50686         * sysdeps/ieee754/s_matherr.c: Likewise.
50687         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50688         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50689         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50690         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50692 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50694         * crypt/md5.h: Remove __STDC__ conditionals.
50695         * libio/libioP.h: Likewise.
50696         * locale/programs/config.h: Likewise.
50697         * sysdeps/generic/sysdep.h: Likewise.
50698         * sysdeps/i386/asm-syntax.h: Likewise.
50699         * sysdeps/s390/asm-syntax.h: Likewise.
50700         * sysdeps/unix/sysdep.h: Likewise.
50701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50704 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50706         * libio/libio.h: Remove __STDC__ conditionals.
50707         * malloc/obstack.h: Likewise.
50708         * math/complex.h: Likewise.
50709         * math/math.h: Likewise.
50710         * sysdeps/generic/_G_config.h: Likewise.
50711         * sysdeps/gnu/_G_config.h: Likewise.
50712         * sysdeps/mach/hurd/_G_config.h: Likewise.
50713         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50714         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50715         * sysdeps/sparc/bits/mathdef.h: Likewise.
50717 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50719         [BZ #13583]
50720         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50721         Clean up HAS_* macros.
50722         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50723         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50724         possible.
50725         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50726         HAS_AVX.
50727         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50728         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50729         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50730         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50731         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50733 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50735         * elf/tst-unique3.cc (gets): Remove declaration.
50736         * elf/tst-unique3lib.cc (gets): Likewise.
50737         * elf/tst-unique3lib2.cc (gets): Likewise.
50738         * elf/tst-unique4.cc (gets): Likewise.
50740 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50742         * include/stdio.h: Add C++ protection.  Add gets declarations and
50743         definitions.
50744         * debug/tst-chk1.c: Don't declare gets here.
50745         * stdio-common/tst-gets.c: Likewise.
50747 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50749         * posix/glob: Remove directory.
50751 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50753         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50755 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50757         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50758         of the non-standard EPFNOSUPPORT.
50760 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50762         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50763         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50764         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50766 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50768         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50770 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50772         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50773         transient errors.
50774         * nscd/grpcache.c (cache_addgr): Likewise.
50775         * nscd/hstcache.c (cache_addhst): Likewise.
50776         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50777         * nscd/pwdcache.c (cache_addpw): Likewise.
50778         * nscd/servicescache.c (cache_addserv): Likewise.
50780 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50782         * malloc/malloc.c: Various cleanups.
50783         * malloc/hooks.c: Likewise.
50785         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50786         * stdlib/bug-fmtmsg1.c: New file.
50788         * stdlib/fmtmsg.c (init): Add missing unlock.
50789         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50791 2012-01-12  Marek Polacek  <polacek@redhat.com>
50793         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50794         and _GNU_SOURCE.
50796 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50798         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50799         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50800         macro to ensure uniqueness of label name.
50801         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50802         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50804 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50806         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50808         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50809         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50810         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50811         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50813 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50815         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50817         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50818         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50819         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50821         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50823         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50824         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50825         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50826         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50828         * math/bits/math-finite.h: Add ldexp support.
50830 2012-01-10  Marek Polacek  <polacek@redhat.com>
50832         * locale/programs/localedef.h (show_archive_content): Add noreturn
50833         attribute.
50835 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50837         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50839 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50841         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50843         * io/Makefile (headers): Add bits/poll2.h.
50845 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50848         typo #include statement.
50850 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50852         * include/sys/cdefs.h: Define __attribute_alloc_size.
50853         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50854         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50855         * elf/pldd.c: Likewise.
50856         * iconv/iconv_charmap.c: Likewise.
50857         * iconv/iconvconfig.c: Likewise.
50858         * iconv/strtab.c: Likewise.
50859         * locale/programs/locale.c: Likewise.
50860         * locale/programs/localedef.h: Likewise.
50861         * locale/programs/simple-hash.c: Likewise.
50862         * nscd/nscd.h: Likewise.
50863         * nss/makedb.c: Likewise.
50864         * sysdeps/generic/ldconfig.h: Likewise.
50865         * locale/programs/localedef.c: Remove xmalloc prototype.
50866         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50868 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50870         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50871         appropriate.
50873 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50875         * math/Makefile (tests): Add tst-CMPLX.
50876         * math/tst-CMPLX.c: New file.
50878         * math/complex.h (CMPLXL): Fix typo.
50880         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50881         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50882         GLIBC_2.16.
50883         * debug/tst-chk1.c: Add poll and ppoll tests.
50884         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50885         * include/sys/poll.h: Add hidden proto for ppoll.
50886         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50887         * sysdeps/mach/hurd/ppoll.c: Likewise.
50888         * io/ppoll.c: Likewise.
50889         * debug/poll_chk.c: New file.
50890         * debug/ppoll_chk.c: New file.
50891         * include/bits/poll2.h: New file.
50892         * io/bits/poll2.h: New file.
50894         [BZ #1350]
50895         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50897         * configure.in: static is always set to yes.  Remove.
50898         * config.make.in: Don't set build-static.
50899         * Makeconfig: Remove use of build-static.
50900         * dlfcn/Makefile: Likewise.
50901         * elf/Makefile: Likewise.
50902         * math/Makefile: Likewise.
50903         * misc/Makefile: Likewise.
50904         * nptl/Makefile: Likewise.
50905         * sysdeps/mach/hurd/Makefile: Likewise.
50907         * configure.in: PWD_P is not used anymore.
50908         * config.make.in: Remove PWD_P entry.
50910         * configure.in: Remove last remnants of RANLIB.
50911         No need to check for signed size_t anymore.
50912         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50913         and IA-64.
50914         Remove __builtin_expect test because we require at least gcc 3.4.
50915         * aclocal.m4: Likewise.
50917         * wcsmbs/mbrtoc16.c: Implement using towc function.
50918         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50919         * wcsmbs/wcsmbsload.c: Likewise.
50920         * iconv/gconv_simple.c: Likewise.
50921         * iconv/gconv_int.h: Likewise.
50922         * iconv/gconv_builtin.h: Likewise.
50923         * iconv/iconv_prog.c: Remove CHAR16 handling.
50925         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50927         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50929         * configure.in: Remove --with-elf and --enable-bounded options.
50930         Dont set base_machine for ia64.  More non-ELF conditions removed.
50931         Remove testing and setting of leading underscore information.
50932         * config.make.in (build-bounded): Set to no.
50933         * config.h.in: Remove NO_UNDERSCORES entry.
50934         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50935         them.
50936         * csu/start.c: Remove !NO_UNDERSCORE code.
50937         * locale/localeinfo.h: Likewise.
50938         * sysdeps/generic/machine-gmon.h: Likewise.
50939         * sysdeps/generic/sysdep.h: Likewise.
50940         * sysdeps/i386/sysdep.h: Likewise.
50941         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50942         * sysdeps/mach/sysdep.h: Likewise.
50943         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50944         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50945         * sysdeps/sh/sysdep.h: Likewise.
50946         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50947         * sysdeps/unix/i386/sysdep.S: Likewise.
50948         * sysdeps/unix/sparc/start.c: Likewise.
50949         * sysdeps/unix/sparc/sysdep.S: Likewise.
50950         * sysdeps/unix/sparc/sysdep.h: Likewise.
50951         * sysdeps/unix/start.c: Likewise.
50952         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50953         * sysdeps/x86_64/sysdep.h: Likewise.
50955 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50957         [BZ #13553]
50958         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50959         for non-gcc.
50960         * argp/argp-fmtstream.h: Use const instead __const.
50961         * argp/argp.h: Likewise.
50962         * assert/assert.h: Likewise.
50963         * bits/fenv.h: Likewise.
50964         * bits/sched.h: Likewise.
50965         * bits/sigset.h: Likewise.
50966         * bits/sigthread.h: Likewise.
50967         * catgets/nl_types.h: Likewise.
50968         * conform/data/pthread.h-data: Likewise.
50969         * crypt/crypt-private.h: Likewise.
50970         * crypt/crypt.h: Likewise.
50971         * crypt/crypt_util.c: Likewise.
50972         * ctype/ctype.h: Likewise.
50973         * debug/execinfo.h: Likewise.
50974         * debug/mbsnrtowcs_chk.c: Likewise.
50975         * debug/mbsrtowcs_chk.c: Likewise.
50976         * debug/wcsnrtombs_chk.c: Likewise.
50977         * debug/wcsrtombs_chk.c: Likewise.
50978         * debug/wcstombs_chk.c: Likewise.
50979         * dirent/dirent.h: Likewise.
50980         * dlfcn/dlfcn.h: Likewise.
50981         * elf/neededtest4.c: Likewise.
50982         * grp/grp.h: Likewise.
50983         * gshadow/gshadow.h: Likewise.
50984         * iconv/gconv.h: Likewise.
50985         * iconv/gconv_int.h: Likewise.
50986         * iconv/gconv_simple.c: Likewise.
50987         * iconv/iconv.h: Likewise.
50988         * iconv/loop.c: Likewise.
50989         * iconv/skeleton.c: Likewise.
50990         * include/aio.h: Likewise.
50991         * include/aliases.h: Likewise.
50992         * include/argz.h: Likewise.
50993         * include/arpa/inet.h: Likewise.
50994         * include/assert.h: Likewise.
50995         * include/dirent.h: Likewise.
50996         * include/dlfcn.h: Likewise.
50997         * include/execinfo.h: Likewise.
50998         * include/fcntl.h: Likewise.
50999         * include/fenv.h: Likewise.
51000         * include/glob.h: Likewise.
51001         * include/grp.h: Likewise.
51002         * include/libintl.h: Likewise.
51003         * include/mntent.h: Likewise.
51004         * include/netdb.h: Likewise.
51005         * include/pwd.h: Likewise.
51006         * include/rpc/netdb.h: Likewise.
51007         * include/sched.h: Likewise.
51008         * include/search.h: Likewise.
51009         * include/shadow.h: Likewise.
51010         * include/signal.h: Likewise.
51011         * include/stdio.h: Likewise.
51012         * include/stdlib.h: Likewise.
51013         * include/string.h: Likewise.
51014         * include/sys/socket.h: Likewise.
51015         * include/sys/stat.h: Likewise.
51016         * include/sys/statfs.h: Likewise.
51017         * include/sys/statvfs.h: Likewise.
51018         * include/sys/syslog.h: Likewise.
51019         * include/sys/time.h: Likewise.
51020         * include/sys/uio.h: Likewise.
51021         * include/time.h: Likewise.
51022         * include/unistd.h: Likewise.
51023         * include/utmp.h: Likewise.
51024         * include/wchar.h: Likewise.
51025         * include/wctype.h: Likewise.
51026         * inet/aliases.h: Likewise.
51027         * inet/arpa/inet.h: Likewise.
51028         * inet/netinet/ether.h: Likewise.
51029         * inet/netinet/in.h: Likewise.
51030         * intl/libintl.h: Likewise.
51031         * io/bits/fcntl2.h: Likewise.
51032         * io/fcntl.h: Likewise.
51033         * io/ftw.h: Likewise.
51034         * io/sys/poll.h: Likewise.
51035         * io/sys/stat.h: Likewise.
51036         * io/sys/statfs.h: Likewise.
51037         * io/sys/statvfs.h: Likewise.
51038         * io/utime.h: Likewise.
51039         * libio/bits/stdio.h: Likewise.
51040         * libio/bits/stdio2.h: Likewise.
51041         * libio/libio.h: Likewise.
51042         * libio/libioP.h: Likewise.
51043         * libio/stdio.h: Likewise.
51044         * locale/lc-ctype.c: Likewise.
51045         * locale/locale.h: Likewise.
51046         * login/utmp.h: Likewise.
51047         * malloc/arena.c: Likewise.
51048         * malloc/malloc.c: Likewise.
51049         * malloc/malloc.h: Likewise.
51050         * malloc/mcheck.c: Likewise.
51051         * malloc/mtrace.c: Likewise.
51052         * math/bits/mathcalls.h: Likewise.
51053         * math/fenv.h: Likewise.
51054         * math/math_private.h: Likewise.
51055         * misc/bits/error.h: Likewise.
51056         * misc/bits/syslog.h: Likewise.
51057         * misc/err.h: Likewise.
51058         * misc/error.h: Likewise.
51059         * misc/fstab.h: Likewise.
51060         * misc/mntent.h: Likewise.
51061         * misc/regexp.h: Likewise.
51062         * misc/search.h: Likewise.
51063         * misc/sgtty.h: Likewise.
51064         * misc/sys/mman.h: Likewise.
51065         * misc/sys/syslog.h: Likewise.
51066         * misc/sys/uio.h: Likewise.
51067         * misc/sys/xattr.h: Likewise.
51068         * misc/ttyent.h: Likewise.
51069         * nis/rpcsvc/ypclnt.h: Likewise.
51070         * nss/nss.h: Likewise.
51071         * posix/bits/unistd.h: Likewise.
51072         * posix/fnmatch.h: Likewise.
51073         * posix/glob.h: Likewise.
51074         * posix/sched.h: Likewise.
51075         * posix/spawn.h: Likewise.
51076         * posix/sys/wait.h: Likewise.
51077         * posix/unistd.h: Likewise.
51078         * posix/wordexp.h: Likewise.
51079         * pwd/pwd.h: Likewise.
51080         * resolv/netdb.h: Likewise.
51081         * resource/sys/resource.h: Likewise.
51082         * rt/aio.h: Likewise.
51083         * rt/bits/mqueue2.h: Likewise.
51084         * rt/mqueue.h: Likewise.
51085         * shadow/shadow.h: Likewise.
51086         * signal/signal.h: Likewise.
51087         * socket/send.c: Likewise.
51088         * socket/sendto.c: Likewise.
51089         * socket/sys/socket.h: Likewise.
51090         * stdio-common/printf.h: Likewise.
51091         * stdlib/bits/stdlib.h: Likewise.
51092         * stdlib/fmtmsg.h: Likewise.
51093         * stdlib/monetary.h: Likewise.
51094         * stdlib/stdlib.h: Likewise.
51095         * stdlib/ucontext.h: Likewise.
51096         * streams/stropts.h: Likewise.
51097         * string/argz.h: Likewise.
51098         * string/bits/string2.h: Likewise.
51099         * string/string.h: Likewise.
51100         * string/strings.h: Likewise.
51101         * sunrpc/rpc/auth.h: Likewise.
51102         * sunrpc/rpc/auth_des.h: Likewise.
51103         * sunrpc/rpc/clnt.h: Likewise.
51104         * sunrpc/rpc/netdb.h: Likewise.
51105         * sunrpc/rpc/pmap_clnt.h: Likewise.
51106         * sunrpc/rpc/xdr.h: Likewise.
51107         * sysdeps/generic/inttypes.h: Likewise.
51108         * sysdeps/generic/net/if.h: Likewise.
51109         * sysdeps/generic/sys/swap.h: Likewise.
51110         * sysdeps/gnu/net/if.h: Likewise.
51111         * sysdeps/gnu/utmpx.h: Likewise.
51112         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51113         * sysdeps/i386/i486/bits/string.h: Likewise.
51114         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51115         * sysdeps/s390/bits/string.h: Likewise.
51116         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51117         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51118         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51119         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51120         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51121         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51122         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51123         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51124         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51125         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51126         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51127         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51128         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51129         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51130         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51131         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51132         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51133         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51134         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51135         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51136         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51137         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51138         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51139         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51140         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51141         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51142         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51143         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51144         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51145         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51146         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51147         * sysvipc/sys/ipc.h: Likewise.
51148         * sysvipc/sys/msg.h: Likewise.
51149         * sysvipc/sys/sem.h: Likewise.
51150         * sysvipc/sys/shm.h: Likewise.
51151         * termios/termios.h: Likewise.
51152         * time/sys/time.h: Likewise.
51153         * time/time.h: Likewise.
51154         * wcsmbs/bits/wchar2.h: Likewise.
51155         * wcsmbs/uchar.h: Likewise.
51156         * wcsmbs/wchar.h: Likewise.
51157         * wctype/wctype.h: Likewise.
51159         [BZ #13551]
51160         * Makeconfig: Remove all but ELF support including AIX support.
51161         * Makerules: Likewise.
51162         * config.h.in: Likewise.
51163         * config.make.in: Likewise.
51164         * configure: Likewise.
51165         * configure.in: Likewise.
51166         * csu/Makefile: Likewise.
51167         * csu/version.c: Likewise.
51168         * debug/Makefile: Likewise.
51169         * dlfcn/Makefile: Likewise.
51170         * elf/Makefile: Likewise.
51171         * extra-lib.mk: Likewise.
51172         * iconv/Makefile: Likewise.
51173         * include/libc-symbols.h: Likewise.
51174         * include/shlib-compat.h: Likewise.
51175         * resolv/Makefile: Likewise.
51176         * resolv/res_libc.c: Likewise.
51177         * rt/Makefile: Likewise.
51178         * sysdeps/i386/asm-syntax.h: Likewise.
51179         * sysdeps/i386/sysdep.h: Likewise.
51180         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51181         * sysdeps/mach/sysdep.h: Likewise.
51182         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51183         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51184         * sysdeps/s390/asm-syntax.h: Likewise.
51185         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51186         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51187         * sysdeps/sh/sysdep.h: Likewise.
51188         * sysdeps/unix/sparc/sysdep.h: Likewise.
51189         * sysdeps/wordsize-32/divdi3.c: Likewise.
51190         * sysdeps/x86_64/sysdep.h: Likewise.
51192         * argp/Versions: Remove _argp_unlock_xxx.
51194         [BZ #13559]
51195         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51196         * abilist/libBrokenLocale.abilist: Likewise.
51197         * abilist/libanl.abilist: Likewise.
51198         * abilist/libc.abilist: Likewise.
51199         * abilist/libcrypt.abilist: Likewise.
51200         * abilist/libdl.abilist: Likewise.
51201         * abilist/libm.abilist: Likewise.
51202         * abilist/libnsl.abilist: Likewise.
51203         * abilist/libpthread.abilist: Likewise.
51204         * abilist/libresolv.abilist: Likewise.
51205         * abilist/librt.abilist: Likewise.
51206         * abilist/libthread_db.abilist: Likewise.
51207         * abilist/libutil.abilist: Likewise.
51208         * abilist/libnss_db.abilist: New file.
51210         * scripts/abilist.awk: Add support for indirect functions.
51212         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51214         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51216         * shlib-versions: Remove entries for ports architectures.
51218         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51219         files in ports.
51220         * elf/stackguard-macros.h: Remove support for IA-64.
51221         * elf/tst-auditmod1.c: Likewise.
51222         * sysdeps/generic/ldsodefs.h: Likewise.
51224         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51225         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51226         configure files.
51228         [BZ #13552]
51229         * configure.in: Remove --enable-omitfp support.
51230         * FAQ.in: Adjust.
51231         * config.make.in: Likewise.
51232         * Makeconfig: Likewise.
51233         * manual/install.texi: Likewise.
51235         In case anyone cares, the IA-64 architecture could move to ports.
51236         * sysdeps/ia64/*: Removed.
51237         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51238         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51240         [BZ #13555]
51241         * configure.in: Remove entries for unsupported architectures.
51243         [BZ #13533]
51244         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51245         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51246         routines.
51247         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51248         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51249         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51250         fall back to using wcrtomb.
51251         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51252         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51253         renaming.
51254         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51255         * wcsmbs/tst-c16c32-1.c: New file.
51257         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51258         local variable.
51260         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51262         * elf/tst-unique3.cc: Add explicit declaration of gets.
51263         * elf/tst-unique3lib.cc: Likewise.
51264         * elf/tst-unique3lib2.cc: Likewise.
51265         * elf/tst-unique4.cc: Likewise.
51267         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51269 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51271         [BZ #13566]
51272         * assert/assert.h (static_assert): Don't define for C++.
51273         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51274         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51276 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51278         * iconv/loop.c (single loop): Fix assertion in storing of
51279         remaining bytes.
51281         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51283 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51285         * posix/getconf.c: Update copyright year.
51286         * nss/getent.c: Likewise.
51287         * nss/makedb.c: Likewise.
51288         * iconv/iconvconfig.c: Likewise.
51289         * iconv/iconv_prog.c: Likewise.
51290         * elf/ldconfig.c: Likewise.
51291         * elf/pldd.c: Likewise.
51292         * elf/sotruss.ksh: Likewise.
51293         * catgets/gencat.c: Likewise.
51294         * csu/version.c: Likewise.
51295         * elf/ldd.bash.in: Likewise.
51296         * elf/sprof.c (print_version): Likewise.
51297         * locale/programs/locale.c: Likewise.
51298         * locale/programs/localedef.c: Likewise.
51299         * login/programs/pt_chown.c: Likewise.
51300         * nscd/nscd.c (print_version): Likewise.
51301         * debug/xtrace.sh: Likewise.
51302         * malloc/memusage.sh: Likewise.
51303         * malloc/mtrace.pl: Likewise.
51304         * debug/catchsegv.sh: Likewise.
51306 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51308         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51309         pure attribute.
51311 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51313         [BZ #13533]
51314         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51315         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51316         transformations.
51317         * iconv/gconv_int.h: Likewise.
51318         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51319         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51320         from libc for GLIBC_2.16.
51321         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51322         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51323         * wcsmbs/uchar.h: Really define mbstate_t.
51324         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51325         * wcsmbs/c16rtomb.c: New file.
51326         * wcsmbs/mbrtoc16.c: New file.
51327         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51328         for C/POSIX locale.
51329         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51330         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51332         * wcsmbs/wchar.h: Add missing __restrict.
51334 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51336         [BZ #13532]
51337         * time/Makefile (routines): Add timespec_get.
51338         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51339         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51340         timespec for ISO C11.
51341         * time/timespec_get.c: New file.
51342         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51343         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51345         [BZ #13531]
51346         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51347         * stdlib/stdlib.h: Declare aligned_alloc.
51348         * Versions.def: Add GLIBC_2.16 for libc.
51349         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51351         [BZ 13527]
51352         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51353         ISO C11.
51355         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51356         code.
51358         [BZ #13528]
51359         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51361         [BZ #13529]
51362         * assert/assert.h (static_assert): Define.
51364         * version.h: Update for 2.16 development version.
51366         [BZ #13526]
51367         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51368         _ISOC11_SOURCE.
51370         * version.h (RELEASE): Bump for 2.15 release.
51371         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51373         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51374         Patch by Marek Polacek <mpolacek@redhat.com>.
51376         * bits/byteswap.h: Protect long long constants with __extension__.
51377         * sysdeps/i386/bits/byteswap.h: Likewise.
51378         * sysdeps/ia64/bits/byteswap.h: Likewise.
51379         * sysdeps/s390/bits/byteswap.h: Likewise.
51380         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51382 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51384         [BZ #13540]
51385         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51386         destination buffer.
51387         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51389 2011-12-23  Marek Polacek  <polacek@redhat.com>
51391         * elf/dl-addr.c (determine_info): Add inline keyword.
51392         * elf/tst-auditmod4b.c (check_avx): Likewise.
51393         * elf/tst-auditmod6b.c (check_avx): Likewise.
51394         * elf/tst-auditmod6c.c (check_avx): Likewise.
51395         * elf/tst-auditmod7b.c (check_avx): Likewise.
51397 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51399         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51400         !__SSE_MATH__.
51402 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51404         [BZ #13540]
51405         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51406         processing for last bytes.
51408 2011-08-06  Bruno Haible  <bruno@clisp.org>
51410         [BZ #13061]
51411         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51412         U+0385, not to U+1FEE.
51414         [BZ #13062]
51415         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51416         entry for U+00A5 U+0301.
51418 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51420         [BZ #13166]
51421         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51422         buffer for the output is too small.
51424         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51425         optimization.
51427         [BZ #13185]
51428         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51429         SSE flags if possible.
51431 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51433         [BZ #13540]
51434         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51435         processing for last bytes.
51437 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51439         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51440         (syscall-list-default-options, syscall-list-default-condition)
51441         (syscall-list-includes): Define.
51442         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51443         list of ABIs and options and #if conditions for each ABI.  Do not
51444         handle common syscalls between ABIs specially.
51445         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51446         Remove.
51447         (syscall-list-variants, syscall-list-32bit-options)
51448         (syscall-list-32bit-condition, syscall-list-64bit-options)
51449         (syscall-list-64bit-condition): Define.
51450         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51451         (syscall-list-variants, syscall-list-32bit-options)
51452         (syscall-list-32bit-condition, syscall-list-64bit-options)
51453         (syscall-list-64bit-condition): Define.
51454         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51455         Remove.
51456         (syscall-list-variants, syscall-list-32bit-options)
51457         (syscall-list-32bit-condition, syscall-list-64bit-options)
51458         (syscall-list-64bit-condition): Define.
51459         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51460         Remove.
51461         (syscall-list-variants, syscall-list-32bit-options)
51462         (syscall-list-32bit-condition, syscall-list-64bit-options)
51463         (syscall-list-64bit-condition): Define.
51465 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51467         * locale/iso-639.def: Add brx entry.
51469         [BZ #13328]
51470         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51471         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51473         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51474         __feraiseexcept_renamed.
51476 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51478         [BZ #13538]
51479         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51480         EPOLLET with unsigned values.
51481         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51482         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51484         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51485         to large cancellation.
51486         * math/s_cacoshf.c: Likewise.
51487         * math/s_cacoshl.c: Likewise.
51489 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51491         [BZ #13305]
51492         [BZ #12786]
51493         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51494         * math/s_cacoshf.c: Likewise.
51495         * math/s_cacoshl.c: Likewise.
51497 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51499         [BZ #13439]
51500         * iconv/gconv.h: Define __GCONV_SWAP.
51501         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51502         * iconvdata/utf-16.c: Likewise.
51503         * iconvdata/utf-32.c: Likewise.
51505 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51507         [BZ #13524]
51508         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51509         numerator after shifting it by one limb.
51511 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51513         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51514         under [__USE_EXTERN_INLINES].
51516 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51518         [BZ #13446]
51519         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51521 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51523         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51524         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51525         optimized code.
51526         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51527         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51528         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51529         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51530         for strncasecmp/strncasecmp_l compilation.
51531         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51532         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51534 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51536         [BZ #13484]
51537         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51538         of __asm__.
51540 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51542         [BZ #13506]
51543         * time/tzfile.c (__tzfile_read): Check values from file header.
51545 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51547         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51548         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51549         * powerpc/powerpc32/dl-start.S: Likewise.
51550         * powerpc/powerpc32/elf/start.S: Likewise.
51551         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51552         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51553         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51554         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51555         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51556         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51557         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51558         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51559         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51560         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51561         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51562         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51563         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51564         * powerpc/powerpc32/memset.S: Likewise.
51565         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51566         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51567         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51568         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51569         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51570         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51571         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51572         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51573         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51574         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51575         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51576         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51577         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51579 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51581         * math/libm-test.inc: Added more nearbyint tests.
51582         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51583         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51584         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51585         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51587 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51589         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51590         FD_CLOEXEC.
51592 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51594         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51595         Add wcscpy-ssse3 wcscpy-c.
51596         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51597         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51598         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51599         * sysdeps/x86_64/wcschr.S: New file.
51600         * sysdeps/x86_64/wcsrchr.S: New file.
51601         * string/test-strcmp.c: Remove checking of wcscmp function for
51602         wrong alignments.
51603         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51604         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51605         wcsrchr-sse2 wcsrchr-c.
51606         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51607         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51608         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51609         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51610         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51611         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51612         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51613         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51614         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51615         * wcsmbc/wcschr.c (WCSCHR): New macro.
51617 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51619         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51620         * wcsmbs/test-wcsrchr.c: New file.
51621         * string/test-strrchr.c: Add wcsrchr support.
51622         (WIDE): New macro.
51623         * wcsmbs/test-wcscpy.c: New file.
51624         * string/test-strcpy.c: Add wcscpy support.
51625         (WIDE): New macro.
51627 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51629         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51630         the inner loop.
51632 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51634         [BZ #13472]
51635         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51637 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51639         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51640         Minor optimizations.
51642         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51643         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51644         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51646 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51648         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51649         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51650         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51651         for gcc to avoid warnings.
51652         * inet/Makefile (tests): Add tst-checks.
51653         * inet/tst-checks.c: New file.
51655         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51656         warning.
51658         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51659         __wmemcmp_sse2.
51661         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51662         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51664         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51666 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51668         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51669         problem.
51671         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51673 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51675         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51676         conditional on GCC version.
51677         (__arch_compare_and_exchange_val_8_acq)
51678         (__arch_compare_and_exchange_val_16_acq)
51679         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51680         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51681         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51683 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51685         * sysdeps/sh/backtrace.c: New file.
51687 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51689         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51690         parenthesis.
51692 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51694         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51695         falling back to utime.
51697 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51699         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51700         expectations for float.
51702 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51704         * locale/weight.h (findidx): Add parameter len.
51705         * locale/weightwc.h (findidx): Likewise.
51706         * posix/fnmatch_loop.c (FCT): Adjust caller.
51707         * posix/regcomp.c (build_equiv_class): Likewise.
51708         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51709         * posix/regexec.c (check_node_accept_bytes): Likewise.
51710         * string/strcoll_l.c (STRCOLL): Likewise.
51711         * string/strxfrm_l.c (STRXFRM): Likewise.
51713 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51715         * Makefile.in: Remove CVSOPT handling.
51716         * configure.in: Remove use of AC_REVISION.
51717         * iconvdata/Makefile (distribute): No need to filter out CVS.
51718         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51719         handling.
51721 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51723         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51724         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51725         [USE_AS_STRNCASECMP_L]: Likewise.
51726         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51727         NO_TLS_DIRECT_SEG_REFS.
51728         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51729         Fix argument offsets for non-PIC.
51730         [USE_AS_STRNCASECMP_L]: Likewise.
51731         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51732         NO_TLS_DIRECT_SEG_REFS.
51734 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51736         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51737         O_CLOEXEC.
51738         * locale/loadlocale.c (_nl_load_locale): Likewise.
51740 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51742         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51743         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51744         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51745         (SYSCALL_GETTIME): Set errno on error.
51747         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51748         count references to noai6ai_cached.
51750 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51752         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51754         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51755         FD_CLOEXEC for /proc/self/maps.
51757         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51758         FD_CLOEXEC for /proc/meminfo.
51760         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51761         gai.conf.
51763         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51764         FD_CLOEXEC for given file.
51766         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51768         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51769         FD_CLOEXEC for /etc/hosts.
51770         (_gethtent): Likewise.
51772         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51774         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51775         cancellation and set FD_CLOEXEC for /etc/netgroup.
51777         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51778         reading /etc/publickey.
51780         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51781         allow cancellation when reading /etc/group.
51783         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51784         cancellation.
51785         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51787         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51788         when using data file.
51790         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51792         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51793         (write_nis_obj): Use "c" and "e" in fopen.
51795         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51797         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51799         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51801         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51803         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51804         locale.alias.
51806         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51808         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51810         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51812         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51813         file parsing and set FD_CLOEXEC.
51815 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51817         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51819 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51821         * malloc/arena.c (arena_get2): Don't call reused_arena when
51822         _int_new_arena failed.
51824 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51826         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51827         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51828         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51829         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51830         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51831         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51832         to compile strcasecmp and strncasecmp.
51833         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51834         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51836         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51838 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51840         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51841         locale-defines.sym to gen-as-const-headers.
51842         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51843         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51844         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51845         to compile strcasecmp and strncasecmp.
51846         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51847         strcasecmp_l and strncasecmp_l.
51848         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51849         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51850         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51851         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51852         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51853         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51854         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51855         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51856         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51857         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51858         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51860 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51862         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51863         result of SYSDEP_GETTIME_CPU to retval.
51864         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51865         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51867         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51868         variable.
51870         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51871         mantissa words.
51872         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51874         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51875         from unused variable.
51877         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51878         DWARF definitions.
51879         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51880         for assembling.
51882         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51883         over namespaces.
51885         * sunrpc/rpc_prot.c (rejected): Fix case value.
51887         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51888         unsigned long long int to avoid warnings in shift.
51890         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51891         of use of trans.
51892         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51893         variable tmp.
51895         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51896         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51897         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51899         * nis/nis_table.c (nis_list): Use variable of correct type for
51900         result of __follow_path call.
51902 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51904         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51905         of math functions ceil, trunc, floor, round, and sqrt, when
51906         avaliable on the platform.
51907         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51908         name clash.
51909         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51910         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51911         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51913 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51915         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51916         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51918 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51920         * include/unistd.h: Fix __readlink return type.
51921         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51923 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51925         * stdlib/ucontext.h: Undo last change for makecontext.
51927 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51929         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51931         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51932         * setjmp/setjmp.h: Mark functions as non-leaf.
51933         * setjmp/bits/setjmp2.h: Likewise.
51934         * stdlib/ucontext.h: Likewise.
51936 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51938         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51939         (reused_arena): Don't check arena limit.
51940         (arena_get2): Atomically check arena limit.
51942 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51944         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51945         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51947         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51948         instructions.
51950 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51952         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51953         handler when locking.
51955         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51956         Fix size of allocated buffer.
51958 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51960         [BZ #10103]
51961         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51962         declarations for long double functions.
51963         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51965         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51967 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51969         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51970         installed.
51972         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51973         is disabled.
51975 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51977         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51979 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51981         * include/alloca.h (stackinfo_alloca_round): Define.
51982         (extend_alloca): Use it.
51983         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51984         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51985         here.
51987         * scripts/check-local-headers.sh: Ignore libaudit.h.
51989         * nscd/Makefile (extra-objs): Make recursively expanded.
51991 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51993         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51994         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51996         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51997         * posix/tst-rfc3484-2.c: Likewise.
51998         * posix/tst-rfc3484-3.c: Likewise.
52000         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52001         process_vm_writev.
52002         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52003         process_vm_writev.
52004         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52005         process_vm_writev from libc using GLIBC_2.15 version.
52007         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52009 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52011         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52012         stack usage.
52014 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52016         [BZ #13367]
52017         * nss/getent.c (initgroups_keys): Show error message in case no group
52018         names are given.
52020         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52021         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52022         __bump_nl_timestamp.
52023         * nscd/connections (nscd_init): When host database is served open
52024         netlink socket and request notification about configuration changes.
52025         (main_loop_poll): Track netlink file descriptor and bump timestamp
52026         in case data becomes available.
52027         (main_loop_epoll): Likewise.
52028         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52029         (database_pers_head): Add extra_data fileds.
52030         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52031         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52032         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52033         Adjust caller.
52034         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52035         in6ai data, call __free_in6ai.
52036         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52037         Add -DHAVE_NETLINK.
52038         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52039         interface information.  Reuse previous data if netlink timestamp
52040         is not changed.
52041         (__bump_nl_timestamp): New function.
52042         (__free_in6ai): New function.
52044 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52046         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52047         close_not_cancel_no_status here.
52048         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52050 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52052         [BZ #13276]
52053         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52054         return value.
52056         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52057         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52058         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52060 2011-07-03  Andreas Jaeger  <aj@suse.de>
52062         [BZ #10709]
52063         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52064         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52065         * math/libm-test.inc (sin_test): Add test case.
52067 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52069         [BZ #13337]
52070         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52071         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52073         * elf/chroot_canon.c (chroot_canon): Cleanups.
52075         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52077         [BZ #13335]
52078         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52079         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52081         * string/test-strchr.c: Make usable for strchrnul testing.
52082         * string/test-strchrnul.c: New file.
52083         * string/Makefile (strop-tests): Add strchrnul.
52085         * po/it.po: Update from translation team.
52086         * po/es.po: Likewise.
52088 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52090         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52091         the three constants needed as parameters.  Drop the others.
52092         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52093         __m128i_strloadu_tolower.
52094         Create and initialize variable zero and use it in all the places
52095         where _mm_setzero_si128 was used.
52097         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52098         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52099         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52100         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52101         anymore.
52102         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52103         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52104         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52105         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52106         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52107         __mpranred, __mptan.
52108         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52109         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52110         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52111         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52112         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52113         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52114         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52115         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52116         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52118 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52120         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52121         redefine if SHARED.
52122         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52124         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52125         wide char related routines to wcsmbs subdir.
52127 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52129         [BZ #13344]
52130         * misc/sys/cdefs.h (__THROWNL): Define.
52131         * posix/unistd.h: Use __THREADNL instead of __THREAD
52132         for memory synchronization functions.
52134 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52136         [BZ #13349]
52137         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52138         doesn't exist.
52139         * manual/stdio.texi (Obstack Streams): Node removed.
52141 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52143         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52144         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52145         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52147         * math/math_private.h (math_force_eval): Allow non-addressable
52148         arguments.
52149         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52151 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52153         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52154         file is not needed.
52156         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52157         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52158         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52159         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52160         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52161         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52162         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52163         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52164         Add AVX variants.
52165         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52166         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52167         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52168         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52169         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52170         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52171         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52172         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52173         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52174         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52175         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52176         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52177         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52178         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52179         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52180         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52181         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52182         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52183         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52185         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52186         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52188         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52189         place.  Use VEX encoding when compiling for AVX.
52191 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52193         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52194         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52196         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52198 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52200         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52201         useless if() expression.
52202         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52203         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52204         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52205         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52206         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52207         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52208         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52209         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52210         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52211         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52212         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52213         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52214         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52215         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52216         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52217         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52218         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52219         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52220         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52222         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52224 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52226         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52227         condition.
52228         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52230 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52232         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52233         .text section.  Avoid duplicate constants.
52234         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52235         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52236         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52237         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52238         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52239         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52240         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52241         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52242         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52243         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52244         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52245         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52246         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52247         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52248         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52249         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52250         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52251         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52252         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52253         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52254         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52255         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52256         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52257         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52258         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52259         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52260         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52261         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52262         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52263         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52264         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52265         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52266         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52267         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52268         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52269         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52270         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52271         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52272         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52273         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52274         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52275         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52276         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52277         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52278         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52280 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52282         * sysdeps/x86_64/dla.h: Move to ...
52283         * sysdeps/x86_64/fpu/dla.h: ...here.
52284         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52285         situations.  Use __builtin_fma only for gcc 4.6 and up.
52287         * config.make.in: Add have-mfma4 entry.
52288         * configure.in: Substitute libc_cv_cc_fma4.
52289         * math/Makefile (dbl-only-routines): Add sincostab.
52290         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52291         Use __sincostab not sincos.
52292         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52293         name is a macro.
52294         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52295         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52296         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52297         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52298         using __copysign.
52299         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52300         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52301         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52302         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52303         and __inv.
52304         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52305         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52306         __copysign.
52307         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52308         define aliases when function name is a macro.
52309         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52310         sysdeps/ieee754/dbl-64/sincos.tbl.
52311         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52312         fma4-enabled routines.
52313         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52314         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52315         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52316         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52317         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52318         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52319         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52320         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52321         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52322         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52323         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52324         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52325         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52326         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52327         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52328         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52329         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52330         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52331         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52332         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52333         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52334         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52335         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52336         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52337         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52338         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52339         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52340         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52341         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52342         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52344         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52345         rename.
52346         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52347         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52348         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52349         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52350         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52351         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52352         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52353         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52355 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52357         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52359 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52361         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52363         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52364         prediction.
52365         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52367         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52368         Remove unused variable magic_bits.
52369         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52371         * string/strnlen.c: Define and use STRNLEN macro.
52372         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52373         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52374         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52375         * wcsmbs/wcslen.c: Define and use WCSLEN.
52376         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52377         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52378         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52379         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52380         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52381         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52382         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52384 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52386         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52387         strnlen-sse2-no-bsf.
52388         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52389         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52390         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52391         Add strnlen support.
52392         (USE_AS_STRNLEN): New macro.
52393         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52394         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52395         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52396         * sysdeps/x86_64/wcslen.S: New file.
52398 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52400         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52401         XMM-moves are used for copying on small sizes.
52403 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52405         * wcsmbs/Makefile (strop-tests): Add wcschr.
52406         * wcsmbs/test-wcschr.c: New file.
52407         * string/test-strchr.c: Update.
52408         Add wcschr support.
52409         (WIDE): New macro.
52411 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52413         * wcsmbs/Makefile (strop-tests): Add wcslen.
52414         * wcsmbs/test-wcslen.c: New file.
52415         * string/test-strlen.c: Update.
52416         Add wcslen support.
52417         (WIDE): New macro.
52419 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52421         * po/it.po: Update from translation team.
52423 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52425         * sysdeps/x86_64/wcscmp.S: Update.
52426         Fix wrong comparison semantics.
52427         wcscmp shall use signed comparison not unsigned.
52428         Don't use substraction to avoid overflow bug.
52429         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52430         * wcsmbc/wcscmp.c: Likewise.
52431         * string/test-strcmp.c: Likewise.
52432         Add new tests to check cases with negative values.
52434 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52436         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52437         * sysdeps/x86_64/dla.h: ...here.  New file.
52438         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52439         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52440         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52441         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52442         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52443         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52444         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52445         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52446         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52448 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52450         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52451         __ynl_finite aliases.
52453 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52455         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52457         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52458         define DLA_FMA.
52459         [DLA_FMA] (EMULV): Use DLA_FMA.
52460         [DLA_FMA] (MUL12): Use EMULV.
52461         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52462         that are not needed.
52463         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52464         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52465         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52466         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52467         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52468         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52469         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52471 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52473         * math/s_nan.c: Undef __nan.
52474         * math/s_nanf.c: Undef __nanf.
52475         * math/s_nanl.c: Undef __nanl.
52476         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52477         "math_private.h".
52479 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52481         * math/s_catan.c: Add branch predictions.
52482         * math/s_catanf.c: Likewise.
52483         * math/s_catanh.c: Likewise.
52484         * math/s_catanhf.c: Likewise.
52485         * math/s_catanhl.c: Likewise.
52486         * math/s_catanl.c: Likewise.
52487         * math/s_cexp.c: Likewise.
52488         * math/s_cexpf.c: Likewise.
52489         * math/s_cexpl.c: Likewise.
52490         * math/s_clog.c: Likewise.
52491         * math/s_clog10.c: Likewise.
52492         * math/s_clog10f.c: Likewise.
52493         * math/s_clog10l.c: Likewise.
52494         * math/s_clogf.c: Likewise.
52495         * math/s_clogl.c: Likewise.
52496         * math/s_csqrt.c: Likewise.
52497         * math/s_csqrtf.c: Likewise.
52498         * math/s_csqrtl.c: Likewise.
52499         * math/s_ctanf.c: Likewise.
52500         * math/s_ctanh.c: Likewise.
52501         * math/s_ctanhf.c: Likewise.
52502         * math/s_ctanhl.c: Likewise.
52503         * math/s_ctanl.c: Likewise.
52505         * math/math_private.h: Define __nan, __nanf, __nanl.
52506         * math/s_cacosh.c: Include <math_private.h>.
52507         * math/s_cacoshl.c: Likewise.
52508         * math/s_casinh.c: Likewise.
52509         * math/s_casinhf.c: Likewise.
52510         * math/s_casinhl.c: Likewise.
52511         * math/s_ccos.c: Rely entire on ccosh.
52512         * math/s_ccosf.c: Rely entire on ccoshf.
52513         * math/s_ccosl.c: Rely entirely on ccoshl.
52514         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52515         Remove tests for FE_INVALID.
52516         * math/s_ccoshf.c: Likewise.
52517         * math/s_ccoshl.c: Likewise.
52518         * math/s_csin.c: Likewise.
52519         * math/s_csinf.c: Likewise.
52520         * math/s_csinh.c Likewise.
52521         * math/s_csinhf.c: Likewise.
52522         * math/s_csinhl.c: Likewise.
52523         * math/s_csinl.c: Likewise.
52524         * math/s_ctan.c: Likewise.
52525         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52526         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52527         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52529 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52531         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52532         compilation problems.
52534         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52535         __builtin_expect.
52537 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52539         * sysdeps/i386/configure.in: Test for -mfma4 option.
52540         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52541         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52542         COMMON_CPUID_INDEX_80000001.
52543         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52544         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52545         use it if FMA3 is not supported.
52546         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52548         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52549         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52551 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52553         [BZ #12892]
52554         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52555         it would create a cycle with a link time dependency.
52557 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52559         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52560         instruction.
52561         * string/Makefile (strop-tests): Add rawmemchr.
52562         * string/test-rawmemchr.c: New file.
52564         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52565         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52566         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52567         when compiling str{,n}casecmp and when AVX is available.  Hook up
52568         new optimized code in initializers.
52570 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52572         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52573         __feraiseexcept instead of feraiseexcept.
52575 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52577         * math/math_private.h: Define defaults for libc_fetestexcept and
52578         libc_feupdateenv.
52579         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52580         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52581         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52582         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52583         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52584         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52585         libc_fetestexcept and libc_feupdateenv.
52587         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52588         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52589         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52590         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52591         libc_feholdexcept_setround.
52593         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52594         Add s_nearbyint-c and s_nearbyintf-c.
52595         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52596         nearbyintf inlines.
52597         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52598         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52599         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52600         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52602         * math/math_private.h: Define defaults for libc_fegetround,
52603         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52604         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52605         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52606         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52607         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52608         standard functions.
52609         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52610         Remove comments and hacks for old compiler versions.
52611         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52612         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52613         libc_feholdexceptl.
52615 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52617         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52618         (__feraiseexcept_renamed): Add __NTH.
52619         (feraiseexcept): Add __NTH.  Rename local variables to fix
52620         namespace violations.
52622 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52624         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52626         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52628         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52629         recently added interfaces.
52630         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52632         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52633         about macro parameter expansion.
52635         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52636         __NO_MATH_INLINES is defined.  Cleanups.
52638         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52639         and __floorf is target has SSE4.1.
52640         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52641         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52642         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52643         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52645         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52646         name.
52647         (floorf): Likewise.
52649         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52651 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52653         * misc/sys/cdefs.h: Fix last change.
52655         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52656         database lookup.
52658 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52660         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52662         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52663         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52664         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52665         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52666         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52667         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52668         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52669         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52670         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52671         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52672         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52673         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52674         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52675         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52676         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52677         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52678         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52679         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52680         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52681         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52682         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52683         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52685         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52686         ceil, ceilf, floor, floorf.
52688         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52689         Perform IRELATIVE relocations last.
52691         * elf/do-rel.h: Add another parameter nrelative, replacing the
52692         local variable with the same name.  Change name of the function
52693         to end in Rel or Rela (uppercase).
52694         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52695         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52696         elf_dynamic_do_##reloc function.
52698 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52700         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52701         is sufficient, at least on modern CPUs.
52703         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52705         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52706         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52708         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52709         __expl_finite.
52710         * math/bits/math-finite.h: Add entries for exp.
52711         * math/e_expl.c: Add __*_finite alias.
52712         * sysdeps/i386/fpu/e_exp.S: Likewise.
52713         * sysdeps/i386/fpu/e_expf.S: Likewise.
52714         * sysdeps/i386/fpu/e_expl.c: Likewise.
52715         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52716         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52717         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52718         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52719         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52720         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52721         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52723         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52724         is sufficient, at least on modern CPUs.
52726         * ctype/ctype-info.c (__ctype_init): Define.
52727         * include/ctype.h (__ctype_init): Declare.
52728         (__ctype_b_loc): The variable is always initialized.
52729         (__ctype_toupper_loc): Likewise.
52730         (__ctype_tolower_loc): Likewise.
52731         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52732         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52734 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52736         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52738         * configure.in: Also look in $cxxmachine/include for C++ system
52739         headers.
52741 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52743         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52744         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52745         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52746         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52747         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52748         (USE_AS_WMEMCMP): New macro.
52749         Fixing indents.
52750         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52751         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52752         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52753         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52754         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52755         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52756         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52757         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52758         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52759         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52760         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52761         (USE_AS_WMEMCMP): New macro.
52762         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52763         * sysdeps/string/test-memcmp.c: Update.
52764         Fix simple_wmemcmp.
52765         Add new tests.
52766         * wcsmbs/wmemcmp.c: Update.
52767         (WMEMCMP): New macro.
52768         Fix overflow bug.
52770 2011-10-12  Andreas Jaeger  <aj@suse.de>
52772         [BZ #13268]
52773         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52775 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52777         * libio/iofwide.c (do_length): Avoid warning.
52779         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52781 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52783         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52785         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52786         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52787         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52788         * sysdeps/i386/i686/fpu/e_log.S: New file.
52789         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52790         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52792         * ctype/ctype.h: Add support for inlined isXXX functions when
52793         compiling C++ code.
52795 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52797         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52799         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52801 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52803         [BZ #13291]
52804         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52806 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52808         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52809         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52810         feraiseexcept.
52812         * sysdeps/x86_64/memrchr.S: Check for zero size.
52814         * string/stratcliff.c: Add memrchr tests.
52816 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52818         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52819         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52820         rawmemchr-sse2 rawmemchr-sse2-bsf.
52821         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52822         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52823         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52824         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52825         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52826         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52827         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52828         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52829         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52830         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52831         * string/memrchr.c (MEMRCHR): New macro.
52833 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52835         Add integration with gcc's -ffinite-math-only and optimize wrapper
52836         functions in libm.
52837         * Versions.def: Define GLIBC_2.15 version for libm.
52838         * math/Makefile (headers): Add bits/math-finite.h.
52839         * math/bits/math-finite.h: New file.
52840         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52841         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52842         * math/e_acoshl.c: Add __*_finite alias.
52843         * math/e_acosl.c: Likewise.
52844         * math/e_asinl.c: Likewise.
52845         * math/e_atan2l.c: Likewise.
52846         * math/e_atanhl.c: Likewise.
52847         * math/e_coshl.c: Likewise.
52848         * math/e_exp10.c: Likewise.
52849         * math/e_exp10f.c: Likewise.
52850         * math/e_exp10l.c: Likewise.
52851         * math/e_exp2l.c: Likewise.
52852         * math/e_fmodl.c: Likewise.
52853         * math/e_gammal_r.c: Likewise.
52854         * math/e_hypotl.c: Likewise.
52855         * math/e_j0l.c: Likewise.
52856         * math/e_j1l.c: Likewise.
52857         * math/e_jnl.c: Likewise.
52858         * math/e_lgammal_r.c: Likewise.
52859         * math/e_log10l.c: Likewise.
52860         * math/e_log2l.c: Likewise.
52861         * math/e_logl.c: Likewise.
52862         * math/e_powl.c: Likewise.
52863         * math/e_sinhl.c: Likewise.
52864         * math/e_sqrtl.c: Likewise.
52865         * math/e_scalb.c: Completely rewritten and optimized.
52866         * math/e_scalbf.c: Likewise.
52867         * math/e_scalbl.c: Likewise.
52868         * math/w_acos.c: Likewise.
52869         * math/w_acosf.c: Likewise.
52870         * math/w_acosl.c: Likewise.
52871         * math/w_acosh.c: Likewise.
52872         * math/w_acoshf.c: Likewise.
52873         * math/w_acoshl.c: Likewise.
52874         * math/w_asin.c: Likewise.
52875         * math/w_asinf.c: Likewise.
52876         * math/w_asinl.c: Likewise.
52877         * math/w_atan2.c: Likewise.
52878         * math/w_atan2f.c: Likewise.
52879         * math/w_atan2l.c: Likewise.
52880         * math/w_atanh.c: Likewise.
52881         * math/w_atanhf.c: Likewise.
52882         * math/w_atanhl.c: Likewise.
52883         * math/w_exp10.c: Likewise.
52884         * math/w_exp10f.c: Likewise.
52885         * math/w_exp10l.c: Likewise.
52886         * math/w_fmod.c: Likewise.
52887         * math/w_fmodf.c: Likewise.
52888         * math/w_fmodl.c: Likewise.
52889         * math/w_j0.c: Likewise.
52890         * math/w_j0f.c: Likewise.
52891         * math/w_j0l.c: Likewise.
52892         * math/w_j1.c: Likewise.
52893         * math/w_j1f.c: Likewise.
52894         * math/w_j1l.c: Likewise.
52895         * math/w_jn.c: Likewise.
52896         * math/w_jnf.c: Likewise.
52897         * math/w_log.c: Likewise.
52898         * math/w_logf.c: Likewise.
52899         * math/w_logl.c: Likewise.
52900         * math/w_log10.c: Likewise.
52901         * math/w_log10f.c: Likewise.
52902         * math/w_log10l.c: Likewise.
52903         * math/w_log2.c: Likewise.
52904         * math/w_log2f.c: Likewise.
52905         * math/w_log2l.c: Likewise.
52906         * math/w_pow.c: Likewise.
52907         * math/w_powf.c: Likewise.
52908         * math/w_powl.c: Likewise.
52909         * math/w_remainder.c: Likewise.
52910         * math/w_remainderf.c: Likewise.
52911         * math/w_remainderl.c: Likewise.
52912         * math/w_scalb.c: Likewise.
52913         * math/w_scalbf.c: Likewise.
52914         * math/w_scalbl.c: Likewise.
52915         * math/w_sqrt.c: Likewise.
52916         * math/w_sqrtf.c: Likewise.
52917         * math/w_sqrtl.c: Likewise.
52918         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52919         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52920         used.
52921         * math/math_private.h: Declare __kernel_standard_f.
52922         * math/w_cosh.c: Remove cruft and optimize a bit.
52923         * math/w_coshf.c: Likewise.
52924         * math/w_coshl.c: Likewise.
52925         * math/w_exp2.c: Likewise.
52926         * math/w_exp2f.c: Likewise.
52927         * math/w_exp2l.c: Likewise.
52928         * math/w_hypot.c: Likewise.
52929         * math/w_hypotf.c: Likewise.
52930         * math/w_hypotl.c: Likewise.
52931         * math/w_lgamma.c: Likewise.
52932         * math/w_lgamma_r.c: Likewise.
52933         * math/w_lgammaf.c: Likewise.
52934         * math/w_lgammaf_r.c: Likewise.
52935         * math/w_lgammal.c: Likewise.
52936         * math/w_lgammal_r.c: Likewise.
52937         * math/w_sinh.c: Likewise.
52938         * math/w_sinhf.c: Likewise.
52939         * math/w_sinhl.c: Likewise.
52940         * math/w_tgamma.c: Likewise.
52941         * math/w_tgammaf.c: Likewise.
52942         * math/w_tgammal.c: Likewise.
52943         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52944         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52945         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52946         Minor optimizations.  Pretty printing.  Remove cruft.
52947         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52948         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52949         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52950         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52951         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52952         * sysdeps/i386/fpu/e_asin.S: Likewise.
52953         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52954         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52955         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52956         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52957         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52958         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52959         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52960         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52961         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52962         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52963         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52964         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52965         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52966         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52967         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52968         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52969         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52970         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52971         * sysdeps/i386/fpu/e_log.S: Likewise.
52972         * sysdeps/i386/fpu/e_log10.S: Likewise.
52973         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52974         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52975         * sysdeps/i386/fpu/e_log2.S: Likewise.
52976         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52977         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52978         * sysdeps/i386/fpu/e_logf.S: Likewise.
52979         * sysdeps/i386/fpu/e_logl.S: Likewise.
52980         * sysdeps/i386/fpu/e_pow.S: Likewise.
52981         * sysdeps/i386/fpu/e_powf.S: Likewise.
52982         * sysdeps/i386/fpu/e_powl.S: Likewise.
52983         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52984         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52985         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52986         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52987         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52988         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52989         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52990         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52991         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52992         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52993         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52994         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52995         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52996         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52997         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52998         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52999         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53000         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53001         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53002         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53003         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53004         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53005         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53006         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53007         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53008         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53009         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53010         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53011         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53012         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53013         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53014         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53015         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53016         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53017         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53018         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53019         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53020         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53021         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53022         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53023         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53024         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53025         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53026         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53027         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53028         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53029         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53030         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53031         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53032         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53033         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53034         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53035         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53036         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53037         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53038         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53039         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53040         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53041         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53042         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53043         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53044         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53045         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53046         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53047         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53048         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53049         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53050         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53051         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53052         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53053         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53054         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53055         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53056         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53057         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53058         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53059         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53060         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53061         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53062         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53063         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53064         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53065         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53066         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53067         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53068         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53069         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53070         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53071         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53072         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53073         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53074         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53075         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53076         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53077         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53078         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53079         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53080         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53081         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53082         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53083         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53084         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53085         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53086         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53087         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53088         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53089         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53090         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53091         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53092         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53093         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53094         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53095         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53096         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53097         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53098         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53099         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53100         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53101         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53102         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53103         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53104         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53105         (__isnanf): Likewise.
53106         (__isinf_ns): Likewise.
53107         (__isinf_nsf): Likewise.
53108         (__finite): Likewise.
53109         (__finitef): Likewise.
53110         (__ieee754_sqrt): Define as macro.
53111         (__ieee754_sqrtf): Define as macro.
53112         (__ieee754_sqrtl): Define as macro.
53113         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53114         inlined copy.
53115         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53116         __FINITE_MATH_ONLY__ consistent.
53117         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53119 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53121         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53122         of rawmemchr.
53124         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53126 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53128         * po/ja.po: Update from translation team.
53130 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53132         * locale/programs/locarchive.c (prepare_address_space): New function.
53133         (create_archive, enlarge_archive, open_archive): Use it.
53135         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53136         inside [SHARED], where it is used.
53138         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53140         * nss/getent.c (netgroup_keys): Remove unused variable.
53141         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53143 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53145         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53146         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53147         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53148         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53149         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53150         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53151         * math/Makefile (libm-calls): Add s_isinf_ns.
53152         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53153         * math/multc3.c: Likewise.
53154         * math/s_casin.c: Likewise.
53155         * math/s_casinf.c: Likewise.
53156         * math/s_casinl.c: Likewise.
53157         * math/s_ccos.c: Likewise.
53158         * math/s_ccosf.c: Likewise.
53159         * math/s_ccosl.c: Likewise.
53160         * math/s_ctan.c: Likewise.
53161         * math/s_ctanf.c: Likewise.
53162         * math/s_ctanh.c: Likewise.
53163         * math/s_ctanhf.c: Likewise.
53164         * math/s_ctanhl.c: Likewise.
53165         * math/s_ctanl.c: Likewise.
53166         * math/w_fmod.c: Likewise.
53167         * math/w_fmodf.c: Likewise.
53168         * math/w_fmodl.c: Likewise.
53169         * math/w_remainder.c: Likewise.
53170         * math/w_remainderf.c: Likewise.
53171         * math/w_remainderl.c: Likewise.
53172         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53173         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53174         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53175         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53176         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53177         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53178         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53179         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53181         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53182         of the number.
53183         * stdio-common/printf_fphex.c: Likewise.
53184         * stdio-common/printf_size.c: Likewise.
53186         * math/e_exp10.c: Include math_private.h using <...> not "...".
53187         * math/e_exp10f.c: Likewise.
53188         * math/e_exp10l.c: Likewise.
53189         * math/e_exp2l.c: Likewise.
53190         * math/e_j0l.c: Likewise.
53191         * math/e_j1l.c: Likewise.
53192         * math/e_jnl.c: Likewise.
53193         * math/e_lgammal_r.c: Likewise.
53194         * math/e_rem_pio2l.c: Likewise.
53195         * math/e_scalb.c: Likewise.
53196         * math/e_scalbf.c: Likewise.
53197         * math/e_scalbl.c: Likewise.
53198         * math/k_cosl.c: Likewise.
53199         * math/k_sinl.c: Likewise.
53200         * math/k_tanl.c: Likewise.
53201         * math/s_cacoshf.c: Likewise.
53202         * math/s_catan.c: Likewise.
53203         * math/s_catanf.c: Likewise.
53204         * math/s_catanh.c: Likewise.
53205         * math/s_catanhf.c: Likewise.
53206         * math/s_catanhl.c: Likewise.
53207         * math/s_catanl.c: Likewise.
53208         * math/s_ccosh.c: Likewise.
53209         * math/s_ccoshf.c: Likewise.
53210         * math/s_ccoshl.c: Likewise.
53211         * math/s_cexp.c: Likewise.
53212         * math/s_cexpf.c: Likewise.
53213         * math/s_cexpl.c: Likewise.
53214         * math/s_clog.c: Likewise.
53215         * math/s_clog10.c: Likewise.
53216         * math/s_clog10f.c: Likewise.
53217         * math/s_clog10l.c: Likewise.
53218         * math/s_clogf.c: Likewise.
53219         * math/s_clogl.c: Likewise.
53220         * math/s_csin.c: Likewise.
53221         * math/s_csinf.c: Likewise.
53222         * math/s_csinh.c: Likewise.
53223         * math/s_csinhf.c: Likewise.
53224         * math/s_csinhl.c: Likewise.
53225         * math/s_csinl.c: Likewise.
53226         * math/s_csqrt.c: Likewise.
53227         * math/s_csqrtf.c: Likewise.
53228         * math/s_csqrtl.c: Likewise.
53229         * math/s_ctan.c: Likewise.
53230         * math/s_ctanf.c: Likewise.
53231         * math/s_ctanh.c: Likewise.
53232         * math/s_ctanhf.c: Likewise.
53233         * math/s_ctanhl.c: Likewise.
53234         * math/s_ctanl.c: Likewise.
53235         * math/s_ldexp.c: Likewise.
53236         * math/s_ldexpf.c: Likewise.
53237         * math/s_ldexpl.c: Likewise.
53238         * math/s_significand.c: Likewise.
53239         * math/s_significandf.c: Likewise.
53240         * math/s_significandl.c: Likewise.
53241         * math/w_acos.c: Likewise.
53242         * math/w_acosf.c: Likewise.
53243         * math/w_acosh.c: Likewise.
53244         * math/w_acoshf.c: Likewise.
53245         * math/w_acoshl.c: Likewise.
53246         * math/w_acosl.c: Likewise.
53247         * math/w_asin.c: Likewise.
53248         * math/w_asinf.c: Likewise.
53249         * math/w_asinl.c: Likewise.
53250         * math/w_atan2.c: Likewise.
53251         * math/w_atan2f.c: Likewise.
53252         * math/w_atan2l.c: Likewise.
53253         * math/w_atanh.c: Likewise.
53254         * math/w_atanhf.c: Likewise.
53255         * math/w_atanhl.c: Likewise.
53256         * math/w_cosh.c: Likewise.
53257         * math/w_coshf.c: Likewise.
53258         * math/w_coshl.c: Likewise.
53259         * math/w_dremf.c: Likewise.
53260         * math/w_exp10.c: Likewise.
53261         * math/w_exp10f.c: Likewise.
53262         * math/w_exp10l.c: Likewise.
53263         * math/w_exp2.c: Likewise.
53264         * math/w_exp2f.c: Likewise.
53265         * math/w_fmod.c: Likewise.
53266         * math/w_fmodf.c: Likewise.
53267         * math/w_fmodl.c: Likewise.
53268         * math/w_hypot.c: Likewise.
53269         * math/w_hypotf.c: Likewise.
53270         * math/w_hypotl.c: Likewise.
53271         * math/w_j0.c: Likewise.
53272         * math/w_j0f.c: Likewise.
53273         * math/w_j0l.c: Likewise.
53274         * math/w_j1.c: Likewise.
53275         * math/w_j1f.c: Likewise.
53276         * math/w_j1l.c: Likewise.
53277         * math/w_jn.c: Likewise.
53278         * math/w_jnf.c: Likewise.
53279         * math/w_jnl.c: Likewise.
53280         * math/w_lgamma.c: Likewise.
53281         * math/w_lgamma_r.c: Likewise.
53282         * math/w_lgammaf.c: Likewise.
53283         * math/w_lgammaf_r.c: Likewise.
53284         * math/w_lgammal.c: Likewise.
53285         * math/w_lgammal_r.c: Likewise.
53286         * math/w_log.c: Likewise.
53287         * math/w_log10.c: Likewise.
53288         * math/w_log10f.c: Likewise.
53289         * math/w_log10l.c: Likewise.
53290         * math/w_log2.c: Likewise.
53291         * math/w_log2f.c: Likewise.
53292         * math/w_log2l.c: Likewise.
53293         * math/w_logf.c: Likewise.
53294         * math/w_logl.c: Likewise.
53295         * math/w_pow.c: Likewise.
53296         * math/w_powf.c: Likewise.
53297         * math/w_powl.c: Likewise.
53298         * math/w_remainder.c: Likewise.
53299         * math/w_remainderf.c: Likewise.
53300         * math/w_remainderl.c: Likewise.
53301         * math/w_scalb.c: Likewise.
53302         * math/w_scalbf.c: Likewise.
53303         * math/w_scalbl.c: Likewise.
53304         * math/w_sinh.c: Likewise.
53305         * math/w_sinhf.c: Likewise.
53306         * math/w_sinhl.c: Likewise.
53307         * math/w_sqrt.c: Likewise.
53308         * math/w_sqrtf.c: Likewise.
53309         * math/w_sqrtl.c: Likewise.
53310         * math/w_tgamma.c: Likewise.
53311         * math/w_tgammaf.c: Likewise.
53312         * math/w_tgammal.c: Likewise.
53314         * po/ja.po: Update from translation team.
53316 2011-09-29  Andreas Jaeger  <aj@suse.de>
53318         [BZ #13179]
53319         * sunrpc/netname.c (netname2host): Fix logic.
53321         [BZ #6779]
53322         [BZ #6783]
53323         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53324         correctly.
53325         * math/w_remainder.c (__remainder): Likewise.
53326         * math/w_remainderf.c (__remainderf): Likewise.
53327         * math/libm-test.inc (remainder_test): Add test cases.
53329 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53331         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53332         sdiv_qrnnd.
53334 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53336         * string/test-memcmp.c: Avoid unncessary #defines.
53337         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53339 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53341         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53342         Use new sse2 version for core i3 - i7 as it's faster
53343         than sse42 version.
53344         (bit_Prefer_PMINUB_for_stringop): New.
53345         * sysdeps/x86_64/rawmemchr.S: Update.
53346         Replace with faster SSE2 version.
53347         * sysdeps/x86_64/memrchr.S: New file.
53348         * sysdeps/x86_64/memchr.S: Update.
53349         Replace with faster SSE2 version.
53351 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53353         * elf/dl-load.c (lose): Add cast to avoid warning.
53355 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53357         * po/ca.po: Update from translation team.
53359         * inet/getnetgrent_r.c: Hook up nscd.
53360         * nscd/Makefile (routines): Add nscd_netgroup.
53361         (nscd-modules): Add netgroupcache.
53362         (CFLAGS-netgroupcache.c): Define.
53363         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53364         (cache_search): Add const to second parameter.
53365         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53366         INNETGR.
53367         (dbs): Add netgrdb entry.
53368         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53369         (verify_persistent_db): Handle netgrdb.
53370         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53371         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53372         GETFDNETGR.
53373         (netgroup_response_header): Define.
53374         (innetgroup_response_header): Define.
53375         (datahead): Add netgroup_response_header and innetgroup_response_header
53376         elements.
53377         * nscd/nscd.conf: Add entries for netgroup cache.
53378         * nscd/nscd.h (dbtype): Add netgrdb.
53379         (_PATH_NSCD_NETGROUP_DB): Define.
53380         (netgroup_iov_disabled): Declare.
53381         (xmalloc, xcalloc, xrealloc): Move declarations here.
53382         (cache_search): Adjust prototype.
53383         Add netgroup-related prototypes.
53384         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53385         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53386         (__nscd_innetgr): Declare.
53387         * nscd/selinux.c (perms): Use access_vector_t as element type and
53388         add netgroup-related initializers.
53389         * nscd/netgroupcache.c: New file.
53390         * nscd/nscd_netgroup.c: New file.
53391         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53392         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53393         For four parameters use innetgr.
53394         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53395         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53396         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53397         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53399         * nscd/connections.c (register_traced_file): Don't register file
53400         for disabled databases.
53402 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53404         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53406         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53407         from tree and freeing node.
53409 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53411         * nss/nsswitch.c (__nss_database_lookup): Handle
53412         nss_parse_service_list out of memory case.
53414 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53416         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53417         out of memory case.
53419 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53421         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53422         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53423         pass it down.
53424         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53425         elf_machine_rela, elf_machine_lazy_rel.
53426         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53427         (ELF_DYNAMIC_DO_REL): Likewise.
53428         (ELF_DYNAMIC_DO_RELA): Likewise.
53429         (ELF_DYNAMIC_RELOCATE): Likewise.
53430         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53431         to ELF_DYNAMIC_DO_REL.
53432         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53433         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53434         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53435         elf_machine_rela.
53436         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53437         skip_ifunc, don't call ifunc function if non-zero.
53438         (elf_machine_rela): Likewise.
53439         (elf_machine_lazy_rel): Likewise.
53440         (elf_machine_lazy_rela): Likewise.
53441         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53442         (elf_machine_lazy_rel): Likewise.
53443         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53444         Likewise.
53445         (elf_machine_lazy_rel): Likewise.
53446         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53447         Likewise.
53448         (elf_machine_lazy_rel): Likewise.
53449         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53450         (elf_machine_lazy_rel): Likewise.
53451         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53452         (elf_machine_lazy_rel): Likewise.
53453         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53454         (elf_machine_lazy_rel): Likewise.
53455         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53456         (elf_machine_lazy_rel): Likewise.
53457         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53458         (elf_machine_lazy_rel): Likewise.
53459         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53460         (elf_machine_lazy_rel): Likewise.
53462 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53464         * nss/nss_files/files-init.c (_nss_files_init): Use static
53465         initialization for all the *_traced_file variables.
53467 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53469         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53471 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53473         [BZ #13226]
53474         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53476 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53478         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53479         Reread the line before reparsing it.
53481 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53483         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53485 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53486             Maxim Kuvyrkov  <maxim@codesourcery.com>
53487             Joseph Myers  <joseph@codesourcery.com>
53489         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53490         if needed for __stack_chk_guard.
53492 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53494         * sysdeps/posix/spawni.c (script_execute): Always define it.
53495         It will be optimized away if unused.
53496         (maybe_script_execute): New function.
53497         (__spawni): Call it.
53499         * Makerules: Don't include tls.make.
53500         (config-tls): Always set to thread.
53501         * tls.make.c: File removed.
53503 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53505         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53506         * config.make.in (CPPFLAGS-config): New substituted variable.
53508 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53510         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53512         [BZ #13192]
53513         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53514         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53516 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53518         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53519         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53520         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53521         (CALL_FAIL): Likewise.
53522         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53523         (CALL_FAIL): Macro removed.
53524         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53526 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53528         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53529         for __FINITE_MATH_ONLY__ == 1.
53531 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53533         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53534         __ieee754_sqrt instead of sqrt.
53535         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53536         __ieee754_sqrtf instead of sqrtf.
53537         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53538         __floorf instead of floorf.
53539         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53540         __floorf, __truncf instead of floorf, truncf.
53542 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53544         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53546         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53547         __extern_always_inline.
53548         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53549         32-bit.
53551 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53553         * elf/rtld.c (dl_main): Also relocate in dependency order when
53554         doing symbol dependency testing.
53556 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53558         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53559         Always define `refsym'.
53561 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53563         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53564         (__FD_ELT): Renamed from __FDELT.
53565         * misc/bits/select2.h (__FD_ELT): Likewise.
53566         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53567         __FD_MASK instead of __FDELT, __FDMASK.
53568         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53569         Likewise.
53570         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53571         Likewise.
53573         * elf/Makefile (gen-ldd): Fix pattern.
53575         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53576         (init_tls): Likewise.
53578 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53580         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53582 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53584         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53585         `struct cmsghdr *' instead of `void *'.
53586         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53587         Likewise.
53589 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53591         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53592         if non-absolute.
53593         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53594         ldd_rewrite_script.
53596 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53598         * configure.in: Remove --with-tls option.
53599         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53600         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53601         out in case it is missing.
53602         * sysdeps/ia64/elf/configure.in: Likewise.
53603         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53604         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53605         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53606         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53607         * sysdeps/sh/elf/configure.in: Likewise.
53608         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53609         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53610         * sysdeps/x86_64/elf/configure.in: Likewise.
53611         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53612         * sysdeps/mach/hurd/tls.h: Likewise.
53614         [BZ #13067]
53615         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53617         [BZ #13090]
53618         * configure.in: Fix use of AC_INIT.
53620         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53622 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53624         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53625         __set_errno.
53626         * malloc/hooks.c: Likewise.
53628         [BZ #11929]
53629         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53630         variables statically.
53631         (narenas): Initialize.
53632         (list_lock): Initialize.
53633         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53634         initializtion of main_arena and list_lock.  Small cleanups.
53635         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53636         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53637         Add initializers to main_arena and mp_.
53638         (malloc_state): Remove pagesize member.  Change all users to use
53639         GLRO(dl_pagesize).
53641         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53642         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53643         is always initialized.
53645         * malloc/malloc.c: Removed unused configurations and dead code.
53646         * malloc/arena.c: Likewise.
53647         * malloc/hooks.c: Likewise.
53648         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53650         * include/tls.h: Removed.  USE___THREAD must always be defined.
53651         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53652         * elf/dl-libc.c: Likewise.
53653         * elf/dl-tsd.c: Likewise.
53654         * include/errno.h: Likewise.
53655         * include/netdb.h: Likewise.
53656         * include/resolv.h: Likewise.
53657         * inet/herrno-loc.c: Likewise.
53658         * inet/herrno.c: Likewise.
53659         * malloc/arena.c: Likewise.
53660         * malloc/hooks.c: Likewise.
53661         * malloc/malloc.c: Likewise.
53662         * resolv/res-state.c: Likewise.
53663         * resolv/res_libc.c: Likewise.
53664         * sysdeps/i386/dl-machine.h: Likewise.
53665         * sysdeps/ia64/dl-machine.h: Likewise.
53666         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53667         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53668         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53669         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53670         * sysdeps/sh/dl-machine.h: Likewise.
53671         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53672         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53673         * sysdeps/unix/i386/sysdep.S: Likewise.
53674         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53675         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53676         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53677         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53678         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53679         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53680         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53681         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53682         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53683         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53684         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53685         * sysdeps/x86_64/dl-machine.h: Likewise.
53686         * tls.make.c: Likewise.
53688         * configure.in: Remove --with-__thread option.  Make tests for
53689         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53690         tls_model attribute fail if no support is available.  Remove
53691         USE_IN_LIBIO.
53692         * Makeconfig: Adjust for dropped configure option.  All features are
53693         now mandatory.
53694         * Makerules: Likewise.
53695         * Versions.def: Likewise.
53696         * argp/argp-fmtstream.c: Likewise.
53697         * argp/argp-fmtstream.h: Likewise.
53698         * argp/argp-help.c: Likewise.
53699         * assert/assert.c: Likewise.
53700         * config.h.in: Likewise.
53701         * config.make.in: Likewise.
53702         * configure: Likewise.
53703         * configure.in: Likewise.
53704         * csu/Versions: Likewise.
53705         * csu/init.c: Likewise.
53706         * elf/tst-audit2.c: Likewise.
53707         * elf/tst-tls10.c: Likewise.
53708         * elf/tst-tls10.h: Likewise.
53709         * elf/tst-tls11.c: Likewise.
53710         * elf/tst-tls12.c: Likewise.
53711         * elf/tst-tls14.c: Likewise.
53712         * elf/tst-tlsmod11.c: Likewise.
53713         * elf/tst-tlsmod12.c: Likewise.
53714         * elf/tst-tlsmod13.c: Likewise.
53715         * elf/tst-tlsmod13a.c: Likewise.
53716         * elf/tst-tlsmod14a.c: Likewise.
53717         * elf/tst-tlsmod15b.c: Likewise.
53718         * elf/tst-tlsmod16a.c: Likewise.
53719         * elf/tst-tlsmod16b.c: Likewise.
53720         * elf/tst-tlsmod7.c: Likewise.
53721         * elf/tst-tlsmod8.c: Likewise.
53722         * elf/tst-tlsmod9.c: Likewise.
53723         * gmon/gmon.c: Likewise.
53724         * grp/fgetgrent_r.c: Likewise.
53725         * grp/putgrent.c: Likewise.
53726         * hurd/fopenport.c: Likewise.
53727         * include/libc-symbols.h: Likewise.
53728         * include/tls.h: Likewise.
53729         * intl/gettextP.h: Likewise.
53730         * intl/loadinfo.h: Likewise.
53731         * locale/global-locale.c: Likewise.
53732         * locale/localeinfo.h: Likewise.
53733         * mach/devstream.c: Likewise.
53734         * malloc/arena.c: Likewise.
53735         * malloc/set-freeres.c: Likewise.
53736         * misc/err.c: Likewise.
53737         * misc/getttyent.c: Likewise.
53738         * misc/mntent_r.c: Likewise.
53739         * posix/getopt.c: Likewise.
53740         * posix/wordexp.c: Likewise.
53741         * pwd/fgetpwent_r.c: Likewise.
53742         * resolv/Versions: Likewise.
53743         * resolv/res_hconf.c: Likewise.
53744         * shadow/fgetspent_r.c: Likewise.
53745         * shadow/putspent.c: Likewise.
53746         * stdio-common/printf_fphex.c: Likewise.
53747         * stdio-common/tmpfile.c: Likewise.
53748         * stdlib/abort.c: Likewise.
53749         * stdlib/fmtmsg.c: Likewise.
53750         * sunrpc/auth_unix.c: Likewise.
53751         * sunrpc/clnt_perr.c: Likewise.
53752         * sunrpc/clnt_tcp.c: Likewise.
53753         * sunrpc/clnt_udp.c: Likewise.
53754         * sunrpc/clnt_unix.c: Likewise.
53755         * sunrpc/openchild.c: Likewise.
53756         * sunrpc/svc_simple.c: Likewise.
53757         * sunrpc/svc_tcp.c: Likewise.
53758         * sunrpc/svc_udp.c: Likewise.
53759         * sunrpc/svc_unix.c: Likewise.
53760         * sunrpc/xdr.c: Likewise.
53761         * sunrpc/xdr_array.c: Likewise.
53762         * sunrpc/xdr_rec.c: Likewise.
53763         * sunrpc/xdr_ref.c: Likewise.
53764         * sunrpc/xdr_stdio.c: Likewise.
53766 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53768         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53770 2011-07-03  Andreas Jaeger  <aj@suse.de>
53772         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53773         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53774         regenerate with gen-libm-tests.pl.
53776 2010-05-12  Petr Baudis  <pasky@suse.cz>
53778         [BZ #11589]
53779         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53780         around j0() zero points by switching to j1().
53781         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53782         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53783         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53784         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53786 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53788         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53789         instead of 0.
53790         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53791         instead of 0.
53792         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53793         Patch in part by Pavel Roskin <proski@gnu.org>.
53795         [BZ #13138]
53796         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53797         realloc.
53798         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53799         Free memory block if necessary.
53801         [BZ #12847]
53802         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53803         be NULL.  Don't lock in this case.
53805 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53807         * elf/elf.h (ELFOSABI_GNU): New macro.
53808         (ELFOSABI_LINUX): Define to that.
53810 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53812         * string/strncat.c (strncat): Undef the symbol in case it has been
53813         defined in bits/string.h.
53815 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53817         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53819         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53820         link map.
53822 2011-08-17  Andreas Jaeger  <aj@suse.de>
53824         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53826 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53827             Ian Lance Taylor  <iant@google.com>
53829         * math/libm-test.inc (lround_test): New testcase.
53830         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53832 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53834         * Makefile: Remove support for automatic cvs check-ins.
53835         * Makerules: Likewise.
53836         * config.make.in: Likewise.
53837         * configure.in: Likewise.
53838         * intl/Makefile: Likewise.
53839         * locale/Makefile: Likewise.
53840         * po/Makefile: Likewise.
53841         * posix/Makefile: Likewise.
53842         * sysdeps/gnu/Makefile: Likewise.
53843         * sysdeps/mach/hurd/Makefile: Likewise.
53844         * sysdeps/sparc/sparc32/Makefile: Likewise.
53846         [BZ #13118]
53847         * posix/Makefile (bug-regex32-ENV): Define.
53848         Patch by John Stanley <jpsinthemix@verizon.net>.
53850         * misc/Makefile (headers): Add bits/select2.h.
53851         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53852         * misc/bits/select2.h: New file.
53853         * include/bits/select2.h: New file.
53854         * debug/Makefile (routines): Add fdelt_chk.
53855         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53856         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53857         FD_ISSET.
53858         * debug/fdelt_chk.c: New file.
53860         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53861         * wcsmbs/test-wmemcmp.c: Likewise.
53862         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53863         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53865 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53867         * string/Makefile (strop-tests): Add memcmp.
53868         * string/test-wmemcmp.c: New file.
53869         * string/test-memcmp.c: Add wmemcmp support.
53871 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53873         [BZ #13153]
53874         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53875         2011-07-19 change.
53877         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53878         garbage value in a __mach_port_mod_refs call in the cases of the
53879         task-self and thread-self ports.
53881 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53883         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53885 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53887         * elf/dl-load.c (lose): Check for non-null L.
53889 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53891         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53893         * elf/dl-libc.c (dlerror_run): Pass back error code from
53894         dl_catch_error.
53896         [BZ #13123]
53897         * elf/dl-load.c (lose): Free l_origin if it is valid.
53899         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53900         names.
53901         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53902         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53903         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53904         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53905         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53906         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53908 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53910         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53911         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53912         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53913         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53914         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53915         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53916         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53917         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53918         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53919         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53921 2011-08-15  Alan Modra  <amodra@gmail.com>
53923         [BZ #13092]
53924         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53925         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53926         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53927         ppc_mcount to static-only-routines.
53928         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53929         __mcount_internal.
53930         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53931         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53933 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53935         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53936         for finite and infinity parameters.
53938 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53940         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53941         and add nop instructions for throughput optimization.
53942         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53944 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53946         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53947         aligned copy for power7 with vector-scalar instructions.
53948         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53950 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53952         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53953         AVX check.
53955 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53957         [BZ #13144]
53958         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53959         last change.
53961 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53963         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53964         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53965         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53966         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53967         clock_gettime.
53969 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53971         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53972         Forgot to demangle the pointer.
53974         * sysdeps/i386/sysdep.h: Define atom_text_section.
53975         * sysdeps/x86_64/sysdep.h: Likewise.
53976         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53977         section with atom_text_section.
53978         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53979         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53980         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53981         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53982         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53984         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53985         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53986         already be defined.  Change to take two parameters and don't assign
53987         result to variable.  Adjust all users.
53988         Define INTERNAL_GETTIME if not already defined.
53989         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53990         call.
53991         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53992         HAVE_CLOCK_GETTIME_VSYSCALL.
53993         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53995         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53996         gettimeofday vsyscall, just use time.
53998 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54000         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54001         <errno.h>.
54003 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54005         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54006         syscall on x86-64.
54007         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54008         syscall.
54009         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54010         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54011         syscall if possible.
54013 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54015         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54016         e_ident.  Don't pass to find_mapsXX.
54017         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54019 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54021         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54022         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54023         * sysdeps/x86_64/multiarch/strchr.S: Update.
54024         Check bit_slow_BSF bit.
54025         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54026         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54027         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54029 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54031         [BZ #13134]
54032         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54033         before glibc 2.15.
54034         (tryshell): Define.
54035         (__spawni): Change last parameter to be flag.  Test
54036         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54037         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54038         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54039         * posix/spawni.c: Likewise.
54040         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54041         * posix/spawnp.c: Likewise.  Change normal version to use
54042         SPAWN_XFLAGS_USE_PATH.
54043         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54044         SPAWN_XFLAGS_TRY_SHELL.
54046         [BZ #13150]
54047         * posix/glob.h: Remove gcc 1.x support.
54049         [BZ #13068]
54050         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54052 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54054         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54055         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54056         strrchr-sse2-bsf
54057         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54058         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54059         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54060         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54061         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54062         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54064 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54066         * sysdeps/x86_64/wcscmp.S: New file.
54068         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54069         wcscmp-c wcscmp-sse2
54070         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54071         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54072         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54073         * wcsmbs/wcscmp.c: Allow renaming.
54075 2011-09-05  David S. Miller  <davem@davemloft.net>
54077         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54078         stack slot, rather than the struct return pointer slot.
54079         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54080         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54081         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54082         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54084 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54086         * po/ja.po: Update from translation team.
54088         [BZ #13144]
54089         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54090         kernel in 64-bit binaries.
54092 2011-09-01  David S. Miller  <davem@davemloft.net>
54094         * elf/elf.h (HWCAP_SPARC_*): Move to..
54095         * sysdeps/sparc/sysdep.h: this new file and add new values.
54096         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54097         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54098         _DL_HWCAP_COUNT to 24.
54099         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54100         entries.
54101         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54102         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54103         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54104         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54105         instead of magic constants.
54106         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54108 2011-08-31  David S. Miller  <davem@davemloft.net>
54110         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54111         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54112         Reimplement to do errno handling inline.
54113         (SYSCALL_ERROR_HANDLER): New macro.
54114         (__SYSCALL_STRING): Do not do errno handling in asm.
54115         (__CLONE_SYSCALL_STRING): Delete.
54116         (__INTERNAL_SYSCALL_STRING): Delete.
54117         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54118         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54119         (PSEUDO): Reimplement to do errno handling inline.
54120         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54121         (SYSCALL_ERROR_HANDLER): New macro.
54122         (__SYSCALL_STRING): Do not do errno handling in asm.
54123         (__CLONE_SYSCALL_STRING): Delete.
54124         (__INTERNAL_SYSCALL_STRING): Delete.
54125         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54126         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54127         i386.
54128         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54129         (inline_syscall*): Add 'err' argument.
54130         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54131         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54132         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54133         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54135         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54136         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54138 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54140         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54142 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54144         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54145         directive.
54147 2011-08-24  David S. Miller  <davem@davemloft.net>
54149         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54151 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54153         * elf/Makefile: Add rules to build and run unload8 test.
54154         * elf/unload8.c: New file.
54155         * elf/unload8mod1.c: New file.
54156         * elf/unload8mod1x.c: New file.
54157         * elf/unload8mod2.c: New file.
54158         * elf/unload8mod3.c: New file.
54160         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54161         it wasn't used.
54163 2011-08-23  David S. Miller  <davem@davemloft.net>
54165         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54166         subtract stack bias.
54167         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54168         %sp not %fp in calculations.
54169         (_JMPBUF_UNWINDS_ADJ): Likewise.
54171         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54172         (aio_suspend): Call it to force an exception region around the
54173         AIO_MISC_WAIT() invocation.
54175 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54177         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54178         backslash.
54180 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54182         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54183         protection macro.
54184         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54185         and <dl-machine.h>.
54186         (Elf64_FuncDesc): Remove.
54188 2011-08-22  David S. Miller  <davem@davemloft.net>
54190         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54191         sigaltstack check, add missing cfi directives.
54192         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54193         missing cfi directives, and sigaltstack handling.
54195 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54197         [BZ #11724]
54198         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54199         object is seen twice.
54200         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54202         * elf/Makefile (distribute): Add tst-initorder2.c.
54203         (tests): Add tst-initorder2.
54204         (modules-names): Add tst-initorder2a tst-initorder2b
54205         tst-initorder2c tst-initorder2d.  Add rules to build them.
54206         ($(objpfx)tst-initorder2.out): New rule.
54207         * elf/tst-initorder2.c: New file.
54208         * elf/tst-initorder2.exp: New file.
54210 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54212         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54214         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54215         dependencies back to end of function.
54217         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54218         $(elfobjdir)/ld.so.
54220 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54222         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54223         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54224         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54225         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54226         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54227         of __vdso_gettimeofday.
54228         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54229         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54230         attribute_hidden.
54231         (_libc_vdso_platform_setup): Remove initialization of
54232         __vdso_gettimeofday and __vdso_time.
54234 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54236         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54237         and fgetc_unlocked.
54238         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54239         getc_unlocked.
54241         * elf/dl-open.c (add_to_global): Report additions to the global scope
54242         for LD_DEBUG=scopes.
54243         (dl_open_worker): Also print scope of newly loaded dependencies.
54244         (_dl_show_scope): Indicate if there is no scope.
54246         [BZ #13114]
54247         * stdio-common/Makefile (tests): Add bug24.
54248         * stdio-common/bug24.c: New file.
54250 2011-08-19  Andreas Jaeger  <aj@suse.de>
54252         [BZ #13114]
54253         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54254         non-existant file when using close-on-exec mode.
54256 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54258         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54259         the very first instruction.
54261         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54262         the CFI state in the end.
54263         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54264         inclusion of dl-trampoline.h.
54265         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54267 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54269         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54270         expectations for long double.
54272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54273         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54275 2011-08-14  David S. Miller  <davem@davemloft.net>
54277         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54278         artificual limit depends upon the system page size.
54280 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54282         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54283         * resolv/Makefile: Define CFLAGS-libresolv.
54285 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54287         * nss/makedb.c (compute_tables): Make variables used in nested
54288         function static.
54290 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54292         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54293         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54294         if buffer was too small.
54296         * elf/pldd.c (main): Attach to all threads in the process.
54297         Rewrite /proc handling to use *at functions.
54299 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54301         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54302         specifies first scope to show.
54303         (dl_open_worker): Update callers.  Move printing scope of new
54304         object to before the relocation.
54305         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54306         * sysdeps/generic/ldsodefs.h: Update declaration.
54308         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54309         string for the scope number.
54311 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54313         * nscd/servicescache.c (cache_addserv): Make sure written is always
54314         initialized.
54316 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54318         * sysdeps/i386/i486/bits/atomic.h
54319         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54320         statement expression, so as to suppress "set but not used" warning.
54321         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54323         * string/strncat.c (STRNCAT): Use prototype definition.
54325         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54326         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54327         -Iprograms here.
54328         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54329         (localedef-modules): Add localedef.
54330         (locale-modules): Add locale.
54332         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54333         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54334         to avoid a warning.
54336 2011-08-14  David S. Miller  <davem@davemloft.net>
54338         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54339         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54341 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54343         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54344         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54345         * elf/rtld.c (dl_main): Set l_name of vDSO.
54346         Call _dl_show_scope when DL_DEBUG_SCOPES.
54347         (process_dl_debug): Recognize scopes flag and also set it for all.
54348         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54349         Declare _dl_show_scope.
54351         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54352         (do_dlopen): Pass caller_dlopen to dl_open.
54353         (__libc_dlopen_mode): Initialize caller_dlopen.
54355         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54356         of libc.  Make tolower call locale-independent.  Optimize a bit by
54357         using isdigit instead of isalnum.
54358         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54360 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54362         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54363         was a dependency or dynamically loaded.
54365 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54367         * intl/l10nflist.c: Allow architecture-specific pop function.
54368         * sysdeps/x86_64/l10nflist.c: New file.
54370         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54371         classification.
54373 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54375         * include/dirent.h: Add libc_hidden_proto for scandirat and
54376         scandirat64.  Don't declare __scandirat64.
54377         * dirent/scandirat.c: Add libc_hidden_def.
54378         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54379         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54381 2011-08-10  David S. Miller  <davem@davemloft.net>
54383         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54384         enum.
54385         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54386         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54387         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54389 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54391         * Versions.def [libc]: Add GLIBC_2.15.
54392         * dirent/Makefile (routines): Add scandirat and scandirat64.
54393         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54394         GLIBC_2.15.
54395         * dirent/dirent.h: Declare scandirat and scandirat64.
54396         * dirent/scandirat.c: New file.
54397         * dirent/scandirat64.c: New file.
54398         * sysdeps/wordsize-64/scandirat.c: New file.
54399         * sysdeps/wordsize-64/scandirat64.c: New file.
54400         * dirent/opendir.c: Define opendirat.
54401         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54402         using scandirat.
54403         * dirent/scandir64.c: Adjust for scandir.c change.
54404         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54405         __scandirat64, and __scandir_cancel_handler.
54406         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54407         additional parameter and use openat instead of open (outside of ld.so).
54408         Add new __opendir as wrapper around __opendirat.
54409         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54410         here without requiring old scandirat implementation.
54412 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54414         * dirent/scandir.c (cancel_handler): Renamed to
54415         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54416         defined.  Adjust users.
54417         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54418         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54420 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54422         * string/test-string.h (IMPL): Use __STRING to expand name and then
54423         stringify it.
54425         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54426         of cleanups.
54428 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54430         * string/Makefile: Update.
54431         (strop-tests): Append strncat.
54432         * string/test-wcscmp.c: New file.
54433         New comprehensive test for wcscmp.
54434         * string/test-strcmp.c: Update.
54435         (WIDE): New define.
54437 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54439         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54440         line.
54442 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54444         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54445         encoding to ACE if AI_IDN.
54447 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54449         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54450         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54452 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54454         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54455         Fix overflow bug in strncat.
54456         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54458         * string/test-strncat.c: Update.
54459         Add new tests for checking overflow bugs.
54461 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54463         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54464         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54465         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54466         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54467         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54468         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54469         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54470         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54471         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54473         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54474         (USE_AS_STRCAT): Define.
54475         Add strcat and strncat support.
54476         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54478 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54480         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54481         __n bigger than INT_MAX+1.
54482         (__strncmp_g): Likewise.
54484 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54486         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54487         * libio/stido.h: Likewise.
54489         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54490         (AF_NFC): Define.
54491         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54492         (AF_NFC): Define.
54494         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54495         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54496         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54497         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54498         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54500         [BZ #13021]
54501         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54502         installed.
54504         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54505         typo.
54506         (_dl_x86_64_save_sse): Likewise.
54508 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54510         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54511         OSXSAVE.
54512         (_dl_x86_64_save_sse): Likewise.
54514         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54516         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54518 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54520         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54521         change.
54522         (_dl_x86_64_save_sse): Use correct AVX check.
54524 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54526         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54527         bug in strncpy/strncat.
54528         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54530 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54532         * string/tester.c (test_strcat): Add tests for different alignments
54533         of source and destination.
54534         (test_strncat): Likewise.
54536 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54538         [BZ #12852]
54539         * posix/glob.c (glob): Check passed in values before using them in
54540         expressions to avoid some overflows.
54541         (glob_in_dir): Likewise.
54543         [BZ #13007]
54544         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54545         check for AVX enablement so that we don't crash with old kernels and
54546         new hardware.
54547         * elf/tst-audit4.c: Add same checks here.
54548         * elf/tst-audit6.c: Likewise.
54550         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54552 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54554         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54556 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54558         * po/cs.po: Update from translation team.
54559         * po/bg.po: Likewise.
54561 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54563         * misc/sys/cdefs.h: Add support for const attribute.
54564         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54565         to gnu_dev_{major,minor,makedev} functions.
54567 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54569         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54571 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54573         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54574         strlen results.
54576 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54578         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54579         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54580         register in order to avoid conflicts with the soft frame pointer
54581         being held in r11 when necessary.
54582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54583         (INTERNAL_VSYSCALL_NCS): Likewise.
54585 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54587         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54588         * elf/dl-fini.c (_dl_fini): Adjust caller.
54589         * elf/dl-close.c (_dl_close_worker): Likewise.
54590         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54592 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54594         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54595         "aux_cache->nlibs < 0".
54597         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54598         in the reload-count case.
54600 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54602         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54603         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54604         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54605         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54606         * sysdeps/x86_64/multiarch/strcat.S: New file.
54607         * sysdeps/x86_64/multiarch/strncat.S: New file.
54608         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54609         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54610         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54611         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54612         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54613         (USE_AS_STRCAT): Define.
54614         Add strcat and strncat support.
54615         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54616         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54617         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54618         * string/strncat.c: Update.
54619         (USE_AS_STRNCAT): Define.
54620         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54621         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54622         and i7.
54623         * sysdeps/x86_64/multiarch/init-arch.h
54624         (bit_Prefer_PMINUB_for_stringop): New.
54625         (index_Prefer_PMINUB_for_stringop): Likewise.
54626         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54627         bit_Prefer_PMINUB_for_stringop.
54629 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54631         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54632         buffer64.
54633         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54634         of casting of buffer.
54635         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54636         buffer32 and buffer64.
54637         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54638         writes instead of casting of buffer.
54639         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54640         buffer32.
54641         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54642         casting of buffer.
54644 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54646         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54648 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54650         * nscd/nscd.c (termination_handler): Don't do anything for a database
54651         if it has not yet been initialized.
54653 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54655         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54657 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54659         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54661 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54663         * po/nl.po: Update from translation team.
54664         * po/sv.po: Likewise.
54666 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54668         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54669         now disallowed by GCC.
54671         * configure.in (use-default-link): Default to yes if a test -shared
54672         link meets our qualifications.
54673         * configure: Regenerated.
54675         * config.make.in (output-format): New variable.
54676         * configure.in: Check for ld --print-output-format support.
54677         * configure: Regenerated.
54678         * Makerules ($(common-objpfx)format.lds)
54679         [$(output-format) != unknown]: Just use $(output-format),
54680         instead of the linker-script munging.
54682 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54684         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54685         of $(common-objpfx)shlib.lds.
54686         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54688         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54689         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54691         * configure.in (-z relro check): Adjust test code to add a large
54692         writable data section after it.
54693         * configure: Regenerated.
54695 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54697         * configure.in (-z relro check): Fix test code to make the variable
54698         truly const.
54699         * configure: Regenerated.
54701 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54703         * nscd/nscd.h (struct traced_file): Define.
54704         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54705         elements.  Add traced_files.
54706         (inotify_fd): Declare.
54707         (register_traced_file): Declare.
54708         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54709         (inotify_fd): Export.
54710         (resolv_conf_descr): Remove.
54711         (nscd_init): Move inotify descriptor creation to main.
54712         Don't register files for notification here.
54713         (register_traced_file): New function.
54714         (invalidate_cache): Don't use reset_res to determine whether to call
54715         res_init, go through the list of registered files.
54716         (main_loop_poll): The inotify descriptors are now stored in the
54717         structures for the traced files.
54718         (main_loop_epoll): Likewise
54719         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54720         to __nss_disable_nscd.
54721         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54722         for a database anymore.  Check the records for all the registered
54723         files instead.
54724         * nss/Makefile (libnss_files-routines): Add files-init.
54725         (libnss_db-routines): Add db-init.
54726         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54727         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54728         * nss/nss_db/db-init.c: New file.
54729         * nss/nss_files/files-init.c: New file.
54730         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54731         __nss_lookup_function.
54732         (__nss_lookup_function): Call nss_load_library.
54733         (nss_load_all_libraries): New function.
54734         (__nss_disable_nscd): Take parameter with callback function for files
54735         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54736         used for the cached services.
54737         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54738         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54739         options for features to all the files in nscd.
54741         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54743 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54745         * csu/elf-init.c (__libc_csu_init): Comment typo.
54747 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54749         * po/pl.po: Update from translation team.
54750         * po/ja.po: Likewise.
54751         * po/ru.po: Likewise.
54752         * po/ko.po: Likewise.
54753         * po/fr.po: Likewise.
54755 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54757         * configure.in (.ctors/.dtors header and trailer check):
54758         Use an empirical test on a built program.
54759         * configure: Regenerated.
54761         * configure.in (-z relro check): Use an empirical test on a built DSO.
54762         Detect, but do not require, on ia64.
54763         * configure: Regenerated.
54765         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54766         Update tests that use readelf to use $READELF instead.
54767         * configure: Regenerated.
54769 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54771         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54772         if the result is not used.
54774 2011-07-05  Andreas Jaeger  <aj@suse.de>
54776         [BZ#9696]
54777         * stdlib/tst-strtod.c: Add testcase.
54779 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54781         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54782         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54783         The latter has a higher limit.  Take additional parameter to pass to
54784         the new function.
54785         (__pathconf): Pass file to __statfs_link_max.
54786         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54787         __statfs_link_max.
54788         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54789         __statfs_link_max.
54791         [BZ #12868]
54792         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54793         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54794         Handle Lustre.
54795         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54796         (__statfs_filesize_max): Likewise.
54797         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54799 2011-07-05  Andreas Jaeger  <aj@suse.de>
54801         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54803 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54805         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54806         `status' variable.
54807         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54808         Likewise.
54810 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54812         * Makefile (strop-tests): Add strncat.
54813         * string/test-strncat.c: New file.
54815 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54817         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54819 2011-06-21  Andreas Jaeger  <aj@suse.de>
54821         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54822         Copy rule from iconvdata/Makefile.
54824 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54826         [BZ #12922]
54827         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54828         but no long options are defined, just return 'W'.
54830 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54832         [BZ #9696]
54833         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54835 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54837         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54838         netgroups to read.
54839         (innetgr): Likewise.
54841 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54843         * config.make.in (install_root): Default to $(DESTDIR).
54845 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54847         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54849 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54851         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54853         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54854         containing directory rather than embedding absolute directory names.
54856         * scripts/check-local-headers.sh: Rewritten using awk.
54857         Match by word, not by line.  Print error messages for matches.
54858         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54860         * Makerules [shlib-lds-flags empty]:
54861         ($(common-objpfx)libc_pic.opts): New target.
54862         ($(common-objpfx)libc_pic.os.clean): New target.
54863         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54865         * config.make.in (OBJCOPY): New variable.
54866         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54867         * configure: Regenerated.
54869         * config.make.in (use-default-link): New variable.
54870         * configure.in (use_default_link): Grok --with-default-link to set it.
54871         * configure: Regenerated.
54872         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54873         (shlib-lds, shlib-lds-flags): Define to empty.
54875         * Makerules (shlib-lds): New variable.
54876         (shlib-lds-flags): New variable.
54877         (build-shlib, build-moduile, build-module-asneeded): Use it.
54878         ($(common-objpfx)libc.so): Use $(shlib-lds).
54879         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54880         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54882         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54883         DT_FLAGS/DT_FLAGS_1 with zero flags.
54885         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54886         linker script munging.
54888 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54890         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54891         as 128-bit value.
54892         * crypt/sha512.c (sha512_process_block): Perform total addition using
54893         128-bit if possible.
54894         (__sha512_finish_ctx): Likewise.
54895         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54896         as 64-bit value.
54897         * crypt/sha256.c (SWAP64): Define.
54898         (sha256_process_block): Perform total addition using 64-bit if
54899         possible.
54900         (__sha256_finish_ctx): Likewise.
54902 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54904         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54905         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54906         * nscd/hstcache.c (cache_addhst): Likewise.
54907         * nscd/grpcache.c (cache_addgr): Likewise.
54908         * nscd/aicache.c (addhstaiX): Likewise
54909         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54911 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54913         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54914         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54915         * nscd/hstcache.c (cache_addhst): Likewise.
54916         * nscd/grpcache.c (cache_addgr): Likewise.
54917         * nscd/aicache.c (addhstaiX): Likewise
54919 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54921         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54922         domain only when needed.
54924 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54926         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54927         is always restored.
54929 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54931         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54932         are re-adding the entry.
54933         * nscd/servicescache.c (cache_addserv): Likewise.
54935 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54937         * sysdeps/generic/dl-irel.h: fix protection against multiple
54938         inclusions.
54939         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54941 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54943         [BZ #12935]
54944         * malloc/memusage.sh: Fix quoting in message.
54945         * debug/xtrace.sh: Likewise.
54947         * configure.in: Remove support for --experimental-malloc option, make
54948         it the default.
54949         * config.make.in: Likewise.
54950         * malloc/Makefile: Likewise.
54952 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54954         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54955         two-byte characters.
54957 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54959         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54960         AC_CACHE_CHECK invocation.
54961         * configure: Regenerated.
54963         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54965 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54967         [BZ #12350]
54968         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54969         bit from old_res_options.
54971         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54973         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54974         value type for setfct.
54976 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54978         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54979         __gettimeofday instead of gettimeofday.
54981 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54983         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54985 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54987         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54989         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54990         info.
54992 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54994         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54995         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54996         strcpy-sse2-unaligned strncpy-sse2-unaligned
54997         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54998         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54999         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55000         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55001         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55002         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55003         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55004         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55005         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55006         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55007         (STRCPY): Support SSE2 and SSSE3 versions.
55009 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55011         [BZ #12874]
55012         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55013         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55014         kernels which artificially limit size of requests.
55016 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55018         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55019         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55020         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55021         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55022         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55023         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55024         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55025         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55026         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55027         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55028         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55029         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55030         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55031         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55032         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55033         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55034         Enable unaligned load optimization for Intel Core i3, i5 and i7
55035         processors.
55036         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55037         Define.
55038         (index_Fast_Unaligned_Load): Define.
55039         (HAS_FAST_UNALIGNED_LOAD): Define.
55041 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55043         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55045 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55047         [BZ #12907]
55048         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55049         until it is clear that the information is realy needed.
55050         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55052 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55054         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55056 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55058         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55059         /sys/devices/system/cpu/online if it is usable.
55061         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55062         reading the information from the /proc filesystem to once a second.
55064 2011-06-21  Andreas Jaeger  <aj@suse.de>
55066         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55067         NULL after inclusion of kernel headers.
55069 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55071         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55072         calls to internal_setent.
55074         [BZ #12885]
55075         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55076         addresses using gethostbyname4_r ignore IPv4 addresses.
55078         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55079         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55081         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55083 2011-06-20  David S. Miller  <davem@davemloft.net>
55085         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55086         inclusions.
55087         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55089         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55090         (elf_irel): Use it.
55091         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55092         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55093         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55094         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55095         * sysdeps/x86_64/dl-irel.h: Likewise.
55097         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55098         * elf/dl-sym.c: Likewise.
55100 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55102         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55103         need to dereference resplen2.
55105 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55107         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55109 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55111         * Makeconfig: Define vardbdir and inst_vardbdir.
55112         * nss/Makefile: Add rules to install db-Makefile.
55114         * nss/nss_db/db-XXX.c: Cleanup.
55116         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55117         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55118         GLIBC_PRIVATE.
55119         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55120         * nss/makedb.c: Implement -g option to specify that value strings
55121         are generated and should not be added to table iterated over for
55122         get*ent calls.
55123         * nss/nss_db/db-initgroups.c: New file.
55125         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55126         interface.
55128         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55129         (internal_getgrouplist): Adjust to name change.
55130         Update use_initgroups_entry if this is not the first call.
55131         * nss/databases.def: Add initgroups entry.
55133         * nss/makedb.c (compute_tables): Check result of multiple hash table
55134         sizes to minimize maximum chain length.
55136 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55138         * Versions.def: Add entry for libnss_db.
55139         * shlib-versions: Likewise.
55140         * nss/Makefile: Add rules to build libnss_db.
55141         * nss/Versions: Add libnss_db information.  Organize libnss_files
55142         entries better.
55143         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55144         makedb progra.  Some minor improvements to generate smaller files.
55145         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55146         here from...
55147         * nss/makedb.c: ...here.
55148         Improve database format to be smaller and require less memory at
55149         runtime.
55150         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55151         db anymore.
55152         * nss/nss_db/db-netgrp.c: Likewise.
55153         * nss/nss_db/db-open.c: Likewise.
55154         * nss/nss_files/flies-XXX.x: Adjust comments.
55155         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55156         * nss/nss_files/files-grp.c: Likewise.
55157         * nss/nss_files/files-hosts.c: Likewise.
55158         * nss/nss_files/files-network.c: Likewise.
55159         * nss/nss_files/files-proto.c: Likewise.
55160         * nss/nss_files/files-pwd.c: Likewise.
55161         * nss/nss_files/files-rpc.c: Likewise.
55162         * nss/nss_files/files-service.c: Likewise.
55163         * nss/nss_files/files-sgrp.c: Likewise.
55164         * nss/nss_files/files-spwd.c: Likewise.
55165         * nss/nss_db/db-alias.c: Removed.
55166         * nss/nss_db/dummy-db.h: Removed.
55168 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55170         * nss/makedb.c: Rewritten to not use database library.
55171         * nss/Makefile: Update to build new makedb program.
55173 2011-06-14  Andreas Jaeger  <aj@suse.de>
55175         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55176         memset declaration.
55178 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55180         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55181         tmpbuf.
55183 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55185         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55186         * elf/Makefile ($(objpfx)ld.so): Likewise.
55188         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55189         Don't list ld.so twice in dependencies.
55191         * posix/bug-regex31.c: Include <stdlib.h>.
55193         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55195         * nis/nss_compat/compat-spwd.c
55196         (getspent_next_nss_netgr): Remove unused variable.
55197         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55199         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55200         nonmembers" output to use the right array.
55202         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55204         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55206         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55207         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55208         * catgets/gencat.c (read_input_file): Likewise.
55209         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55211         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55212         variable definition inside #if's controlling its use.
55214         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55216         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55218         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55220         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55221         unreachable code.
55223         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55225         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55226         * configure: Regenerated.
55228         * Makerules: Revert last change.
55229         * elf/Makefile: Likewise.
55231 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55233         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55234         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55235         (reloc-link): Likewise.
55237 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55239         * elf/Makefile: Add rules to build pldd.
55240         * elf/pldd.c: New file.
55241         * elf/pldd-xx.c: New file.
55243 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55245         * version.h: Update for 2.15 development version.
55247 2011-06-07  David S. Miller  <davem@davemloft.net>
55249         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55250         ifuncs.
55251         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55252         elf_machine_lazy_rel): Likewise.
55253         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55254         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55255         elf_machine_lazy_rel): Likewise.
55256         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55257         dl_hwcap via passed in argument.
55258         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55259         Likewise.
55261 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55263         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55265 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55267         [BZ #12849]
55268         * manual/fdl-1.1.texi: New file, verbatim from:
55269         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55270         * manual/lgpl-2.1.texi: New file, verbatim from:
55271         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55272         * manual/Makefile (licenses): New variable, list those new file names.
55273         (texis): Use it.
55274         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55276         * manual/fdl.texi: File removed.
55277         * manual/lesser.texi: File removed.
55278         * manual/libc.texinfo (Copying, Documentation License):
55279         Use new @include file names, put @appendix directive before @include.
55281 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55283         [BZ #12841]
55284         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55285         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55286         (mq_open): Add __NTH.
55288 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55290         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55291         Assume Intel Core i3/i5/i7 processor if AVX is available.
55293 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55295         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55296         typo.
55298 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55300         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55301         memory.  Use alloca_account.  Fix memory leak when retrying.
55303 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55305         * version.h (RELEASE): Bump for 2.14 release.
55306         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55308         * config.make.in (RANLIB): Remove entry.
55310 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55312         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55313         (libc.pot): Work around missing support for .ksh extension in xgettext.
55315         [BZ #12684]
55316         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55317         if both request failed.
55318         (send_dg): In case of server errors clear resplen or *resplen2.
55320         [BZ #12454]
55321         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55322         when there are multiple maps.
55323         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55324         (_dl_fini): Remove test here.
55326         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55328 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55330         [BZ #12350]
55331         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55332         bit from old_res_options.
55333         (gaih_inet): Likewise.
55335         [BZ #11099]
55336         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55337         as signed.
55339         * resolv/res_init.c (res_setoptions): Make the code more compact.
55341         [BZ #11558]
55342         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55343         set RES_USEVC.
55345         [BZ #11634]
55346         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55348         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55350         [BZ #11781]
55351         * malloc/malloc.h: Declare malloc hook variables as volatile.
55353         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55354         in last patch.
55356         [BZ #11799]
55357         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55358         raise in the comment.
55359         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55360         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55361         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55363 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55365         [BZ #12811]
55366         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55367         grow the buffers more if it already has to be sufficient.
55368         (build_wcs_upper_buffer): Likewise.
55369         * posix/regexec.c (check_matching): Likewise.
55370         (clean_state_log_if_needed): Likewise.
55371         (extend_buffers): Don't enlarge buffers beyond size of the input
55372         buffer.
55373         Patches mostly by Emil Wojak <emil@wojak.eu>.
55374         * posix/bug-regex32.c: New file.
55375         * posix/Makefile (tests): Add bug-regex32.
55377         * locale/findlocale.c (_nl_find_locale): Return right away if
55378         _nl_explode_name failed.
55379         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55381         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55383         * debug/xtrace.sh: Unify messages.
55384         * malloc/memusage.sh: Likewise.
55386         [BZ #12813]
55387         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55388         time symbol from vDSO.  Substitute with vsyscall if not available.
55389         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55390         __vdso_time.
55392         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55393         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55394         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55395         Add sendmmsg and internal_sendmmsg.
55396         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55397         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55398         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55400         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55401         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55402         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55404 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55406         [BZ #12813]
55407         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55408         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55409         available.
55410         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55411         __vdso_getcpu.
55413         [BZ #12814]
55414         * iconvdata/Makefile (tests): Add bug-iconv9.
55415         * iconvdata/bug-iconv9.c: New file.
55417 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55419         [BZ #12814]
55420         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55422 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55424         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55425         (struct user_regs_struct): Change intcs field back to cs.
55427 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55429         * po/ja.po: Update from translation team.
55431 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55433         [BZ #12795]
55434         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55435         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55437 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55439         * stdlib/longlong.h: Update from GCC.
55441 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55443         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55444         parameter name.
55445         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55446         Add parameter name.
55447         (__sysconf): Pass it down.
55449 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55451         [BZ #12671]
55452         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55453         some situations.
55454         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55455         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55456         add in in __libc_use_alloca calls.  Adjust callers.
55457         (glob): Use malloc in some situations.
55459         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55460         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55461         pltexit.
55463 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55465         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55466         and CLOCK_BOOTTIME_ALARM.
55468         [BZ #12782]
55469         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55470         is returned.
55472         * string/_strerror.c (__strerror_r): Print negative errors as signed
55473         numbers.
55475         [BZ #12777]
55476         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55477         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55478         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55480         * configure.in: Fix typo in redirection and correct removal of test
55481         files in two cases.
55483         [BZ #12788]
55484         * locale/setlocale.c (new_composite_name): Fix test to check for
55485         identical name of all categories.
55487         [BZ #12792]
55488         * libio/filedoalloc.c (local_isatty): New function.
55489         (_IO_file_doallocate): Use local_isatty.
55490         * stdio-common/perror.c (perror): In case a new stream is used
55491         forward the stream error.
55492         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55493         error flag.
55495 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55497         [BZ #11869]
55498         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55499         alloca.
55500         * include/alloca.h (extend_alloca_account): Define.
55502         [BZ #11857]
55503         * posix/regex.h: Fix comments with documentation of user-accessible
55504         fields after compilation and describe correct free'ing of pattern
55505         after re_compile_pattern.
55506         Patch by Reuben Thomas <rrt@sc3d.org>.
55508 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55510         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55511         and -mno-altivec to prevent the compiler from using Altivec and/or
55512         VSX instructions when the corresponding registers are not available.
55514 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55516         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55518 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55520         * libio/freopen.c (freopen): Use __dup2, not dup2.
55521         * libio/freopen64.c (freopen64): Likewise.
55523 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55525         [BZ #12775]
55526         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55527         * math/Makefile (tests): Add test-powl.
55528         (CFLAGS-test-powl.c): Define.
55529         * math/test-powl.c: New file.
55531 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55533         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55535 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55537         [BZ #11837]
55538         * iconvdata/gb18030.c: Update to GB18020-2005.
55540 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55542         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55543         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55544         Patch by Aharon Robbins <arnold@skeeve.com>.
55546         [BZ #11892]
55547         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55548         on the stack.
55550         [BZ #11895]
55551         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55552         through underflows.
55554         [BZ #12766]
55555         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55556         point to strings before performing equality test for error_one_per_line
55557         mode.
55559         [BZ #11697]
55560         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55562         [BZ #11820]
55563         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55564         (struct user_fpregs_struct): Avoid __uint*_t types.
55566         [BZ #6420]
55567         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55568         symbol info.  Use it instead of calling _dl_addr locally.
55569         (lock_and_info): New function.
55570         (tr_freehook): Call lock_and_info and pass symbol info as additional
55571         parameter to tr_where.
55572         (tr_mallochook): Likewise.
55573         (tr_reallochook): Likewise.
55574         (tr_memalignhook): Likewise.
55576         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55577         used and couldn't be at all thread-safe.
55579 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55581         * libio/freopen.c (freopen): Don't close old file descriptor
55582         before the new one is opened.  Instead dup the new file descriptor
55583         to the old one after the new stream is created.
55584         * libio/freopen64.c (freopen64): Likewise.
55585         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55586         * libio/fileops.c (_IO_new_file_close_it): Handle new
55587         _IO_FLAGS2_NOCLOSE flag.
55588         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55589         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55590         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55591         _IO_FLAGS2_NOCLOSE flag.
55592         * include/unistd.h: Add hidden_proto for dup3.
55593         Define __have_dup3.
55594         * io/dup3.c: Define hidden symbol.
55595         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55597         [BZ #7101]
55598         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55599         when an incomplete long option is used.
55600         * posix/tst-getopt_long1.c: New file.
55601         * posix/Makefile (tests): Add tst-getopt_long1.
55603         [BZ #10138]
55604         * scripts/config.guess: Update from autoconf-2.68.
55605         * scripts/config.sub: Likewise.
55607         [BZ #10157]
55608         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55609         tests into ...
55610         (has_cpuclock): ...this.  New function.
55611         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55612         macro here based on has_cpuclock code.
55614         [BZ #10149]
55615         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55616         First byte (not low byte) is now always NUL.
55617         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55619         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55620         Use non-cancelable interfaces.
55622         [BZ #9809]
55623         * locale/iso-639.def: Add entry for Sorani.
55625         [BZ #11901]
55626         * include/stdlib.h: Move include protection to the right place.
55627         Define abort_msg_s.  Declare __abort_msg with it.
55628         * stdlib/abort.c (__abort_msg): Adjust type.
55629         * assert/assert.c (__assert_fail_base): New function.  Majority
55630         of code from __assert_fail.  Allocate memory for __abort_msg with
55631         mmap.
55632         (__assert_fail): Now call __assert_fail_base.
55633         * assert/assert-perr.c: Remove bulk of implementation.  Use
55634         __assert_fail_base.
55635         * include/assert.hL Declare __assert_fail_base.
55636         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55637         mmap.
55638         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55640 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55642         [BZ #11952]
55643         [BZ #12453]
55644         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55645         until all modules are registered in the DTV.
55646         * elf/Makefile: Add rules to build and run tst-tls19.
55647         * elf/tst-tls19.c: New file.
55648         * elf/tst-tls19mod1.c: New file.
55649         * elf/tst-tls19mod2.c: New file.
55650         * elf/tst-tls19mod3.c: New file.
55651         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55653         [BZ #12083]
55654         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55655         correctly.
55657         [BZ #12601]
55658         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55659         two-byte sequence errors.
55660         * iconvdata/Makefile (tests): Add bug-iconv8.
55661         * iconvdata/bug-iconv8.c: New file.
55663         [BZ #12626]
55664         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55665         buf2 definition.
55667         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55669         [BZ #12432]
55670         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55671         (dummy_getcfa): New function.
55672         (init): Get _Unwind_GetCFA address, use dummy if not found.
55673         (backtrace_helper): In recursion check, also check whether CFA changes.
55674         (__backtrace): Completely initialize arg.
55676         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55677         storing incomplete byte sequence in state object.  Avoid testing for
55678         guaranteed too small input if we know there is enough data available.
55680 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55682         * Makeconfig (+link-pie): Indent.
55683         * Rules (binaries-pie): Define if $(have-fpie) and
55684         $(build-shared).
55685         (binaries-shared): Also filter out $(binaries-pie).
55686         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55687         * nscd/Makefile (others-pie): Add nscd.
55688         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55689         ($(objpfx)nscd): Remove command override.
55690         * login/Makefile (others-pie): Add pt_chown.
55691         ($(objpfx)pt_chown): Remove command override.
55692         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55693         remove command overrides.
55695 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55697         * libio/tst_putwc.c: Fix error messages.
55699         [BZ #12724]
55700         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55701         currently writing and seek to current position when not.
55702         * libio/Makefile (tests): Add bug-fclose1.
55703         * libio/bug-fclose1.c: New file.
55705 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55707         [BZ #12511]
55708         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55709         don't set DF_1_NODELETE here.
55710         (do_lookup_x): When entering new entry test for copy relocation
55711         and if necessary set DF_1_NODELETE flag.
55712         * elf/tst-unique4.cc: New file.
55713         * elf/tst-unique4.h: New file.
55714         * elf/tst-unique4lib.cc: New file.
55715         * elf/Makefile: Add rules to build and run tst-unique4.
55716         Patch by Piotr Bury <pbury@goahead.com>.
55718 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55720         [BZ #12052]
55721         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55723         [BZ #12625]
55724         * misc/mntent_r.c (addmntent): Flush the stream after the output
55726         [BZ #12393]
55727         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55728         (is_trusted_path_normalize): Skip initial colon.  Append slash
55729         to empty buffer.  Duplicate is_trusted_path code but allow
55730         constructed patch to be prefix.
55731         (is_dst): Allow $ORIGIN followed by /.
55732         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55733         Correct testing of result of is_trusted_path_normalize
55734         (decompose_rpath): Fix warning.
55736 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55738         [BZ #11257]
55739         * grp/initgroups.c (internal_getgrouplist): When we found the service
55740         list through the initgroups entry in nsswitch.conf do not always
55741         continue on a successful lookup.  Don't always use the
55742         __nss_group_database value if it is set.
55743         * nss/nsswitch.conf (initgroups): Change action for successful db
55744         lookup to continue for compatibility.
55746 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55748         [BZ #11532]
55749         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55750         and CP774 modules.
55751         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55752         and CP774 modules.
55753         * iconvdata/tst-tables.sh: Likewise.
55754         * iconvdata/cp770.c: New file.
55755         * iconvdata/cp771.c: New file.
55756         * iconvdata/cp772.c: New file.
55757         * iconvdata/cp773.c: New file.
55758         * iconvdata/cp774.c: New file.
55759         * iconvdata/testdata/CP770: New file.
55760         * iconvdata/testdata/CP770..UTF8: New file.
55761         * iconvdata/testdata/CP771: New file.
55762         * iconvdata/testdata/CP771..UTF8: New file.
55763         * iconvdata/testdata/CP772: New file.
55764         * iconvdata/testdata/CP772..UTF8: New file.
55765         * iconvdata/testdata/CP773: New file.
55766         * iconvdata/testdata/CP773..UTF8: New file.
55767         * iconvdata/testdata/CP774: New file.
55768         * iconvdata/testdata/CP774..UTF8: New file.
55770         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55771         END CHARMAP line.
55772         * iconvdata/gen-8bit-gap.sh: Likewise.
55773         * iconvdata/gen-8bit.sh: Likewise.
55775         * locale/iso-639.def: Add ary entry.
55777         [BZ #11258]
55778         * locale/C-translit.h.in: Add U20A1 transliteration.
55780         [BZ #12178]
55781         * locale/iso-639.def: Add wae entry.
55782         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55784         [BZ #12545]
55785         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55786         for n.
55788         [BZ #12711]
55789         * locale/C-translit.h.in: Add entry for U20B9.
55790         Patch by pravin.d.s@gmail.com.
55792 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55794         [BZ #12713]
55795         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55796         ENAMETOOLONG use generic getcwd.
55797         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55798         in rtld.  Use *stat64.
55799         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55800         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55801         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55802         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55803         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55804         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55805         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55806         __fstatat64 macros.
55807         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55808         * dirent/rewinddir.c: Add libc_hidden_def.
55809         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55810         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55812         * include/dirent.h (__alloc_dir): Add flags parameter.
55813         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55814         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55815         __alloc_dir.
55816         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55817         from fdopendir if O_CLOEXEC is already set.
55819 2011-03-15  Alan Modra  <amodra@gmail.com>
55821         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55822         l_tls_firstbyte_offset non-zero.  Save padding offset in
55823         l_tls_firstbyte_offset for later use.
55824         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55825         freeing static tls block.
55827 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55829         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55830         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55831         being defined by the kernel headers.
55833 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55835         [BZ #12734]
55836         * resolv/resolv.h: Define RES_NOTLDQUERY.
55837         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55838         no-tld-query and set RES_NOTLDQUERY.
55839         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55840         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55841         modern BIND to search name as TLD unless forbidden.
55843 2011-05-07  Petr Baudis  <pasky@suse.cz>
55844             Ulrich Drepper  <drepper@gmail.com>
55846         [BZ #12393]
55847         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55848         (is_trusted_path): ...to here.
55849         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55850         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55851         using is_trusted_path_normalize() in setuid scripts.
55853 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55855         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55856         __BEGIN/__END_DECLS.
55858 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55860         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55861         NSS_STATUS_NOTFOUND if no record was found.
55863 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55865         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55866         (headers-not-in-tirpc): Remove rpc/netdb.h
55867         * resolv/netdb.h: Revert last change.
55869 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55871         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55872         circular dependency between libgcc.a and libc.a.
55874 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55876         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55877         * nis/Makefile: Don't install rpcsvc/*.
55878         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55879         instead of <rpc/types.h>.
55880         (MAXHOSTNAMELEN): Define.
55882 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55884         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55886 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55888         [BZ #12714]
55889         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55890         gethostbyname4_r when IPv6 results are possible.
55892 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55894         [BZ #12723]
55895         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55896         _PC_PIPE_BUF handling.
55898 2011-04-30  Bruno Haible  <bruno@clisp.org>
55900         [BZ #12717]
55901         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55902         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55903         to 'int'.
55904         * inet/getnameinfo.c (getnameinfo): Likewise.
55906 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55908         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55909         to groups setting in database lookup.
55910         * nss/nsswitch.conf: Add initgroups entry.
55912 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55914         [BZ #12685]
55915         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55916         mode string.
55917         Patch by Eric Blake <eblake@redhat.com>.
55919 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55921         * sunrpc/Makefile (need-export-routines): Add svc_run.
55922         (routines): Remove svc_run.
55923         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55924         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55925         * sunrpc/svc_run.c (svc_run): Likewise.
55926         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55928 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55930         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55931         problem in reallocation in last patch.
55933 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55935         * sunrpc/Makefile: Move inclusion of Rules.
55937 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55939         * nss/nss_files/files-initgroups.c: New file.
55940         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55941         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55942         _nss_files_initgroups_dyn.
55944 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55946         * elf/elf.h (R_ARM_IRELATIVE): Define.
55948 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55950         * po/ru.po: Update from translation team.
55952 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55954         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55955         dependencies.
55957 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55959         [BZ #12653]
55960         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55961         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55962         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55963         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55964         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55966 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55968         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55969         differing bytes.
55970         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55971         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55972         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55974 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55976         [BZ #12420]
55977         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55978         storing it.
55979         * stdlib/bug-getcontext.c: New file.
55980         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55982 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55984         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55985         instructions into .machine "z9-109".
55986         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55987         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55989 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55991         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55992         between environment variables and auxiliary vector.
55994 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55996         * Makefile: Add rules to build linkobj/libc.so.
55997         * include/libc-symbols.h: Define libc_hidden_nolink.
55998         * include/rpc/auth.h: Mark functions which are to be hidden.
55999         * include/rpc/auth_des.h: Likewise.
56000         * include/rpc/auth_unix.h: Likewise.
56001         * include/rpc/clnt.h: Likewise.
56002         * include/rpc/des_crypt.h: Likewise.
56003         * include/rpc/key_prot.h: Likewise.
56004         * include/rpc/pmap_clnt.h: Likewise.
56005         * include/rpc/pmap_prot.h: Likewise.
56006         * include/rpc/pmap_rmt.h: Likewise.
56007         * include/rpc/rpc_msg.h: Likewise.
56008         * include/rpc/svc.h: Likewise.
56009         * include/rpc/svc_auth.h: Likewise.
56010         * include/rpc/xdr.h: Likewise.
56011         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56012         * nss/Makefile: Likewise.
56013         * sunrpc/Makefile: Don't install headers.  Build library with normal
56014         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56015         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56016         for the compat linking library.  Remove use of INTDEF/INTUSE.
56017         * sunrpc/auth_none.c: Likewise.
56018         * sunrpc/auth_unix.c: Likewise.
56019         * sunrpc/authdes_prot.c: Likewise.
56020         * sunrpc/authuxprot.c: Likewise.
56021         * sunrpc/clnt_gen.c: Likewise.
56022         * sunrpc/clnt_perr.c: Likewise.
56023         * sunrpc/clnt_raw.c: Likewise.
56024         * sunrpc/clnt_simp.c: Likewise.
56025         * sunrpc/clnt_tcp.c: Likewise.
56026         * sunrpc/clnt_udp.c: Likewise.
56027         * sunrpc/clnt_unix.c: Likewise.
56028         * sunrpc/des_crypt.c: Likewise.
56029         * sunrpc/des_soft.c: Likewise.
56030         * sunrpc/get_myaddr.c: Likewise.
56031         * sunrpc/key_call.c: Likewise.
56032         * sunrpc/key_prot.c: Likewise.
56033         * sunrpc/netname.c: Likewise.
56034         * sunrpc/pm_getmaps.c: Likewise.
56035         * sunrpc/pm_getport.c: Likewise.
56036         * sunrpc/pmap_clnt.c: Likewise.
56037         * sunrpc/pmap_prot.c: Likewise.
56038         * sunrpc/pmap_prot2.c: Likewise.
56039         * sunrpc/pmap_rmt.c: Likewise.
56040         * sunrpc/publickey.c: Likewise.
56041         * sunrpc/rpc_cmsg.c: Likewise.
56042         * sunrpc/rpc_common.c: Likewise.
56043         * sunrpc/rpc_dtable.c: Likewise.
56044         * sunrpc/rpc_prot.c: Likewise.
56045         * sunrpc/rpc_thread.c: Likewise.
56046         * sunrpc/rtime.c: Likewise.
56047         * sunrpc/svc.c: Likewise.
56048         * sunrpc/svc_auth.c: Likewise.
56049         * sunrpc/svc_authux.c: Likewise.
56050         * sunrpc/svc_raw.c: Likewise.
56051         * sunrpc/svc_run.c: Likewise.
56052         * sunrpc/svc_simple.c: Likewise.
56053         * sunrpc/svc_tcp.c: Likewise.
56054         * sunrpc/svc_udp.c: Likewise.
56055         * sunrpc/svc_unix.c: Likewise.
56056         * sunrpc/svcauth_des.c: Likewise.
56057         * sunrpc/xcrypt.c: Likewise.
56058         * sunrpc/xdr.c: Likewise.
56059         * sunrpc/xdr_array.c: Likewise.
56060         * sunrpc/xdr_float.c: Likewise.
56061         * sunrpc/xdr_intXX_t.c: Likewise.
56062         * sunrpc/xdr_mem.c: Likewise.
56063         * sunrpc/xdr_rec.c: Likewise.
56064         * sunrpc/xdr_ref.c: Likewise.
56065         * sunrpc/xdr_sizeof.c: Likewise.
56066         * sunrpc/xdr_stdio.c: Likewise.
56068 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56070         [BZ #12650]
56071         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56072         * sysdeps/ia64/dl-tls.h: Likewise.
56073         * sysdeps/powerpc/dl-tls.h: Likewise.
56074         * sysdeps/s390/dl-tls.h: Likewise.
56075         * sysdeps/sh/dl-tls.h: Likewise.
56076         * sysdeps/sparc/dl-tls.h: Likewise.
56077         * sysdeps/x86_64/dl-tls.h: Likewise.
56078         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56080 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56082         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56083         rpath element also skip the following colon.
56084         (expand_dynamic_string_token): Add is_path parameter and pass
56085         down to DL_DST_REQUIRED and _dl_dst_substitute.
56086         (decompose_rpath): Call expand_dynamic_string_token with
56087         non-zero is_path.  Ignore empty rpaths.
56088         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56089         with zero is_path.
56091 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56094         Make cancelable.
56096 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56098         [BZ #12655]
56099         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56100         Patch by Filipe David Manana <fdmanana@apache.org>.
56102 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56104         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56105         Maintain aligned stack.
56106         (CHECK_RSP): Remove unused macro.
56108 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56110         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56111         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56113 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56115         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56117         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56119 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56121         [BZ #12518]
56122         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56123         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56124         * sysdeps/x86_64/memmove.c: New file.
56125         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56126         (memcpy): Renamed to ...
56127         (__new_memcpy): This.
56128         (memcpy): Provide GLIBC_2_14 memcpy.
56129         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56130         (memcpy): Provide GLIBC_2_2_5 memcpy.
56132 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56134         [BZ #12631]
56135         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56137 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56139         * misc/syncfs.c: New file.
56140         * misc/Makefile (routines): Add syncfs.
56141         * posix/unistd.h: Declare syncfs.
56142         * sysdeps/unix/syscalls.list: Add syncfs.
56144 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56146         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56147         open_by_handle_at.
56148         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56149         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56150         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56151         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56152         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56153         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56154         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56156 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56158         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56159         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56160         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56161         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56162         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56163         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56164         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56166         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56167         sync_file_range.c with -fexceptions.
56168         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56169         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56170         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56171         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56172         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56173         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56174         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56175         sync_file_range as cancellation point
56176         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56177         now a wrapper around __call_sync_file_range with cancellation handling.
56178         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56179         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56180         function name to __call_sync_file_range.
56181         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56182         Add call_sync_file_range.
56184 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56186         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56187         bits/timex.h.
56189 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56191         * iconv/iconv.h: Fix typo in comment.
56192         * io/fcntl.h: Likewise.
56193         * libio/stdio.h: Likewise.
56194         * posix/spawn.h: Likewise.
56195         * posix/unistd.h: Likewise.
56196         * stdlib/stdlib.h: Likewise.
56197         * time/time.h: Likewise.
56198         * wcsmbs/wchar.h: Likewise.
56200         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56201         open_by_handle): Add.
56202         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56203         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56204         Augment a few comments.
56205         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56206         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56207         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56208         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56209         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56210         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56211         open_by_handle.
56213         * io/fcntl.h (AT_EMPTY_PATH): Define.
56215 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56217         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56218         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56219         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56220         to...
56221         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56222         * Versions.def: Add GLIBC_2.14.
56223         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56224         Export.
56226 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56228         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56229         round counter.
56230         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56232 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56234         [BZ #12597]
56235         * string/test-strncmp.c (do_page_test): New function.
56236         (check2): Likewise.
56237         (test_main): Call check2.
56238         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56240 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56242         [BZ #12587]
56243         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56244         Handle cache information in CPU leaf 4.
56245         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56247 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56249         [BZ #12583]
56250         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56251         character representation.
56252         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56254 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56256         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56257         END(__isnan) to END(__isnanf) to match function entry point/label
56258         EALIGN(__isnanf,...).
56260 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56262         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56264 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56266         [BZ #12510]
56267         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56268         copy from the symbol referenced in the relocation to initialize the
56269         used variable.
56270         Patch by Piotr Bury <pbury@goahead.com>.
56271         * elf/Makefile: Add rules to build and tst-unique3.
56272         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56273         * elf/tst-unique3.cc: New file.
56274         * elf/tst-unique3.h: New file.
56275         * elf/tst-unique3lib.cc: New file.
56276         * elf/tst-unique3lib2.cc: New file.
56278         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56280 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56282         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56283         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56284         to _start.
56286 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56288         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56289         to-be-loaded object along a path to loader is ld.so.
56291 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56292             Ulrich Drepper  <drepper@gmail.com>
56294         * sysdeps/x86_64/memset.S: After aligning destination, code
56295         branches to different locations depending on the value of
56296         misalignment, when multiarch is enabled. Fix this.
56298 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56300         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56301         Set _x86_64_preferred_memory_instruction for AMD processsors.
56302         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56303         Set bit_Prefer_SSE_for_memop for AMD processors.
56305 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56307         * libio/fmemopen.c (fmemopen): Optimize a bit.
56309 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56311         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56313 2011-03-03  Roland McGrath  <roland@redhat.com>
56315         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56317 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56319         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56320         __bzero_ultra1 instead of __memset_ultra1.
56322 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56323             Ulrich Drepper  <drepper@gmail.com>
56325         [BZ #12509]
56326         * include/link.h (struct link_map): Add l_orig_initfini.
56327         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56328         returning unsuccessfully.
56329         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56330         close of a file loaded at startup, restore the original l_initfini
56331         list.
56332         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56333         list, store the pointer.
56334         * elf/Makefile ($(objpfx)noload-mem): New rule.
56335         (noload-ENV): Define.
56336         (tests): Add $(objpfx)noload-mem.
56337         * elf/noload.c: Include <memcheck.h>.
56338         (main): Call mtrace.  Close all opened handles.
56340 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56342         [BZ #12454]
56343         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56344         dependencies are missing.
56346 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56348         Fix __if_freereq crash: Unlike the generic version which uses free,
56349         Hurd needs munmap.
56350         * sysdeps/mach/hurd/ifreq.h: New file.
56352 2011-01-27  Petr Baudis  <pasky@suse.cz>
56353             Ulrich Drepper  <drepper@gmail.com>
56355         [BZ 12445]#
56356         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56357         to extend_alloca().
56358         * stdio-common/bug23.c: New file.
56359         * stdio-common/Makefile (tests): Add bug23.
56361 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56362             Ulrich Drepper  <drepper@gmail.com>
56364         [BZ #12489]
56365         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56366         before performing relro protection.  At old place add assertion
56367         to make sure nothing changed.
56369 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56370             Glauber de Oliveira Costa  <glommer@gmail.com>
56372         * elf/elf.h: Add new ARM TLS relocs.
56374 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56377         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56378         cast from r3.
56379         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56380         'tests' variable.
56381         * sysdeps/wordsize-64/tst-writev.c: New file.
56383 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56385         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56386         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56387         insns in _dl_start to prevent a TOC reference before relocs are
56388         resolved.
56390 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56392         [BZ #12469]
56393         * Makeconfig: Remove RANLIB definition.
56394         * Makerules: Don't use RANLIB.
56395         * aclocal.m4: Remove ranlib test.
56396         * configure.in: No need to check for ranlib.
56397         * elf/rtld-Rules: Don't use RANLIB.
56399 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56401         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56402         protection macro.
56403         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56404         inclusion protection macro.
56406         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56407         SIGRTMIN and SIGRTMAX and print information in that case only when
56408         SIGRTMIN is defined.
56410 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56412         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56413         arginfo fn returning -1.
56415         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56416         and thousands string is zero terminated.
56418 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56420         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56421         sysdeps/unix/sysv/linux/bits/socket.h.
56423 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56425         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56426         (__CPU_COUNT): Remove old macros.
56427         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56428         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56429         (__CPU_ALLOC, __CPU_FREE): Add macros.
56430         (__sched_cpualloc, __sched_cpufree): Add declarations.
56432 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56434         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56435         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56436         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56437         (readdhstai): Return value of addhstaiX call.
56438         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56439         (addgrbyX): Return value returned by cache_addgr.
56440         (readdgrbyname): Return value returned by addgrbyX.
56441         (readdgrbygid): Likewise.
56442         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56443         (addpwbyX): Return value returned by cache_addpw.
56444         (readdpwbyname): Return value returned by addhstbyX.
56445         (readdpwbyuid): Likewise.
56446         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56447         (addservbyX): Return value returned by cache_addserv.
56448         (readdservbyname): Return value returned by addservbyX:
56449         (readdservbyport): Likewise.
56450         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56451         (addhstbyX): Return value returned by cache_addhst.
56452         (readdhstbyname): Return value returned by addhstbyX.
56453         (readdhstbyaddr): Likewise.
56454         (readdhstbynamev6): Likewise.
56455         (readdhstbyaddrv6): Likewise.
56456         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56457         (readdinitgroups): Return value returned by addinitgroupsX.
56458         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56459         (prune_cache): Keep track of timeout value of re-added entries.
56460         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56461         * nscd/nscd.h: Adjust prototypes of readd* functions.
56463 2011-02-04  Roland McGrath  <roland@redhat.com>
56465         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56466         (nis_stats): Likewise.
56467         * nis/nis_modify.c (nis_modify): Likewise.
56468         * nis/nis_remove.c (nis_remove): Likewise.
56469         * nis/nis_add.c (nis_add): Likewise.
56471         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56473         * posix/fnmatch_loop.c: Add some consts.
56475         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56477 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56479         [BZ #12460]
56480         * config.make.in (config-cflags-novzeroupper): Define.
56481         * configure.in: Substitute libc_cv_cc_novzeroupper.
56482         * elf/Makefile (AVX-CFLAGS): Define.
56483         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56484         (CFLAGS-tst-auditmod4a.c): Likewise.
56485         (CFLAGS-tst-auditmod4b.c): Likewise.
56486         (CFLAGS-tst-auditmod6b.c): Likewise.
56487         (CFLAGS-tst-auditmod6c.c): Likewise.
56488         (CFLAGS-tst-auditmod7b.c): Likewise.
56489         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56491 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56493         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56494         function to the callback.
56495         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56497 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56499         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56500         of errno.
56502 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56504         [BZ #11724]
56505         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56506         of constructors.
56507         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56508         of destructors.
56509         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56511         [BZ #11724]
56512         * elf/Makefile: Add rules to build and run new test.
56513         * elf/tst-initorder.c: New file.
56514         * elf/tst-initorder.exp: New file.
56515         * elf/tst-initordera1.c: New file.
56516         * elf/tst-initordera2.c: New file.
56517         * elf/tst-initordera3.c: New file.
56518         * elf/tst-initordera4.c: New file.
56519         * elf/tst-initorderb1.c: New file.
56520         * elf/tst-initorderb2.c: New file.
56521         * elf/tst-order-a1.c: New file.
56522         * elf/tst-order-a2.c: New file.
56523         * elf/tst-order-a3.c: New file.
56524         * elf/tst-order-a4.c: New file.
56525         * elf/tst-order-b1.c: New file.
56526         * elf/tst-order-b2.c: New file.
56527         * elf/tst-order-main.c: New file.
56528         New test case by George Gensure <werkt0@gmail.com>.
56530 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56532         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56533         decoding ACE if AI_CANONIDN.
56535 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56537         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56539 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56541         * version.h (RELEASE): Bump for 2.13 release.
56542         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56544         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56546         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56547         MADV_NOHUGEPAGE.
56548         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56549         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56550         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56551         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56552         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56553         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56555         * posix/getconf.c: Update copyright year.
56556         * catgets/gencat.c: Likewise.
56557         * csu/version.c: Likewise.
56558         * debug/catchsegv.sh: Likewise.
56559         * debug/xtrace.sh: Likewise.
56560         * elf/ldconfig.c: Likewise.
56561         * elf/ldd.bash.in: Likewise.
56562         * elf/sprof.c (print_version): Likewise.
56563         * iconv/iconv_prog.c: Likewise.
56564         * iconv/iconvconfig.c: Likewise.
56565         * locale/programs/locale.c: Likewise.
56566         * locale/programs/localedef.c: Likewise.
56567         * malloc/memusage.sh: Likewise.
56568         * malloc/mtrace.pl: Likewise.
56569         * nscd/nscd.c (print_version): Likewise.
56570         * nss/getent.c: Likewise.
56572         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56573         PF_CAIF, and PF_ALG.
56574         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56576 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56578         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56579         (modules-names): Use them.
56580         (ifunc-test-modules, ifunc-pie-tests): Define.
56581         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56582         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56583         (test-extras): Likewise.
56584         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56585         $(compile-command.c).
56586         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56587         (all-built-dso): Define.
56588         (check-textrel.out, check-execstack.out): Depend on it.
56590         * configure.in: Don't override --enable-multi-arch.
56592 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56594         [BZ #6812]
56595         * nscd/hstcache.c (tryagain): Define.
56596         (cache_addhst): Return tryagain not notfound for temporary errors.
56597         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56598         failed.
56600 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56602         [BZ #10563]
56603         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56604         to make the syscall.
56605         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56607         [BZ #12378]
56608         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56609         and fall back to matching as normal character if the string ends before
56610         the matching ']' is found.  This is what POSIX requires.
56611         * posix/testfnm.c: Adjust test result.
56612         * posix/globtest.sh: Adjust test result.  Add new test.
56613         * posix/tst-fnmatch.input: Likewise.
56614         * posix/tst-fnmatch2.c: Add new test.
56616 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56618         * elf/Makefile (check-execstack): Revert last change.  Depend on
56619         check-execstack.h.
56620         (check-execstack.h): New target.
56621         (generated): Add check-execstack.h.
56622         * elf/check-execstack.c: Include "check-execstack.h".
56623         (main): Revert last change.
56624         (handle_file): Return zero if GNU_STACK is absent and
56625         DEFAULT_STACK_PERMS doesn't include PF_X.
56627 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56629         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56630         in child fails because the descriptor is already closed.
56631         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56632         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56633         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56635         [BZ #12397]
56636         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56637         syscall.
56639         [BZ #10484]
56640         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56641         temporary buffer used to handle multi lookups locally.
56642         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56644 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56646         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56647         loader is ld.so.
56649 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56651         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56652         alignment for SSE2.
56654 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56656         [BZ #12394]
56657         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56658         characters.  When rounding increased number of integer digits recompute
56659         number of groups.
56660         * stdio-common/tst-grouping.c: New file.
56661         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56663 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56665         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56666         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56668         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56669         void.
56670         * bits/select.h: Likewise.
56672 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56674         * po/ja.po: Update from translation team.
56676 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56678         [BZ #11155]
56679         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56680         implementation just like for lxstat, fxstatat, et al.
56682 2010-12-27  Jim Meyering  <meyering@redhat.com>
56684         [BZ #12348]
56685         * posix/regexec.c (build_trtable): Return failure indication upon
56686         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56688 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56690         [BZ #12201]
56691         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56692         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56693         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56694         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56696         [BZ #12207]
56697         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56699         [BZ #12204]
56700         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56701         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56703 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56705         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56706         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56707         script has SORT_BY_INIT_PRIORITY.
56708         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56709         NO_CTORS_DTORS_SECTIONS is defined.
56710         * elf/soinit.c: Likewise.
56711         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56712         NO_CTORS_DTORS_SECTIONS is defined.
56713         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56714         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56715         * sysdeps/sh/init-first.c: Likewise.
56716         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56718 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56720         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56721         always use the slow path.
56723 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56725         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56726         similar rule which adds the sysdep directories to the header search in
56727         order to pick up the correct platform stackinfo.h.
56728         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56729         perform test if it is, otherwise return successfully without testing.
56730         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56731         DEFAULT_STACK_PERMS define in stackinfo.h.
56732         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56733         defined in stackinfo.h.
56734         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56735         DEFAULT_STACK_PERMS defined in stackinfo.h.
56736         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56737         * sysdeps/ia64/stackinfo.h: Likewise.
56738         * sysdeps/s390/stackinfo.h: Likewise.
56739         * sysdeps/sh/stackinfo.h: Likewise.
56740         * sysdeps/sparc/stackinfo.h: Likewise.
56741         * sysdeps/x86_64/stackinfo.h: Likewise.
56742         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56743         PF_X for powerpc64.  Retain PF_X for powerpc32.
56745 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56747         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56748         accurately.
56749         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56750         GETDENTS_64BIT_ALIGNED.
56752 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56754         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56756 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56758         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56759         _GNU_SOURCE.
56761         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56762         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56763         Remove __restrict.
56764         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56765         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56767 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56769         [BZ #11655]
56770         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56771         are initialized.
56773 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56775         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56777 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56779         * po/it.po: Update from translation team.
56781 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56783         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56784         unused codes.
56786 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56788         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56790 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56792         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56793         specially.
56794         (gaih_getanswer_slice): Likewise.
56796 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56798         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56800 2010-05-31  Petr Baudis  <pasky@suse.cz>
56802         [BZ #11149]
56803         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56804         silently even in the chroot mode.
56806 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56808         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56809         last patch a bit.  Pretty printing
56811 2010-05-31  Petr Baudis <pasky@suse.cz>
56813         [BZ #10085]
56814         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56815         initialization of skip_initgroups_dyn.
56817 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56819         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56820         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56822 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56824         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56826 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56828         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56829         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56830         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56831         ($(objpfx)tst-fnmatch-mem): New rule.
56832         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56833         * posix/tst-fnmatch.c (main): Call mtrace.
56835 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56837         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56838         Support Intel processor model 6 and model 0x2c.
56840 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56842         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56843           signed comparison.
56845 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56847         [BZ #12205]
56848         * string/test-strncasecmp.c (check_result): New function.
56849         (do_one_test): Use it.
56850         (check1): New function.
56851         (test_main): Use it.
56852         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56853         Support strcasecmp and strncasecmp.
56855 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56857         [BZ #12194]
56858         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56859         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56861 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56863         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56864         IFUNC support.
56865         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56866         memset-x86-64.
56867         * sysdeps/x86_64/multiarch/bzero.S: New file.
56868         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56869         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56870         * sysdeps/x86_64/multiarch/memset.S: New file.
56871         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56872         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56873         Set bit_Prefer_SSE_for_memop for Intel processors.
56874         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56875         Define.
56876         (index_Prefer_SSE_for_memop): Define.
56877         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56879 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56881         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56882         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56884 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56886         [BZ #12191]
56887         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56888         (__x86_64_raw_data_cache_size_half): Likewise.
56889         (__x86_64_raw_shared_cache_size): Likewise.
56890         (__x86_64_raw_shared_cache_size_half): Likewise.
56892         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56893         (__x86_64_raw_data_cache_size_half): Likewise.
56894         (__x86_64_raw_shared_cache_size): Likewise.
56895         (__x86_64_raw_shared_cache_size_half): Likewise.
56896         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56897         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56898         and __x86_64_raw_shared_cache_size_half.  Round
56899         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56900         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56901         to multiple of 256 bytes.
56903 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56905         [BZ #12167]
56906         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56907         of inacessible symlinks.  Verify result of symlink before returning it.
56908         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56909         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56911 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56913         * math/math.h (isinf): Fix typo in comment.
56915 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56917         * po/da.po: Update from translation team.
56919 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56921         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56922         is added to the list.
56924 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56925             Ulrich Drepper  <drepper@gmail.com>
56927         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56928         the global list here.  Move code to...
56929         (_dl_add_to_namespace_list): ...here.  New function.
56930         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56931         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56932         * elf/dl-load.c (lose): Don't remove the element from the list.
56933         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56934         (_dl_map_object): Likewise.
56936 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56938         [BZ #12159]
56939         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56940         into all bytes of SSE register.
56941         Patch by Richard Li <richardpku@gmail.com>.
56943 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56945         [BZ #12140]
56946         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56947         perturbing.
56949 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56951         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56952         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56953         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56954         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56956         submachine.
56957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56959 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56961         * include/dlfcn.h (__RTLD_SECURE): Define.
56962         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56963         mode & __RTLD_SECURE instead.
56964         (open_path): Rename preloaded parameter to secure.
56965         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56966         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56967         * elf/dl-deps.c (openaux): Likewise.
56968         * elf/rtld.c (struct map_args): Remove is_preloaded.
56969         (map_doit): Don't use it.
56970         (dl_main): Likewise.
56971         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56972         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56974 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56976         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56977         (sysd-rules-targets): Remove duplicates.
56978         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56979         rtld-%.$o dependency.
56981 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56983         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56984         _dl_map_object do it.
56986 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56988         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56989         fast fma builtins, define the macros in the C99 standard.
56990         (FP_FAST_FMAF): Likewise.
56991         (FP_FAST_FMAL): Likewise.
56992         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56994         * bits/mathdef.h: Update copyright year.
56995         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56997 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56999         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57000         builtins, define the macros in the C99 standard.
57001         (FP_FAST_FMAF): Likewise.
57002         (FP_FAST_FMAL): Likewise.
57003         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57004         multiply/add.
57005         (FP_FAST_FMAF): Likewise.
57007 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57009         [BZ #3268]
57010         * math/libm-test.inc (fma_test): Some new testcases.
57011         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57012         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57013         y and infinite z.  Do multiplication by C already in long double.
57014         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57015         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57016         y and infinite z.  Do bitwise or of inexact bit into u.d.
57017         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57018         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57019         * sysdeps/i386/fpu/s_fma.S: Removed.
57020         * sysdeps/i386/fpu/s_fmal.S: Removed.
57022 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57024         [BZ #3268]
57025         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57026         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57027         computation is not scheduled after fetestexcept.  Fix value
57028         of minimum denormal long double.
57030 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57032         [BZ #3268]
57033         * math/libm-test.inc (fma_test): Add some more tests.
57034         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57035         correctly.
57037 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57039         * scripts/data/localplt-s390-linux-gnu.data: New file.
57040         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57042 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57044         [BZ #3268]
57045         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57046         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57047         instead of dbl-64.
57048         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57049         inlines.
57050         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57051         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57052         if one of x and y is very large and the other is subnormal.
57053         * sysdeps/s390/fpu/s_fmaf.c: New file.
57054         * sysdeps/s390/fpu/s_fma.c: New file.
57055         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57056         * sysdeps/powerpc/fpu/s_fma.S: New file.
57057         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57058         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57059         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57061 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57063         [BZ #3268]
57064         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57065         fma tests.
57066         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57067         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57068         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57069         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57070         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57071         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57072         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57074 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57076         [BZ #12078]
57077         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57078         * posix/bug-regex31.input: Add test case.
57080 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57082         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57083         * posix/bug-regex31.input: New file.
57085         [BZ #12078]
57086         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57087         (parse_sub_exp): Fix last change, use postorder.
57089         * posix/bug-regex31.c: New file.
57090         * posix/Makefile: Add rules to build and run bug-regex31.
57092         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57094         [BZ #12078]
57095         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57097         [BZ #12108]
57098         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57099         to have entries in sys_siglist.
57101         [BZ #12093]
57102         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57103         be NULL.
57105 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57107         [BZ #3268]
57108         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57109         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57110         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57111         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57112         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57113         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57114         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57115         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57116         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57117         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57118         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57119         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57120         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57121         * math/ftestexcept.c (fetestexcept): Likewise.
57122         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57123         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57124         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57125         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57126         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57127         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57128         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57130 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57132         [BZ #12107]
57133         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57134         newline.
57136 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57138         * string/bug-strstr1.c: New file.
57139         * string/Makefile: Add rules to build and run bug-strstr1.
57141 2010-10-05  Eric Blake  <eblake@redhat.com>
57143         [BZ #12092]
57144         * string/str-two-way.h (two_way_long_needle): Always clear memory
57145         when skipping input due to the shift table.
57147 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57149         [BZ #12005]
57150         * malloc/mcheck.c: Handle large requests.
57152         [BZ #12077]
57153         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57154         for strncmp and strncasecmp.
57155         * string/stratcliff.c: Add tests for strcmp and strncmp.
57156         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57158 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57160         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57161         __set_fpscr.
57163 2010-09-30  Andreas Jaeger  <aj@suse.de>
57165         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57166         (CGROUP_SUPER_MAGIC): Define.
57167         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57168         Handle btrfs and cgroup file systems.
57169         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57170         Likewise.
57172 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57174         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57175         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57177 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57179         [BZ #12067]
57180         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57181         trying to locate the ELF header.
57183 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57185         [BZ #11611]
57186         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57187         Mask out sign-bit copies when constructing f_fsid.
57189 2010-09-24  Petr Baudis <pasky@suse.cz>
57191         * debug/stack_chk_fail_local.c: Add missing licence exception.
57192         * debug/warning-nop.c: Likewise.
57194 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57196         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57197         implementing getdents64 using getdents syscall, set d_type if
57198         __ASSUME_GETDENTS32_D_TYPE.
57200 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57202         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57203         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57205 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57207         [BZ #12037]
57208         * posix/unistd.h: Undo change of feature selection for ftruncate from
57209         2010-01-11.
57211 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57213         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57214         detection.
57216 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57218         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57219         fanotify_mark.
57220         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57222 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57224         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57225         variables after CHECK_SP call.
57226         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57228 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57229             Ulrich Drepper  <drepper@redhat.com>
57231         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57232         re-relocationg ld.so.
57233         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57234         _dl_init_paths call.
57235         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57236         here anymore.
57238 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57240         * resolv/res_init.c (__res_vinit): Count the default server we added.
57242 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57243             Ulrich Drepper  <drepper@redhat.com>
57245         [BZ #11968]
57246         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57247         (____longjmp_chk): Use %ebx for saving value across system call.
57248         Add unwind info.
57250 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57252         * manual/Makefile: Don't mix pattern rules with normal rules.
57254 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57256         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57257         operation.
57258         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57259         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57260         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57261         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57262         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57263         Likewise.
57265 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57267         [BZ #11979]
57268         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57269         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57271 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57273         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57274         * sysdeps/x86_64/addmul_1.S: Likewise.
57275         * sysdeps/x86_64/lshift.S: Likewise.
57276         * sysdeps/x86_64/mul_1.S: Likewise.
57277         * sysdeps/x86_64/rshift.S: Likewise.
57278         * sysdeps/x86_64/sub_n.S: Likewise.
57279         * sysdeps/x86_64/submul_1.S: Likewise.
57281 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57283         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57284         Define __sched_param instead of SCHED_* and sched_param when
57285         <bits/sched.h> is included with __need_schedparam defined.
57286         * bits/sched.h [__need_schedparam]
57287         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57288         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57289         (__defined_schedparam): Define to 1.
57290         (__sched_param): New structure, identical to sched_param.
57291         (__need_schedparam): Undefine.
57293 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57295         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57296         (epoll_create1): Declare.
57298         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57300 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57302         [BZ #7066]
57303         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57304         shifting retval into place.
57306 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57308         * nis/rpcsvc/nis.h: Update copyright notice.
57309         * nis/rpcsvc/nis.x: Likewise.
57310         * nis/rpcsvc/nis_callback.h: Likewise.
57311         * nis/rpcsvc/nis_callback.x: Likewise.
57312         * nis/rpcsvc/nis_object.x: Likewise.
57313         * nis/rpcsvc/nis_tags.h: Likewise.
57314         * nis/rpcsvc/yp.h: Likewise.
57315         * nis/rpcsvc/yp.x: Likewise.
57316         * nis/rpcsvc/ypupd.h: Likewise.
57317         * nis/yp_xdr.c: Likewise.
57318         * nis/ypupdate_xdr.c: Likewise.
57320         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57321         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57322         (pmap_getport): Use __libc_rpc_getport.
57323         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57324         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57325         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57327 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57330         fanotify_mark.
57332 2010-08-27  Roland McGrath  <roland@redhat.com>
57334         * sysdeps/i386/i686/multiarch/Makefile
57335         (CFLAGS-varshift.c): New variable.
57337 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57339         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57340         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57342         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57344         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57346 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57348         * sysdeps/x86_64/strlen.S: Unroll the loop.
57349         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57350         strlen-sse2 strlen-sse2-bsf.
57351         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57352         __strlen_no_bsf if bit_Slow_BSF is set.
57353         (__strlen_sse42): Removed.
57354         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57355         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57357 2010-08-25  Roland McGrath  <roland@redhat.com>
57359         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57360         * sysdeps/x86_64/multiarch/varshift.c: New file.
57361         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57362         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57363         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57364         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57366 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57368         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57369         strlen-sse2 strlen-sse2-bsf.
57370         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57371         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57372         (__strlen_sse2): Removed.
57373         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57374         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57375         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57376         bit_Slow_BSF for Atom.
57377         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57378         (index_Slow_BSF): Define.
57379         (HAS_SLOW_BSF): Define.
57381 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57383         [BZ #10851]
57384         * resolv/res_init.c (__res_vinit): When no server address at all
57385         is given default to loopback.
57387 2010-08-24  Roland McGrath  <roland@redhat.com>
57389         * configure.in: Remove config-name.h generation.
57390         * configure: Regenerated.
57391         * config-name.in: File removed.
57392         * scripts/config-uname.sh: New file.
57393         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57394         ($(objdir)config-name.h): New target.
57396         * sunrpc/rpc_parse.h: Avoid nested comment.
57398 2010-08-24  Richard Henderson  <rth@redhat.com>
57399             Ulrich Drepper  <drepper@redhat.com>
57400             H.J. Lu  <hongjiu.lu@intel.com>
57402         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57404         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57405         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57406         _mm_alignr_epi8 with _mm_loadu_si128.
57407         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57408         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57409         (__m128i_shift_right): Removed.
57410         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57411         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57412         * sysdeps/x86_64/multiarch/varshift.h: New file.
57413         * sysdeps/x86_64/multiarch/varshift.S: New file.
57415 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57417         * configure.in: Move assembler checks to before sysdep dir checking.
57419 2010-08-20  Petr Baudis  <pasky@suse.cz>
57421         * LICENSES: Sync the sunrpc license.
57423 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57425         * sunrpc/auth_des.c: Update copyright notice once again.
57426         * sunrpc/auth_none.c: Likewise.
57427         * sunrpc/auth_unix.c: Likewise.
57428         * sunrpc/authdes_prot.c: Likewise.
57429         * sunrpc/authuxprot.c: Likewise.
57430         * sunrpc/bindrsvprt.c: Likewise.
57431         * sunrpc/clnt_gen.c: Likewise.
57432         * sunrpc/clnt_perr.c: Likewise.
57433         * sunrpc/clnt_raw.c: Likewise.
57434         * sunrpc/clnt_simp.c: Likewise.
57435         * sunrpc/clnt_tcp.c: Likewise.
57436         * sunrpc/clnt_udp.c: Likewise.
57437         * sunrpc/clnt_unix.c: Likewise.
57438         * sunrpc/des_crypt.c: Likewise.
57439         * sunrpc/des_soft.c: Likewise.
57440         * sunrpc/get_myaddr.c: Likewise.
57441         * sunrpc/getrpcport.c: Likewise.
57442         * sunrpc/key_call.c: Likewise.
57443         * sunrpc/key_prot.c: Likewise.
57444         * sunrpc/openchild.c: Likewise.
57445         * sunrpc/pm_getmaps.c: Likewise.
57446         * sunrpc/pm_getport.c: Likewise.
57447         * sunrpc/pmap_clnt.c: Likewise.
57448         * sunrpc/pmap_prot.c: Likewise.
57449         * sunrpc/pmap_prot2.c: Likewise.
57450         * sunrpc/pmap_rmt.c: Likewise.
57451         * sunrpc/rpc/auth.h: Likewise.
57452         * sunrpc/rpc/auth_unix.h: Likewise.
57453         * sunrpc/rpc/clnt.h: Likewise.
57454         * sunrpc/rpc/des_crypt.h: Likewise.
57455         * sunrpc/rpc/key_prot.h: Likewise.
57456         * sunrpc/rpc/netdb.h: Likewise.
57457         * sunrpc/rpc/pmap_clnt.h: Likewise.
57458         * sunrpc/rpc/pmap_prot.h: Likewise.
57459         * sunrpc/rpc/pmap_rmt.h: Likewise.
57460         * sunrpc/rpc/rpc.h: Likewise.
57461         * sunrpc/rpc/rpc_des.h: Likewise.
57462         * sunrpc/rpc/rpc_msg.h: Likewise.
57463         * sunrpc/rpc/svc.h: Likewise.
57464         * sunrpc/rpc/svc_auth.h: Likewise.
57465         * sunrpc/rpc/types.h: Likewise.
57466         * sunrpc/rpc/xdr.h: Likewise.
57467         * sunrpc/rpc_clntout.c: Likewise.
57468         * sunrpc/rpc_cmsg.c: Likewise.
57469         * sunrpc/rpc_common.c: Likewise.
57470         * sunrpc/rpc_cout.c: Likewise.
57471         * sunrpc/rpc_dtable.c: Likewise.
57472         * sunrpc/rpc_hout.c: Likewise.
57473         * sunrpc/rpc_main.c: Likewise.
57474         * sunrpc/rpc_parse.c: Likewise.
57475         * sunrpc/rpc_parse.h: Likewise.
57476         * sunrpc/rpc_prot.c: Likewise.
57477         * sunrpc/rpc_sample.c: Likewise.
57478         * sunrpc/rpc_scan.c: Likewise.
57479         * sunrpc/rpc_scan.h: Likewise.
57480         * sunrpc/rpc_svcout.c: Likewise.
57481         * sunrpc/rpc_tblout.c: Likewise.
57482         * sunrpc/rpc_util.c: Likewise.
57483         * sunrpc/rpc_util.h: Likewise.
57484         * sunrpc/rpcinfo.c: Likewise.
57485         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57486         * sunrpc/rpcsvc/key_prot.x: Likewise.
57487         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57488         * sunrpc/rpcsvc/mount.x: Likewise.
57489         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57490         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57491         * sunrpc/rpcsvc/rex.x: Likewise.
57492         * sunrpc/rpcsvc/rstat.x: Likewise.
57493         * sunrpc/rpcsvc/rusers.x: Likewise.
57494         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57495         * sunrpc/rpcsvc/spray.x: Likewise.
57496         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57497         * sunrpc/rtime.c: Likewise.
57498         * sunrpc/svc.c: Likewise.
57499         * sunrpc/svc_auth.c: Likewise.
57500         * sunrpc/svc_authux.c: Likewise.
57501         * sunrpc/svc_raw.c: Likewise.
57502         * sunrpc/svc_run.c: Likewise.
57503         * sunrpc/svc_simple.c: Likewise.
57504         * sunrpc/svc_tcp.c: Likewise.
57505         * sunrpc/svc_udp.c: Likewise.
57506         * sunrpc/svc_unix.c: Likewise.
57507         * sunrpc/svcauth_des.c: Likewise.
57508         * sunrpc/xcrypt.c: Likewise.
57509         * sunrpc/xdr.c: Likewise.
57510         * sunrpc/xdr_array.c: Likewise.
57511         * sunrpc/xdr_float.c: Likewise.
57512         * sunrpc/xdr_mem.c: Likewise.
57513         * sunrpc/xdr_rec.c: Likewise.
57514         * sunrpc/xdr_ref.c: Likewise.
57515         * sunrpc/xdr_sizeof.c: Likewise.
57516         * sunrpc/xdr_stdio.c: Likewise.
57518         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57519         handling.
57521 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57523         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57525 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57527         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57528         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57529         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57530         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57531         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57532         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57533         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57534         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57535         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57536         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57537         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57538         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57539         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57540         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57542 2010-07-26  Anton Blanchard  <anton@samba.org>
57544         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57545         * malloc/arena.c (heap_trim): Likewise.
57547 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57549         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57550         here.  Not...
57551         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57552         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57554 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57556         * sysdeps/i386/elf/Makefile: New file.
57558 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57560         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57561         from fanotify_init.
57562         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57563         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57565 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57567         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57568         of strncasecmp_l.
57569         * sysdeps/multiarch/strcmp.S: Likewise.
57571 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57573         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57574         strncase_l-nonascii.
57575         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57576         Add strncase_l-ssse3.
57577         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57578         * sysdeps/x86_64/strcmp.S: Likewise.
57579         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57580         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57581         * sysdeps/x86_64/strncase.S: New file.
57582         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57583         * sysdeps/x86_64/strncase_l.S: New file.
57584         * string/Makefile (strop-tests): Add strncasecmp.
57585         * string/test-strncasecmp.c: New file.
57587         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57588         warning.
57590         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57591         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57593 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57595         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57597 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57599         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57600         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57601         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57603 2010-05-01  Alan Modra  <amodra@gmail.com>
57605         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57606         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57607         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57608         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57609         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57610         tidying.  Don't tail-call __sigjmp_save for static lib.
57611         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57612         save location.
57613         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57614         (CALL_MCOUNT): Add eh info, and nop after bl.
57615         (TAIL_CALL_SYSCALL_ERROR): New macro.
57616         (PSEUDO_RET): Use it.
57617         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57618         Correct save location of integer regs and cr.
57619         (_dl_profile_resolve): Correct cr save location.  Delete nops
57620         after bl when SHARED.  Reduce cfi size a little by better
57621         placement of cfi directives.
57622         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57623         make a stack frame.  Instead use parm save area as a temp.
57624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57625         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57627         Don't make a stack frame for parent, use parm save area.
57628         Increase child stack frame to 112 bytes.  Don't save unused reg,
57629         and adjust reg usage.  Set up cfi on error recovery and
57630         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57632         (__makecontext): Add dummy nop after jump to exit.
57633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57634         Use correct parm save area and cr save, reduce stack frame.
57635         Correct cfi for possible PSEUDO_RET frame setup.
57636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57637         Branch to local label emitted by PSEUDO_RET rather than
57638         __syscall_error.
57640 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57642         [BZ #11904]
57643         * locale/programs/locale.c (print_assignment): New function.
57644         (show_locale_vars): Use it.
57646 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57648         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57649         field.
57650         (struct statfs64): Likewise.
57651         (_STATFS_F_FLAGS): Define.
57652         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57653         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57654         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57655         (ST_VALID): Define locally.
57656         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57657         __statvfs_getflags, use the provided value.
57658         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57659         __ASSUME_STATFS_F_FLAGS.
57661         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57663         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57664         Add sys/fanotify.h.
57665         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57666         fanotify_mask for GLIBC_2.13.
57667         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57668         fanotify_init and fanotify_mark.
57669         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57670         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57672         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57673         Add prlimit.
57674         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57675         prlimit64 for GLIBC_2.13.
57676         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57677         prlimit64.
57678         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57679         syscall.
57680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57681         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57682         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57683         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57684         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57685         add prlimit alias.
57686         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57688         [BZ #11903]
57689         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57690         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57692         * nss/Makefile: Add rules to build and run tst-nss-test1.
57693         * shlib-versions: Add entry for libnss_test1.
57694         * nss/nss_test1.c: New file.
57695         * nss/tst-nss-test1.c: New file.
57697         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57698         (__nss_configure_lookup): Set appropriate entry in
57699         __nss_configure_lookup to true.
57700         * nss/nsswitch.h: Define enum with indeces of databases in
57701         databases and __nss_database_custom arrays.  Declare
57702         __nss_database_custom.
57703         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57704         to avoid using nscd when custom rules are installed.
57705         * nss/getXXbyYY_r.c: Likewise.
57706         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57708         * nss/nss_files/files-parse.c: Whitespace fixes.
57710 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57712         [BZ #11883]
57713         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57714         * posix/fnmatch_loop.c: Likewise.
57716 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57718         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57719         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57720         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57721         * Versions.def [GLIBC_2.13]: Add.
57723 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57725         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57726         Also fail if tpwd after pwuid call is NULL.
57728 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57730         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57731         when converting to ms.
57733 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57735         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57736         EOPNOTSUPP errors with ENOTTY.
57737         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57738         EOPNOTSUPP errors with ENOTTY.
57740 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57742         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57743         Add strcasecmp_l-ssse3.
57744         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57745         strcasecmp.
57746         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57747         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57748         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57750 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57752         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57754         * string/Makefile (strop-tests): Add strcasecmp.
57755         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57756         strcasecmp_l-nonascii.
57757         (gen-as-const-headers): Add locale-defines.sym.
57758         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57759         * sysdeps/x86_64/strcasecmp.S: New file.
57760         * sysdeps/x86_64/strcasecmp_l.S: New file.
57761         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57762         * sysdeps/x86_64/locale-defines.sym: New file.
57763         * string/test-strcasecmp.c: New file.
57765         * string/test-strcasestr.c: Test both ends of the range of characters.
57766         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57768 2010-07-29  Roland McGrath  <roland@redhat.com>
57770         [BZ #11856]
57771         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57773 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57775         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57776         for ld.so.
57778 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57780         * manual/memory.texi (Malloc Tunable Parameters): Document
57781         M_PERTURB.
57783 2010-07-26  Roland McGrath  <roland@redhat.com>
57785         [BZ #11840]
57786         * configure.in (-fgnu89-inline check): Set and substitute
57787         gnu89_inline, not libc_cv_gnu89_inline.
57788         * configure: Regenerated.
57789         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57791 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57793         * string/test-strnlen.c: New file.
57794         * string/Makefile (strop-tests): Add strnlen.
57795         * string/tester.c (test_strnlen): Add a few more test cases.
57796         * string/tst-strlen.c: Better error reporting.
57798         * sysdeps/x86_64/strnlen.S: New file.
57800 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57802         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57803         lower-latency instructions.
57805 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57807         * string/test-strcasestr.c: New file.
57808         * string/test-strstr.c: New file.
57809         * string/Makefile (strop-tests): Add strstr and strcasestr.
57810         * string/str-two-way.h: Don't undefine MAX.
57811         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57813 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57815         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57816         strcasestr-nonascii.
57817         (CFLAGS-strcasestr-nonascii.c): Define.
57818         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57819         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57820         Remove unused attribute.
57822 2010-07-20  Roland McGrath  <roland@redhat.com>
57824         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57825         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57826         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57827         like LD_HWCAP_MASK can disable hwcaps.
57829 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57831         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57833 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57835         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57836         call in strcasestr.
57837         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57838         __strcasestr_sse42_nonascii.
57839         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57840         strcasestr-nonascii.c.
57841         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57843 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57845         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57846         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57847         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57848         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57850 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57852         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57853         fcntl.
57855 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57857         [BZ #11577]
57858         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57859         dl_signal_cerror.
57861 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57863         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57864         _PC_PIPE_BUF using F_GETPIPE_SZ.
57866 2010-07-05  Roland McGrath  <roland@redhat.com>
57868         * manual/arith.texi (Rounding Functions): Fix rint description
57869         implicit in round description.
57871 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57873         * elf/Makefile: Fix linking for a few tests to make recent linker
57874         happy.
57876 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57878         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57879         $(common-objpfx)libc_nonshared.a.
57881 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57883         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57884         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57885         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57886         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57887         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57888         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57889         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57890         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57905         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57906         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57907         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57908         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57909         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57910         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57911         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57912         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57913         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57914         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57915         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57916         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57932 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57934         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57935         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57936         * string/memmove.c (memmove): Renamed to ...
57937         (MEMMOVE): ...this.  Default to memmove.
57938         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57939         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57940         (END_CHK): Define.
57941         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57942         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57943         mempcpy-ssse3-back memmove-ssse3-back.
57944         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57945         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57946         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57947         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57948         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57949         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57950         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57951         * sysdeps/x86_64/multiarch/memmove.c: New file.
57952         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57953         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57954         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57955         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57956         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57957         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57958         Define.
57959         (index_Fast_Copy_Backward): Define.
57960         (HAS_ARCH_FEATURE): Define.
57961         (HAS_FAST_REP_STRING): Define.
57962         (HAS_FAST_COPY_BACKWARD): Define.
57964 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57966         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57967         Restore proper fallback handling.
57969 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57971         [BZ #11701]
57972         * posix/group_member.c (__group_member): Correct checking loop.
57974         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57975         OOM in getpwuid_r correctly.  Return error number when the caller
57976         should return, otherwise -1.
57977         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57978         call returning > 0 value.
57979         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57981 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57983         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57984         libc_nonshared.a from targets in modules-names.
57986 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57988         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57989         requires it.
57991 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57993         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57994         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57995         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57996         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57998 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58000         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58002 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58004         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58005         and F_GETPIPE_SZ.
58006         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58007         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58008         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58009         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58010         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58011         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58013 2010-06-14  Roland McGrath  <roland@redhat.com>
58015         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58017 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58019         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58020         __REDIRECT followed by __THROW.
58021         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58022         * posix/getopt.h (getopt): Likewise.
58024 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58026         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58027         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58028         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58029         in AT_FLAGS.
58030         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58031         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58033 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58035         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58037 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58039         [BZ #11640]
58040         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58041         Properly check family and model.
58043 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58045         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58047 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58049         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58051 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58053         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58054         symbol reference.
58056 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58058         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58059         symbol reference.
58061 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58063         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58064         and internal_recvmmsg.
58065         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58066         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58067         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58068         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58070         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58071         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58072         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58074 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58076         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58078 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58080         POWER7 optimizations.
58081         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58082         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58084 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58086         * version.h: Update for 2.13 development version.
58088 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58090         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58091         exceptions.  Return 0.
58093 2010-05-07  Roland McGrath  <roland@redhat.com>
58095         * elf/ldconfig.c (main): Add a const.
58097 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58099         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58100         (args_options): Add no-idn option.
58101         (ahosts_keys_int): Add idn_flags to ai_flags.
58102         (parse_option): Handle 'i' option to clear idn_flags.
58104         * malloc/malloc.c (_int_free): Possible race in the most recently
58105         added check.  Only act on the data if no current modification
58106         happened.
58108 See ChangeLog.17 for earlier changes.